summaryrefslogtreecommitdiff
path: root/lib/nettle
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle')
-rw-r--r--lib/nettle/cipher.c2
-rw-r--r--lib/nettle/ecc.h2
-rw-r--r--lib/nettle/ecc_free.c2
-rw-r--r--lib/nettle/ecc_make_key.c2
-rw-r--r--lib/nettle/ecc_map.c2
-rw-r--r--lib/nettle/ecc_mulmod.c2
-rw-r--r--lib/nettle/ecc_mulmod_cached.c2
-rw-r--r--lib/nettle/ecc_points.c2
-rw-r--r--lib/nettle/ecc_projective_add_point_ng.c2
-rw-r--r--lib/nettle/ecc_projective_check_point.c2
-rw-r--r--lib/nettle/ecc_projective_dbl_point_3.c2
-rw-r--r--lib/nettle/ecc_projective_isneutral.c2
-rw-r--r--lib/nettle/ecc_projective_negate_point.c2
-rw-r--r--lib/nettle/ecc_shared_secret.c2
-rw-r--r--lib/nettle/ecc_sign_hash.c2
-rw-r--r--lib/nettle/ecc_verify_hash.c2
-rw-r--r--lib/nettle/egd.c2
-rw-r--r--lib/nettle/egd.h2
-rw-r--r--lib/nettle/init.c2
-rw-r--r--lib/nettle/mac.c2
-rw-r--r--lib/nettle/mpi.c2
-rw-r--r--lib/nettle/pk.c2
-rw-r--r--lib/nettle/rnd.c2
-rw-r--r--lib/nettle/wmnaf.c2
24 files changed, 24 insertions, 24 deletions
diff --git a/lib/nettle/cipher.c b/lib/nettle/cipher.c
index faf9d780bd..ebd947e5b4 100644
--- a/lib/nettle/cipher.c
+++ b/lib/nettle/cipher.c
@@ -7,7 +7,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc.h b/lib/nettle/ecc.h
index 2f8f2dd688..ececd95390 100644
--- a/lib/nettle/ecc.h
+++ b/lib/nettle/ecc.h
@@ -5,7 +5,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_free.c b/lib/nettle/ecc_free.c
index 2a99178014..6d6fb23410 100644
--- a/lib/nettle/ecc_free.c
+++ b/lib/nettle/ecc_free.c
@@ -5,7 +5,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_make_key.c b/lib/nettle/ecc_make_key.c
index a0652a25f6..0df9df0008 100644
--- a/lib/nettle/ecc_make_key.c
+++ b/lib/nettle/ecc_make_key.c
@@ -5,7 +5,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_map.c b/lib/nettle/ecc_map.c
index 108cad4a28..077f2fa262 100644
--- a/lib/nettle/ecc_map.c
+++ b/lib/nettle/ecc_map.c
@@ -5,7 +5,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_mulmod.c b/lib/nettle/ecc_mulmod.c
index 782113a49c..79e70ca8d4 100644
--- a/lib/nettle/ecc_mulmod.c
+++ b/lib/nettle/ecc_mulmod.c
@@ -7,7 +7,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_mulmod_cached.c b/lib/nettle/ecc_mulmod_cached.c
index 93b30b91c1..fa40476fc4 100644
--- a/lib/nettle/ecc_mulmod_cached.c
+++ b/lib/nettle/ecc_mulmod_cached.c
@@ -7,7 +7,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_points.c b/lib/nettle/ecc_points.c
index c5ae215530..c1dc7c0fe6 100644
--- a/lib/nettle/ecc_points.c
+++ b/lib/nettle/ecc_points.c
@@ -5,7 +5,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_projective_add_point_ng.c b/lib/nettle/ecc_projective_add_point_ng.c
index c425143d9e..9bf370050a 100644
--- a/lib/nettle/ecc_projective_add_point_ng.c
+++ b/lib/nettle/ecc_projective_add_point_ng.c
@@ -7,7 +7,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_projective_check_point.c b/lib/nettle/ecc_projective_check_point.c
index 86f47487c5..69e1953617 100644
--- a/lib/nettle/ecc_projective_check_point.c
+++ b/lib/nettle/ecc_projective_check_point.c
@@ -5,7 +5,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_projective_dbl_point_3.c b/lib/nettle/ecc_projective_dbl_point_3.c
index 53b2db509a..4331829fe2 100644
--- a/lib/nettle/ecc_projective_dbl_point_3.c
+++ b/lib/nettle/ecc_projective_dbl_point_3.c
@@ -5,7 +5,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_projective_isneutral.c b/lib/nettle/ecc_projective_isneutral.c
index 742ae5f422..da2d7ca929 100644
--- a/lib/nettle/ecc_projective_isneutral.c
+++ b/lib/nettle/ecc_projective_isneutral.c
@@ -7,7 +7,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_projective_negate_point.c b/lib/nettle/ecc_projective_negate_point.c
index 0021e050ef..440d926a81 100644
--- a/lib/nettle/ecc_projective_negate_point.c
+++ b/lib/nettle/ecc_projective_negate_point.c
@@ -7,7 +7,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_shared_secret.c b/lib/nettle/ecc_shared_secret.c
index c9ed0065fa..58d3b31c99 100644
--- a/lib/nettle/ecc_shared_secret.c
+++ b/lib/nettle/ecc_shared_secret.c
@@ -5,7 +5,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_sign_hash.c b/lib/nettle/ecc_sign_hash.c
index 2adc7a2e9a..f1ae27af3d 100644
--- a/lib/nettle/ecc_sign_hash.c
+++ b/lib/nettle/ecc_sign_hash.c
@@ -5,7 +5,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/ecc_verify_hash.c b/lib/nettle/ecc_verify_hash.c
index be939de69b..63075b7f3a 100644
--- a/lib/nettle/ecc_verify_hash.c
+++ b/lib/nettle/ecc_verify_hash.c
@@ -5,7 +5,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/egd.c b/lib/nettle/egd.c
index d2600eecff..dc0bd2373e 100644
--- a/lib/nettle/egd.c
+++ b/lib/nettle/egd.c
@@ -5,7 +5,7 @@
*
* Libgcrypt 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 3 of
+ * published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* Libgcrypt is distributed in the hope that it will be useful,
diff --git a/lib/nettle/egd.h b/lib/nettle/egd.h
index e446505874..d440852f70 100644
--- a/lib/nettle/egd.h
+++ b/lib/nettle/egd.h
@@ -5,7 +5,7 @@
*
* Libgcrypt 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 3 of
+ * published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* Libgcrypt is distributed in the hope that it will be useful,
diff --git a/lib/nettle/init.c b/lib/nettle/init.c
index bc89e402de..7982347bf0 100644
--- a/lib/nettle/init.c
+++ b/lib/nettle/init.c
@@ -7,7 +7,7 @@
*
* The GnuTLS 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/mac.c b/lib/nettle/mac.c
index acaacf4a84..3a260ff505 100644
--- a/lib/nettle/mac.c
+++ b/lib/nettle/mac.c
@@ -7,7 +7,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/mpi.c b/lib/nettle/mpi.c
index cd4e9a7e78..aa95843bd2 100644
--- a/lib/nettle/mpi.c
+++ b/lib/nettle/mpi.c
@@ -7,7 +7,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/pk.c b/lib/nettle/pk.c
index 4a1496426e..395e136494 100644
--- a/lib/nettle/pk.c
+++ b/lib/nettle/pk.c
@@ -7,7 +7,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/rnd.c b/lib/nettle/rnd.c
index a1c6b4ec63..4c91827995 100644
--- a/lib/nettle/rnd.c
+++ b/lib/nettle/rnd.c
@@ -8,7 +8,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/lib/nettle/wmnaf.c b/lib/nettle/wmnaf.c
index 14ba691d94..d29c901768 100644
--- a/lib/nettle/wmnaf.c
+++ b/lib/nettle/wmnaf.c
@@ -7,7 +7,7 @@
*
* 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 3 of
+ * as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but