diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-01-08 10:09:52 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-01-08 10:09:52 +0100 |
commit | 930d131c2dcb40f25ed95c081af18d639ec2b1d5 (patch) | |
tree | da66b13d1a5a14708d5fd20161671829b11e5a0b /tests | |
parent | a7e79bbab79811c53aa0aa6ab84c66aa15b1fe17 (diff) | |
download | libtasn1-930d131c2dcb40f25ed95c081af18d639ec2b1d5.tar.gz libtasn1-930d131c2dcb40f25ed95c081af18d639ec2b1d5.tar.bz2 libtasn1-930d131c2dcb40f25ed95c081af18d639ec2b1d5.zip |
Update copyright years.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 | ||||
-rw-r--r-- | tests/Test_encoding.asn | 4 | ||||
-rw-r--r-- | tests/Test_encoding.c | 2 | ||||
-rw-r--r-- | tests/Test_errors.c | 2 | ||||
-rw-r--r-- | tests/Test_indefinite.c | 2 | ||||
-rw-r--r-- | tests/Test_parser.asn | 4 | ||||
-rw-r--r-- | tests/Test_parser.c | 2 | ||||
-rw-r--r-- | tests/Test_tree.asn | 4 | ||||
-rw-r--r-- | tests/Test_tree.c | 2 | ||||
-rwxr-xr-x | tests/crlf | 4 | ||||
-rw-r--r-- | tests/pkix.asn | 4 |
11 files changed, 17 insertions, 17 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c3f65cd..ed76bf4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -# Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. # # This file is part of LIBTASN1. # diff --git a/tests/Test_encoding.asn b/tests/Test_encoding.asn index a50c340..e2813e8 100644 --- a/tests/Test_encoding.asn +++ b/tests/Test_encoding.asn @@ -16,8 +16,8 @@ Koko ::= SEQUENCE { END --- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 --- Free Software Foundation, Inc. +-- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +-- 2011 Free Software Foundation, Inc. -- -- This file is part of LIBTASN1. -- diff --git a/tests/Test_encoding.c b/tests/Test_encoding.c index 12f89c6..14bad48 100644 --- a/tests/Test_encoding.c +++ b/tests/Test_encoding.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010 Free Software + * Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010, 2011 Free Software * Foundation, Inc. * * This file is part of LIBTASN1. diff --git a/tests/Test_errors.c b/tests/Test_errors.c index 1f65d7b..f839454 100644 --- a/tests/Test_errors.c +++ b/tests/Test_errors.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011 Free Software Foundation, Inc. * * This file is part of LIBTASN1. * diff --git a/tests/Test_indefinite.c b/tests/Test_indefinite.c index d51585e..1100421 100644 --- a/tests/Test_indefinite.c +++ b/tests/Test_indefinite.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010 Free Software + * Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010, 2011 Free Software * Foundation, Inc. * * This file is part of LIBTASN1. diff --git a/tests/Test_parser.asn b/tests/Test_parser.asn index 6ea455c..0ae4a54 100644 --- a/tests/Test_parser.asn +++ b/tests/Test_parser.asn @@ -26,8 +26,8 @@ Bitstringsizetest ::= BIT STRING (SIZE(42)) END --- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 --- Free Software Foundation, Inc. +-- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +-- 2011 Free Software Foundation, Inc. -- -- This file is part of LIBTASN1. -- diff --git a/tests/Test_parser.c b/tests/Test_parser.c index 3cbcf19..534c43f 100644 --- a/tests/Test_parser.c +++ b/tests/Test_parser.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002, 2006, 2007, 2009, 2010 Free Software + * Copyright (C) 2002, 2006, 2007, 2009, 2010, 2011 Free Software * Foundation, Inc. * * This file is part of LIBTASN1. diff --git a/tests/Test_tree.asn b/tests/Test_tree.asn index c8187f4..a3c0546 100644 --- a/tests/Test_tree.asn +++ b/tests/Test_tree.asn @@ -159,8 +159,8 @@ id-Test OBJECT IDENTIFIER ::= {1 2 29 2} END --- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 --- Free Software Foundation, Inc. +-- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +-- 2011 Free Software Foundation, Inc. -- -- This file is part of LIBTASN1. -- diff --git a/tests/Test_tree.c b/tests/Test_tree.c index 3fc2a78..b75ed9d 100644 --- a/tests/Test_tree.c +++ b/tests/Test_tree.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010 Free Software + * Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010, 2011 Free Software * Foundation, Inc. * * This file is part of LIBTASN1. @@ -1,7 +1,7 @@ #!/bin/sh -# Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. +# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # # Author: Simon Josefsson # diff --git a/tests/pkix.asn b/tests/pkix.asn index b23f2c9..b5089c3 100644 --- a/tests/pkix.asn +++ b/tests/pkix.asn @@ -1240,8 +1240,8 @@ XmppAddr ::= UTF8String END --- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 --- Free Software Foundation, Inc. +-- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +-- 2011 Free Software Foundation, Inc. -- -- This file is part of LIBTASN1. -- |