summaryrefslogtreecommitdiff
path: root/lib/openpgp
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-05-22 22:02:26 +0200
committerSimon Josefsson <simon@josefsson.org>2010-05-22 22:02:26 +0200
commit3deda2c2f0c2acd25077b132b3d49c7e53159e8f (patch)
tree2eca838a1ff7d33e00cadce44fa286c63858df12 /lib/openpgp
parent5fc3704e32462fb649b912749afbba6578df6ce0 (diff)
downloadgnutls-3deda2c2f0c2acd25077b132b3d49c7e53159e8f.tar.gz
Change GNUTLS into GnuTLS.
Diffstat (limited to 'lib/openpgp')
-rw-r--r--lib/openpgp/Makefile.am8
-rw-r--r--lib/openpgp/compat.c4
-rw-r--r--lib/openpgp/extras.c4
-rw-r--r--lib/openpgp/gnutls_openpgp.c4
-rw-r--r--lib/openpgp/output.c4
-rw-r--r--lib/openpgp/pgp.c4
-rw-r--r--lib/openpgp/pgpverify.c4
-rw-r--r--lib/openpgp/privkey.c4
8 files changed, 18 insertions, 18 deletions
diff --git a/lib/openpgp/Makefile.am b/lib/openpgp/Makefile.am
index 5b28a4829f..3b73c97366 100644
--- a/lib/openpgp/Makefile.am
+++ b/lib/openpgp/Makefile.am
@@ -4,20 +4,20 @@
#
# Author: Nikos Mavrogiannopoulos
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# The GNUTLS library is free software; you can redistribute it and/or
+# The GnuTLS is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public License
# as published by the Free Software Foundation; either version 2.1 of
# the License, or (at your option) any later version.
#
-# The GNUTLS library is distributed in the hope that it will be
+# The GnuTLS 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
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with the GNUTLS library; if not, write to the Free
+# License along with GnuTLS; if not, write to the Free
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA
diff --git a/lib/openpgp/compat.c b/lib/openpgp/compat.c
index 3c5d881783..50cbbd2e8d 100644
--- a/lib/openpgp/compat.c
+++ b/lib/openpgp/compat.c
@@ -4,9 +4,9 @@
*
* Author: Timo Schulz, Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * The GNUTLS library is free software; you can redistribute it and/or
+ * The GnuTLS is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
diff --git a/lib/openpgp/extras.c b/lib/openpgp/extras.c
index 82a29c5020..9e0aec9d32 100644
--- a/lib/openpgp/extras.c
+++ b/lib/openpgp/extras.c
@@ -4,9 +4,9 @@
*
* Author: Nikos Mavrogiannopoulos, Timo Schulz
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * The GNUTLS library is free software; you can redistribute it and/or
+ * The GnuTLS is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
diff --git a/lib/openpgp/gnutls_openpgp.c b/lib/openpgp/gnutls_openpgp.c
index d9c498a447..90246f8964 100644
--- a/lib/openpgp/gnutls_openpgp.c
+++ b/lib/openpgp/gnutls_openpgp.c
@@ -4,9 +4,9 @@
*
* Author: Timo Schulz, Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * The GNUTLS library is free software; you can redistribute it and/or
+ * The GnuTLS is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
diff --git a/lib/openpgp/output.c b/lib/openpgp/output.c
index 00543fbf61..982a6a6662 100644
--- a/lib/openpgp/output.c
+++ b/lib/openpgp/output.c
@@ -3,9 +3,9 @@
*
* Author: Simon Josefsson, Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * The GNUTLS library is free software; you can redistribute it and/or
+ * The GnuTLS is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
diff --git a/lib/openpgp/pgp.c b/lib/openpgp/pgp.c
index 1f3a677363..34832431a8 100644
--- a/lib/openpgp/pgp.c
+++ b/lib/openpgp/pgp.c
@@ -4,9 +4,9 @@
*
* Author: Timo Schulz, Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * The GNUTLS library is free software; you can redistribute it and/or
+ * The GnuTLS is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
diff --git a/lib/openpgp/pgpverify.c b/lib/openpgp/pgpverify.c
index 8677de49ed..94daf6718b 100644
--- a/lib/openpgp/pgpverify.c
+++ b/lib/openpgp/pgpverify.c
@@ -4,9 +4,9 @@
*
* Author: Timo Schulz, Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * The GNUTLS library is free software; you can redistribute it and/or
+ * The GnuTLS is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
diff --git a/lib/openpgp/privkey.c b/lib/openpgp/privkey.c
index d27a9d187b..bc4c63518b 100644
--- a/lib/openpgp/privkey.c
+++ b/lib/openpgp/privkey.c
@@ -4,9 +4,9 @@
*
* Author: Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * The GNUTLS library is free software; you can redistribute it and/or
+ * The GnuTLS is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.