about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Devel/Mwrap.pm2
-rw-r--r--lib/Devel/Mwrap/PSGI.pm2
-rw-r--r--lib/Devel/Mwrap/Rproxy.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Devel/Mwrap.pm b/lib/Devel/Mwrap.pm
index 43543d0..2691802 100644
--- a/lib/Devel/Mwrap.pm
+++ b/lib/Devel/Mwrap.pm
@@ -1,5 +1,5 @@
 # Copyright (C) all contributors <mwrap-perl@80x24.org>
-# License: GPL-2.0+ <https://www.gnu.org/licenses/gpl-2.0.txt>
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 package Devel::Mwrap;
 use v5.12;
 our $VERSION = '0.0.0';
diff --git a/lib/Devel/Mwrap/PSGI.pm b/lib/Devel/Mwrap/PSGI.pm
index f2be733..3a3a29b 100644
--- a/lib/Devel/Mwrap/PSGI.pm
+++ b/lib/Devel/Mwrap/PSGI.pm
@@ -1,5 +1,5 @@
 # Copyright (C) all contributors <mwrap@80x24.org>
-# License: GPL-2.0+ <https://www.gnu.org/licenses/gpl-2.0.txt>
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 #
 # Note: this is deprecated, use httpd.h instead
 package Devel::Mwrap::PSGI;
diff --git a/lib/Devel/Mwrap/Rproxy.pm b/lib/Devel/Mwrap/Rproxy.pm
index c96a947..98cba4e 100644
--- a/lib/Devel/Mwrap/Rproxy.pm
+++ b/lib/Devel/Mwrap/Rproxy.pm
@@ -1,5 +1,5 @@
 # Copyright (C) mwrap hackers <mwrap-perl@80x24.org>
-# License: GPL-2.0+ <https://www.gnu.org/licenses/gpl-2.0.txt>
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 
 # minimal reverse proxy to expose the embedded httpd.h UNIX sockets
 # via PSGI (and thus TCP HTTP/1.x).  This does not have a hard dependency