summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent6a8fd67cf1a1ad36f7bf7ce1cb651d16678d612d (diff)
downloadgnutls-17e65babe4476385a0e2b3f4b3558b69bc325516.tar.gz
Update copyright years.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/anonself.c3
-rw-r--r--tests/certder.c2
-rw-r--r--tests/certificate_set_x509_crl.c2
-rw-r--r--tests/chainverify.c2
-rw-r--r--tests/crq_apis.c2
-rw-r--r--tests/crq_key_id.c2
-rw-r--r--tests/crypto_rng.c2
-rw-r--r--tests/cve-2008-4989.c2
-rw-r--r--tests/cve-2009-1415.c2
-rw-r--r--tests/cve-2009-1416.c2
-rw-r--r--tests/dhepskself.c3
-rw-r--r--tests/dn.c2
-rw-r--r--tests/dn2.c2
-rw-r--r--tests/finished.c2
-rw-r--r--tests/gc.c2
-rw-r--r--tests/hostname-check.c2
-rw-r--r--tests/init_roundtrip.c3
-rw-r--r--tests/key-id/Makefile.am2
-rwxr-xr-xtests/key-id/key-id2
-rw-r--r--tests/mini-eagain.c2
-rw-r--r--tests/mini.c2
-rw-r--r--tests/moredn.c2
-rw-r--r--tests/mpi.c2
-rw-r--r--tests/netconf-psk.c2
-rwxr-xr-xtests/nist-pkits/pkits2
-rwxr-xr-xtests/nist-pkits/pkits_crl2
-rwxr-xr-xtests/nist-pkits/pkits_crt2
-rwxr-xr-xtests/nist-pkits/pkits_pkcs122
-rwxr-xr-xtests/nist-pkits/pkits_smime2
-rw-r--r--tests/nul-in-x509-names.c2
-rw-r--r--tests/openpgp-certs/Makefile.am2
-rw-r--r--tests/openpgp-keyring.c2
-rw-r--r--tests/openpgpself.c3
-rw-r--r--tests/openssl.c3
-rw-r--r--tests/oprfi.c3
-rw-r--r--tests/parse_ca.c2
-rw-r--r--tests/pathlen/Makefile.am2
-rwxr-xr-xtests/pathlen/pathlen2
-rw-r--r--tests/pgps2kgnu.c2
-rw-r--r--tests/pkcs1-padding/Makefile.am2
-rwxr-xr-xtests/pkcs1-padding/pkcs1-pad3
-rw-r--r--tests/pkcs12-decode/Makefile.am2
-rwxr-xr-xtests/pkcs12-decode/pkcs123
-rw-r--r--tests/pkcs12_encode.c2
-rw-r--r--tests/pkcs12_s2k.c2
-rw-r--r--tests/pkcs12_s2k_pem.c2
-rw-r--r--tests/pkcs8-decode/Makefile.am2
-rwxr-xr-xtests/pkcs8-decode/pkcs82
-rw-r--r--tests/pskself.c2
-rw-r--r--tests/resume.c3
-rwxr-xr-xtests/rfc2253-escape-test2
-rw-r--r--tests/rsa-md5-collision/Makefile.am2
-rwxr-xr-xtests/rsa-md5-collision/rsa-md5-collision2
-rw-r--r--tests/set_pkcs12_cred.c2
-rw-r--r--tests/setcredcrash.c2
-rw-r--r--tests/sha2/Makefile.am2
-rwxr-xr-xtests/sha2/sha22
-rw-r--r--tests/simple.c3
-rw-r--r--tests/tlsia.c3
-rw-r--r--tests/userid/Makefile.am2
-rwxr-xr-xtests/userid/userid2
-rw-r--r--tests/utils.c3
-rw-r--r--tests/utils.h3
-rw-r--r--tests/x509_altname.c2
-rw-r--r--tests/x509dn.c3
-rwxr-xr-xtests/x509paths/chain3
-rw-r--r--tests/x509self.c3
-rw-r--r--tests/x509sign-verify.c3
-rw-r--r--tests/x509signself.c3
70 files changed, 89 insertions, 70 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7f8ad861d8..39dd595fe5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,6 @@
## Process this file with automake to produce Makefile.in
-# 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: Simon Josefsson
#
diff --git a/tests/anonself.c b/tests/anonself.c
index 44b81a9ae0..fee0cd2a5b 100644
--- a/tests/anonself.c
+++ b/tests/anonself.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: Simon Josefsson
*
diff --git a/tests/certder.c b/tests/certder.c
index 879caadbe5..b86d38dc28 100644
--- a/tests/certder.c
+++ b/tests/certder.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/certificate_set_x509_crl.c b/tests/certificate_set_x509_crl.c
index 8dd4a75466..4d3dd282ca 100644
--- a/tests/certificate_set_x509_crl.c
+++ b/tests/certificate_set_x509_crl.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2006, 2007, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/chainverify.c b/tests/chainverify.c
index 6f3821439f..3529aaee22 100644
--- a/tests/chainverify.c
+++ b/tests/chainverify.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/crq_apis.c b/tests/crq_apis.c
index f748d6509b..6d875ef90e 100644
--- a/tests/crq_apis.c
+++ b/tests/crq_apis.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/crq_key_id.c b/tests/crq_key_id.c
index bc5319cbda..6c246bb8b5 100644
--- a/tests/crq_key_id.c
+++ b/tests/crq_key_id.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
*
* Author: David Marín Carreño
*
diff --git a/tests/crypto_rng.c b/tests/crypto_rng.c
index 88548aee6c..c1dca46a49 100644
--- a/tests/crypto_rng.c
+++ b/tests/crypto_rng.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/tests/cve-2008-4989.c b/tests/cve-2008-4989.c
index fb852878e7..ca38db53e0 100644
--- a/tests/cve-2008-4989.c
+++ b/tests/cve-2008-4989.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/cve-2009-1415.c b/tests/cve-2009-1415.c
index fd304b6a39..3f3561c59e 100644
--- a/tests/cve-2009-1415.c
+++ b/tests/cve-2009-1415.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/cve-2009-1416.c b/tests/cve-2009-1416.c
index 69e68c20f7..715e404556 100644
--- a/tests/cve-2009-1416.c
+++ b/tests/cve-2009-1416.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/dhepskself.c b/tests/dhepskself.c
index d3e89a979c..6f837766df 100644
--- a/tests/dhepskself.c
+++ b/tests/dhepskself.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/dn.c b/tests/dn.c
index 765f0cea55..d6dfd5e010 100644
--- a/tests/dn.c
+++ b/tests/dn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
* Author: Simon Josefsson, Howard Chu
*
* This file is part of GNUTLS.
diff --git a/tests/dn2.c b/tests/dn2.c
index f5a7e92151..527473d4a9 100644
--- a/tests/dn2.c
+++ b/tests/dn2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
* Author: Simon Josefsson
*
* This file is part of GNUTLS.
diff --git a/tests/finished.c b/tests/finished.c
index 10e67c9972..9fea34a860 100644
--- a/tests/finished.c
+++ b/tests/finished.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/tests/gc.c b/tests/gc.c
index 776f6c174c..d9883a3a8b 100644
--- a/tests/gc.c
+++ b/tests/gc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2008, 2010 Free Software Foundation, Inc.
*
* This file is part of GNUTLS.
*
diff --git a/tests/hostname-check.c b/tests/hostname-check.c
index f5ce4cc829..7cefa15130 100644
--- a/tests/hostname-check.c
+++ b/tests/hostname-check.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/init_roundtrip.c b/tests/init_roundtrip.c
index 589c80752d..1c6fca642c 100644
--- a/tests/init_roundtrip.c
+++ b/tests/init_roundtrip.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/key-id/Makefile.am b/tests/key-id/Makefile.am
index 75f1cb20c6..654f7afaf9 100644
--- a/tests/key-id/Makefile.am
+++ b/tests/key-id/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/key-id/key-id b/tests/key-id/key-id
index 3fbffacee2..4c23614fa1 100755
--- a/tests/key-id/key-id
+++ b/tests/key-id/key-id
@@ -1,6 +1,6 @@
#!/bin/sh
-# 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/tests/mini-eagain.c b/tests/mini-eagain.c
index 4a7c071d47..3956b98911 100644
--- a/tests/mini-eagain.c
+++ b/tests/mini-eagain.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson, Nikos Mavrogiannopoulos
*
diff --git a/tests/mini.c b/tests/mini.c
index c9198ad036..cef2cc457b 100644
--- a/tests/mini.c
+++ b/tests/mini.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/tests/moredn.c b/tests/moredn.c
index d0b6ca712f..396accb5f1 100644
--- a/tests/moredn.c
+++ b/tests/moredn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
*
* Author: Joe Orton
*
diff --git a/tests/mpi.c b/tests/mpi.c
index f4e7343e85..73c3381013 100644
--- a/tests/mpi.c
+++ b/tests/mpi.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/netconf-psk.c b/tests/netconf-psk.c
index fe86cd034d..6f82da679d 100644
--- a/tests/netconf-psk.c
+++ b/tests/netconf-psk.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/tests/nist-pkits/pkits b/tests/nist-pkits/pkits
index 86b3095f8b..2468abd280 100755
--- a/tests/nist-pkits/pkits
+++ b/tests/nist-pkits/pkits
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
#
# This file is part of GNUTLS.
#
diff --git a/tests/nist-pkits/pkits_crl b/tests/nist-pkits/pkits_crl
index 00d4bab774..2e85bd4c54 100755
--- a/tests/nist-pkits/pkits_crl
+++ b/tests/nist-pkits/pkits_crl
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
#
# This file is part of GNUTLS.
#
diff --git a/tests/nist-pkits/pkits_crt b/tests/nist-pkits/pkits_crt
index 3de9771789..7147319fd8 100755
--- a/tests/nist-pkits/pkits_crt
+++ b/tests/nist-pkits/pkits_crt
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
#
# This file is part of GNUTLS.
#
diff --git a/tests/nist-pkits/pkits_pkcs12 b/tests/nist-pkits/pkits_pkcs12
index f330c81125..24ca807259 100755
--- a/tests/nist-pkits/pkits_pkcs12
+++ b/tests/nist-pkits/pkits_pkcs12
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
#
# This file is part of GNUTLS.
#
diff --git a/tests/nist-pkits/pkits_smime b/tests/nist-pkits/pkits_smime
index d950334f40..30be305231 100755
--- a/tests/nist-pkits/pkits_smime
+++ b/tests/nist-pkits/pkits_smime
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
#
# This file is part of GNUTLS.
#
diff --git a/tests/nul-in-x509-names.c b/tests/nul-in-x509-names.c
index 0ba85f89f1..1b31bb8028 100644
--- a/tests/nul-in-x509-names.c
+++ b/tests/nul-in-x509-names.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/openpgp-certs/Makefile.am b/tests/openpgp-certs/Makefile.am
index 7e9ae7ce44..17e97e6aa5 100644
--- a/tests/openpgp-certs/Makefile.am
+++ b/tests/openpgp-certs/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
#
# This file is part of GNUTLS.
#
diff --git a/tests/openpgp-keyring.c b/tests/openpgp-keyring.c
index 3fdf788d99..5cd50a58a2 100644
--- a/tests/openpgp-keyring.c
+++ b/tests/openpgp-keyring.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2010 Free Software Foundation, Inc.
* Author: Ludovic Courtès, Timo Schulz
*
* This file is part of GNUTLS.
diff --git a/tests/openpgpself.c b/tests/openpgpself.c
index 459ff435a2..67b84b7afb 100644
--- a/tests/openpgpself.c
+++ b/tests/openpgpself.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: Simon Josefsson
*
diff --git a/tests/openssl.c b/tests/openssl.c
index c534fbeac1..8d1d8d4228 100644
--- a/tests/openssl.c
+++ b/tests/openssl.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/oprfi.c b/tests/oprfi.c
index 51502acff5..aaacc255de 100644
--- a/tests/oprfi.c
+++ b/tests/oprfi.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: Simon Josefsson
*
diff --git a/tests/parse_ca.c b/tests/parse_ca.c
index 6a699ddecd..b8900f5473 100644
--- a/tests/parse_ca.c
+++ b/tests/parse_ca.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/tests/pathlen/Makefile.am b/tests/pathlen/Makefile.am
index f5b6b9e3e4..d81e67dded 100644
--- a/tests/pathlen/Makefile.am
+++ b/tests/pathlen/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/pathlen/pathlen b/tests/pathlen/pathlen
index ddda90baa2..8da7d5c17e 100755
--- a/tests/pathlen/pathlen
+++ b/tests/pathlen/pathlen
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/pgps2kgnu.c b/tests/pgps2kgnu.c
index 91a5285e59..5dfca15c95 100644
--- a/tests/pgps2kgnu.c
+++ b/tests/pgps2kgnu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
*
* Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
diff --git a/tests/pkcs1-padding/Makefile.am b/tests/pkcs1-padding/Makefile.am
index d185415be5..0bf0c5c387 100644
--- a/tests/pkcs1-padding/Makefile.am
+++ b/tests/pkcs1-padding/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/pkcs1-padding/pkcs1-pad b/tests/pkcs1-padding/pkcs1-pad
index f43f2598e8..ce61fe95a6 100755
--- a/tests/pkcs1-padding/pkcs1-pad
+++ b/tests/pkcs1-padding/pkcs1-pad
@@ -1,6 +1,7 @@
#!/bin/sh
-# Copyright (C) 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2006, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/pkcs12-decode/Makefile.am b/tests/pkcs12-decode/Makefile.am
index 6f46a61fcb..91a7d44c5a 100644
--- a/tests/pkcs12-decode/Makefile.am
+++ b/tests/pkcs12-decode/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/pkcs12-decode/pkcs12 b/tests/pkcs12-decode/pkcs12
index 1ae32b199c..f2c24cbdcc 100755
--- a/tests/pkcs12-decode/pkcs12
+++ b/tests/pkcs12-decode/pkcs12
@@ -1,6 +1,7 @@
#!/bin/sh
-# Copyright (C) 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2006, 2008, 2010 Free Software Foundation,
+# Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/pkcs12_encode.c b/tests/pkcs12_encode.c
index 55853c601e..f9a44c99ec 100644
--- a/tests/pkcs12_encode.c
+++ b/tests/pkcs12_encode.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/pkcs12_s2k.c b/tests/pkcs12_s2k.c
index cbc1459a99..747c4ea7b3 100644
--- a/tests/pkcs12_s2k.c
+++ b/tests/pkcs12_s2k.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/tests/pkcs12_s2k_pem.c b/tests/pkcs12_s2k_pem.c
index 9a44e0d5c1..1970111c0d 100644
--- a/tests/pkcs12_s2k_pem.c
+++ b/tests/pkcs12_s2k_pem.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/pkcs8-decode/Makefile.am b/tests/pkcs8-decode/Makefile.am
index 41eadb1f7e..7ef2b50e95 100644
--- a/tests/pkcs8-decode/Makefile.am
+++ b/tests/pkcs8-decode/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/pkcs8-decode/pkcs8 b/tests/pkcs8-decode/pkcs8
index 8af5f2d8d1..97065ae62e 100755
--- a/tests/pkcs8-decode/pkcs8
+++ b/tests/pkcs8-decode/pkcs8
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2006, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/pskself.c b/tests/pskself.c
index 1a854cd845..750e48d646 100644
--- a/tests/pskself.c
+++ b/tests/pskself.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004, 2005, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2008, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/resume.c b/tests/resume.c
index a6355c9ecc..afcc634ab1 100644
--- a/tests/resume.c
+++ b/tests/resume.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/rfc2253-escape-test b/tests/rfc2253-escape-test
index 60e82eed11..74224fc04a 100755
--- a/tests/rfc2253-escape-test
+++ b/tests/rfc2253-escape-test
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/rsa-md5-collision/Makefile.am b/tests/rsa-md5-collision/Makefile.am
index 6cfffd9082..c675667c3a 100644
--- a/tests/rsa-md5-collision/Makefile.am
+++ b/tests/rsa-md5-collision/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/rsa-md5-collision/rsa-md5-collision b/tests/rsa-md5-collision/rsa-md5-collision
index 7472b149fb..d6bb324e5d 100755
--- a/tests/rsa-md5-collision/rsa-md5-collision
+++ b/tests/rsa-md5-collision/rsa-md5-collision
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/set_pkcs12_cred.c b/tests/set_pkcs12_cred.c
index f520e40a7c..d15ae76b79 100644
--- a/tests/set_pkcs12_cred.c
+++ b/tests/set_pkcs12_cred.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2006, 2008, 2010 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/setcredcrash.c b/tests/setcredcrash.c
index 3e116b3c95..03b5bd5be8 100644
--- a/tests/setcredcrash.c
+++ b/tests/setcredcrash.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/tests/sha2/Makefile.am b/tests/sha2/Makefile.am
index 0265be863b..fb6a7aee94 100644
--- a/tests/sha2/Makefile.am
+++ b/tests/sha2/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/sha2/sha2 b/tests/sha2/sha2
index 19a3a1df9a..3b77615a27 100755
--- a/tests/sha2/sha2
+++ b/tests/sha2/sha2
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/simple.c b/tests/simple.c
index 88b22fd1ce..0465bfaa80 100644
--- a/tests/simple.c
+++ b/tests/simple.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/tlsia.c b/tests/tlsia.c
index a247cee68b..bce5f84d23 100644
--- a/tests/tlsia.c
+++ b/tests/tlsia.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/userid/Makefile.am b/tests/userid/Makefile.am
index e43058aa3f..28334776b8 100644
--- a/tests/userid/Makefile.am
+++ b/tests/userid/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/userid/userid b/tests/userid/userid
index 2dd4bfe81b..04c8dc65f9 100755
--- a/tests/userid/userid
+++ b/tests/userid/userid
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/utils.c b/tests/utils.c
index 50f623f40e..7e39dff439 100644
--- a/tests/utils.c
+++ b/tests/utils.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/utils.h b/tests/utils.h
index 326e3b27da..cf4c1a3cb8 100644
--- a/tests/utils.h
+++ b/tests/utils.h
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2007, 2008, 2010 Free Software Foundation,
+ * Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/x509_altname.c b/tests/x509_altname.c
index f104525e81..eef77f7490 100644
--- a/tests/x509_altname.c
+++ b/tests/x509_altname.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
* Author: Simon Josefsson, Howard Chu
*
* This file is part of GNUTLS.
diff --git a/tests/x509dn.c b/tests/x509dn.c
index 02923c6e52..87c19e7c1d 100644
--- a/tests/x509dn.c
+++ b/tests/x509dn.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: Simon Josefsson
*
diff --git a/tests/x509paths/chain b/tests/x509paths/chain
index a0e34d0452..acb4149614 100755
--- a/tests/x509paths/chain
+++ b/tests/x509paths/chain
@@ -1,6 +1,7 @@
#!/bin/sh
-# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2007, 2009, 2010 Free Software Foundation,
+# Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/x509self.c b/tests/x509self.c
index 8b334bce9a..3bc4d094b8 100644
--- a/tests/x509self.c
+++ b/tests/x509self.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: Simon Josefsson
*
diff --git a/tests/x509sign-verify.c b/tests/x509sign-verify.c
index 4dc64100ee..3ee9560435 100644
--- a/tests/x509sign-verify.c
+++ b/tests/x509sign-verify.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, Simon Josefsson
*
diff --git a/tests/x509signself.c b/tests/x509signself.c
index ebcad59d8f..6ab7238511 100644
--- a/tests/x509signself.c
+++ b/tests/x509signself.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: Simon Josefsson
*