diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-01-20 15:30:30 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-01-20 15:33:22 +0100 |
commit | 3a9ee442c1d82e692d2476286692240a28ac4edc (patch) | |
tree | 3c33dcf2b0ed8078a8c8980c6fdb4a3810b20523 | |
parent | e5c0a4a557104fa88b2677a1406f95f40a1c6db9 (diff) | |
download | gnutls-3a9ee442c1d82e692d2476286692240a28ac4edc.tar.gz |
Add/fix copyright headers.
-rw-r--r-- | doc/latex/cover-epub.tex | 2 | ||||
-rw-r--r-- | doc/latex/cover.tex | 2 | ||||
-rw-r--r-- | doc/scripts/Makefile.am | 19 | ||||
-rwxr-xr-x | doc/scripts/getfuncs.pl | 18 | ||||
-rwxr-xr-x | doc/scripts/mytexi2latex | 18 | ||||
-rwxr-xr-x | doc/scripts/sort1.pl | 18 | ||||
-rwxr-xr-x | doc/scripts/sort2.pl | 18 | ||||
-rwxr-xr-x | doc/scripts/split-texi.pl | 18 | ||||
-rwxr-xr-x | doc/scripts/split.pl | 18 | ||||
-rw-r--r-- | lib/gnutls_dtls.c | 2 | ||||
-rw-r--r-- | lib/gnutls_mbuffers.c | 2 | ||||
-rw-r--r-- | lib/gnutls_privkey.c | 2 | ||||
-rw-r--r-- | lib/gnutls_pubkey.c | 2 | ||||
-rw-r--r-- | lib/pkcs11.c | 2 | ||||
-rw-r--r-- | lib/pkcs11_privkey.c | 2 | ||||
-rw-r--r-- | lib/pkcs11_secret.c | 2 | ||||
-rw-r--r-- | lib/pkcs11_write.c | 2 | ||||
-rw-r--r-- | lib/x509/verify.c | 3 | ||||
-rw-r--r-- | tests/openpgp-auth.c | 2 | ||||
-rw-r--r-- | tests/openpgp-auth2.c | 2 | ||||
-rw-r--r-- | 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 43a9efb34b..536a37a43e 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 b0d6d84829..78ba0f5862 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 3eeb1dda23..e2b734e343 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 b626ade9e2..59763f33a6 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 b2d1d5a2e9..3638043186 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 0de818248b..c84315cc95 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 485c20f708..89b031e61f 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 325afaffb4..63c2f765c0 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 f6e900c438..fa8669a60d 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 16a617979a..7ecf003224 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 9ca6fd35a0..79527814b2 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 453a210e38..13c09188e2 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 0a8a4c4b3c..a5ff3ef719 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 367c2cec1b..3208e30f6b 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 <joe@manyfish.co.uk> * * Authors: Nikos Mavrogiannopoulos, Stef Walter diff --git a/lib/pkcs11_privkey.c b/lib/pkcs11_privkey.c index a44e87bab4..b19548919d 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 1d74232ba6..e189b91482 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 b61c356d13..859ef79feb 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 90d3c28ff6..81ce2b6c51 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 ad8fd25c85..b72a880751 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 9f3cd38585..ef88dd7b80 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 b621d15e41..80a4dfedaf 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. # |