From: Eric Wong Date: Sun, 28 Feb 2016 05:26:38 +0000 (+0000) Subject: searchmsg: update + fix license header X-Git-Tag: v1.0.0~691 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=67c343d1e68fa3ce5fee888aac0b49839ccd358b;p=public-inbox.git searchmsg: update + fix license header Not sure how, but this should've always been AGPL-3.0+ like the rest of the code, not GPL-3.0+ --- diff --git a/lib/PublicInbox/SearchMsg.pm b/lib/PublicInbox/SearchMsg.pm index 93be7475..1b33d091 100644 --- a/lib/PublicInbox/SearchMsg.pm +++ b/lib/PublicInbox/SearchMsg.pm @@ -1,5 +1,5 @@ -# Copyright (C) 2015 all contributors -# License: GPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2015-2016 all contributors +# License: AGPL-3.0+ # based on notmuch, but with no concept of folders, files or flags # # Wraps a document inside our Xapian search index.