summaryrefslogtreecommitdiff
path: root/lib/nettle
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle')
-rw-r--r--lib/nettle/Makefile.am2
-rw-r--r--lib/nettle/cipher.c2
-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_timing.c2
-rw-r--r--lib/nettle/ecc_points.c2
-rw-r--r--lib/nettle/ecc_projective_add_point.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_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.c3
-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
20 files changed, 21 insertions, 20 deletions
diff --git a/lib/nettle/Makefile.am b/lib/nettle/Makefile.am
index e637bb1cb3..71d78020cf 100644
--- a/lib/nettle/Makefile.am
+++ b/lib/nettle/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2004-2011 Free Software Foundation, Inc.
+# Copyright (C) 2004-2012 Free Software Foundation, Inc.
#
# Author: Nikos Mavroyanopoulos
#
diff --git a/lib/nettle/cipher.c b/lib/nettle/cipher.c
index 245af21087..09750a3458 100644
--- a/lib/nettle/cipher.c
+++ b/lib/nettle/cipher.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2010, 2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/nettle/ecc_free.c b/lib/nettle/ecc_free.c
index d5708ddb5e..2a99178014 100644
--- a/lib/nettle/ecc_free.c
+++ b/lib/nettle/ecc_free.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/ecc_make_key.c b/lib/nettle/ecc_make_key.c
index 34b6d63770..6886846b2b 100644
--- a/lib/nettle/ecc_make_key.c
+++ b/lib/nettle/ecc_make_key.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/ecc_map.c b/lib/nettle/ecc_map.c
index 30484da495..108cad4a28 100644
--- a/lib/nettle/ecc_map.c
+++ b/lib/nettle/ecc_map.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/ecc_mulmod.c b/lib/nettle/ecc_mulmod.c
index 0040ef2034..37024764f5 100644
--- a/lib/nettle/ecc_mulmod.c
+++ b/lib/nettle/ecc_mulmod.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/ecc_mulmod_timing.c b/lib/nettle/ecc_mulmod_timing.c
index 349fdd8110..a6b053dc43 100644
--- a/lib/nettle/ecc_mulmod_timing.c
+++ b/lib/nettle/ecc_mulmod_timing.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/ecc_points.c b/lib/nettle/ecc_points.c
index cb5782324e..c5ae215530 100644
--- a/lib/nettle/ecc_points.c
+++ b/lib/nettle/ecc_points.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/ecc_projective_add_point.c b/lib/nettle/ecc_projective_add_point.c
index 6e8d599d01..89c96e5951 100644
--- a/lib/nettle/ecc_projective_add_point.c
+++ b/lib/nettle/ecc_projective_add_point.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/ecc_projective_check_point.c b/lib/nettle/ecc_projective_check_point.c
index 564977964b..86f47487c5 100644
--- a/lib/nettle/ecc_projective_check_point.c
+++ b/lib/nettle/ecc_projective_check_point.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/ecc_projective_dbl_point_3.c b/lib/nettle/ecc_projective_dbl_point_3.c
index 64e1cf9e24..1b376fe6d1 100644
--- a/lib/nettle/ecc_projective_dbl_point_3.c
+++ b/lib/nettle/ecc_projective_dbl_point_3.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/ecc_shared_secret.c b/lib/nettle/ecc_shared_secret.c
index 4e3ef358e1..c9ed0065fa 100644
--- a/lib/nettle/ecc_shared_secret.c
+++ b/lib/nettle/ecc_shared_secret.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/ecc_sign_hash.c b/lib/nettle/ecc_sign_hash.c
index 674260f88f..bd78da0441 100644
--- a/lib/nettle/ecc_sign_hash.c
+++ b/lib/nettle/ecc_sign_hash.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/ecc_verify_hash.c b/lib/nettle/ecc_verify_hash.c
index b10215978a..e7ebc2364c 100644
--- a/lib/nettle/ecc_verify_hash.c
+++ b/lib/nettle/ecc_verify_hash.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/nettle/egd.c b/lib/nettle/egd.c
index 1b67e42e3f..9deaa49168 100644
--- a/lib/nettle/egd.c
+++ b/lib/nettle/egd.c
@@ -1,5 +1,6 @@
/* rndegd.c - interface to the EGD
- * Copyright (C) 1999, 2000, 2002, 2003, 2010 Free Software Foundation, Inc.
+ * Copyright (C) 1999-2000, 2002-2003, 2010, 2012 Free Software
+ * Foundation, Inc.
*
* This file is part of Libgcrypt.
*
diff --git a/lib/nettle/init.c b/lib/nettle/init.c
index d5b03aa215..72321fb741 100644
--- a/lib/nettle/init.c
+++ b/lib/nettle/init.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2010, 2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/nettle/mac.c b/lib/nettle/mac.c
index d36c1d4dd3..8564760f50 100644
--- a/lib/nettle/mac.c
+++ b/lib/nettle/mac.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010, 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/nettle/mpi.c b/lib/nettle/mpi.c
index 1f5b293fc9..173bbca97e 100644
--- a/lib/nettle/mpi.c
+++ b/lib/nettle/mpi.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2010, 2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/nettle/pk.c b/lib/nettle/pk.c
index 622830796b..ad9c1979f0 100644
--- a/lib/nettle/pk.c
+++ b/lib/nettle/pk.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2010, 2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/nettle/rnd.c b/lib/nettle/rnd.c
index 792d65c1d2..336f594c54 100644
--- a/lib/nettle/rnd.c
+++ b/lib/nettle/rnd.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2010, 2012 Free Software Foundation, Inc.
* Copyright (C) 2000, 2001, 2008 Niels Möller
*
* Author: Nikos Mavrogiannopoulos