Bump copyright years.
authorSimon Josefsson <simon@josefsson.org>
Fri, 16 Jan 2009 11:49:31 +0000 (12:49 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 4 Mar 2009 14:19:38 +0000 (15:19 +0100)
28 files changed:
cfg.mk
doc/Makefile.am
doc/cyclo/Makefile.am
doc/libtasn1.texi
examples/CertificateExample.c
examples/CrlExample.c
examples/Makefile.am
lib/ASN1.y
lib/coding.c
lib/decoding.c
lib/element.c
lib/errors.c
lib/errors.h
lib/gstr.c
lib/int.h
lib/libtasn1.h
lib/parser_aux.c
lib/structure.c
src/Makefile.am
src/asn1Coding.c
src/asn1Decoding.c
src/asn1Parser.c
tests/Makefile.am
tests/Test_encoding.c
tests/Test_indefinite.c
tests/Test_parser.c
tests/Test_tree.c
tests/crlf

diff --git a/cfg.mk b/cfg.mk
index 1c6deb4..e98ed10 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
 # Author: Simon Josefsson
 #
 # This file is part of LIBTASN1.
index 5aa1a55..92c4987 100644 (file)
@@ -160,7 +160,7 @@ doit:
                        -module $(PACKAGE) -sourceversion $(VERSION) \
                        -include libtasn1.h \
                        -seeinfo $(PACKAGE) -verbatimcopying \
-                       -copyright "2006, 2007, 2008 Free Software Foundation, Inc." \
+                       -copyright "2006, 2007, 2008, 2009 Free Software Foundation, Inc." \
                        -function $$i \
                        $(GDOC_SRC) > man/$$i.3 && \
                $(srcdir)/gdoc -texinfo -function $$i \
index c217b4d..6c56cd7 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
 #
 # This file is part of LIBTASN1.
 #
index 1927b0d..07f775f 100644 (file)
@@ -16,7 +16,7 @@ This manual is for Libtasn1
 which is a library for Abstract Syntax Notation One (ASN.1) and
 Distinguish Encoding Rules (DER) manipulation.
 
-Copyright @copyright{} 2004, 2006, 2007, 2008  Free Software Foundation
+Copyright @copyright{} 2004, 2006, 2007, 2008, 2009  Free Software Foundation
 Copyright @copyright{} 2001, 2002, 2003  Fabio Fiorina
 
 @quotation
index 02e9bfd..d2837b9 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2006, 2007, 2008 Free Software Foundation
- *      Copyright (C) 2000,2001 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2000,2001 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
@@ -22,7 +22,7 @@
 /*****************************************************/
 /* File: CertificateExample.c                        */
 /* Description: An example on how to use the ASN1    */
-/*              parser with the Certificate.txt file */   
+/*              parser with the Certificate.txt file */
 /*****************************************************/
 
 #include <stdio.h>
index b66f7e4..7efd62f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *      Copyright (C) 2006, 2007, 2008 Free Software Foundation
+ *      Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
  *      Copyright (C) 2000,2001 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
@@ -22,7 +22,7 @@
 /*****************************************************/
 /* File: CrlExample.c                                */
 /* Description: An example on how to use the ASN1    */
-/*              parser with the Certificate.txt file */   
+/*              parser with the Certificate.txt file */
 /*****************************************************/
 
 #include <stdio.h>
index 40d78c2..62c84f0 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
 #
 # This file is part of LIBTASN1.
 #
index eaae9eb..dd507c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
  * Copyright (C) 2001, 2002  Fabio Fiorina
  *
  * This file is part of LIBTASN1.
index 9a5821b..f53ca04 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *      Copyright (C) 2004, 2006, 2008 Free Software Foundation
+ *      Copyright (C) 2004, 2006, 2008, 2009 Free Software Foundation
  *      Copyright (C) 2002  Fabio Fiorina
  *
  * This file is part of LIBTASN1.
index b120931..58e4da9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *      Copyright (C) 2004, 2006, 2008 Free Software Foundation
+ *      Copyright (C) 2004, 2006, 2008, 2009 Free Software Foundation
  *      Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
index e82807f..c3786cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *      Copyright (C) 2004, 2006, 2008 Free Software Foundation
+ *      Copyright (C) 2004, 2006, 2008, 2009 Free Software Foundation
  *      Copyright (C) 2000, 2001, 2002, 2003 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
index 9524fe1..786f220 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *      Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+ *      Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
  *      Copyright (C) 2002, 2005 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
index f8bf224..ceb2e7b 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2004, 2006 Free Software Foundation, Inc.
- *      Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index bf8f90c..9c08351 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2006, 2008 Free Software Foundation
- *      Copyright (C) 2002 Nikos Mavroyanopoulos
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002 Nikos Mavroyanopoulos
  *
  * This file is part of LIBTASN1.
  *
index 65cc10b..a6889f9 100644 (file)
--- a/lib/int.h
+++ b/lib/int.h
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2004, 2006, 2008 Free Software Foundation, Inc.
- *      Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index ab839f5..7b304c2 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2004, 2005, 2006, 2008 Free Software Foundation
- *      Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index f3bd22a..61bd01b 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation
- *      Copyright (C) 2000,2001 Fabio Fiorina
+ * Copyright (C) 2004, 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2000,2001 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index 2701cf7..8b1bb62 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation
- *      Copyright (C) 2002  Fabio Fiorina
+ * Copyright (C) 2004, 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002  Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index 71ffb29..58d8f89 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
 #
 # This file is part of LIBTASN1.
 #
index 3fc2ca0..22ea515 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2006, 2007, 2008 Free Software Foundation
- *      Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index dac8eb6..e38b78f 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2006, 2007, 2008 Free Software Foundation
- *      Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
@@ -23,7 +23,7 @@
 /*****************************************************/
 /* File: asn1Deoding.c                               */
 /* Description: program to generate an ASN1 type from*/
-/*              a DER coding.                        */   
+/*              a DER coding.                        */
 /*****************************************************/
 
 #include <config.h>
index f667d8c..61923c3 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2006, 2007 Free Software Foundation
- *      Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
@@ -23,7 +23,7 @@
 /*****************************************************/
 /* File: asn1Parser.c                                */
 /* Description: program to parse a file with ASN1    */
-/*              definitions.                         */   
+/*              definitions.                         */
 /*****************************************************/
 
 #include <config.h>
index a9c640f..193f365 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
 #
 # This file is part of LIBTASN1.
 #
index 166cede..716e378 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2006, 2007, 2008 Free Software Foundation
- *      Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index 6ef80a7..24484df 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2006, 2007, 2008 Free Software Foundation
- *      Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
 /*****************************************************/
 /* File: Test_tree.c                                 */
 /* Description: Test sequences for these functions:  */
-/*     asn1_visit_tree,                              */   
-/*     asn1_create_structure,                        */   
+/*     asn1_visit_tree,                              */
+/*     asn1_create_structure,                        */
 /*     asn1_delete_structure,                        */
-/*     asn1_write_value,                             */   
-/*     asn1_read_value,                              */   
+/*     asn1_write_value,                             */
+/*     asn1_read_value,                              */
 /*****************************************************/
 
 #include <stdio.h>
index 518f9dc..398eb31 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2006, 2007 Free Software Foundation
- *      Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2009 Free Software Foundation
+ * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
@@ -23,7 +23,7 @@
 /*****************************************************/
 /* File: Test_parser.c                               */
 /* Description: Test sequences for these functions:  */
-/*     asn1_parser_asn1,                             */   
+/*     asn1_parser_asn1,                             */
 /*****************************************************/
 
 #include <stdio.h>
index 644e9e1..47b6294 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2006, 2007 Free Software Foundation
- *      Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
 /*****************************************************/
 /* File: Test_tree.c                                 */
 /* Description: Test sequences for these functions:  */
-/*     asn1_visit_tree,                              */   
-/*     asn1_create_structure,                        */   
+/*     asn1_visit_tree,                              */
+/*     asn1_create_structure,                        */
 /*     asn1_delete_structure,                        */
-/*     asn1_write_value,                             */   
-/*     asn1_read_value,                              */   
+/*     asn1_write_value,                             */
+/*     asn1_read_value,                              */
 /*****************************************************/
 
 #include <stdio.h>
index ac536f7..b0402c4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
 #
 # Author: Simon Josefsson
 #