From 997e3033e58dfd101d5e5bb7491c609fde75099f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 28 Feb 2016 23:06:31 +0000 Subject: [PATCH] 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. --- examples/public-inbox.psgi | 4 ++-- 1 file 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 -# 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: -- 2.44.0