summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-01-23 21:55:17 +0100
committerSimon Josefsson <simon@josefsson.org>2012-01-23 21:55:17 +0100
commit3332d9cab1e9ab8b6c991c7ff0f4a2bda1ea7544 (patch)
tree668111cb0986e354fa2a18392d754a37f48a898e /tests
parentd87061e176d4e7b1f900482ee5276490160d0c76 (diff)
downloadlibtasn1-3332d9cab1e9ab8b6c991c7ff0f4a2bda1ea7544.tar.gz
libtasn1-3332d9cab1e9ab8b6c991c7ff0f4a2bda1ea7544.tar.bz2
libtasn1-3332d9cab1e9ab8b6c991c7ff0f4a2bda1ea7544.zip
Bump copyright years.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/Test_encoding.asn3
-rw-r--r--tests/Test_encoding.c3
-rw-r--r--tests/Test_errors.c2
-rw-r--r--tests/Test_indefinite.c3
-rw-r--r--tests/Test_parser.asn3
-rw-r--r--tests/Test_parser.c3
-rw-r--r--tests/Test_simple.c2
-rw-r--r--tests/Test_tree.asn3
-rw-r--r--tests/Test_tree.c3
-rwxr-xr-xtests/crlf3
-rw-r--r--tests/pkix.asn3
-rwxr-xr-xtests/threadsafety2
13 files changed, 13 insertions, 23 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 950380c..9abc66d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-# 2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2012 Free Software Foundation, Inc.
#
# This file is part of LIBTASN1.
#
diff --git a/tests/Test_encoding.asn b/tests/Test_encoding.asn
index e2813e8..5db505c 100644
--- a/tests/Test_encoding.asn
+++ b/tests/Test_encoding.asn
@@ -16,8 +16,7 @@ Koko ::= SEQUENCE {
END
--- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
--- 2011 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2012 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/Test_encoding.c b/tests/Test_encoding.c
index 14bad48..5dbd4c9 100644
--- a/tests/Test_encoding.c
+++ b/tests/Test_encoding.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_errors.c b/tests/Test_errors.c
index 891b1b4..2c85100 100644
--- a/tests/Test_errors.c
+++ b/tests/Test_errors.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_indefinite.c b/tests/Test_indefinite.c
index 697faf9..1b84d13 100644
--- a/tests/Test_indefinite.c
+++ b/tests/Test_indefinite.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_parser.asn b/tests/Test_parser.asn
index 0ae4a54..3f51fff 100644
--- a/tests/Test_parser.asn
+++ b/tests/Test_parser.asn
@@ -26,8 +26,7 @@ Bitstringsizetest ::= BIT STRING (SIZE(42))
END
--- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
--- 2011 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2012 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/Test_parser.c b/tests/Test_parser.c
index d0c5c44..76daf09 100644
--- a/tests/Test_parser.c
+++ b/tests/Test_parser.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2002, 2006, 2007, 2009, 2010, 2011 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_simple.c b/tests/Test_simple.c
index 9cc6ed9..73d5178 100644
--- a/tests/Test_simple.c
+++ b/tests/Test_simple.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/Test_tree.asn b/tests/Test_tree.asn
index a3c0546..b480f6d 100644
--- a/tests/Test_tree.asn
+++ b/tests/Test_tree.asn
@@ -159,8 +159,7 @@ id-Test OBJECT IDENTIFIER ::= {1 2 29 2}
END
--- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
--- 2011 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2012 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/Test_tree.c b/tests/Test_tree.c
index fe96af5..c68cbc2 100644
--- a/tests/Test_tree.c
+++ b/tests/Test_tree.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/tests/crlf b/tests/crlf
index 201512d..be92dcf 100755
--- a/tests/crlf
+++ b/tests/crlf
@@ -1,7 +1,6 @@
#!/bin/sh
-# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 2006-2012 Free Software Foundation, Inc.
#
# Author: Simon Josefsson
#
diff --git a/tests/pkix.asn b/tests/pkix.asn
index b5089c3..40dc28c 100644
--- a/tests/pkix.asn
+++ b/tests/pkix.asn
@@ -1240,8 +1240,7 @@ XmppAddr ::= UTF8String
END
--- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
--- 2011 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2012 Free Software Foundation, Inc.
--
-- This file is part of LIBTASN1.
--
diff --git a/tests/threadsafety b/tests/threadsafety
index 9f5243f..6d2a4fb 100755
--- a/tests/threadsafety
+++ b/tests/threadsafety
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004, 2005, 2007, 2009 Simon Josefsson
+# Copyright (C) 2004-2012 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