summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-01-27 16:33:59 +0100
committerSimon Josefsson <simon@josefsson.org>2010-01-27 16:33:59 +0100
commit17e65babe4476385a0e2b3f4b3558b69bc325516 (patch)
tree109008b484b97d18c5a025ccdcd5b422e46bd171 /lib
parent6a8fd67cf1a1ad36f7bf7ce1cb651d16678d612d (diff)
downloadgnutls-17e65babe4476385a0e2b3f4b3558b69bc325516.tar.gz
Update copyright years.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am3
-rw-r--r--lib/auth_anon.c3
-rw-r--r--lib/auth_anon.h3
-rw-r--r--lib/auth_cert.c3
-rw-r--r--lib/auth_cert.h3
-rw-r--r--lib/auth_dh_common.c3
-rw-r--r--lib/auth_dh_common.h3
-rw-r--r--lib/auth_dhe.c3
-rw-r--r--lib/auth_dhe_psk.c2
-rw-r--r--lib/auth_psk.c2
-rw-r--r--lib/auth_psk.h2
-rw-r--r--lib/auth_psk_passwd.c2
-rw-r--r--lib/auth_psk_passwd.h2
-rw-r--r--lib/auth_rsa.c3
-rw-r--r--lib/auth_rsa_export.c3
-rw-r--r--lib/auth_srp.c3
-rw-r--r--lib/auth_srp.h3
-rw-r--r--lib/auth_srp_passwd.c3
-rw-r--r--lib/auth_srp_passwd.h3
-rw-r--r--lib/auth_srp_rsa.c3
-rw-r--r--lib/auth_srp_sb64.c3
-rw-r--r--lib/cipher-libgcrypt.c2
-rw-r--r--lib/configure.ac4
-rw-r--r--lib/crypto-api.c3
-rw-r--r--lib/crypto.c2
-rw-r--r--lib/crypto.h2
-rw-r--r--lib/cryptodev.c2
-rw-r--r--lib/debug.c3
-rw-r--r--lib/debug.h3
-rw-r--r--lib/ext_cert_type.c3
-rw-r--r--lib/ext_cert_type.h3
-rw-r--r--lib/ext_max_record.c2
-rw-r--r--lib/ext_max_record.h3
-rw-r--r--lib/ext_oprfi.c2
-rw-r--r--lib/ext_oprfi.h2
-rw-r--r--lib/ext_safe_renegotiation.c2
-rw-r--r--lib/ext_safe_renegotiation.h2
-rw-r--r--lib/ext_server_name.c3
-rw-r--r--lib/ext_server_name.h3
-rw-r--r--lib/ext_session_ticket.c2
-rw-r--r--lib/ext_session_ticket.h2
-rw-r--r--lib/ext_signature.c3
-rw-r--r--lib/ext_signature.h3
-rw-r--r--lib/ext_srp.c3
-rw-r--r--lib/ext_srp.h3
-rw-r--r--lib/gnutls_alert.c3
-rw-r--r--lib/gnutls_algorithms.c3
-rw-r--r--lib/gnutls_algorithms.h3
-rw-r--r--lib/gnutls_anon_cred.c3
-rw-r--r--lib/gnutls_auth.c3
-rw-r--r--lib/gnutls_auth.h3
-rw-r--r--lib/gnutls_buffers.c3
-rw-r--r--lib/gnutls_buffers.h3
-rw-r--r--lib/gnutls_cert.c3
-rw-r--r--lib/gnutls_cert.h3
-rw-r--r--lib/gnutls_cipher.c3
-rw-r--r--lib/gnutls_cipher.h3
-rw-r--r--lib/gnutls_cipher_int.h3
-rw-r--r--lib/gnutls_compress.c3
-rw-r--r--lib/gnutls_compress.h3
-rw-r--r--lib/gnutls_constate.c3
-rw-r--r--lib/gnutls_constate.h3
-rw-r--r--lib/gnutls_datum.c3
-rw-r--r--lib/gnutls_datum.h3
-rw-r--r--lib/gnutls_db.c3
-rw-r--r--lib/gnutls_db.h3
-rw-r--r--lib/gnutls_dh.c3
-rw-r--r--lib/gnutls_dh.h3
-rw-r--r--lib/gnutls_dh_primes.c3
-rw-r--r--lib/gnutls_errors.c3
-rw-r--r--lib/gnutls_errors.h3
-rw-r--r--lib/gnutls_extensions.c3
-rw-r--r--lib/gnutls_extensions.h3
-rw-r--r--lib/gnutls_global.c3
-rw-r--r--lib/gnutls_global.h3
-rw-r--r--lib/gnutls_handshake.c3
-rw-r--r--lib/gnutls_handshake.h3
-rw-r--r--lib/gnutls_hash_int.c3
-rw-r--r--lib/gnutls_hash_int.h3
-rw-r--r--lib/gnutls_helper.c2
-rw-r--r--lib/gnutls_int.h3
-rw-r--r--lib/gnutls_kx.c3
-rw-r--r--lib/gnutls_kx.h3
-rw-r--r--lib/gnutls_mem.c3
-rw-r--r--lib/gnutls_mem.h3
-rw-r--r--lib/gnutls_mpi.c3
-rw-r--r--lib/gnutls_mpi.h3
-rw-r--r--lib/gnutls_num.c3
-rw-r--r--lib/gnutls_num.h3
-rw-r--r--lib/gnutls_pk.c3
-rw-r--r--lib/gnutls_pk.h3
-rw-r--r--lib/gnutls_priority.c3
-rw-r--r--lib/gnutls_psk.c3
-rw-r--r--lib/gnutls_psk_netconf.c2
-rw-r--r--lib/gnutls_record.c3
-rw-r--r--lib/gnutls_record.h3
-rw-r--r--lib/gnutls_rsa_export.c3
-rw-r--r--lib/gnutls_rsa_export.h3
-rw-r--r--lib/gnutls_session.c3
-rw-r--r--lib/gnutls_session_pack.c3
-rw-r--r--lib/gnutls_session_pack.h3
-rw-r--r--lib/gnutls_sig.c3
-rw-r--r--lib/gnutls_sig.h3
-rw-r--r--lib/gnutls_srp.c3
-rw-r--r--lib/gnutls_srp.h3
-rw-r--r--lib/gnutls_state.c3
-rw-r--r--lib/gnutls_state.h3
-rw-r--r--lib/gnutls_str.c3
-rw-r--r--lib/gnutls_str.h3
-rw-r--r--lib/gnutls_supplemental.c2
-rw-r--r--lib/gnutls_supplemental.h2
-rw-r--r--lib/gnutls_ui.c3
-rw-r--r--lib/gnutls_v2_compat.c3
-rw-r--r--lib/gnutls_v2_compat.h3
-rw-r--r--lib/gnutls_x509.c3
-rw-r--r--lib/gnutls_x509.h3
-rw-r--r--lib/includes/Makefile.am3
-rw-r--r--lib/includes/gnutls/crypto.h2
-rw-r--r--lib/includes/gnutls/gnutls.h.in3
-rw-r--r--lib/includes/gnutls/openpgp.h3
-rw-r--r--lib/includes/gnutls/pkcs12.h3
-rw-r--r--lib/includes/gnutls/x509.h3
-rw-r--r--lib/libgnutls.map3
-rw-r--r--lib/libgnutlsxx.map2
-rw-r--r--lib/m4/hooks.m44
-rw-r--r--lib/mac-libgcrypt.c2
-rw-r--r--lib/minitasn1/Makefile.am3
-rw-r--r--lib/minitasn1/gstr.c3
-rw-r--r--lib/minitasn1/int.h3
-rw-r--r--lib/minitasn1/libtasn1.h3
-rw-r--r--lib/minitasn1/parser_aux.c3
-rw-r--r--lib/minitasn1/structure.c3
-rw-r--r--lib/mpi-libgcrypt.c3
-rw-r--r--lib/opencdk/Makefile.am3
-rw-r--r--lib/opencdk/armor.c3
-rw-r--r--lib/opencdk/context.h3
-rw-r--r--lib/opencdk/filters.h2
-rw-r--r--lib/opencdk/hash.c3
-rw-r--r--lib/opencdk/kbnode.c3
-rw-r--r--lib/opencdk/keydb.c3
-rw-r--r--lib/opencdk/literal.c3
-rw-r--r--lib/opencdk/main.c3
-rw-r--r--lib/opencdk/main.h3
-rw-r--r--lib/opencdk/misc.c3
-rw-r--r--lib/opencdk/new-packet.c3
-rw-r--r--lib/opencdk/opencdk.h3
-rw-r--r--lib/opencdk/packet.h3
-rw-r--r--lib/opencdk/pubkey.c3
-rw-r--r--lib/opencdk/read-packet.c3
-rw-r--r--lib/opencdk/seskey.c3
-rw-r--r--lib/opencdk/sig-check.c3
-rw-r--r--lib/opencdk/stream.c3
-rw-r--r--lib/opencdk/stream.h3
-rw-r--r--lib/opencdk/types.h3
-rw-r--r--lib/opencdk/verify.c3
-rw-r--r--lib/opencdk/write-packet.c3
-rw-r--r--lib/openpgp/Makefile.am3
-rw-r--r--lib/openpgp/compat.c3
-rw-r--r--lib/openpgp/extras.c3
-rw-r--r--lib/openpgp/gnutls_openpgp.c3
-rw-r--r--lib/openpgp/output.c2
-rw-r--r--lib/openpgp/pgp.c3
-rw-r--r--lib/openpgp/pgpverify.c3
-rw-r--r--lib/openpgp/privkey.c3
-rw-r--r--lib/pk-libgcrypt.c3
-rw-r--r--lib/po/cs.po.in2
-rw-r--r--lib/po/de.po.in2
-rw-r--r--lib/po/fr.po.in2
-rw-r--r--lib/po/ms.po.in2
-rw-r--r--lib/po/nl.po.in2
-rw-r--r--lib/po/pl.po.in3
-rw-r--r--lib/po/sv.po.in2
-rw-r--r--lib/random.c2
-rw-r--r--lib/random.h2
-rw-r--r--lib/rnd-libgcrypt.c2
-rw-r--r--lib/x509/Makefile.am3
-rw-r--r--lib/x509/common.c3
-rw-r--r--lib/x509/common.h3
-rw-r--r--lib/x509/crl.c3
-rw-r--r--lib/x509/crl_write.c3
-rw-r--r--lib/x509/crq.c3
-rw-r--r--lib/x509/dn.c3
-rw-r--r--lib/x509/extensions.c3
-rw-r--r--lib/x509/mpi.c3
-rw-r--r--lib/x509/output.c2
-rw-r--r--lib/x509/pbkdf2-sha1.c3
-rw-r--r--lib/x509/pkcs12.c3
-rw-r--r--lib/x509/pkcs12_bag.c3
-rw-r--r--lib/x509/pkcs12_encr.c3
-rw-r--r--lib/x509/pkcs7.c3
-rw-r--r--lib/x509/privkey.c3
-rw-r--r--lib/x509/privkey_pkcs8.c3
-rw-r--r--lib/x509/rfc2818_hostname.c3
-rw-r--r--lib/x509/sign.c3
-rw-r--r--lib/x509/verify.c3
-rw-r--r--lib/x509/x509.c3
-rw-r--r--lib/x509/x509_int.h3
-rw-r--r--lib/x509/x509_write.c3
-rw-r--r--lib/x509_b64.c3
-rw-r--r--lib/x509_b64.h3
200 files changed, 365 insertions, 202 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e389d2515b..5e4ce56c62 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,6 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+# 2009, 2010 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
diff --git a/lib/auth_anon.c b/lib/auth_anon.c
index 28932e918d..b3917e02cd 100644
--- a/lib/auth_anon.c
+++ b/lib/auth_anon.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_anon.h b/lib/auth_anon.h
index 66bb692b22..0a46704d89 100644
--- a/lib/auth_anon.h
+++ b/lib/auth_anon.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_cert.c b/lib/auth_cert.c
index 337f67fa63..8e4f4aa997 100644
--- a/lib/auth_cert.c
+++ b/lib/auth_cert.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+ * 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_cert.h b/lib/auth_cert.h
index 1351af96b3..f7f752e2ab 100644
--- a/lib/auth_cert.h
+++ b/lib/auth_cert.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_dh_common.c b/lib/auth_dh_common.c
index d24db7f136..17052bfb68 100644
--- a/lib/auth_dh_common.c
+++ b/lib/auth_dh_common.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_dh_common.h b/lib/auth_dh_common.h
index fe243bbe67..57d17ffa4a 100644
--- a/lib/auth_dh_common.h
+++ b/lib/auth_dh_common.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_dhe.c b/lib/auth_dhe.c
index ee5f7704eb..b24c4569e1 100644
--- a/lib/auth_dhe.c
+++ b/lib/auth_dhe.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_dhe_psk.c b/lib/auth_dhe_psk.c
index d3b09f28db..29c65f9666 100644
--- a/lib/auth_dhe_psk.c
+++ b/lib/auth_dhe_psk.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005, 2007, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2007, 2009, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_psk.c b/lib/auth_psk.c
index e33c0ef552..c7f1a2e41e 100644
--- a/lib/auth_psk.c
+++ b/lib/auth_psk.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2007, 2008, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_psk.h b/lib/auth_psk.h
index 9ae4bd0377..4e6ea41f60 100644
--- a/lib/auth_psk.h
+++ b/lib/auth_psk.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2007, 2008, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_psk_passwd.c b/lib/auth_psk_passwd.c
index 78f540a55f..98397a8c3c 100644
--- a/lib/auth_psk_passwd.c
+++ b/lib/auth_psk_passwd.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2007, 2008, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_psk_passwd.h b/lib/auth_psk_passwd.h
index 0c8a1d805e..fe27804672 100644
--- a/lib/auth_psk_passwd.h
+++ b/lib/auth_psk_passwd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_rsa.c b/lib/auth_rsa.c
index b8c498a7dc..e9bbb135e0 100644
--- a/lib/auth_rsa.c
+++ b/lib/auth_rsa.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_rsa_export.c b/lib/auth_rsa_export.c
index e07325a620..83d5b81be8 100644
--- a/lib/auth_rsa_export.c
+++ b/lib/auth_rsa_export.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_srp.c b/lib/auth_srp.c
index 818d98df4d..3f5eb55f7f 100644
--- a/lib/auth_srp.c
+++ b/lib/auth_srp.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_srp.h b/lib/auth_srp.h
index 7438d9bcae..b15f46e148 100644
--- a/lib/auth_srp.h
+++ b/lib/auth_srp.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_srp_passwd.c b/lib/auth_srp_passwd.c
index dec8531693..8d3e6d794c 100644
--- a/lib/auth_srp_passwd.c
+++ b/lib/auth_srp_passwd.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_srp_passwd.h b/lib/auth_srp_passwd.h
index 813e59d003..6629206031 100644
--- a/lib/auth_srp_passwd.h
+++ b/lib/auth_srp_passwd.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_srp_rsa.c b/lib/auth_srp_rsa.c
index 0603732457..6f15b80975 100644
--- a/lib/auth_srp_rsa.c
+++ b/lib/auth_srp_rsa.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth_srp_sb64.c b/lib/auth_srp_sb64.c
index eec0dde356..d702c0db9e 100644
--- a/lib/auth_srp_sb64.c
+++ b/lib/auth_srp_sb64.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/cipher-libgcrypt.c b/lib/cipher-libgcrypt.c
index c70aaad973..e2b34fedbf 100644
--- a/lib/cipher-libgcrypt.c
+++ b/lib/cipher-libgcrypt.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/configure.ac b/lib/configure.ac
index 4cf7d43b6d..01178b7fae 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+# 2009, 2010 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos, Simon Josefsson
#
diff --git a/lib/crypto-api.c b/lib/crypto-api.c
index 518ffb898e..a88ab94722 100644
--- a/lib/crypto-api.c
+++ b/lib/crypto-api.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2004, 2005, 2008, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/crypto.c b/lib/crypto.c
index 2fae849b89..9942efbf24 100644
--- a/lib/crypto.c
+++ b/lib/crypto.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/crypto.h b/lib/crypto.h
index 386490e9a3..ae4e9c221b 100644
--- a/lib/crypto.h
+++ b/lib/crypto.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/cryptodev.c b/lib/cryptodev.c
index 058a47e741..9a36b9d554 100644
--- a/lib/cryptodev.c
+++ b/lib/cryptodev.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/debug.c b/lib/debug.c
index b753e88c05..58e0bcda8e 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/debug.h b/lib/debug.h
index 586b00cdf0..0fef2175dd 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2003, 2004, 2005, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/ext_cert_type.c b/lib/ext_cert_type.c
index 257a128970..b144dd51d8 100644
--- a/lib/ext_cert_type.c
+++ b/lib/ext_cert_type.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/ext_cert_type.h b/lib/ext_cert_type.h
index 3d3cc4f853..e515fdd593 100644
--- a/lib/ext_cert_type.h
+++ b/lib/ext_cert_type.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/ext_max_record.c b/lib/ext_max_record.c
index cd27a112e4..02d74458f4 100644
--- a/lib/ext_max_record.c
+++ b/lib/ext_max_record.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2004, 2005, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/ext_max_record.h b/lib/ext_max_record.h
index 2afee10c02..502a1f9c01 100644
--- a/lib/ext_max_record.h
+++ b/lib/ext_max_record.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/ext_oprfi.c b/lib/ext_oprfi.c
index 0f2fb85320..b0a5bf7453 100644
--- a/lib/ext_oprfi.c
+++ b/lib/ext_oprfi.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/lib/ext_oprfi.h b/lib/ext_oprfi.h
index 515c117f73..479efa3429 100644
--- a/lib/ext_oprfi.h
+++ b/lib/ext_oprfi.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/lib/ext_safe_renegotiation.c b/lib/ext_safe_renegotiation.c
index 2cdae96ad4..fc11e94df5 100644
--- a/lib/ext_safe_renegotiation.c
+++ b/lib/ext_safe_renegotiation.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
*
* Author: Steve Dispensa (<dispensa@phonefactor.com>)
*
diff --git a/lib/ext_safe_renegotiation.h b/lib/ext_safe_renegotiation.h
index 5f0c4462fc..b70e4817d6 100644
--- a/lib/ext_safe_renegotiation.h
+++ b/lib/ext_safe_renegotiation.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
*
* Author: Steve Dispensa (<dispensa@phonefactor.com>)
*
diff --git a/lib/ext_server_name.c b/lib/ext_server_name.c
index c506420d84..533808b6bc 100644
--- a/lib/ext_server_name.c
+++ b/lib/ext_server_name.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/ext_server_name.h b/lib/ext_server_name.h
index 388d206e34..57555b23fe 100644
--- a/lib/ext_server_name.h
+++ b/lib/ext_server_name.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/ext_session_ticket.c b/lib/ext_session_ticket.c
index 4f65eb832f..d659a83f42 100644
--- a/lib/ext_session_ticket.c
+++ b/lib/ext_session_ticket.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
*
* Author: Daiki Ueno
*
diff --git a/lib/ext_session_ticket.h b/lib/ext_session_ticket.h
index 3fd8ee670e..49ca7f43bd 100644
--- a/lib/ext_session_ticket.h
+++ b/lib/ext_session_ticket.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
*
* Author: Daiki Ueno
*
diff --git a/lib/ext_signature.c b/lib/ext_signature.c
index 400c7983e5..b11a89153d 100644
--- a/lib/ext_signature.c
+++ b/lib/ext_signature.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/ext_signature.h b/lib/ext_signature.h
index 8b4360fb1c..7123637e7f 100644
--- a/lib/ext_signature.h
+++ b/lib/ext_signature.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/ext_srp.c b/lib/ext_srp.c
index 6950a2da95..c6ded6eb52 100644
--- a/lib/ext_srp.c
+++ b/lib/ext_srp.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/ext_srp.h b/lib/ext_srp.h
index 5ad7348f8d..42ca567b49 100644
--- a/lib/ext_srp.h
+++ b/lib/ext_srp.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_alert.c b/lib/gnutls_alert.c
index 8e4ac4f22c..3176835765 100644
--- a/lib/gnutls_alert.c
+++ b/lib/gnutls_alert.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index e398df6c4b..861fbda13d 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+ * 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_algorithms.h b/lib/gnutls_algorithms.h
index 3d38d2b988..34df282d43 100644
--- a/lib/gnutls_algorithms.h
+++ b/lib/gnutls_algorithms.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_anon_cred.c b/lib/gnutls_anon_cred.c
index bafd6766b2..837bd94859 100644
--- a/lib/gnutls_anon_cred.c
+++ b/lib/gnutls_anon_cred.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_auth.c b/lib/gnutls_auth.c
index 4730f51064..328fa2f83a 100644
--- a/lib/gnutls_auth.c
+++ b/lib/gnutls_auth.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_auth.h b/lib/gnutls_auth.h
index da2f6b80be..312b03ce48 100644
--- a/lib/gnutls_auth.h
+++ b/lib/gnutls_auth.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c
index d6effe2c58..8b2084231b 100644
--- a/lib/gnutls_buffers.c
+++ b/lib/gnutls_buffers.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+ * 2009, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_buffers.h b/lib/gnutls_buffers.h
index 2a92538e01..1b0d194cbb 100644
--- a/lib/gnutls_buffers.h
+++ b/lib/gnutls_buffers.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 4e355dc326..ce2aef21f5 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+ * 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_cert.h b/lib/gnutls_cert.h
index 07beffc2b4..179a186845 100644
--- a/lib/gnutls_cert.h
+++ b/lib/gnutls_cert.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c
index cc9d38e428..f1a4efcba7 100644
--- a/lib/gnutls_cipher.c
+++ b/lib/gnutls_cipher.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_cipher.h b/lib/gnutls_cipher.h
index e4181e7736..aa6b9e3170 100644
--- a/lib/gnutls_cipher.h
+++ b/lib/gnutls_cipher.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_cipher_int.h b/lib/gnutls_cipher_int.h
index 4f8fc3194c..55abc09590 100644
--- a/lib/gnutls_cipher_int.h
+++ b/lib/gnutls_cipher_int.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_compress.c b/lib/gnutls_compress.c
index 73e3e27256..67044ded06 100644
--- a/lib/gnutls_compress.c
+++ b/lib/gnutls_compress.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2004, 2005, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_compress.h b/lib/gnutls_compress.h
index 5d1f044c46..35cfcabb44 100644
--- a/lib/gnutls_compress.h
+++ b/lib/gnutls_compress.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_constate.c b/lib/gnutls_constate.c
index 41e3d7ab37..3658949042 100644
--- a/lib/gnutls_constate.c
+++ b/lib/gnutls_constate.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_constate.h b/lib/gnutls_constate.h
index 68076dddf2..26c0af0772 100644
--- a/lib/gnutls_constate.h
+++ b/lib/gnutls_constate.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_datum.c b/lib/gnutls_datum.c
index 55661efd09..04c4411fd3 100644
--- a/lib/gnutls_datum.c
+++ b/lib/gnutls_datum.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_datum.h b/lib/gnutls_datum.h
index 1ee8b11122..73488dc262 100644
--- a/lib/gnutls_datum.h
+++ b/lib/gnutls_datum.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_db.c b/lib/gnutls_db.c
index 3f71ca9441..e136eaa19d 100644
--- a/lib/gnutls_db.c
+++ b/lib/gnutls_db.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2002, 2003, 2004, 2005, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_db.h b/lib/gnutls_db.h
index ad3bd8bf74..3848a50c9c 100644
--- a/lib/gnutls_db.h
+++ b/lib/gnutls_db.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_dh.c b/lib/gnutls_dh.c
index 3760deef87..e1e5b5a8ce 100644
--- a/lib/gnutls_dh.c
+++ b/lib/gnutls_dh.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_dh.h b/lib/gnutls_dh.h
index 0e17e0e6b4..dce3e5b7c7 100644
--- a/lib/gnutls_dh.h
+++ b/lib/gnutls_dh.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_dh_primes.c b/lib/gnutls_dh_primes.c
index 8a3c5711db..2d79f07232 100644
--- a/lib/gnutls_dh_primes.c
+++ b/lib/gnutls_dh_primes.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2003, 2004, 2005, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c
index b4a1177ae8..0de3741a48 100644
--- a/lib/gnutls_errors.c
+++ b/lib/gnutls_errors.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+ * 2009, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_errors.h b/lib/gnutls_errors.h
index a1d8ac2ef5..9dd9a399a7 100644
--- a/lib/gnutls_errors.h
+++ b/lib/gnutls_errors.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_extensions.c b/lib/gnutls_extensions.c
index a1afc5f42d..e76a54dc59 100644
--- a/lib/gnutls_extensions.c
+++ b/lib/gnutls_extensions.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos, Simon Josefsson
*
diff --git a/lib/gnutls_extensions.h b/lib/gnutls_extensions.h
index 3bceaf00a1..50cb2b9b52 100644
--- a/lib/gnutls_extensions.h
+++ b/lib/gnutls_extensions.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c
index aeb48b5d16..01b6ce4e66 100644
--- a/lib/gnutls_global.c
+++ b/lib/gnutls_global.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_global.h b/lib/gnutls_global.h
index 5bf2b27a85..984a394c08 100644
--- a/lib/gnutls_global.h
+++ b/lib/gnutls_global.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index 47565fa587..39669f1989 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+ * 2009, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_handshake.h b/lib/gnutls_handshake.h
index 62bc92dc92..ed71319dd1 100644
--- a/lib/gnutls_handshake.h
+++ b/lib/gnutls_handshake.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_hash_int.c b/lib/gnutls_hash_int.c
index 72caa950a6..ebbf4bc480 100644
--- a/lib/gnutls_hash_int.c
+++ b/lib/gnutls_hash_int.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_hash_int.h b/lib/gnutls_hash_int.h
index 1fbd74a542..0df696745e 100644
--- a/lib/gnutls_hash_int.h
+++ b/lib/gnutls_hash_int.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_helper.c b/lib/gnutls_helper.c
index a2c3c813ad..ca4fccf5bd 100644
--- a/lib/gnutls_helper.c
+++ b/lib/gnutls_helper.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2008, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index f1982224a5..b8b8bbd275 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+ * 2009, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_kx.c b/lib/gnutls_kx.c
index e18a21cf8e..3f7bff2afb 100644
--- a/lib/gnutls_kx.c
+++ b/lib/gnutls_kx.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2004, 2005, 2006, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_kx.h b/lib/gnutls_kx.h
index bbf16c23dc..8f3654084a 100644
--- a/lib/gnutls_kx.h
+++ b/lib/gnutls_kx.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_mem.c b/lib/gnutls_mem.c
index c662158194..1acc4a5d4a 100644
--- a/lib/gnutls_mem.c
+++ b/lib/gnutls_mem.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_mem.h b/lib/gnutls_mem.h
index 733b22e0ce..a5b4b87572 100644
--- a/lib/gnutls_mem.h
+++ b/lib/gnutls_mem.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_mpi.c b/lib/gnutls_mpi.c
index 8d41ffa69b..76a93a0bbe 100644
--- a/lib/gnutls_mpi.c
+++ b/lib/gnutls_mpi.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h
index 1a72a5901a..cd3d05af31 100644
--- a/lib/gnutls_mpi.h
+++ b/lib/gnutls_mpi.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_num.c b/lib/gnutls_num.c
index c932efd87a..68247d8e22 100644
--- a/lib/gnutls_num.c
+++ b/lib/gnutls_num.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_num.h b/lib/gnutls_num.h
index db7568c129..f8479226c5 100644
--- a/lib/gnutls_num.h
+++ b/lib/gnutls_num.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_pk.c b/lib/gnutls_pk.c
index f389819ee9..020e1b1e51 100644
--- a/lib/gnutls_pk.c
+++ b/lib/gnutls_pk.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_pk.h b/lib/gnutls_pk.h
index 29168303cb..0a0f7c0fb1 100644
--- a/lib/gnutls_pk.h
+++ b/lib/gnutls_pk.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index 96e2715e52..16d28d5df7 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_psk.c b/lib/gnutls_psk.c
index 2b71b321bd..471def5c5b 100644
--- a/lib/gnutls_psk.c
+++ b/lib/gnutls_psk.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_psk_netconf.c b/lib/gnutls_psk_netconf.c
index a192a720a1..b6e5b9acf6 100644
--- a/lib/gnutls_psk_netconf.c
+++ b/lib/gnutls_psk_netconf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
index 863b0c2107..6b8736df8c 100644
--- a/lib/gnutls_record.c
+++ b/lib/gnutls_record.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+ * 2009, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_record.h b/lib/gnutls_record.h
index 96c90d3124..d65333ff67 100644
--- a/lib/gnutls_record.h
+++ b/lib/gnutls_record.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_rsa_export.c b/lib/gnutls_rsa_export.c
index f89a310e36..96879fb9a5 100644
--- a/lib/gnutls_rsa_export.c
+++ b/lib/gnutls_rsa_export.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_rsa_export.h b/lib/gnutls_rsa_export.h
index cad2148ab6..93f2c53c86 100644
--- a/lib/gnutls_rsa_export.h
+++ b/lib/gnutls_rsa_export.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_session.c b/lib/gnutls_session.c
index 2179af8535..b4ef604670 100644
--- a/lib/gnutls_session.c
+++ b/lib/gnutls_session.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_session_pack.c b/lib/gnutls_session_pack.c
index c8817e7631..27afbc9829 100644
--- a/lib/gnutls_session_pack.c
+++ b/lib/gnutls_session_pack.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_session_pack.h b/lib/gnutls_session_pack.h
index 89a1152fd1..b66ae2b5c1 100644
--- a/lib/gnutls_session_pack.h
+++ b/lib/gnutls_session_pack.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_sig.c b/lib/gnutls_sig.c
index 186e3f26b4..0c78bf359b 100644
--- a/lib/gnutls_sig.c
+++ b/lib/gnutls_sig.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_sig.h b/lib/gnutls_sig.h
index 3ca93c0fa5..a19f2366a3 100644
--- a/lib/gnutls_sig.h
+++ b/lib/gnutls_sig.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_srp.c b/lib/gnutls_srp.c
index ffb9243bca..aababc41ba 100644
--- a/lib/gnutls_srp.c
+++ b/lib/gnutls_srp.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_srp.h b/lib/gnutls_srp.h
index cdb81d0015..0c12d41ec2 100644
--- a/lib/gnutls_srp.h
+++ b/lib/gnutls_srp.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index 82cd1fb584..672634d7f0 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_state.h b/lib/gnutls_state.h
index 481db77d16..0b85ca41e3 100644
--- a/lib/gnutls_state.h
+++ b/lib/gnutls_state.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_str.c b/lib/gnutls_str.c
index 6dbecafa13..02d629003c 100644
--- a/lib/gnutls_str.c
+++ b/lib/gnutls_str.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_str.h b/lib/gnutls_str.h
index 72da1c050b..32ee16cf33 100644
--- a/lib/gnutls_str.h
+++ b/lib/gnutls_str.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009,
+ * 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_supplemental.c b/lib/gnutls_supplemental.c
index 7e13dc51c4..9ee172b680 100644
--- a/lib/gnutls_supplemental.c
+++ b/lib/gnutls_supplemental.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/lib/gnutls_supplemental.h b/lib/gnutls_supplemental.h
index 8888f5997d..67e4673026 100644
--- a/lib/gnutls_supplemental.h
+++ b/lib/gnutls_supplemental.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c
index 43257ed054..32f3e38d80 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_v2_compat.c b/lib/gnutls_v2_compat.c
index d435186943..45cf8e356a 100644
--- a/lib/gnutls_v2_compat.c
+++ b/lib/gnutls_v2_compat.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2004, 2005, 2006, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_v2_compat.h b/lib/gnutls_v2_compat.h
index 34653c5753..6a2cd945d9 100644
--- a/lib/gnutls_v2_compat.h
+++ b/lib/gnutls_v2_compat.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index fe0d4d1720..6e16311091 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/gnutls_x509.h b/lib/gnutls_x509.h
index 71ca71794b..dec92441fb 100644
--- a/lib/gnutls_x509.h
+++ b/lib/gnutls_x509.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/includes/Makefile.am b/lib/includes/Makefile.am
index ae05c13066..e419786887 100644
--- a/lib/includes/Makefile.am
+++ b/lib/includes/Makefile.am
@@ -1,5 +1,6 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+# 2010 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
diff --git a/lib/includes/gnutls/crypto.h b/lib/includes/gnutls/crypto.h
index ca0cf4f45a..0c136de32a 100644
--- a/lib/includes/gnutls/crypto.h
+++ b/lib/includes/gnutls/crypto.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 394f589604..2e316898e5 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -1,5 +1,6 @@
/* -*- c -*-
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+ * 2009, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavroyanopoulos
*
diff --git a/lib/includes/gnutls/openpgp.h b/lib/includes/gnutls/openpgp.h
index 1d6e16eec9..30880e9162 100644
--- a/lib/includes/gnutls/openpgp.h
+++ b/lib/includes/gnutls/openpgp.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/includes/gnutls/pkcs12.h b/lib/includes/gnutls/pkcs12.h
index 670b895512..a2cea1d8c3 100644
--- a/lib/includes/gnutls/pkcs12.h
+++ b/lib/includes/gnutls/pkcs12.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h
index d40244b5f6..fdd3823889 100644
--- a/lib/includes/gnutls/x509.h
+++ b/lib/includes/gnutls/x509.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index f02c4bd1eb..bec2db07b1 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1,5 +1,6 @@
# libgnutls.map -- libgnutls linker version script. -*- ld-script -*-
-# Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/lib/libgnutlsxx.map b/lib/libgnutlsxx.map
index 16b57b8dd5..b3e2e76924 100644
--- a/lib/libgnutlsxx.map
+++ b/lib/libgnutlsxx.map
@@ -1,5 +1,5 @@
# libgnutlsxx.map -- linker script for libgnutls. -*- ld-script -*-
-# Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, 2009, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index edc3a3e5bf..f0f67e077d 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -1,5 +1,5 @@
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+# 2009, 2010 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos, Simon Josefsson
#
diff --git a/lib/mac-libgcrypt.c b/lib/mac-libgcrypt.c
index 3840add1da..3cff9b60f1 100644
--- a/lib/mac-libgcrypt.c
+++ b/lib/mac-libgcrypt.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/minitasn1/Makefile.am b/lib/minitasn1/Makefile.am
index 9a9bc82000..e32783e5ac 100644
--- a/lib/minitasn1/Makefile.am
+++ b/lib/minitasn1/Makefile.am
@@ -1,5 +1,6 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+# Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
diff --git a/lib/minitasn1/gstr.c b/lib/minitasn1/gstr.c
index d6224909e6..e08de14316 100644
--- a/lib/minitasn1/gstr.c
+++ b/lib/minitasn1/gstr.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
* Copyright (C) 2002 Nikos Mavroyanopoulos
*
* This file is part of LIBTASN1.
diff --git a/lib/minitasn1/int.h b/lib/minitasn1/int.h
index 5b42af5344..bc583c4dde 100644
--- a/lib/minitasn1/int.h
+++ b/lib/minitasn1/int.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
* Copyright (C) 2002 Fabio Fiorina
*
* This file is part of LIBTASN1.
diff --git a/lib/minitasn1/libtasn1.h b/lib/minitasn1/libtasn1.h
index 0e9d492900..d108322cd2 100644
--- a/lib/minitasn1/libtasn1.h
+++ b/lib/minitasn1/libtasn1.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
* Copyright (C) 2002 Fabio Fiorina
*
* This file is part of LIBTASN1.
diff --git a/lib/minitasn1/parser_aux.c b/lib/minitasn1/parser_aux.c
index 2cef2960c1..6057813d8c 100644
--- a/lib/minitasn1/parser_aux.c
+++ b/lib/minitasn1/parser_aux.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
* Copyright (C) 2000,2001 Fabio Fiorina
*
* This file is part of LIBTASN1.
diff --git a/lib/minitasn1/structure.c b/lib/minitasn1/structure.c
index 48a18b82fa..fc7d727cab 100644
--- a/lib/minitasn1/structure.c
+++ b/lib/minitasn1/structure.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
* Copyright (C) 2002 Fabio Fiorina
*
* This file is part of LIBTASN1.
diff --git a/lib/mpi-libgcrypt.c b/lib/mpi-libgcrypt.c
index 35c7398a3f..0781dbfcb3 100644
--- a/lib/mpi-libgcrypt.c
+++ b/lib/mpi-libgcrypt.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am
index 32603e5d2a..8d9913f746 100644
--- a/lib/opencdk/Makefile.am
+++ b/lib/opencdk/Makefile.am
@@ -1,5 +1,6 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2010 Free Software
+# Foundation, Inc.
#
# Author: Nikos Mavroyanopoulos
#
diff --git a/lib/opencdk/armor.c b/lib/opencdk/armor.c
index 3a08b5fda3..ad8c165a23 100644
--- a/lib/opencdk/armor.c
+++ b/lib/opencdk/armor.c
@@ -1,5 +1,6 @@
/* armor.c - Armor filters
- * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2010
+ * Free Software Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/context.h b/lib/opencdk/context.h
index b695f0f45d..101b06098c 100644
--- a/lib/opencdk/context.h
+++ b/lib/opencdk/context.h
@@ -1,5 +1,6 @@
/* context.h
- * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2007, 2008, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/filters.h b/lib/opencdk/filters.h
index d5a63afd4d..d09a067695 100644
--- a/lib/opencdk/filters.h
+++ b/lib/opencdk/filters.h
@@ -1,5 +1,5 @@
/* filters.h - Filter structs
- * Copyright (C) 2002, 2003, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2008, 2010 Free Software Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/hash.c b/lib/opencdk/hash.c
index 6ea435d547..039e6d4c9e 100644
--- a/lib/opencdk/hash.c
+++ b/lib/opencdk/hash.c
@@ -1,5 +1,6 @@
/* hash.c - Hash filters
- * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2007, 2008, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/kbnode.c b/lib/opencdk/kbnode.c
index cd8e939b48..7464dfbd3f 100644
--- a/lib/opencdk/kbnode.c
+++ b/lib/opencdk/kbnode.c
@@ -1,5 +1,6 @@
/* kbnode.c - keyblock node utility functions
- * Copyright (C) 1998-2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2010
+ * Free Software Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/keydb.c b/lib/opencdk/keydb.c
index 85281c69b5..7b798520e3 100644
--- a/lib/opencdk/keydb.c
+++ b/lib/opencdk/keydb.c
@@ -1,5 +1,6 @@
/* keydb.c - Key database routines
- * Copyright (C) 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/literal.c b/lib/opencdk/literal.c
index d76f795654..d654cd4e9c 100644
--- a/lib/opencdk/literal.c
+++ b/lib/opencdk/literal.c
@@ -1,5 +1,6 @@
/* literal.c - Literal packet filters
- * Copyright (C) 2002, 2003, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/main.c b/lib/opencdk/main.c
index ddf9c33032..1803643cbb 100644
--- a/lib/opencdk/main.c
+++ b/lib/opencdk/main.c
@@ -1,5 +1,6 @@
/* main.c
- * Copyright (C) 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/main.h b/lib/opencdk/main.h
index 613bc940f3..0a76dc6dbb 100644
--- a/lib/opencdk/main.h
+++ b/lib/opencdk/main.h
@@ -1,5 +1,6 @@
/* main.h
- * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2007, 2008, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/misc.c b/lib/opencdk/misc.c
index 1331253df6..26c159037d 100644
--- a/lib/opencdk/misc.c
+++ b/lib/opencdk/misc.c
@@ -1,5 +1,6 @@
/* misc.c
- * Copyright (C) 1998-2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009,
+ * 2010 Free Software Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/new-packet.c b/lib/opencdk/new-packet.c
index dc5304b8bb..70048edc71 100644
--- a/lib/opencdk/new-packet.c
+++ b/lib/opencdk/new-packet.c
@@ -1,5 +1,6 @@
/* new-packet.c - packet handling (freeing, copying, ...)
- * Copyright (C) 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/opencdk.h b/lib/opencdk/opencdk.h
index 0ba17af47a..23b1471329 100644
--- a/lib/opencdk/opencdk.h
+++ b/lib/opencdk/opencdk.h
@@ -1,5 +1,6 @@
/* opencdk.h - Open Crypto Development Kit (OpenCDK)
- * Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2006, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/packet.h b/lib/opencdk/packet.h
index 4e3f5a55b1..ea3b147d9e 100644
--- a/lib/opencdk/packet.h
+++ b/lib/opencdk/packet.h
@@ -1,5 +1,6 @@
/* packet.h
- * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2007, 2008, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/pubkey.c b/lib/opencdk/pubkey.c
index 0ee122bd30..d9f66f2474 100644
--- a/lib/opencdk/pubkey.c
+++ b/lib/opencdk/pubkey.c
@@ -1,5 +1,6 @@
/* pubkey.c - Public key API
- * Copyright (C) 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/read-packet.c b/lib/opencdk/read-packet.c
index a044a10c3a..cae56f1dbf 100644
--- a/lib/opencdk/read-packet.c
+++ b/lib/opencdk/read-packet.c
@@ -1,5 +1,6 @@
/* read-packet.c - Read OpenPGP packets
- * Copyright (C) 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/seskey.c b/lib/opencdk/seskey.c
index 33d9c85bb5..e3e4d40a3d 100644
--- a/lib/opencdk/seskey.c
+++ b/lib/opencdk/seskey.c
@@ -1,5 +1,6 @@
/* seskey.c - Session key routines
- * Copyright (C) 1998-2000, 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 1998, 1999, 2000, 2002, 2003, 2007, 2008, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/sig-check.c b/lib/opencdk/sig-check.c
index f4e8ccf0f0..6c6f7c15d4 100644
--- a/lib/opencdk/sig-check.c
+++ b/lib/opencdk/sig-check.c
@@ -1,5 +1,6 @@
/* sig-check.c - Check signatures
- * Copyright (C) 1998-2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2010
+ * Free Software Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/stream.c b/lib/opencdk/stream.c
index 82f8155b01..68c6b3aed4 100644
--- a/lib/opencdk/stream.c
+++ b/lib/opencdk/stream.c
@@ -1,5 +1,6 @@
/* stream.c - The stream implementation
- * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2007, 2008, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/stream.h b/lib/opencdk/stream.h
index 977d675b0b..f7883c5a19 100644
--- a/lib/opencdk/stream.h
+++ b/lib/opencdk/stream.h
@@ -1,5 +1,6 @@
/* stream.h - internal definiton for the STREAM object
- * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2007, 2008, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/types.h b/lib/opencdk/types.h
index 8456a82292..5a225d9f7b 100644
--- a/lib/opencdk/types.h
+++ b/lib/opencdk/types.h
@@ -1,5 +1,6 @@
/* types.h - Some type definitions
- * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2007, 2008, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/verify.c b/lib/opencdk/verify.c
index 1b17940787..ab1638d5e1 100644
--- a/lib/opencdk/verify.c
+++ b/lib/opencdk/verify.c
@@ -1,5 +1,6 @@
/* verify.c - Verify signatures
- * Copyright (C) 2001, 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/opencdk/write-packet.c b/lib/opencdk/write-packet.c
index b095655586..2c8e71334e 100644
--- a/lib/opencdk/write-packet.c
+++ b/lib/opencdk/write-packet.c
@@ -1,5 +1,6 @@
/* write-packet.c - Write OpenPGP packets
- * Copyright (C) 2001, 2002, 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Timo Schulz
*
diff --git a/lib/openpgp/Makefile.am b/lib/openpgp/Makefile.am
index 16f026dee7..5b28a4829f 100644
--- a/lib/openpgp/Makefile.am
+++ b/lib/openpgp/Makefile.am
@@ -1,5 +1,6 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+# Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
diff --git a/lib/openpgp/compat.c b/lib/openpgp/compat.c
index c0095ea93c..0f4a602ab3 100644
--- a/lib/openpgp/compat.c
+++ b/lib/openpgp/compat.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Timo Schulz, Nikos Mavrogiannopoulos
*
diff --git a/lib/openpgp/extras.c b/lib/openpgp/extras.c
index a6f61d8e86..60261c9ee3 100644
--- a/lib/openpgp/extras.c
+++ b/lib/openpgp/extras.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos, Timo Schulz
*
diff --git a/lib/openpgp/gnutls_openpgp.c b/lib/openpgp/gnutls_openpgp.c
index b3c42dbbaf..1c6818e4d9 100644
--- a/lib/openpgp/gnutls_openpgp.c
+++ b/lib/openpgp/gnutls_openpgp.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Timo Schulz, Nikos Mavrogiannopoulos
*
diff --git a/lib/openpgp/output.c b/lib/openpgp/output.c
index 628949ae73..996d9f359a 100644
--- a/lib/openpgp/output.c
+++ b/lib/openpgp/output.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson, Nikos Mavrogiannopoulos
*
diff --git a/lib/openpgp/pgp.c b/lib/openpgp/pgp.c
index d0e653947d..6e2a1227ba 100644
--- a/lib/openpgp/pgp.c
+++ b/lib/openpgp/pgp.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Timo Schulz, Nikos Mavrogiannopoulos
*
diff --git a/lib/openpgp/pgpverify.c b/lib/openpgp/pgpverify.c
index 89427bf11d..0bad94baf0 100644
--- a/lib/openpgp/pgpverify.c
+++ b/lib/openpgp/pgpverify.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Timo Schulz, Nikos Mavrogiannopoulos
*
diff --git a/lib/openpgp/privkey.c b/lib/openpgp/privkey.c
index ee5a91a0f7..6b8cdcaf8f 100644
--- a/lib/openpgp/privkey.c
+++ b/lib/openpgp/privkey.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/pk-libgcrypt.c b/lib/pk-libgcrypt.c
index bd9b000f95..89844b8426 100644
--- a/lib/pk-libgcrypt.c
+++ b/lib/pk-libgcrypt.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010
+ * Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/po/cs.po.in b/lib/po/cs.po.in
index 750b54d381..be2c3dc15d 100644
--- a/lib/po/cs.po.in
+++ b/lib/po/cs.po.in
@@ -1,5 +1,5 @@
# Czech translation of libgnutls.
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
# This file is distributed under the same license as the libgnutls package.
# Petr Pisar <petr.pisar@atlas.cz>, 2009.
#
diff --git a/lib/po/de.po.in b/lib/po/de.po.in
index 1b75bd62bd..bbdc4861aa 100644
--- a/lib/po/de.po.in
+++ b/lib/po/de.po.in
@@ -1,5 +1,5 @@
# German gnutls translation.
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2010 Free Software Foundation, Inc.
# This file is distributed under the same license as the gnutls package.
# Jens Seidel <jensseidel@users.sf.net>, 2006.
#
diff --git a/lib/po/fr.po.in b/lib/po/fr.po.in
index b528001672..50d3d02041 100644
--- a/lib/po/fr.po.in
+++ b/lib/po/fr.po.in
@@ -1,5 +1,5 @@
# translation of libgnutls-2.8.1.po to French
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2010 Free Software Foundation, Inc.
# This file is distributed under the same license as the libgnutls package.
# Nicolas Provost <nprovost@quadriv.com>, 2009.
#
diff --git a/lib/po/ms.po.in b/lib/po/ms.po.in
index 4260eb4927..83ab6745b5 100644
--- a/lib/po/ms.po.in
+++ b/lib/po/ms.po.in
@@ -1,5 +1,5 @@
# gnutls Bahasa Melayu (Malay) (ms)
-# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
# This file is distributed under the same license as the gnutls package.
# Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>, 2006, 2007, 2008.
#
diff --git a/lib/po/nl.po.in b/lib/po/nl.po.in
index 64a5c15453..b91333d7f2 100644
--- a/lib/po/nl.po.in
+++ b/lib/po/nl.po.in
@@ -1,5 +1,5 @@
# Dutch translations for libgnutls
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
# This file is distributed under the same license as the libgnutls package.
# Benno Schulenberg <benno@vertaalt.nl>, 2007, 2008.
# Erwin Poeze <erwin.poeze@gmail.com>, 2009
diff --git a/lib/po/pl.po.in b/lib/po/pl.po.in
index bcb85781d2..2b4e68574e 100644
--- a/lib/po/pl.po.in
+++ b/lib/po/pl.po.in
@@ -1,5 +1,6 @@
# Polish translation for gnutls.
-# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+# Inc.
# This file is distributed under the same license as the libgnutls package.
# Jakub Bogusz <qboosh@pld-linux.org>, 2006-2009.
#
diff --git a/lib/po/sv.po.in b/lib/po/sv.po.in
index fb09e879a1..b3ece676f6 100644
--- a/lib/po/sv.po.in
+++ b/lib/po/sv.po.in
@@ -1,5 +1,5 @@
# Swedish translation of libgnutls.
-# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
# This file is distributed under the same license as the libgnutls package.
# Daniel Nylander <po@danielnylander.se>, 2006, 2007, 2008, 2009.
#
diff --git a/lib/random.c b/lib/random.c
index 5322ca1bd0..394d80b0bb 100644
--- a/lib/random.c
+++ b/lib/random.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/random.h b/lib/random.h
index 6c13182854..97f1478616 100644
--- a/lib/random.h
+++ b/lib/random.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/rnd-libgcrypt.c b/lib/rnd-libgcrypt.c
index 482135f430..3e75100aed 100644
--- a/lib/rnd-libgcrypt.c
+++ b/lib/rnd-libgcrypt.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/Makefile.am b/lib/x509/Makefile.am
index c47a98a251..ac36d5a796 100644
--- a/lib/x509/Makefile.am
+++ b/lib/x509/Makefile.am
@@ -1,5 +1,6 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
+# Software Foundation, Inc.
#
# This file is part of GNUTLS.
#
diff --git a/lib/x509/common.c b/lib/x509/common.c
index b01a1a73d4..d49f0dbea2 100644
--- a/lib/x509/common.c
+++ b/lib/x509/common.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/common.h b/lib/x509/common.h
index 81be2836e6..b70085befc 100644
--- a/lib/x509/common.h
+++ b/lib/x509/common.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/crl.c b/lib/x509/crl.c
index c770871d7e..ba9663abff 100644
--- a/lib/x509/crl.c
+++ b/lib/x509/crl.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/crl_write.c b/lib/x509/crl_write.c
index 4920763980..26a3a25464 100644
--- a/lib/x509/crl_write.c
+++ b/lib/x509/crl_write.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2008, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/crq.c b/lib/x509/crq.c
index 550d2a0027..a57988c1fb 100644
--- a/lib/x509/crq.c
+++ b/lib/x509/crq.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/dn.c b/lib/x509/dn.c
index 7136b1089b..29d7696127 100644
--- a/lib/x509/dn.c
+++ b/lib/x509/dn.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/extensions.c b/lib/x509/extensions.c
index 46cd1643ab..3498364f20 100644
--- a/lib/x509/extensions.c
+++ b/lib/x509/extensions.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/mpi.c b/lib/x509/mpi.c
index 7955fe71c3..0a65d21166 100644
--- a/lib/x509/mpi.c
+++ b/lib/x509/mpi.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/output.c b/lib/x509/output.c
index 79513e3c24..1263d17100 100644
--- a/lib/x509/output.c
+++ b/lib/x509/output.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/lib/x509/pbkdf2-sha1.c b/lib/x509/pbkdf2-sha1.c
index f63a23fdc5..09143db532 100644
--- a/lib/x509/pbkdf2-sha1.c
+++ b/lib/x509/pbkdf2-sha1.c
@@ -1,5 +1,6 @@
/* gc-pbkdf2-sha1.c --- Password-Based Key Derivation Function a'la PKCS#5
- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2010 Free Software
+ Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
diff --git a/lib/x509/pkcs12.c b/lib/x509/pkcs12.c
index 58852949ca..6c12e78026 100644
--- a/lib/x509/pkcs12.c
+++ b/lib/x509/pkcs12.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2008, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/pkcs12_bag.c b/lib/x509/pkcs12_bag.c
index 8b4a1a4a63..b2ffea5720 100644
--- a/lib/x509/pkcs12_bag.c
+++ b/lib/x509/pkcs12_bag.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/pkcs12_encr.c b/lib/x509/pkcs12_encr.c
index 5569eba217..d8518ac16e 100644
--- a/lib/x509/pkcs12_encr.c
+++ b/lib/x509/pkcs12_encr.c
@@ -1,6 +1,7 @@
/* minip12.c - A mini pkcs-12 implementation (modified for gnutls)
*
- * Copyright (C) 2002, 2004, 2005, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2004, 2005, 2009, 2010 Free Software Foundation,
+ * Inc.
*
* This file is part of GNUTLS.
*
diff --git a/lib/x509/pkcs7.c b/lib/x509/pkcs7.c
index 81e42e927b..4bd89f794e 100644
--- a/lib/x509/pkcs7.c
+++ b/lib/x509/pkcs7.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/privkey.c b/lib/x509/privkey.c
index 833529293c..77d205c442 100644
--- a/lib/x509/privkey.c
+++ b/lib/x509/privkey.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/privkey_pkcs8.c b/lib/x509/privkey_pkcs8.c
index ca1b6a2cbb..d2029e69d1 100644
--- a/lib/x509/privkey_pkcs8.c
+++ b/lib/x509/privkey_pkcs8.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/rfc2818_hostname.c b/lib/x509/rfc2818_hostname.c
index 837ee5f245..2be1540318 100644
--- a/lib/x509/rfc2818_hostname.c
+++ b/lib/x509/rfc2818_hostname.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
* Copyright (C) 2002 Andrew McDonald
*
* This file is part of GNUTLS.
diff --git a/lib/x509/sign.c b/lib/x509/sign.c
index 885af18ad7..10a1dcbe10 100644
--- a/lib/x509/sign.c
+++ b/lib/x509/sign.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/verify.c b/lib/x509/verify.c
index b3cd27724b..06a0656f76 100644
--- a/lib/x509/verify.c
+++ b/lib/x509/verify.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 04f0382c9e..f2c012243f 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
* Author: Nikos Mavrogiannopoulos, Simon Josefsson, Howard Chu
*
* This file is part of GNUTLS.
diff --git a/lib/x509/x509_int.h b/lib/x509/x509_int.h
index 4e39b52c37..cc734c6c67 100644
--- a/lib/x509/x509_int.h
+++ b/lib/x509/x509_int.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index b6dd7f01c6..908f41a8e9 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
+ * Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509_b64.c b/lib/x509_b64.c
index 6b27a51b23..9b2d1dfb8c 100644
--- a/lib/x509_b64.c
+++ b/lib/x509_b64.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2003, 2004, 2005, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/x509_b64.h b/lib/x509_b64.h
index 4006385e5b..85c4ffd215 100644
--- a/lib/x509_b64.h
+++ b/lib/x509_b64.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*