diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-01-08 10:09:52 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-01-08 10:09:52 +0100 |
commit | 930d131c2dcb40f25ed95c081af18d639ec2b1d5 (patch) | |
tree | da66b13d1a5a14708d5fd20161671829b11e5a0b /doc | |
parent | a7e79bbab79811c53aa0aa6ab84c66aa15b1fe17 (diff) | |
download | libtasn1-930d131c2dcb40f25ed95c081af18d639ec2b1d5.tar.gz libtasn1-930d131c2dcb40f25ed95c081af18d639ec2b1d5.tar.bz2 libtasn1-930d131c2dcb40f25ed95c081af18d639ec2b1d5.zip |
Update copyright years.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 4 | ||||
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/cyclo/Makefile.am | 4 | ||||
-rw-r--r-- | doc/gendocs_template | 2 | ||||
-rw-r--r-- | doc/libtasn1.texi | 3 |
5 files changed, 9 insertions, 8 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index b508c8c..155998c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -# Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. # # This file is part of LIBTASN1. # @@ -13,8 +13,8 @@ Current list: (-) Means low priority (ie. nobody is interested to develop that) ---------------------------------------------------------------------- -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +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/doc/cyclo/Makefile.am b/doc/cyclo/Makefile.am index 9cb9915..a323527 100644 --- a/doc/cyclo/Makefile.am +++ b/doc/cyclo/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -# Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. # # This file is part of LIBTASN1. # diff --git a/doc/gendocs_template b/doc/gendocs_template index 9b86dcb..ea9dc01 100644 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -94,7 +94,7 @@ Please send broken links and other corrections or suggestions to <a href="mailto:%%EMAIL%%"><%%EMAIL%%></a>. </p> -<p>Copyright © 2010 Free Software Foundation, Inc.</p> +<p>Copyright © 2010, 2011 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> diff --git a/doc/libtasn1.texi b/doc/libtasn1.texi index 75f68e0..591726c 100644 --- a/doc/libtasn1.texi +++ b/doc/libtasn1.texi @@ -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{} 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright @copyright{} 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, +2010, 2011 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document |