]> Sergey Matveev's repositories - public-inbox.git/commitdiff
examples/public-inbox.psgi: relax license to GPL-3.0+
authorEric Wong <e@80x24.org>
Sun, 28 Feb 2016 23:06:31 +0000 (23:06 +0000)
committerEric Wong <e@80x24.org>
Sun, 28 Feb 2016 23:58:11 +0000 (23:58 +0000)
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.

examples/public-inbox.psgi

index f57491228e55fb7f00164c0df4878e8902285ddf..dcca3b09a3e1e30b324c32dfb1f5edb876b71184 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
-# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
+# Copyright (C) 2014-2016 all contributors <meta@public-inbox.org>
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # 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: