diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 | ||||
-rw-r--r-- | tests/Test_encoding.c | 3 | ||||
-rw-r--r-- | tests/Test_indefinite.c | 3 | ||||
-rw-r--r-- | tests/Test_parser.c | 2 | ||||
-rw-r--r-- | tests/Test_tree.c | 3 | ||||
-rwxr-xr-x | tests/crlf | 3 |
6 files changed, 11 insertions, 6 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 193f365..2abc669 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Free Software Foundation, Inc. # # This file is part of LIBTASN1. # diff --git a/tests/Test_encoding.c b/tests/Test_encoding.c index 716e378..898f189 100644 --- a/tests/Test_encoding.c +++ b/tests/Test_encoding.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, + * Inc. * Copyright (C) 2002 Fabio Fiorina * * This file is part of LIBTASN1. diff --git a/tests/Test_indefinite.c b/tests/Test_indefinite.c index 379ad34..a28327f 100644 --- a/tests/Test_indefinite.c +++ b/tests/Test_indefinite.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, + * Inc. * Copyright (C) 2002 Fabio Fiorina * * This file is part of LIBTASN1. diff --git a/tests/Test_parser.c b/tests/Test_parser.c index 18d3c39..06c3f1a 100644 --- a/tests/Test_parser.c +++ b/tests/Test_parser.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2007, 2009 Free Software Foundation + * Copyright (C) 2006, 2007, 2009, 2010 Free Software Foundation, Inc. * Copyright (C) 2002 Fabio Fiorina * * This file is part of LIBTASN1. diff --git a/tests/Test_tree.c b/tests/Test_tree.c index e899ed6..6b27495 100644 --- a/tests/Test_tree.c +++ b/tests/Test_tree.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, + * Inc. * Copyright (C) 2002 Fabio Fiorina * * This file is part of LIBTASN1. @@ -1,6 +1,7 @@ #!/bin/sh -# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation +# Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. # # Author: Simon Josefsson # |