about summary refs log tree commit homepage
path: root/lib/PublicInbox/xap_helper.h
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-09-10 02:03:51 +0000
committerEric Wong <e@80x24.org>2023-09-10 10:03:29 +0000
commitbdf6cb8ca93a6aec7065b4ba8f3f4b1f58f427b4 (patch)
tree8a1e32f4a1e2cb527c1cc8dc3db658e9a48a30f4 /lib/PublicInbox/xap_helper.h
parent4ecef5a235843bc0c17db5d6dba2de2f62066a1f (diff)
downloadpublic-inbox-bdf6cb8ca93a6aec7065b4ba8f3f4b1f58f427b4.tar.gz
This will allow us to incorporate approxidate time/date parsing
from git.git without needing to relicense git code.
Diffstat (limited to 'lib/PublicInbox/xap_helper.h')
-rw-r--r--lib/PublicInbox/xap_helper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/PublicInbox/xap_helper.h b/lib/PublicInbox/xap_helper.h
index 7210c940..a2fea266 100644
--- a/lib/PublicInbox/xap_helper.h
+++ b/lib/PublicInbox/xap_helper.h
@@ -1,6 +1,7 @@
 /*
  * Copyright (C) all contributors <meta@public-inbox.org>
- * License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
+ * License: GPL-2.0+ <https://www.gnu.org/licenses/gpl-2.0.txt>
+ * Note: GPL-2+ since it'll incorporate approxidate from git someday
  *
  * Standalone helper process using C and minimal C++ for Xapian,
  * this is not linked to Perl in any way.