Update copyright notices.
authorSimon Josefsson <simon@josefsson.org>
Mon, 11 Jan 2010 11:11:14 +0000 (12:11 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 11 Jan 2010 11:11:14 +0000 (12:11 +0100)
39 files changed:
.clcopying
Makefile.am
cfg.mk
configure.ac
doc/Makefile.am
doc/cyclo/Makefile.am
doc/fdl-1.3.texi
doc/gendocs_template
doc/libtasn1.texi
examples/CertificateExample.c
examples/CrlExample.c
examples/Makefile.am
gl/dummy.c
lib/ASN1.c
lib/ASN1.y
lib/Makefile.am
lib/coding.c
lib/decoding.c
lib/element.c
lib/errors.c
lib/gstr.c
lib/int.h
lib/libtasn1.h
lib/libtasn1.map
lib/libtasn1.pc.in
lib/parser_aux.c
lib/structure.c
m4/update-header-version.m4
m4/valgrind.m4
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

index fefbfdb..3b7f7ee 100644 (file)
@@ -1,5 +1,6 @@
        ----------------------------------------------------------------------
-       Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+       Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010
+       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 765df85..c7a8b00 100644 (file)
@@ -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/cfg.mk b/cfg.mk
index 0012658..5ee0567 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,4 +1,5 @@
-# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+# Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+# Inc.
 # Author: Simon Josefsson
 #
 # This file is part of LIBTASN1.
index 76a4298..43fd9f0 100644 (file)
@@ -1,5 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
-# 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.
 #
index 5ec8ed5..01e2768 100644 (file)
@@ -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.
 #
index 343b401..9cb9915 100644 (file)
@@ -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.
 #
index 8805f1a..10a302b 100644 (file)
@@ -5,7 +5,8 @@
 @c hence no sectioning command or @node.
 
 @display
-Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
+Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2010 Free Software
+Foundation, Inc.
 @uref{http://fsf.org/}
 
 Everyone is permitted to copy and distribute verbatim copies
index 9259875..5730f35 100644 (file)
@@ -93,7 +93,7 @@ Please send broken links and other corrections or suggestions to
 <a href="mailto:%%EMAIL%%">&lt;%%EMAIL%%&gt;</a>.
 </p>
 
-<p>Copyright &copy; 2009 Free Software Foundation, Inc.</p>
+<p>Copyright &copy; 2009, 2010 Free Software Foundation, Inc.</p>
 
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
index 2694fc3..fe693e2 100644 (file)
@@ -15,7 +15,8 @@ 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{} 2004, 2006, 2007, 2008, 2009  Free Software Foundation
+Copyright @copyright{} 2004, 2006, 2007, 2008, 2009, 2010 Free Software
+Foundation, Inc.
 Copyright @copyright{} 2001, 2002, 2003  Fabio Fiorina
 
 @quotation
index f9c19b3..0932a70 100644 (file)
@@ -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) 2000,2001 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
index 0d8818c..4bb33c4 100644 (file)
@@ -1,6 +1,7 @@
 /*
- *      Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
- *      Copyright (C) 2000,2001 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
+ * Copyright (C) 2000,2001 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index b6997c3..8e4f475 100644 (file)
@@ -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.
 #
index 024d064..a6d479a 100644 (file)
@@ -1,5 +1,5 @@
 /* A dummy file, to prevent empty libraries from breaking builds.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2010 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 018088c..bd1ec58 100644 (file)
@@ -3,8 +3,8 @@
 
 /* Skeleton implementation for Bison's Yacc-like parsers in C
    
-      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
  Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2010 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 38c7659..cf7536c 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2004, 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2006, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  * Copyright (C) 2001, 2002  Fabio Fiorina
  *
  * This file is part of LIBTASN1.
index c94d937..0e37fab 100644 (file)
@@ -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.
 #
index ea0c7d9..6b8212d 100644 (file)
@@ -1,6 +1,7 @@
 /*
- *      Copyright (C) 2004, 2006, 2008, 2009 Free Software Foundation
- *      Copyright (C) 2002  Fabio Fiorina
+ * Copyright (C) 2004, 2006, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
+ * Copyright (C) 2002  Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index dbc0de0..d7f800f 100644 (file)
@@ -1,6 +1,7 @@
 /*
- *      Copyright (C) 2004, 2006, 2008, 2009 Free Software Foundation
- *      Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2004, 2006, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
+ * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index 4b4c838..b8f1fa7 100644 (file)
@@ -1,6 +1,7 @@
 /*
- *      Copyright (C) 2004, 2006, 2008, 2009 Free Software Foundation
- *      Copyright (C) 2000, 2001, 2002, 2003 Fabio Fiorina
+ * Copyright (C) 2004, 2006, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
+ * Copyright (C) 2000, 2001, 2002, 2003 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index 86dec68..77434c8 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
- *      Copyright (C) 2002, 2005 Fabio Fiorina
+ * Copyright (C) 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2005 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
  *
index 9c08351..e08de14 100644 (file)
@@ -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 Nikos Mavroyanopoulos
  *
  * This file is part of LIBTASN1.
index 5b42af5..bc583c4 100644 (file)
--- a/lib/int.h
+++ b/lib/int.h
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
index 35f5ebd..f04aee4 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  * Copyright (C) 2002 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
index ca662c0..263a7a7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation
+# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 8f4fb9c..d42f670 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation
+# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
 #
 # This file is part of LIBTASN1.
 #
index 98af5d6..6057813 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2004, 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  * Copyright (C) 2000,2001 Fabio Fiorina
  *
  * This file is part of LIBTASN1.
index 687b010..c54a1cf 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2004, 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  * Copyright (C) 2002  Fabio Fiorina
  *
  * This file is part of LIBTASN1.
index 5a370dd..a128d18 100644 (file)
@@ -1,5 +1,5 @@
 # update-header-version.m4 serial 1
-dnl Copyright (C) 2008 Free Software Foundation, Inc.
+dnl Copyright (C) 2008, 2010 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 5a8006a..7d687af 100644 (file)
@@ -1,5 +1,5 @@
 # valgrind.m4 serial 1
-dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+dnl Copyright (C) 2008, 2009, 2010 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 85cf3fa..e565464 100644 (file)
@@ -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.
 #
index 476f374..18a49d4 100644 (file)
@@ -1,5 +1,6 @@
 /* asn1Coding.c --- program to generate a DER coding of an ASN1 definition.
- * 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.
index 93c61f5..51ee745 100644 (file)
@@ -1,5 +1,6 @@
 /* asn1Decoding.c ---  program to generate an ASN1 type from a DER coding.
- * 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.
index 8152617..7e0ead5 100644 (file)
@@ -1,5 +1,6 @@
 /* asn1Parser.c -- program to parse a file with ASN1 definitions
- * 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.
index 193f365..2abc669 100644 (file)
@@ -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.
 #
index 716e378..898f189 100644 (file)
@@ -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.
index 379ad34..a28327f 100644 (file)
@@ -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.
index 18d3c39..06c3f1a 100644 (file)
@@ -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.
index e899ed6..6b27495 100644 (file)
@@ -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.
index b0402c4..67637e3 100755 (executable)
@@ -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
 #