gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-3-g3a9ee44


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-3-g3a9ee44
Date: Fri, 20 Jan 2012 14:33:31 +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=3a9ee442c1d82e692d2476286692240a28ac4edc

The branch, master has been updated
       via  3a9ee442c1d82e692d2476286692240a28ac4edc (commit)
      from  e5c0a4a557104fa88b2677a1406f95f40a1c6db9 (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 3a9ee442c1d82e692d2476286692240a28ac4edc
Author: Simon Josefsson <address@hidden>
Date:   Fri Jan 20 15:30:30 2012 +0100

    Add/fix copyright headers.

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

Summary of changes:
 doc/latex/cover-epub.tex  |    2 +-
 doc/latex/cover.tex       |    2 +-
 doc/scripts/Makefile.am   |   19 +++++++++++++++++++
 doc/scripts/getfuncs.pl   |   18 ++++++++++++++++++
 doc/scripts/mytexi2latex  |   18 ++++++++++++++++++
 doc/scripts/sort1.pl      |   18 ++++++++++++++++++
 doc/scripts/sort2.pl      |   18 ++++++++++++++++++
 doc/scripts/split-texi.pl |   18 ++++++++++++++++++
 doc/scripts/split.pl      |   18 ++++++++++++++++++
 lib/gnutls_dtls.c         |    2 +-
 lib/gnutls_mbuffers.c     |    2 +-
 lib/gnutls_privkey.c      |    2 +-
 lib/gnutls_pubkey.c       |    2 +-
 lib/pkcs11.c              |    2 +-
 lib/pkcs11_privkey.c      |    2 +-
 lib/pkcs11_secret.c       |    2 +-
 lib/pkcs11_write.c        |    2 +-
 lib/x509/verify.c         |    3 +--
 tests/openpgp-auth.c      |    2 +-
 tests/openpgp-auth2.c     |    2 +-
 tests/scripts/common.sh   |    2 +-
 21 files changed, 141 insertions(+), 15 deletions(-)

diff --git a/doc/latex/cover-epub.tex b/doc/latex/cover-epub.tex
index 43a9efb..536a37a 100644
--- a/doc/latex/cover-epub.tex
+++ b/doc/latex/cover-epub.tex
@@ -21,7 +21,7 @@
 
 
 \begin{flushleft}
-Copyright \copyright{} 2011 Free Software Foundation, Inc.
+Copyright \copyright{} 2001-2012 Free Software Foundation, Inc.
 \end{flushleft}
 
 \begin{flushleft}
diff --git a/doc/latex/cover.tex b/doc/latex/cover.tex
index b0d6d84..78ba0f5 100644
--- a/doc/latex/cover.tex
+++ b/doc/latex/cover.tex
@@ -3,7 +3,7 @@
 
 
 \begin{quotation}
-Copyright \copyright{} 2011 Free Software Foundation, Inc.
+Copyright \copyright{} 2001-2012 Free Software Foundation, Inc.
 \end{quotation}
 
 \begin{flushleft}
diff --git a/doc/scripts/Makefile.am b/doc/scripts/Makefile.am
index 3eeb1dd..e2b734e 100644
--- a/doc/scripts/Makefile.am
+++ b/doc/scripts/Makefile.am
@@ -1 +1,20 @@
+## Process this file with automake to produce Makefile.in
+# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+#
+# This file is part of GnuTLS.
+#
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
 EXTRA_DIST = gdoc sort2.pl split-texi.pl
diff --git a/doc/scripts/getfuncs.pl b/doc/scripts/getfuncs.pl
index b626ade..59763f3 100755
--- a/doc/scripts/getfuncs.pl
+++ b/doc/scripts/getfuncs.pl
@@ -2,6 +2,24 @@ eval '(exit $?0)' && eval 'exec perl -wST "$0" ${1+"$@"}'
   & eval 'exec perl -wST "$0" $argv:q'
     if 0;
 
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+#
+# This file is part of GnuTLS.
+#
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
 # given a header file in stdin it will print all functions
 
 my $line;
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index b2d1d5a..3638043 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -2,6 +2,24 @@ eval '(exit $?0)' && eval 'exec perl -wST "$0" ${1+"$@"}'
   & eval 'exec perl -wST "$0" $argv:q'
     if 0;
 
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+#
+# This file is part of GnuTLS.
+#
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
 use constant NORMAL => 0;
 use constant SKIP => 1;
 use constant ITEMIZE => 2;
diff --git a/doc/scripts/sort1.pl b/doc/scripts/sort1.pl
index 0de8182..c84315c 100755
--- a/doc/scripts/sort1.pl
+++ b/doc/scripts/sort1.pl
@@ -2,6 +2,24 @@ eval '(exit $?0)' && eval 'exec perl -wST "$0" ${1+"$@"}'
   & eval 'exec perl -wST "$0" $argv:q'
     if 0;
 
+# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+#
+# This file is part of GnuTLS.
+#
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
 sub key_of_record {
   local($record) = @_;
 
diff --git a/doc/scripts/sort2.pl b/doc/scripts/sort2.pl
index 485c20f..89b031e 100755
--- a/doc/scripts/sort2.pl
+++ b/doc/scripts/sort2.pl
@@ -2,6 +2,24 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}'
   & eval 'exec perl -wS "$0" $argv:q'
     if 0;
 
+# Copyright (C) 2004-2012 Free Software Foundation, Inc.
+#
+# This file is part of GnuTLS.
+#
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
 sub key_of_record {
   local($record) = @_;
 
diff --git a/doc/scripts/split-texi.pl b/doc/scripts/split-texi.pl
index 325afaf..63c2f76 100755
--- a/doc/scripts/split-texi.pl
+++ b/doc/scripts/split-texi.pl
@@ -2,6 +2,24 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}'
   & eval 'exec perl -wS "$0" $argv:q'
     if 0;
 
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+#
+# This file is part of GnuTLS.
+#
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
 $dir = shift;
 $param2 = shift;
 
diff --git a/doc/scripts/split.pl b/doc/scripts/split.pl
index f6e900c..fa8669a 100755
--- a/doc/scripts/split.pl
+++ b/doc/scripts/split.pl
@@ -2,6 +2,24 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}'
   & eval 'exec perl -wS "$0" $argv:q'
     if 0;
 
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+#
+# This file is part of GnuTLS.
+#
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
 $dir = shift;
 $param2 = shift;
 
