summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-01-02 16:06:59 +0100
committerSimon Josefsson <simon@josefsson.org>2008-01-02 16:06:59 +0100
commit66f01250f6db6cc3999da62e8c2802c229cbd571 (patch)
tree7894a046d58c1fde2f94ecdb496f375b4eeb2079 /doc
parentdab984cdb88c7793d09ac0c8f2a2bcc0f7c3fb89 (diff)
downloadgnutls-66f01250f6db6cc3999da62e8c2802c229cbd571.tar.gz
Bump copyright years.
Diffstat (limited to 'doc')
-rw-r--r--doc/manpages/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 774fd1e7e0..bead0f2a32 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, 2007 Free Software Foundation
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 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, 2007 Free Software Foundation" \
+ -copyright "2008 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, 2007 Free Software Foundation" \
+ -copyright "2008 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, 2007 Free Software Foundation" \
+ -copyright "2008 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, 2007 Free Software Foundation" \
+ -copyright "2008 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, 2007 Free Software Foundation" \
+ -copyright "2008 Free Software Foundation" \
-function $$i \
$(top_srcdir)/libextra/openpgp/*.c >> $$i.3 && \
echo "ok"; \