summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/anonself.c2
-rw-r--r--tests/certder.c2
-rw-r--r--tests/certificate_set_x509_crl.c20
-rw-r--r--tests/dhepskself.c2
-rw-r--r--tests/dn.c2
-rw-r--r--tests/gc.c2
-rw-r--r--tests/hostname-check/Makefile.am2
-rw-r--r--tests/hostname-check/hostname-check.c2
-rw-r--r--tests/key-id/Makefile.am2
-rwxr-xr-xtests/key-id/key-id2
-rwxr-xr-xtests/nist-pkits/pkits2
-rwxr-xr-xtests/nist-pkits/pkits_crl2
-rwxr-xr-xtests/nist-pkits/pkits_crt2
-rwxr-xr-xtests/nist-pkits/pkits_pkcs122
-rwxr-xr-xtests/nist-pkits/pkits_smime2
-rw-r--r--tests/openpgp/Makefile.am2
-rw-r--r--tests/openpgp/keyring.c2
-rw-r--r--tests/openssl.c2
-rw-r--r--tests/oprfi.c2
-rw-r--r--tests/parse_ca.c2
-rw-r--r--tests/pathlen/Makefile.am2
-rwxr-xr-xtests/pathlen/pathlen2
-rw-r--r--tests/pkcs1-padding/Makefile.am2
-rwxr-xr-xtests/pkcs1-padding/pkcs1-pad2
-rw-r--r--tests/pkcs12-decode/Makefile.am2
-rwxr-xr-xtests/pkcs12-decode/pkcs122
-rw-r--r--tests/pkcs8-decode/Makefile.am2
-rwxr-xr-xtests/pkcs8-decode/pkcs82
-rw-r--r--tests/pskself.c2
-rw-r--r--tests/resume.c2
-rw-r--r--tests/rsa-md5-collision/Makefile.am2
-rwxr-xr-xtests/rsa-md5-collision/rsa-md5-collision2
-rw-r--r--tests/set_pkcs12_cred.c2
-rw-r--r--tests/sha2/Makefile.am2
-rwxr-xr-xtests/sha2/sha22
-rw-r--r--tests/simple.c2
-rw-r--r--tests/tlsia.c2
-rw-r--r--tests/userid/Makefile.am2
-rwxr-xr-xtests/userid/userid2
-rw-r--r--tests/utils.c2
-rw-r--r--tests/utils.h2
-rwxr-xr-xtests/x509paths/chain2
-rw-r--r--tests/x509self.c2
-rw-r--r--tests/x509signself.c2
45 files changed, 53 insertions, 55 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index eb9a16a59b..7d9e17e7ff 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,7 +7,7 @@
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful, but
diff --git a/tests/anonself.c b/tests/anonself.c
index 40bb86997a..4b940ecd8f 100644
--- a/tests/anonself.c
+++ b/tests/anonself.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/certder.c b/tests/certder.c
index 08ce935770..50110735c8 100644
--- a/tests/certder.c
+++ b/tests/certder.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/certificate_set_x509_crl.c b/tests/certificate_set_x509_crl.c
index 7c4ee0a0a2..99bdfde796 100644
--- a/tests/certificate_set_x509_crl.c
+++ b/tests/certificate_set_x509_crl.c
@@ -5,21 +5,19 @@
*
* This file is part of GNUTLS.
*
- * The GNUTLS library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * GNUTLS is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*
- * This library is distributed in the hope that it will be useful, but
+ * GNUTLS is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA
+ * General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License
+ * along with GNUTLS; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#if HAVE_CONFIG_H
diff --git a/tests/dhepskself.c b/tests/dhepskself.c
index a7fd12d670..73c901afe2 100644
--- a/tests/dhepskself.c
+++ b/tests/dhepskself.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/dn.c b/tests/dn.c
index e2b4ec17fd..47a8d136cf 100644
--- a/tests/dn.c
+++ b/tests/dn.c
@@ -6,7 +6,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/gc.c b/tests/gc.c
index 0f23dfbb4b..0915ff763b 100644
--- a/tests/gc.c
+++ b/tests/gc.c
@@ -5,7 +5,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful,
diff --git a/tests/hostname-check/Makefile.am b/tests/hostname-check/Makefile.am
index e9556315ae..34fdd5ac7c 100644
--- a/tests/hostname-check/Makefile.am
+++ b/tests/hostname-check/Makefile.am
@@ -7,7 +7,7 @@
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful, but
diff --git a/tests/hostname-check/hostname-check.c b/tests/hostname-check/hostname-check.c
index fca71b1e95..71c61a948b 100644
--- a/tests/hostname-check/hostname-check.c
+++ b/tests/hostname-check/hostname-check.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/key-id/Makefile.am b/tests/key-id/Makefile.am
index c63068a66c..0d22b3244f 100644
--- a/tests/key-id/Makefile.am
+++ b/tests/key-id/Makefile.am
@@ -7,7 +7,7 @@
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful, but
diff --git a/tests/key-id/key-id b/tests/key-id/key-id
index d0a017bda2..8c8067bbf4 100755
--- a/tests/key-id/key-id
+++ b/tests/key-id/key-id
@@ -8,7 +8,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at
+# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/nist-pkits/pkits b/tests/nist-pkits/pkits
index 8f625935b3..641b093bd4 100755
--- a/tests/nist-pkits/pkits
+++ b/tests/nist-pkits/pkits
@@ -6,7 +6,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful,
diff --git a/tests/nist-pkits/pkits_crl b/tests/nist-pkits/pkits_crl
index 403aa41808..30466ee56d 100755
--- a/tests/nist-pkits/pkits_crl
+++ b/tests/nist-pkits/pkits_crl
@@ -6,7 +6,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful,
diff --git a/tests/nist-pkits/pkits_crt b/tests/nist-pkits/pkits_crt
index 3cdfec043a..8e9daa55e1 100755
--- a/tests/nist-pkits/pkits_crt
+++ b/tests/nist-pkits/pkits_crt
@@ -6,7 +6,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful,
diff --git a/tests/nist-pkits/pkits_pkcs12 b/tests/nist-pkits/pkits_pkcs12
index 8873add516..93a1d81d40 100755
--- a/tests/nist-pkits/pkits_pkcs12
+++ b/tests/nist-pkits/pkits_pkcs12
@@ -6,7 +6,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful,
diff --git a/tests/nist-pkits/pkits_smime b/tests/nist-pkits/pkits_smime
index 8356c38ce0..3d494af7c0 100755
--- a/tests/nist-pkits/pkits_smime
+++ b/tests/nist-pkits/pkits_smime
@@ -6,7 +6,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful,
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am
index 76bc038971..859648f61e 100644
--- a/tests/openpgp/Makefile.am
+++ b/tests/openpgp/Makefile.am
@@ -7,7 +7,7 @@
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful, but
diff --git a/tests/openpgp/keyring.c b/tests/openpgp/keyring.c
index f63b14d2f4..dd4dc3c96b 100644
--- a/tests/openpgp/keyring.c
+++ b/tests/openpgp/keyring.c
@@ -6,7 +6,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/openssl.c b/tests/openssl.c
index 1c841dd62d..2fa9f8c3ca 100644
--- a/tests/openssl.c
+++ b/tests/openssl.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/oprfi.c b/tests/oprfi.c
index 303d008197..be190e36d9 100644
--- a/tests/oprfi.c
+++ b/tests/oprfi.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/parse_ca.c b/tests/parse_ca.c
index bd5e78bb72..7523e08ca5 100644
--- a/tests/parse_ca.c
+++ b/tests/parse_ca.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/pathlen/Makefile.am b/tests/pathlen/Makefile.am
index ca0af93fcf..11332209b6 100644
--- a/tests/pathlen/Makefile.am
+++ b/tests/pathlen/Makefile.am
@@ -7,7 +7,7 @@
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful, but
diff --git a/tests/pathlen/pathlen b/tests/pathlen/pathlen
index 4eb399e765..236e372edd 100755
--- a/tests/pathlen/pathlen
+++ b/tests/pathlen/pathlen
@@ -8,7 +8,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at
+# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/pkcs1-padding/Makefile.am b/tests/pkcs1-padding/Makefile.am
index 26a5027456..54b05ad768 100644
--- a/tests/pkcs1-padding/Makefile.am
+++ b/tests/pkcs1-padding/Makefile.am
@@ -7,7 +7,7 @@
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful, but
diff --git a/tests/pkcs1-padding/pkcs1-pad b/tests/pkcs1-padding/pkcs1-pad
index 6dbc13ad96..5a9c6ba2e1 100755
--- a/tests/pkcs1-padding/pkcs1-pad
+++ b/tests/pkcs1-padding/pkcs1-pad
@@ -8,7 +8,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at
+# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/pkcs12-decode/Makefile.am b/tests/pkcs12-decode/Makefile.am
index 0977cfcecb..2b712b77a0 100644
--- a/tests/pkcs12-decode/Makefile.am
+++ b/tests/pkcs12-decode/Makefile.am
@@ -7,7 +7,7 @@
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful, but
diff --git a/tests/pkcs12-decode/pkcs12 b/tests/pkcs12-decode/pkcs12
index 875f080f4c..ca6b060622 100755
--- a/tests/pkcs12-decode/pkcs12
+++ b/tests/pkcs12-decode/pkcs12
@@ -8,7 +8,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at
+# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/pkcs8-decode/Makefile.am b/tests/pkcs8-decode/Makefile.am
index d38fdf0fd0..4f29e5d259 100644
--- a/tests/pkcs8-decode/Makefile.am
+++ b/tests/pkcs8-decode/Makefile.am
@@ -7,7 +7,7 @@
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful, but
diff --git a/tests/pkcs8-decode/pkcs8 b/tests/pkcs8-decode/pkcs8
index 3a78f2790b..60906d13ad 100755
--- a/tests/pkcs8-decode/pkcs8
+++ b/tests/pkcs8-decode/pkcs8
@@ -8,7 +8,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at
+# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/pskself.c b/tests/pskself.c
index 74c69c0e84..ca82baee83 100644
--- a/tests/pskself.c
+++ b/tests/pskself.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/resume.c b/tests/resume.c
index e2d08e2282..eda370fe17 100644
--- a/tests/resume.c
+++ b/tests/resume.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/rsa-md5-collision/Makefile.am b/tests/rsa-md5-collision/Makefile.am
index d988a79fc2..7d1dbe4bbd 100644
--- a/tests/rsa-md5-collision/Makefile.am
+++ b/tests/rsa-md5-collision/Makefile.am
@@ -7,7 +7,7 @@
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful, but
diff --git a/tests/rsa-md5-collision/rsa-md5-collision b/tests/rsa-md5-collision/rsa-md5-collision
index 2b4dccb1fb..a76164da58 100755
--- a/tests/rsa-md5-collision/rsa-md5-collision
+++ b/tests/rsa-md5-collision/rsa-md5-collision
@@ -8,7 +8,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at
+# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/set_pkcs12_cred.c b/tests/set_pkcs12_cred.c
index cb0b312445..8794abed66 100644
--- a/tests/set_pkcs12_cred.c
+++ b/tests/set_pkcs12_cred.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/sha2/Makefile.am b/tests/sha2/Makefile.am
index 2d4ca9c3ec..1876d3d7a1 100644
--- a/tests/sha2/Makefile.am
+++ b/tests/sha2/Makefile.am
@@ -7,7 +7,7 @@
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful, but
diff --git a/tests/sha2/sha2 b/tests/sha2/sha2
index 39ed1744f9..b6acc7180e 100755
--- a/tests/sha2/sha2
+++ b/tests/sha2/sha2
@@ -8,7 +8,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at
+# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/simple.c b/tests/simple.c
index 1d882f381e..eeb83687c8 100644
--- a/tests/simple.c
+++ b/tests/simple.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/tlsia.c b/tests/tlsia.c
index 2e23a9c9c8..013ba3e3c6 100644
--- a/tests/tlsia.c
+++ b/tests/tlsia.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/userid/Makefile.am b/tests/userid/Makefile.am
index 131a0a80da..92327eddac 100644
--- a/tests/userid/Makefile.am
+++ b/tests/userid/Makefile.am
@@ -7,7 +7,7 @@
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful, but
diff --git a/tests/userid/userid b/tests/userid/userid
index 20550395ad..5b2b8fc69f 100755
--- a/tests/userid/userid
+++ b/tests/userid/userid
@@ -8,7 +8,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at
+# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/utils.c b/tests/utils.c
index 4065973b07..3630318bb4 100644
--- a/tests/utils.c
+++ b/tests/utils.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/utils.h b/tests/utils.h
index 0c8008abd5..88d100f73d 100644
--- a/tests/utils.h
+++ b/tests/utils.h
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/x509paths/chain b/tests/x509paths/chain
index e04a5d4647..04eb87dc10 100755
--- a/tests/x509paths/chain
+++ b/tests/x509paths/chain
@@ -8,7 +8,7 @@
#
# GNUTLS is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License, or (at
+# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/x509self.c b/tests/x509self.c
index 047266976a..3f1bff3bae 100644
--- a/tests/x509self.c
+++ b/tests/x509self.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but
diff --git a/tests/x509signself.c b/tests/x509signself.c
index b0361f9f7e..a6fa4d94e3 100644
--- a/tests/x509signself.c
+++ b/tests/x509signself.c
@@ -7,7 +7,7 @@
*
* GNUTLS is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* GNUTLS is distributed in the hope that it will be useful, but