From a88357b213f1e80da559dbea57cff0567ac113da Mon Sep 17 00:00:00 2001 From: Matthias Portzel Date: Fri, 5 Aug 2022 20:46:52 -0400 Subject: [PATCH] Add notice of modification for GPLv2 compliance --- xapian_backend.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xapian_backend.py b/xapian_backend.py index f4b740f..6ca7d51 100755 --- a/xapian_backend.py +++ b/xapian_backend.py @@ -1,3 +1,5 @@ +# This file was modified by Matthias Portzel on Dec 22nd, 2021 and Aug 5th, 2022 + import datetime import pickle from pathlib import Path