From: Eric Wong Date: Sun, 28 Feb 2016 23:06:31 +0000 (+0000) Subject: examples/public-inbox.psgi: relax license to GPL-3.0+ X-Git-Tag: v1.0.0~681 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=997e3033e58dfd101d5e5bb7491c609fde75099f examples/public-inbox.psgi: relax license to GPL-3.0+ Using the AGPL for server config files is probably overkill. GPL-3.0+ still requires appliance vendors to disclose configurations which seems desirable for end users. --- diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi index f5749122..dcca3b09 100644 --- a/examples/public-inbox.psgi +++ b/examples/public-inbox.psgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2014-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2014-2016 all contributors +# License: GPL-3.0+ # Note: this is part of our test suite, update t/plack.t if this changes # Usage: plackup [OPTIONS] /path/to/this/file # A startup command for development which monitors changes: