about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-28 23:06:31 +0000
committerEric Wong <e@80x24.org>2016-02-28 23:58:11 +0000
commit997e3033e58dfd101d5e5bb7491c609fde75099f (patch)
treef2a4ebb140f9c96340b769601ac6ba4426912f3f /examples
parent8665c69c48a88960ffb0aa6a9bacc380fa86f83d (diff)
downloadpublic-inbox-997e3033e58dfd101d5e5bb7491c609fde75099f.tar.gz
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.
Diffstat (limited to 'examples')
-rw-r--r--examples/public-inbox.psgi4
1 files changed, 2 insertions, 2 deletions
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 <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: