gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, ocsp, updated. gnutls_3_0_11-129-g54505ba


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, ocsp, updated. gnutls_3_0_11-129-g54505ba
Date: Fri, 20 Jan 2012 12:36:14 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=54505ba21510d2ab5b8ba8f7c1e642b52b81ec66

The branch, ocsp has been updated
       via  54505ba21510d2ab5b8ba8f7c1e642b52b81ec66 (commit)
       via  b255e92784aad4196526201f28a33fdac5cf818c (commit)
       via  c5791654cc44e5398b3db10c4ddcc099a992a9c3 (commit)
       via  992d646f1deefc2740cc22eb9a9da345a26ffef3 (commit)
       via  99e6a2b8fc1097ca69bc66eb1dd962004ea2fb04 (commit)
      from  7d3a9f3f8f600f0bd6ee466b4d9afeb4e069bfc3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 54505ba21510d2ab5b8ba8f7c1e642b52b81ec66
Author: Simon Josefsson <address@hidden>
Date:   Fri Jan 20 13:34:05 2012 +0100

    Fix copyright years.

commit b255e92784aad4196526201f28a33fdac5cf818c
Merge: 7d3a9f3 c579165
Author: Simon Josefsson <address@hidden>
Date:   Fri Jan 20 13:33:40 2012 +0100

    Merge branches 'master' and 'ocsp' into ocsp

-----------------------------------------------------------------------

Summary of changes:
 doc/manpages/Makefile.am   |   20 ++++++++++----------
 lib/includes/gnutls/ocsp.h |    2 +-
 src/ocsptool-common.h      |    2 +-
 src/ocsptool.c             |    2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 420f6e1..5057a07 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -744,7 +744,7 @@ doit:
                        -pkg-name "$(PACKAGE_NAME)" \
                        -include "gnutls/gnutls.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 "."; \
@@ -758,7 +758,7 @@ doit:
                        -pkg-name "$(PACKAGE_NAME)" \
                        -include "gnutls/compat.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 "."; \
@@ -772,7 +772,7 @@ doit:
                        -pkg-name "$(PACKAGE_NAME)" \
                        -include "gnutls/x509.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 "."; \
@@ -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 "."; \
@@ -800,7 +800,7 @@ doit:
                        -pkg-name "$(PACKAGE_NAME)" \
                        -include "gnutls/abstract.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 "."; \
@@ -814,7 +814,7 @@ doit:
                        -pkg-name "$(PACKAGE_NAME)" \
                        -include "gnutls/pkcs12.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 "."; \
@@ -828,7 +828,7 @@ doit:
                        -pkg-name "$(PACKAGE_NAME)" \
                        -include "gnutls/pkcs11.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 "."; \
@@ -842,7 +842,7 @@ doit:
                        -pkg-name "$(PACKAGE_NAME)" \
                        -include "gnutls/dtls.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 "."; \
@@ -856,7 +856,7 @@ doit:
                        -pkg-name "$(PACKAGE_NAME)" \
                        -include "gnutls/openpgp.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 "."; \
@@ -870,7 +870,7 @@ doit:
                        -pkg-name "$(PACKAGE_NAME)" \
                        -include "gnutls/crypto.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 d55c40a..f748d75 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 9fafbcf..729d1eb 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 4a7be97..dde1028 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.
  *


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]