diff options
-rw-r--r-- | doc/manpages/Makefile.am | 2 | ||||
-rw-r--r-- | lib/includes/gnutls/ocsp.h | 2 | ||||
-rw-r--r-- | src/ocsptool-common.h | 2 | ||||
-rw-r--r-- | src/ocsptool.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 51af59ff06..5057a076da 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -786,7 +786,7 @@ doit: -pkg-name "$(PACKAGE_NAME)" \ -include "gnutls/ocsp.h" \ -seeinfo $(PACKAGE) -verbatimcopying \ - -copyright "2011 Free Software Foundation" \ + -copyright "2012 Free Software Foundation" \ -function $$i \ $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \ echo -n "."; \ diff --git a/lib/includes/gnutls/ocsp.h b/lib/includes/gnutls/ocsp.h index d55c40ac7c..f748d75c3f 100644 --- a/lib/includes/gnutls/ocsp.h +++ b/lib/includes/gnutls/ocsp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Free Software Foundation, Inc. + * Copyright (C) 2011-2012 Free Software Foundation, Inc. * * Author: Simon Josefsson * diff --git a/src/ocsptool-common.h b/src/ocsptool-common.h index 9fafbcfb97..729d1eb70a 100644 --- a/src/ocsptool-common.h +++ b/src/ocsptool-common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Free Software Foundation, Inc. + * Copyright (C) 2011-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * diff --git a/src/ocsptool.c b/src/ocsptool.c index 4a7be974fb..dde1028480 100644 --- a/src/ocsptool.c +++ b/src/ocsptool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Free Software Foundation, Inc. + * Copyright (C) 2011-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * |