]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Use GPLv3 for self-tests.
authorSimon Josefsson <simon@josefsson.org>
Sun, 9 Dec 2007 21:46:40 +0000 (22:46 +0100)
committerSimon Josefsson <simon@josefsson.org>
Sun, 9 Dec 2007 21:46:40 +0000 (22:46 +0100)
45 files changed:
tests/Makefile.am
tests/anonself.c
tests/certder.c
tests/certificate_set_x509_crl.c
tests/dhepskself.c
tests/dn.c
tests/gc.c
tests/hostname-check/Makefile.am
tests/hostname-check/hostname-check.c
tests/key-id/Makefile.am
tests/key-id/key-id
tests/nist-pkits/pkits
tests/nist-pkits/pkits_crl
tests/nist-pkits/pkits_crt
tests/nist-pkits/pkits_pkcs12
tests/nist-pkits/pkits_smime
tests/openpgp/Makefile.am
tests/openpgp/keyring.c
tests/openssl.c
tests/oprfi.c
tests/parse_ca.c
tests/pathlen/Makefile.am
tests/pathlen/pathlen
tests/pkcs1-padding/Makefile.am
tests/pkcs1-padding/pkcs1-pad
tests/pkcs12-decode/Makefile.am
tests/pkcs12-decode/pkcs12
tests/pkcs8-decode/Makefile.am
tests/pkcs8-decode/pkcs8
tests/pskself.c
tests/resume.c
tests/rsa-md5-collision/Makefile.am
tests/rsa-md5-collision/rsa-md5-collision
tests/set_pkcs12_cred.c
tests/sha2/Makefile.am
tests/sha2/sha2
tests/simple.c
tests/tlsia.c
tests/userid/Makefile.am
tests/userid/userid
tests/utils.c
tests/utils.h
tests/x509paths/chain
tests/x509self.c
tests/x509signself.c

index eb9a16a59b126c9ed414bcc8167118ad0726b572..7d9e17e7ff1bf5c8e637b990a41cd1d9a2cdf491 100644 (file)
@@ -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
index 40bb86997adbbe9e4310acf2f4e112250779a115..4b940ecd8fc5babec11a7d5a21bbb6d68dfcdc18 100644 (file)
@@ -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
index 08ce9357706110276065e174ba94d7bf0aa911fb..50110735c83a3842f36cc4d94c7b39672ec42b8d 100644 (file)
@@ -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
index 7c4ee0a0a25c4974cd5ef3f9dd74d46b6592243b..99bdfde79687c5f0e27cffb7aa137e1494118823 100644 (file)
@@ -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
index a7fd12d67075e0605b653705d68b8247352b4dd9..73c901afe262b9bab2a222e07d8671bff159cc0d 100644 (file)
@@ -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
index e2b4ec17fd4f1f664bc5fe5c45c031ec572ac1ac..47a8d136cf04379ca828c1fc465fec3f06f08e35 100644 (file)
@@ -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
index 0f23dfbb4b8f21091fc0770bde40cd465e74f0b8..0915ff763b4b1e2487dd5a5d1b748985a550be5d 100644 (file)
@@ -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,
index e9556315aeae7ba1b4af0501c2faf514c40cbc45..34fdd5ac7c1df925ea1f1544e4672a8a58eaaf71 100644 (file)
@@ -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
index fca71b1e95c16ee1ee1ceec3f0528fac239d1002..71c61a948bdcc3abf01e464dda2068811557caea 100644 (file)
@@ -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
index c63068a66cb18745d04deedcb8e46700ba879d53..0d22b3244f60afa1da361bba67b8847f68f5dba9 100644 (file)
@@ -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
index d0a017bda2d173ee28024d2ff389533794748078..8c8067bbf44b127e44da0f2a2effbc998262bbf0 100755 (executable)
@@ -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
index 8f625935b3d34f1808535df53dc05edde8b1b818..641b093bd4a0d17a2f8c3b2f19956689b1720c3e 100755 (executable)
@@ -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,
index 403aa4180819f906967bdffb93944ea35e50b680..30466ee56de6df54a596906ff8fbde4ad7be4f7d 100755 (executable)
@@ -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,
index 3cdfec043afcf069517bf411d122c752f86cf50a..8e9daa55e18dfba29f43670aff4511c93e012b71 100755 (executable)
@@ -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,
index 8873add516698f313b1f0dfe83d32d9e6cf1413f..93a1d81d40319c0313bdf5580d7b62707a50b870 100755 (executable)
@@ -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,
index 8356c38ce062baa9a354b2e619658bbb54ce4ade..3d494af7c0c2e84e7c206adb188d480073f3253d 100755 (executable)
@@ -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,
index 76bc03897172143e8d712c27089596e70fafbd7c..859648f61eb749965c36ada726d07390249b3b48 100644 (file)
@@ -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
index f63b14d2f40ed0fbddb5e9c6891d901ba526958f..dd4dc3c96b97fed361473e3fc2b7b43cb4d793bc 100644 (file)
@@ -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
index 1c841dd62d6ed29616be06f4e02314ba7448bf2d..2fa9f8c3cad6af0d9c7bd3764426ca141238c803 100644 (file)
@@ -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
index 303d00819752da1598d493aab6a46cb82d92fa44..be190e36d97f89acb872966809ad6bb0eb95eec4 100644 (file)
@@ -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
index bd5e78bb729356d678c5e5d5754797572242b7c0..7523e08ca5d34871e8dc3ad895611eef7da98a51 100644 (file)
@@ -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
index ca0af93fcfeda1cd4d378ec5702476a38b8c150d..11332209b687303f581173997d28c748fa7f7680 100644 (file)
@@ -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
index 4eb399e7652584f20d64e375986c9e217839f0d7..236e372edd83b01dc1e66633fda100b0969c8246 100755 (executable)
@@ -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
index 26a5027456ba01d22c5af976be3cfcf90dfb2391..54b05ad76849e57790358a562fedf7933735fcbc 100644 (file)
@@ -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
index 6dbc13ad96a2f152142404328e191208433ba71a..5a9c6ba2e1eb9620d8ff6c7c23a316ef0535525e 100755 (executable)
@@ -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
index 0977cfcecb509cc24bb286172cfa23538c266ca6..2b712b77a0c0b0aa4599aad5c85183f231921c27 100644 (file)
@@ -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
index 875f080f4ca89690bed161715530f094b8709708..ca6b060622ac4faf8741a86d25d50f1d9490e9a1 100755 (executable)
@@ -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
index d38fdf0fd0efa87209eff3e9f3f5d88af80d1bbd..4f29e5d259727c0d12e962c6cd9489d25d95d703 100644 (file)
@@ -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
index 3a78f2790b35a887624abecccfe2e95ff69c9c02..60906d13adcf42f3fe5bff6c80ae325ab6ce3970 100755 (executable)
@@ -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
index 74c69c0e847ce544d45276083af55a9a3a4a69f3..ca82baee83955e9778b8e5b836fe090226c455d5 100644 (file)
@@ -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
index e2d08e22828a9d2cafda0faff4ca432378a190f8..eda370fe174b93934def5704b910771082de52f0 100644 (file)
@@ -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
index d988a79fc242f7e75254cec62fe1c135788d9cfc..7d1dbe4bbd11ac052a5d0bbea7bca0d2eef675d2 100644 (file)
@@ -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
index 2b4dccb1fb68f6d0d80e55cae863ba613da3c0d0..a76164da58ffc84af8aafb19e2537e747b5d3b62 100755 (executable)
@@ -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
index cb0b312445df66d7f61e77efa1a25d0c0a87a43e..8794abed669358702105589175e95ee925b9a6fe 100644 (file)
@@ -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
index 2d4ca9c3ec93a64e280f87211bc2f5ff94aea4d2..1876d3d7a17db675d465871986d8db2f7da9e29a 100644 (file)
@@ -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
index 39ed1744f94c9a3715448dcd410c31d685341160..b6acc7180eb3f8413ef0743106154603b33ab7fd 100755 (executable)
@@ -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
index 1d882f381e07d8ea92e10a8d7556891565ef6602..eeb83687c84ff2766cce4821c358fa75a4f77665 100644 (file)
@@ -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
index 2e23a9c9c8ec3b8d5dec7f2e71cb8dfe156ee2af..013ba3e3c68b22994822f764213b3adccd9b0c9f 100644 (file)
@@ -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
index 131a0a80dac4d45f1c6c104c5f6b5b69e991c38b..92327eddacfd0ddeabdba2d60b057793aea370be 100644 (file)
@@ -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
index 20550395ad4a1ff4c7e01037f007287b7450a485..5b2b8fc69f72cd47ff282459f541424ad23f20e5 100755 (executable)
@@ -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
index 4065973b07af39f0247174b144de4af54b15284f..3630318bb4e05606e4f9fff0a782f84dfab8d877 100644 (file)
@@ -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
index 0c8008abd5b904acf921576d81ea471e75979c0a..88d100f73d5e323cba73288cdfbb11c899b8afec 100644 (file)
@@ -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
index e04a5d4647c9041fc63a77c1ce0cb7e13ad47087..04eb87dc10ffee1a7fdb846b55a6d16fd2a4fe61 100755 (executable)
@@ -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
index 047266976ad0da30d399028e324a5eb9ace671bb..3f1bff3bae58a104ce946d488654c7905d59e595 100644 (file)
@@ -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
index b0361f9f7ef22de322fc39f666b26a053ba44513..a6fa4d94e3c32f60449ae746f73803d2bd501140 100644 (file)
@@ -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