diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-06-11 14:30:49 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-06-11 14:30:49 +0200 |
commit | 9e49851a90a3115dbeda1f350a17ed0ed7b2b23c (patch) | |
tree | 9c56560b11097a75f914f78e865d2c32ecfbb8ef /doc | |
parent | b03e76411e927ea55a3c0e134d163357e1da83e4 (diff) | |
download | gnutls-9e49851a90a3115dbeda1f350a17ed0ed7b2b23c.tar.gz |
Fix copyright years.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manpages/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 0df1df7258..9f4d6e796d 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation +# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation # # Author: Nikos Mavroyanopoulos, Simon Josefsson # @@ -63,7 +63,7 @@ doit: -bugsto $(PACKAGE_BUGREPORT) \ -include "gnutls/gnutls.h" \ -seeinfo $(PACKAGE) -verbatimcopying \ - -copyright "2006 Free Software Foundation" \ + -copyright "2006, 2007 Free Software Foundation" \ -function $$i \ $(top_srcdir)/lib/*.c >> $$i.3 && \ echo "ok"; \ @@ -75,7 +75,7 @@ doit: -bugsto $(PACKAGE_BUGREPORT) \ -include "gnutls/extra.h" \ -seeinfo $(PACKAGE) -verbatimcopying \ - -copyright "2006 Free Software Foundation" \ + -copyright "2006, 2007 Free Software Foundation" \ -function $$i \ $(top_srcdir)/libextra/*.c >> $$i.3 && \ echo "ok"; \ @@ -87,7 +87,7 @@ doit: -bugsto $(PACKAGE_BUGREPORT) \ -include "gnutls/x509.h" \ -seeinfo $(PACKAGE) -verbatimcopying \ - -copyright "2006 Free Software Foundation" \ + -copyright "2006, 2007 Free Software Foundation" \ -function $$i \ $(top_srcdir)/lib/x509/*.c >> $$i.3 && \ echo "ok"; \ @@ -99,7 +99,7 @@ doit: -bugsto $(PACKAGE_BUGREPORT) \ -include "gnutls/pkcs12.h" \ -seeinfo $(PACKAGE) -verbatimcopying \ - -copyright "2006 Free Software Foundation" \ + -copyright "2006, 2007 Free Software Foundation" \ -function $$i \ $(top_srcdir)/lib/x509/*.c >> $$i.3 && \ echo "ok"; \ @@ -111,7 +111,7 @@ doit: -bugsto $(PACKAGE_BUGREPORT) \ -include "gnutls/openpgp.h" \ -seeinfo $(PACKAGE) -verbatimcopying \ - -copyright "2006 Free Software Foundation" \ + -copyright "2006, 2007 Free Software Foundation" \ -function $$i \ $(top_srcdir)/libextra/openpgp/*.c >> $$i.3 && \ echo "ok"; \ |