Bump copyright years.
authorSimon Josefsson <simon@josefsson.org>
Mon, 23 Jan 2012 20:55:17 +0000 (21:55 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 23 Jan 2012 20:55:17 +0000 (21:55 +0100)
54 files changed:
.clcopying
AUTHORS
Makefile.am
NEWS
README
README-alpha
THANKS
cfg.mk
configure.ac
doc/Makefile.am
doc/TODO
doc/cyclo/Makefile.am
doc/libtasn1.texi
examples/CertificateExample.c
examples/CrlExample.c
examples/Makefile.am
examples/asn1Coding_test.asn
examples/pkix.asn
lib/ASN1.y
lib/Makefile.am
lib/coding.c
lib/decoding.c
lib/element.c
lib/element.h
lib/errors.c
lib/gstr.c
lib/gstr.h
lib/int.h
lib/libtasn1.h
lib/libtasn1.map
lib/libtasn1.pc.in
lib/parser_aux.c
lib/parser_aux.h
lib/structure.c
lib/structure.h
lib/version.c
m4/update-header-version.m4
src/Makefile.am
src/asn1Coding.c
src/asn1Decoding.c
src/asn1Parser.c
tests/Makefile.am
tests/Test_encoding.asn
tests/Test_encoding.c
tests/Test_errors.c
tests/Test_indefinite.c
tests/Test_parser.asn
tests/Test_parser.c
tests/Test_simple.c
tests/Test_tree.asn
tests/Test_tree.c
tests/crlf
tests/pkix.asn
tests/threadsafety

index 8ad1914..4c160b6 100644 (file)
@@ -1,6 +1,5 @@
        ----------------------------------------------------------------------
-       Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010,
-       2011 Free Software Foundation, Inc.
+       Copyright (C) 2002-2012 Free Software Foundation, Inc.
        Copying and distribution of this file, with or without modification,
        are permitted in any medium without royalty provided the copyright
        notice and this notice are preserved.
diff --git a/AUTHORS b/AUTHORS
index 143d7c9..7321657 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,8 +6,7 @@ Current maintainer:
 Simon Josefsson <simon@josefsson.org>
 
 ----------------------------------------------------------------------
-Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2002-2012 Free Software Foundation, Inc.
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.
index b478089..c84b629 100644 (file)
@@ -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/NEWS b/NEWS
index 1f992e5..ea6f001 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -348,7 +348,7 @@ GNU Libtasn1 NEWS                                     -*- outline -*-
 - Initial release
 
 ----------------------------------------------------------------------
-Copyright (C) 2002-2011 Free Software Foundation, Inc.
+Copyright (C) 2002-2012 Free Software Foundation, Inc.
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.
diff --git a/README b/README
index 03a3148..d637179 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ For any copyright year range specified as YYYY-ZZZZ in this package
 note that the range specifies every single year in that closed interval.
 
 ----------------------------------------------------------------------
-Copyright (C) 2002-2011 Free Software Foundation, Inc.
+Copyright (C) 2002-2012 Free Software Foundation, Inc.
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.
index 85c4c61..8ff2c85 100644 (file)
@@ -43,7 +43,7 @@ $ make check
 Happy hacking!
 
 ----------------------------------------------------------------------
-Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright (C) 2009-2012 Free Software Foundation, Inc.
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.
diff --git a/THANKS b/THANKS
index 5a6c99f..f52021a 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -20,8 +20,7 @@ Ludovic Courtès         <ludo@gnu.org>
 Jeffrey Walton          <noloader@gmail.com>
 
 ----------------------------------------------------------------------
-Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2002-2012 Free Software Foundation, Inc.
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.
diff --git a/cfg.mk b/cfg.mk
index 39e71d9..28128cb 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2011  Free Software Foundation, Inc.
+# Copyright (C) 2006-2012  Free Software Foundation, Inc.
 # Author: Simon Josefsson
 #
 # This file is part of LIBTASN1.
@@ -31,6 +31,7 @@ local-checks-to-skip = sc_prohibit_strcmp sc_prohibit_have_config_h   \
        sc_immutable_NEWS sc_prohibit_magic_number_exit                 \
        sc_bindtextdomain
 VC_LIST_ALWAYS_EXCLUDE_REGEX = ^(maint.mk|gtk-doc.make|build-aux/.*|gl/.*|lib/gllib/.*|lib/glm4/.*|lib/ASN1\.c|m4/pkg.m4|doc/gdoc|windows/.*|doc/fdl-1.3.texi)$$
+update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=1
 
 # Explicit syntax-check exceptions.
 exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^tests/TestIndef.p12$$
index 97ed0b4..40d910b 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2012 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 8599c56..90c7ae1 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2012 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index b2ed61a..f420dc5 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -13,8 +13,7 @@ Current list:
 (-) Means low priority (ie. nobody is interested to develop that)
 
 ----------------------------------------------------------------------
-Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2002-2012 Free Software Foundation, Inc.
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
 notice and this notice are preserved.
index 225e92c..df34d6a 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002-201 Free Software Foundation, Inc.
+# Copyright (C) 2002-2012 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 84649ec..3b97215 100644 (file)
@@ -15,7 +15,7 @@ This manual is for GNU Libtasn1
 which is a library for Abstract Syntax Notation One (ASN.1) and
 Distinguish Encoding Rules (DER) manipulation.
 
-Copyright @copyright{} 2001-2011 Free Software Foundation, Inc.
+Copyright @copyright{} 2001-2012 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
index d5b3a01..9972467 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000, 2001, 2006, 2007, 2008, 2009, 2010, 2011 Free
- * Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 0c3332d..94833de 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000, 2001, 2006, 2007, 2008, 2009, 2010, 2011 Free
- * Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 946838a..e1772eb 100644 (file)
@@ -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.
 #
index 985fbc7..ea21195 100644 (file)
@@ -11,8 +11,7 @@ Sequence1 ::= 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.
 --
index 2013960..5e4530d 100644 (file)
@@ -1,5 +1,4 @@
--- 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.
 --
index b70d6b0..80a68cc 100644 (file)
@@ -1,7 +1,6 @@
 %{
 /*
- * Copyright (C) 2001, 2002, 2004, 2005, 2006, 2008, 2009, 2010, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index b314a92..044f72d 100644 (file)
@@ -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.
 #
index af69b14..8b72eba 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002, 2004, 2006, 2008, 2009, 2010, 2011 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 3814140..8c46ce5 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002, 2004, 2006, 2008, 2009, 2010, 2011 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 92a350d..ead899c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2008, 2009, 2010,
- * 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 3bb3451..9cad46e 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2008, 2009, 2010,
- * 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index c5508da..7878c50 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002, 2005, 2006, 2008, 2009, 2010, 2011 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 32ab904..9590b45 100644 (file)
@@ -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.
  *
index 33bdec9..baaa6a0 100644 (file)
@@ -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.
  *
index f1f2b0e..fcaf0d8 100644 (file)
--- a/lib/int.h
+++ b/lib/int.h
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002, 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.
  *
index abf53f1..289fb57 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2011 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 4adf0bb..1906cd5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 73e55fe..32da237 100644 (file)
@@ -1,5 +1,4 @@
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 2005-2012 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 5b549d7..ce55253 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index ca9e66c..374f599 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 25e960f..41cebe4 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free
- * Software Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 98d32ab..0a84e26 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free
- * Software Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index c0cf1f2..fb17223 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 27f9d03..d4a3e84 100644 (file)
@@ -1,5 +1,5 @@
 # update-header-version.m4 serial 1
-dnl Copyright (C) 2008, 2010, 2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2008-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 47ad4b8..3080c40 100644 (file)
@@ -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.
 #
index 3230984..131db7b 100644 (file)
@@ -1,6 +1,5 @@
 /* asn1Coding.c --- program to generate a DER coding of an ASN1 definition.
- * 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.
  *
index 1799129..c1f0876 100644 (file)
@@ -1,6 +1,5 @@
 /* asn1Decoding.c ---  program to generate an ASN1 type from a DER coding.
- * 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.
  *
index 7857da5..37c9960 100644 (file)
@@ -1,6 +1,5 @@
 /* asn1Parser.c -- program to parse a file with ASN1 definitions
- * 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.
  *
index 950380c..9abc66d 100644 (file)
@@ -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.
 #
index e2813e8..5db505c 100644 (file)
@@ -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.
 --
index 14bad48..5dbd4c9 100644 (file)
@@ -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.
  *
index 891b1b4..2c85100 100644 (file)
@@ -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.
  *
index 697faf9..1b84d13 100644 (file)
@@ -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.
  *
index 0ae4a54..3f51fff 100644 (file)
@@ -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.
 --
index d0c5c44..76daf09 100644 (file)
@@ -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.
  *
index 9cc6ed9..73d5178 100644 (file)
@@ -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.
  *
index a3c0546..b480f6d 100644 (file)
@@ -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.
 --
index fe96af5..c68cbc2 100644 (file)
@@ -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.
  *
index 201512d..be92dcf 100755 (executable)
@@ -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
 #
index b5089c3..40dc28c 100644 (file)
@@ -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.
 --
index 9f5243f..6d2a4fb 100755 (executable)
@@ -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