Update copyright years.
authorSimon Josefsson <simon@josefsson.org>
Sun, 24 Mar 2013 09:33:24 +0000 (10:33 +0100)
committerSimon Josefsson <simon@josefsson.org>
Sun, 24 Mar 2013 09:34:17 +0000 (10:34 +0100)
58 files changed:
.clcopying
AUTHORS
Makefile.am
NEWS
README
README-alpha
THANKS
cfg.mk
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/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
src/benchmark.c
src/benchmark.h
tests/Makefile.am
tests/Test_encoding.asn
tests/Test_encoding.c
tests/Test_errors.c
tests/Test_indefinite.c
tests/Test_overflow.c
tests/Test_parser.asn
tests/Test_parser.c
tests/Test_simple.c
tests/Test_strings.c
tests/Test_tree.asn
tests/Test_tree.c
tests/benchmark
tests/crlf
tests/pkix.asn
tests/threadsafety
windows/libtasn14win.mk

index 4c160b6..c811644 100644 (file)
@@ -1,5 +1,5 @@
        ----------------------------------------------------------------------
-       Copyright (C) 2002-2012 Free Software Foundation, Inc.
+       Copyright (C) 2002-2013 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 7321657..f0bb059 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,7 +6,7 @@ Current maintainer:
 Simon Josefsson <simon@josefsson.org>
 
 ----------------------------------------------------------------------
-Copyright (C) 2002-2012 Free Software Foundation, Inc.
+Copyright (C) 2002-2013 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 854dbdb..e4cab15 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
diff --git a/NEWS b/NEWS
index 4faf159..11b014b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -393,7 +393,7 @@ by Andreas Metzler).
 - Initial release
 
 ----------------------------------------------------------------------
-Copyright (C) 2002-2012 Free Software Foundation, Inc.
+Copyright (C) 2002-2013 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 d637179..24b1d4c 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-2012 Free Software Foundation, Inc.
+Copyright (C) 2002-2013 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 8ff2c85..b88c5aa 100644 (file)
@@ -43,7 +43,7 @@ $ make check
 Happy hacking!
 
 ----------------------------------------------------------------------
-Copyright (C) 2009-2012 Free Software Foundation, Inc.
+Copyright (C) 2009-2013 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 2b78d11..bd8064c 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -21,7 +21,7 @@ Jeffrey Walton          <noloader@gmail.com>
 Matthew Hall            <mhall@mhcomputing.net>
 
 ----------------------------------------------------------------------
-Copyright (C) 2002-2012 Free Software Foundation, Inc.
+Copyright (C) 2002-2013 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 aaa5f56..63c1830 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-201 Free Software Foundation, Inc.
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
 # Author: Simon Josefsson
 #
 # This file is part of LIBTASN1.
index 2ede853..1af20bc 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
@@ -171,7 +171,7 @@ doit:
                        -sourceversion $(VERSION) \
                        -include libtasn1.h \
                        -seeinfo $(PACKAGE) -verbatimcopying \
-                       -copyright "2006-2012 Free Software Foundation, Inc." \
+                       -copyright "2006-2013 Free Software Foundation, Inc." \
                        -function $$i \
                        $(GDOC_SRC) > man/$$i.3 && \
                $(srcdir)/gdoc -texinfo -function $$i \
index f420dc5..af1d897 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -13,7 +13,7 @@ Current list:
 (-) Means low priority (ie. nobody is interested to develop that)
 
 ----------------------------------------------------------------------
-Copyright (C) 2002-2012 Free Software Foundation, Inc.
+Copyright (C) 2002-2013 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 df34d6a..1828fd7 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 5ef2cdb..f5c508f 100644 (file)
@@ -15,7 +15,7 @@ This manual is for GNU Libtasn1
 which is a library for Abstract Syntax Notation One (ASN.1) and
 Distinguished Encoding Rules (DER) manipulation.
 
