about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/httpd-unit.t2
-rw-r--r--t/httpd.t2
-rw-r--r--t/mwrap.t2
-rw-r--r--t/test_common.perl2
4 files changed, 4 insertions, 4 deletions
diff --git a/t/httpd-unit.t b/t/httpd-unit.t
index 43fa67a..e16be1d 100644
--- a/t/httpd-unit.t
+++ b/t/httpd-unit.t
@@ -1,6 +1,6 @@
 #!perl -w
 # 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>
 use v5.12;
 use autodie;
 use Test::More;
diff --git a/t/httpd.t b/t/httpd.t
index 54d36e4..7746837 100644
--- a/t/httpd.t
+++ b/t/httpd.t
@@ -1,6 +1,6 @@
 #!perl -w
 # 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>
 use v5.12;
 use IO::Socket::UNIX;
 use Fcntl qw(F_GETFD F_SETFD FD_CLOEXEC);
diff --git a/t/mwrap.t b/t/mwrap.t
index 76a2366..6f99715 100644
--- a/t/mwrap.t
+++ b/t/mwrap.t
@@ -1,6 +1,6 @@
 #!perl -w
 # 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>
 use v5.12;
 BEGIN { require './t/test_common.perl' };
 use_ok 'Devel::Mwrap';
diff --git a/t/test_common.perl b/t/test_common.perl
index 94da8f4..8827362 100644
--- a/t/test_common.perl
+++ b/t/test_common.perl
@@ -1,6 +1,6 @@
 #!perl -w
 # 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>
 package MwrapTest;
 use v5.12;
 use parent qw(Exporter);