summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-11-17 13:24:06 +0000
committerSimon Josefsson <simon@josefsson.org>2006-11-17 13:24:06 +0000
commit48270daef527267de8d97d88f865190c83369868 (patch)
treed7b3af353c34f897fe325d70972e6c0bf2b73b14
parent35e168b577aa43c44556c3393799524a3803c6c5 (diff)
downloadgnutls-48270daef527267de8d97d88f865190c83369868.tar.gz
Fix copyright years.
-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 ce73c309a6..62f6d5b4cc 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 Free Software Foundation
+# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation
#
# Author: Nikos Mavroyanopoulos, Simon Josefsson
#
@@ -63,7 +63,7 @@ doit:
-bugsto $(PACKAGE_BUGREPORT) \
-include "gnutls/gnutls.h" \
-seeinfo $(PACKAGE) -verbatimcopying \
- -copyright "2004 Free Software Foundation" \
+ -copyright "2006 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 "2004 Free Software Foundation" \
+ -copyright "2006 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 "2004 Free Software Foundation" \
+ -copyright "2006 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 "2004 Free Software Foundation" \
+ -copyright "2006 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 "2004 Free Software Foundation" \
+ -copyright "2006 Free Software Foundation" \
-function $$i \
$(top_srcdir)/libextra/openpgp/*.c >> $$i.3 && \
echo "ok"; \