diff --git a/lib/gnutls_dtls.c b/lib/gnutls_dtls.c
index 16a6179..7ecf003 100644
--- a/lib/gnutls_dtls.c
+++ b/lib/gnutls_dtls.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009,2011 Free Software Foundation
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
  *
  * Authors: Jonathan Bastien-Filiatrault
  *          Nikos Mavrogiannopoulos
diff --git a/lib/gnutls_mbuffers.c b/lib/gnutls_mbuffers.c
index 9ca6fd3..7952781 100644
--- a/lib/gnutls_mbuffers.c
+++ b/lib/gnutls_mbuffers.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009,2011 Free Software Foundation
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
  *
  * Author: Jonathan Bastien-Filiatrault
  *
diff --git a/lib/gnutls_privkey.c b/lib/gnutls_privkey.c
index 453a210..13c0918 100644
--- a/lib/gnutls_privkey.c
+++ b/lib/gnutls_privkey.c
@@ -1,6 +1,6 @@
 /*
  * GnuTLS PKCS#11 support
- * Copyright (C) 2010, 2011 Free Software Foundation
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  * 
  * Author: Nikos Mavrogiannopoulos
  *
diff --git a/lib/gnutls_pubkey.c b/lib/gnutls_pubkey.c
index 0a8a4c4..a5ff3ef 100644
--- a/lib/gnutls_pubkey.c
+++ b/lib/gnutls_pubkey.c
@@ -1,6 +1,6 @@
 /*
  * GnuTLS PKCS#11 support
- * Copyright (C) 2010,2011 Free Software Foundation
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  * 
  * Author: Nikos Mavrogiannopoulos
  *
diff --git a/lib/pkcs11.c b/lib/pkcs11.c
index 367c2ce..3208e30 100644
--- a/lib/pkcs11.c
+++ b/lib/pkcs11.c
@@ -1,6 +1,6 @@
 /*
  * GnuTLS PKCS#11 support
- * Copyright (C) 2010, 2011 Free Software Foundation
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  * Copyright (C) 2008, Joe Orton <address@hidden>
  * 
  * Authors: Nikos Mavrogiannopoulos, Stef Walter
diff --git a/lib/pkcs11_privkey.c b/lib/pkcs11_privkey.c
index a44e87b..b195489 100644
--- a/lib/pkcs11_privkey.c
+++ b/lib/pkcs11_privkey.c
@@ -1,6 +1,6 @@
 /*
  * GnuTLS PKCS#11 support
- * Copyright (C) 2010,2011 Free Software Foundation
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  * 
  * Authors: Nikos Mavrogiannopoulos, Stef Walter
  *
diff --git a/lib/pkcs11_secret.c b/lib/pkcs11_secret.c
index 1d74232..e189b91 100644
--- a/lib/pkcs11_secret.c
+++ b/lib/pkcs11_secret.c
@@ -1,6 +1,6 @@
 /*
  * GnuTLS PKCS#11 support
- * Copyright (C) 2010, 2011 Free Software Foundation
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  * 
  * Author: Nikos Mavrogiannopoulos, Stef Walter
  *
diff --git a/lib/pkcs11_write.c b/lib/pkcs11_write.c
index b61c356..859ef79 100644
--- a/lib/pkcs11_write.c
+++ b/lib/pkcs11_write.c
@@ -1,6 +1,6 @@
 /*
  * GnuTLS PKCS#11 support
- * Copyright (C) 2010, 2011 Free Software Foundation
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  * 
  * Authors: Nikos Mavrogiannopoulos, Stef Walter
  *
diff --git a/lib/x509/verify.c b/lib/x509/verify.c
index 90d3c28..81ce2b6 100644
--- a/lib/x509/verify.c
+++ b/lib/x509/verify.c
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
- * Free Software Foundation, Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
diff --git a/tests/openpgp-auth.c b/tests/openpgp-auth.c
index ad8fd25..b72a880 100644
--- a/tests/openpgp-auth.c
+++ b/tests/openpgp-auth.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Free Software Foundation
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  * Author: Ludovic Courtès
  *
  * This file is part of GNUTLS.
diff --git a/tests/openpgp-auth2.c b/tests/openpgp-auth2.c
index 9f3cd38..ef88dd7 100644
--- a/tests/openpgp-auth2.c
+++ b/tests/openpgp-auth2.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Free Software Foundation
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  * Author: Ludovic Courtès
  *
  * This file is part of GNUTLS.
diff --git a/tests/scripts/common.sh b/tests/scripts/common.sh
index b621d15..80a4dfe 100644
--- a/tests/scripts/common.sh
+++ b/tests/scripts/common.sh
@@ -1,4 +1,4 @@
-# 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]