summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-01-25 12:03:52 +0100
committerSimon Josefsson <simon@josefsson.org>2012-01-25 12:03:52 +0100
commit8790dc9cca0ff3d22efe06f3556d7ade51419d73 (patch)
treeb627ca81693dcb3f963277aa8a3bbe5a1a585806 /tests
parent9f0a403ce9d6bb5addd672e4cb8f9934b12f183a (diff)
downloadgnutls-8790dc9cca0ff3d22efe06f3556d7ade51419d73.tar.gz
Cleanup copyright headers.
Diffstat (limited to 'tests')
-rw-r--r--tests/anonself.c2
-rw-r--r--tests/certder.c2
-rw-r--r--tests/certificate_set_x509_crl.c2
-rw-r--r--tests/certuniqueid.c2
-rw-r--r--tests/chainverify.c2
-rw-r--r--tests/crq_apis.c2
-rw-r--r--tests/cve-2008-4989.c2
-rw-r--r--tests/cve-2009-1415.c2
-rw-r--r--tests/dhepskself.c3
-rw-r--r--tests/dn.c2
-rw-r--r--tests/dn2.c2
-rw-r--r--tests/gc.c3
-rw-r--r--tests/hostname-check.c2
-rw-r--r--tests/init_roundtrip.c3
-rw-r--r--tests/mini-deflate.c2
-rw-r--r--tests/mini-eagain-dtls.c2
-rw-r--r--tests/mini-eagain.c2
-rw-r--r--tests/mini-x509-rehandshake.c2
-rw-r--r--tests/mini-x509.c2
-rw-r--r--tests/mini.c2
-rw-r--r--tests/moredn.c2
-rw-r--r--tests/mpi.c2
-rw-r--r--tests/nul-in-x509-names.c2
-rw-r--r--tests/openpgp-keyring.c2
-rw-r--r--tests/openpgpself.c2
-rw-r--r--tests/openssl.c3
-rw-r--r--tests/parse_ca.c2
-rw-r--r--tests/pgps2kgnu.c2
-rw-r--r--tests/pkcs12_encode.c2
-rw-r--r--tests/pkcs12_s2k.c2
-rw-r--r--tests/pskself.c3
-rw-r--r--tests/resume.c3
-rwxr-xr-xtests/rfc2253-escape-test2
-rw-r--r--tests/rng-fork.c2
-rw-r--r--tests/set_pkcs12_cred.c3
-rw-r--r--tests/setcredcrash.c2
-rw-r--r--tests/simple.c3
-rw-r--r--tests/utils.h3
-rw-r--r--tests/x509_altname.c2
-rw-r--r--tests/x509_test.c22
-rw-r--r--tests/x509dn.c2
-rw-r--r--tests/x509self.c2
42 files changed, 63 insertions, 50 deletions
diff --git a/tests/anonself.c b/tests/anonself.c
index 4b6061db48..e2085ac3a2 100644
--- a/tests/anonself.c
+++ b/tests/anonself.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/certder.c b/tests/certder.c
index c2a1952670..3a97d74bc6 100644
--- a/tests/certder.c
+++ b/tests/certder.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006, 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2006-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/certificate_set_x509_crl.c b/tests/certificate_set_x509_crl.c
index 4ea93812a1..b205860f07 100644
--- a/tests/certificate_set_x509_crl.c
+++ b/tests/certificate_set_x509_crl.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2007, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2006-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/certuniqueid.c b/tests/certuniqueid.c
index 8d12e815a4..2faaf524aa 100644
--- a/tests/certuniqueid.c
+++ b/tests/certuniqueid.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
*
* Author: Brad Hards
*
diff --git a/tests/chainverify.c b/tests/chainverify.c
index 572f6c0717..e099b48408 100644
--- a/tests/chainverify.c
+++ b/tests/chainverify.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/crq_apis.c b/tests/crq_apis.c
index d7a177f7a9..c34babf0a1 100644
--- a/tests/crq_apis.c
+++ b/tests/crq_apis.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/cve-2008-4989.c b/tests/cve-2008-4989.c
index 570c00ee28..20244f6ff8 100644
--- a/tests/cve-2008-4989.c
+++ b/tests/cve-2008-4989.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/cve-2009-1415.c b/tests/cve-2009-1415.c
index 80105bce84..7e68ae90aa 100644
--- a/tests/cve-2009-1415.c
+++ b/tests/cve-2009-1415.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/dhepskself.c b/tests/dhepskself.c
index 979424a34e..1c79fcc873 100644
--- a/tests/dhepskself.c
+++ b/tests/dhepskself.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2004-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/dn.c b/tests/dn.c
index 36c89b2e7a..bb455bcec7 100644
--- a/tests/dn.c
+++ b/tests/dn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2006-2012 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 a1ae8f2a36..290e910ef2 100644
--- a/tests/dn2.c
+++ b/tests/dn2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
* Author: Simon Josefsson
*
* This file is part of GnuTLS.
diff --git a/tests/gc.c b/tests/gc.c
index 1c7a92251a..5058592bdc 100644
--- a/tests/gc.c
+++ b/tests/gc.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2004-2005, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* This file is part of GnuTLS.
*
diff --git a/tests/hostname-check.c b/tests/hostname-check.c
index ba0c8e45b9..50c87f3269 100644
--- a/tests/hostname-check.c
+++ b/tests/hostname-check.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007, 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/init_roundtrip.c b/tests/init_roundtrip.c
index 34b49cebde..7ffa182804 100644
--- a/tests/init_roundtrip.c
+++ b/tests/init_roundtrip.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2004-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/mini-deflate.c b/tests/mini-deflate.c
index a850357767..40a2ea99e1 100644
--- a/tests/mini-deflate.c
+++ b/tests/mini-deflate.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/mini-eagain-dtls.c b/tests/mini-eagain-dtls.c
index 5295f1e98c..aeb2f44d74 100644
--- a/tests/mini-eagain-dtls.c
+++ b/tests/mini-eagain-dtls.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson, Nikos Mavrogiannopoulos
*
diff --git a/tests/mini-eagain.c b/tests/mini-eagain.c
index 67e5ad8e79..3aa1748e49 100644
--- a/tests/mini-eagain.c
+++ b/tests/mini-eagain.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson, Nikos Mavrogiannopoulos
*
diff --git a/tests/mini-x509-rehandshake.c b/tests/mini-x509-rehandshake.c
index 60329c8a92..090ab8d48e 100644
--- a/tests/mini-x509-rehandshake.c
+++ b/tests/mini-x509-rehandshake.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/mini-x509.c b/tests/mini-x509.c
index 69fb23fdd6..dac5a5aa5c 100644
--- a/tests/mini-x509.c
+++ b/tests/mini-x509.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/mini.c b/tests/mini.c
index 069f7ceb10..eec1bcf9d6 100644
--- a/tests/mini.c
+++ b/tests/mini.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/moredn.c b/tests/moredn.c
index d7bff37a9a..79bd70aaed 100644
--- a/tests/moredn.c
+++ b/tests/moredn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Joe Orton
*
diff --git a/tests/mpi.c b/tests/mpi.c
index e6e154332b..70b3ba7080 100644
--- a/tests/mpi.c
+++ b/tests/mpi.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007, 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/nul-in-x509-names.c b/tests/nul-in-x509-names.c
index 4361b1dbf0..d5ebf7ace8 100644
--- a/tests/nul-in-x509-names.c
+++ b/tests/nul-in-x509-names.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/openpgp-keyring.c b/tests/openpgp-keyring.c
index 9f6b3f1e57..51d093868e 100644
--- a/tests/openpgp-keyring.c
+++ b/tests/openpgp-keyring.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 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 00f738ccd8..1691190dd1 100644
--- a/tests/openpgpself.c
+++ b/tests/openpgpself.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/openssl.c b/tests/openssl.c
index 1ac7ef51d5..2a31180dd7 100644
--- a/tests/openssl.c
+++ b/tests/openssl.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2004-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/parse_ca.c b/tests/parse_ca.c
index fb6de97fc3..f4860633f4 100644
--- a/tests/parse_ca.c
+++ b/tests/parse_ca.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/pgps2kgnu.c b/tests/pgps2kgnu.c
index bfba470d59..0c646e9751 100644
--- a/tests/pgps2kgnu.c
+++ b/tests/pgps2kgnu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
diff --git a/tests/pkcs12_encode.c b/tests/pkcs12_encode.c
index 981f9ba97c..dc13fc9d2d 100644
--- a/tests/pkcs12_encode.c
+++ b/tests/pkcs12_encode.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/pkcs12_s2k.c b/tests/pkcs12_s2k.c
index e7efc04cd8..b6c83181e7 100644
--- a/tests/pkcs12_s2k.c
+++ b/tests/pkcs12_s2k.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/pskself.c b/tests/pskself.c
index 356cf3f4b8..f4c058b70c 100644
--- a/tests/pskself.c
+++ b/tests/pskself.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2004-2005, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/resume.c b/tests/resume.c
index 6214f7fbd2..7388dc01a2 100644
--- a/tests/resume.c
+++ b/tests/resume.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2004-2005, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/rfc2253-escape-test b/tests/rfc2253-escape-test
index 3db8ff9814..cf650a023e 100755
--- a/tests/rfc2253-escape-test
+++ b/tests/rfc2253-escape-test
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/rng-fork.c b/tests/rng-fork.c
index a84ad7be81..4546007d1e 100644
--- a/tests/rng-fork.c
+++ b/tests/rng-fork.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/tests/set_pkcs12_cred.c b/tests/set_pkcs12_cred.c
index 093947bb5d..8770bea475 100644
--- a/tests/set_pkcs12_cred.c
+++ b/tests/set_pkcs12_cred.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2005-2006, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2005-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/setcredcrash.c b/tests/setcredcrash.c
index fc9aaf2753..a18e5729f3 100644
--- a/tests/setcredcrash.c
+++ b/tests/setcredcrash.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/simple.c b/tests/simple.c
index a6b6373768..8a9481376a 100644
--- a/tests/simple.c
+++ b/tests/simple.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2004-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/utils.h b/tests/utils.h
index 269ac8a2f1..d34291e209 100644
--- a/tests/utils.h
+++ b/tests/utils.h
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2004-2005, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/x509_altname.c b/tests/x509_altname.c
index 9238397d43..c6afe04aa7 100644
--- a/tests/x509_altname.c
+++ b/tests/x509_altname.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2006-2012 Free Software Foundation, Inc.
* Author: Simon Josefsson, Howard Chu
*
* This file is part of GnuTLS.
diff --git a/tests/x509_test.c b/tests/x509_test.c
index 27b6ad28ed..87956eb2b1 100644
--- a/tests/x509_test.c
+++ b/tests/x509_test.c
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ *
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * GnuTLS is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GnuTLS is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with GnuTLS; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/x509dn.c b/tests/x509dn.c
index d6b6d99280..a6ae6f63ad 100644
--- a/tests/x509dn.c
+++ b/tests/x509dn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*
diff --git a/tests/x509self.c b/tests/x509self.c
index 551411584d..e102851d87 100644
--- a/tests/x509self.c
+++ b/tests/x509self.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
*
* Author: Simon Josefsson
*