-Copyright @copyright{} 2001-2012 Free Software Foundation, Inc.
+Copyright @copyright{} 2001-2013 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
index cd45f97..d05ec63 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 94833de..75c14f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index e1772eb..7f0f3fb 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index ea21195..9ec235c 100644 (file)
@@ -11,7 +11,7 @@ Sequence1 ::= SEQUENCE {
 
 END
 
--- Copyright (C) 2002-2012 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2013 Free Software Foundation, Inc.
 --
 -- This file is part of LIBTASN1.
 --
index 5e4530d..1196759 100644 (file)
@@ -1,4 +1,4 @@
--- Copyright (C) 2002-2012 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2013 Free Software Foundation, Inc.
 --
 -- This file is part of LIBTASN1.
 --
index e0add54..e633758 100644 (file)
@@ -1,6 +1,6 @@
 %{
 /*
- * Copyright (C) 2001-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 2ea4c09..7b3e570 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 80adf85..6aeb0ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 93fa1f1..8604c24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 6e166dd..014b473 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 0a14974..99c09d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index d33704f..34955e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 0c29f24..0eb8bb4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 2d539d4..71848f9 100644 (file)
--- a/lib/int.h
+++ b/lib/int.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 3856097..6916033 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 2edf9ef..f8f7c0f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 32da237..429c58a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005-2013 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 69681e9..34bf1e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index f270b73..24663eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 58e6f32..22f1037 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index b8d7418..0e1e79d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 83d70c9..3725236 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index d4a3e84..a13a70b 100644 (file)
@@ -1,5 +1,5 @@
 # update-header-version.m4 serial 1
-dnl Copyright (C) 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2008-2013 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 b0ed06e..8bf2802 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 202d5fc..e8f9959 100644 (file)
@@ -1,5 +1,5 @@
 /* asn1Coding.c --- program to generate a DER coding of an ASN1 definition.
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 2a9cc96..5861604 100644 (file)
@@ -1,5 +1,5 @@
 /* asn1Decoding.c ---  program to generate an ASN1 type from a DER coding.
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index d77dab0..239356b 100644 (file)
@@ -1,5 +1,5 @@
 /* asn1Parser.c -- program to parse a file with ASN1 definitions
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index e7430cf..840e275 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2013 Free Software Foundation, Inc.
  *
  * This file is part of GnuTLS.
  *
index 3d5838a..0e7b11d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2013 Free Software Foundation, Inc.
  *
  * This file is part of GnuTLS.
  *
index 8f01d35..10bdba1 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 5db505c..5ecc1b2 100644 (file)
@@ -16,7 +16,7 @@ Koko ::= SEQUENCE {
 
 END
 
--- Copyright (C) 2002-2012 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2013 Free Software Foundation, Inc.
 --
 -- This file is part of LIBTASN1.
 --
index 874cf5c..e85210d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 6adf687..b5bb6b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index f06db4d..709a56a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 1e299ee..bc3a25b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 3f51fff..2e49d92 100644 (file)
@@ -26,7 +26,7 @@ Bitstringsizetest ::= BIT STRING (SIZE(42))
 
 END
 
--- Copyright (C) 2002-2012 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2013 Free Software Foundation, Inc.
 --
 -- This file is part of LIBTASN1.
 --
index 125ea99..c988cba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index b6bb53d..c85f0dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 0887a39..a69774a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index b480f6d..b631eb7 100644 (file)
@@ -159,7 +159,7 @@ id-Test OBJECT IDENTIFIER  ::=  {1 2 29 2}
 
 END
 
--- Copyright (C) 2002-2012 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2013 Free Software Foundation, Inc.
 --
 -- This file is part of LIBTASN1.
 --
index 4702fa1..c44777e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2013 Free Software Foundation, Inc.
  *
  * This file is part of LIBTASN1.
  *
index 17a006a..c60381d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2006-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
 #
 # Author: Simon Josefsson
 #
index e2f88cc..9e3a1d4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2006-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
 #
 # Author: Simon Josefsson
 #
index 40dc28c..64c7146 100644 (file)
@@ -1240,7 +1240,7 @@ XmppAddr ::= UTF8String
 
 END
 
--- Copyright (C) 2002-2012 Free Software Foundation, Inc.
+-- Copyright (C) 2002-2013 Free Software Foundation, Inc.
 --
 -- This file is part of LIBTASN1.
 --
index 6d2a4fb..d8a8b3b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2004-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004-2013 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
index d832ccf..efae72b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #