summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2014-04-22 21:02:23 +0200
committerSimon Josefsson <simon@josefsson.org>2014-04-22 21:02:23 +0200
commitbaed41e69ca0976695d869552c7dd040a5cc6b42 (patch)
treea3497de8b28baac72d68f04333209c72a49ad6a2 /tests
parent98533d5c3cac657b5aa841bd76de9b4ab7ca62f8 (diff)
downloadlibtasn1-baed41e69ca0976695d869552c7dd040a5cc6b42.tar.gz
libtasn1-baed41e69ca0976695d869552c7dd040a5cc6b42.tar.bz2
libtasn1-baed41e69ca0976695d869552c7dd040a5cc6b42.zip
Update copyright years.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/Test_encoding.asn2
-rw-r--r--tests/Test_encoding.c2
-rw-r--r--tests/Test_errors.c2
-rw-r--r--tests/Test_indefinite.c2
-rw-r--r--tests/Test_overflow.c2
-rw-r--r--tests/Test_parser.asn2
-rw-r--r--tests/Test_parser.c2
-rw-r--r--tests/Test_simple.c2
-rw-r--r--tests/Test_strings.c2
-rw-r--r--tests/Test_tree.asn2
-rw-r--r--tests/Test_tree.c2
-rwxr-xr-xtests/benchmark2
-rwxr-xr-xtests/crlf2
-rw-r--r--tests/pkix.asn2
-rwxr-xr-xtests/threadsafety2
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8f8beb8..216828f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-2014 Free Software Foundation, Inc.
#
# This file is part of LIBTASN1.
#
diff --git a/tests/Test_encoding.asn b/tests/Test_encoding.asn
index 5ecc1b2..99b4b40 100644
--- a/tests/Test_encoding.asn
+++ b/tests/Test_encoding.asn
@@ -16,7 +16,7 @@ Koko ::= SEQUENCE {
END
--- Copyright (C) 2002-2013 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2014 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/Test_encoding.c b/tests/Test_encoding.c
index e85210d..7d3266c 100644
--- a/tests/Test_encoding.c
+++ b/tests/Test_encoding.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2014 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_errors.c b/tests/Test_errors.c
index b5bb6b1..35771b0 100644
--- a/tests/Test_errors.c
+++ b/tests/Test_errors.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2014 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_indefinite.c b/tests/Test_indefinite.c
index 709a56a..c1613ef 100644
--- a/tests/Test_indefinite.c
+++ b/tests/Test_indefinite.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2014 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_overflow.c b/tests/Test_overflow.c
index bc3a25b..b276b6d 100644
--- a/tests/Test_overflow.c
+++ b/tests/Test_overflow.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2014 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_parser.asn b/tests/Test_parser.asn
index 2e49d92..fe2c7b3 100644
--- a/tests/Test_parser.asn
+++ b/tests/Test_parser.asn
@@ -26,7 +26,7 @@ Bitstringsizetest ::= BIT STRING (SIZE(42))
END
--- Copyright (C) 2002-2013 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2014 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/Test_parser.c b/tests/Test_parser.c
index a93d954..7a51843 100644
--- a/tests/Test_parser.c
+++ b/tests/Test_parser.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2014 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_simple.c b/tests/Test_simple.c
index c85f0dd..a8ddf8d 100644
--- a/tests/Test_simple.c
+++ b/tests/Test_simple.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2014 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_strings.c b/tests/Test_strings.c
index a69774a..f3d3dba 100644
--- a/tests/Test_strings.c
+++ b/tests/Test_strings.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2014 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_tree.asn b/tests/Test_tree.asn
index b631eb7..da60870 100644
--- a/tests/Test_tree.asn
+++ b/tests/Test_tree.asn
@@ -159,7 +159,7 @@ id-Test OBJECT IDENTIFIER ::= {1 2 29 2}
END
--- Copyright (C) 2002-2013 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2014 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/Test_tree.c b/tests/Test_tree.c
index b251854..c5ef6e5 100644
--- a/tests/Test_tree.c
+++ b/tests/Test_tree.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2014 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/benchmark b/tests/benchmark
index c60381d..478e7fb 100755
--- a/tests/benchmark
+++ b/tests/benchmark
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2006-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006-2014 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/crlf b/tests/crlf
index 9e3a1d4..54a3199 100755
--- a/tests/crlf
+++ b/tests/crlf
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2006-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006-2014 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/pkix.asn b/tests/pkix.asn
index 64c7146..579dd57 100644
--- a/tests/pkix.asn
+++ b/tests/pkix.asn
@@ -1240,7 +1240,7 @@ XmppAddr ::= UTF8String
END
--- Copyright (C) 2002-2013 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2014 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/threadsafety b/tests/threadsafety
index d8a8b3b..bfbc86a 100755
--- a/tests/threadsafety
+++ b/tests/threadsafety
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004-2013 Free Software Foundation, Inc.
+# Copyright (C) 2004-2014 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by