summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2013-03-24 10:33:24 +0100
committerSimon Josefsson <simon@josefsson.org>2013-03-24 10:34:17 +0100
commit602c40bc5433bbb66fe6f92b14c523d2bbb867ab (patch)
treeaccc8065efa365c3bd10763ccc5731f062c308a6 /tests
parentb41f257a2515cd759b8779332d83f72ba9605de1 (diff)
downloadlibtasn1-602c40bc5433bbb66fe6f92b14c523d2bbb867ab.tar.gz
libtasn1-602c40bc5433bbb66fe6f92b14c523d2bbb867ab.tar.bz2
libtasn1-602c40bc5433bbb66fe6f92b14c523d2bbb867ab.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 8f01d35..10bdba1 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
#
# This file is part of LIBTASN1.
#
diff --git a/tests/Test_encoding.asn b/tests/Test_encoding.asn
index 5db505c..5ecc1b2 100644
--- a/tests/Test_encoding.asn
+++ b/tests/Test_encoding.asn
@@ -16,7 +16,7 @@ Koko ::= SEQUENCE {
END
--- Copyright (C) 2002-2012 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2013 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/Test_encoding.c b/tests/Test_encoding.c
index 874cf5c..e85210d 100644
--- a/tests/Test_encoding.c
+++ b/tests/Test_encoding.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_errors.c b/tests/Test_errors.c
index 6adf687..b5bb6b1 100644
--- a/tests/Test_errors.c
+++ b/tests/Test_errors.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2013 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_indefinite.c b/tests/Test_indefinite.c
index f06db4d..709a56a 100644
--- a/tests/Test_indefinite.c
+++ b/tests/Test_indefinite.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_overflow.c b/tests/Test_overflow.c
index 1e299ee..bc3a25b 100644
--- a/tests/Test_overflow.c
+++ b/tests/Test_overflow.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2013 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_parser.asn b/tests/Test_parser.asn
index 3f51fff..2e49d92 100644
--- a/tests/Test_parser.asn
+++ b/tests/Test_parser.asn
@@ -26,7 +26,7 @@ Bitstringsizetest ::= BIT STRING (SIZE(42))
END
--- Copyright (C) 2002-2012 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2013 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/Test_parser.c b/tests/Test_parser.c
index 125ea99..c988cba 100644
--- a/tests/Test_parser.c
+++ b/tests/Test_parser.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_simple.c b/tests/Test_simple.c
index b6bb53d..c85f0dd 100644
--- a/tests/Test_simple.c
+++ b/tests/Test_simple.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2013 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_strings.c b/tests/Test_strings.c
index 0887a39..a69774a 100644
--- a/tests/Test_strings.c
+++ b/tests/Test_strings.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2013 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_tree.asn b/tests/Test_tree.asn
index b480f6d..b631eb7 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-2012 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2013 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/Test_tree.c b/tests/Test_tree.c
index 4702fa1..c44777e 100644
--- a/tests/Test_tree.c
+++ b/tests/Test_tree.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/benchmark b/tests/benchmark
index 17a006a..c60381d 100755
--- a/tests/benchmark
+++ b/tests/benchmark
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2006-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/crlf b/tests/crlf
index e2f88cc..9e3a1d4 100755
--- a/tests/crlf
+++ b/tests/crlf
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2006-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/pkix.asn b/tests/pkix.asn
index 40dc28c..64c7146 100644
--- a/tests/pkix.asn
+++ b/tests/pkix.asn
@@ -1240,7 +1240,7 @@ XmppAddr ::= UTF8String
END
--- Copyright (C) 2002-2012 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2013 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/threadsafety b/tests/threadsafety
index 6d2a4fb..d8a8b3b 100755
--- a/tests/threadsafety
+++ b/tests/threadsafety
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004-2013 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