diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-10-25 15:46:20 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-10-25 15:46:20 +0200 |
commit | eedc0b062a92cab8e598b7fa36841034d6668aab (patch) | |
tree | fb560484d6c1b4008063a988b954e0df5e47007b /doc | |
parent | ec110571ad58d2c6e36dd8015f069c6ff13c96cf (diff) | |
download | libtasn1-eedc0b062a92cab8e598b7fa36841034d6668aab.tar.gz libtasn1-eedc0b062a92cab8e598b7fa36841034d6668aab.tar.bz2 libtasn1-eedc0b062a92cab8e598b7fa36841034d6668aab.zip |
Update copyright years.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 155998c..8599c56 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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-2011 Free Software Foundation, Inc. # # This file is part of LIBTASN1. # @@ -168,7 +167,7 @@ doit: -sourceversion $(VERSION) \ -include libtasn1.h \ -seeinfo $(PACKAGE) -verbatimcopying \ - -copyright "2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc." \ + -copyright "2006-2011 Free Software Foundation, Inc." \ -function $$i \ $(GDOC_SRC) > man/$$i.3 && \ $(srcdir)/gdoc -texinfo -function $$i \ |