From: Eric Wong Date: Sun, 10 Sep 2023 02:03:51 +0000 (+0000) Subject: xap_helper: relicense C++ implementation to GPL-2.0+ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf6cb8ca93a6aec7065b4ba8f3f4b1f58f427b4;p=thirdparty%2Fpublic-inbox.git xap_helper: relicense C++ implementation to GPL-2.0+ This will allow us to incorporate approxidate time/date parsing from git.git without needing to relicense git code. --- diff --git a/lib/PublicInbox/xap_helper.h b/lib/PublicInbox/xap_helper.h index 7210c9405..a2fea2662 100644 --- a/lib/PublicInbox/xap_helper.h +++ b/lib/PublicInbox/xap_helper.h @@ -1,6 +1,7 @@ /* * Copyright (C) all contributors - * License: AGPL-3.0+ + * License: GPL-2.0+ + * 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.