summaryrefslogtreecommitdiff
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
parent5fc3704e32462fb649b912749afbba6578df6ce0 (diff)
downloadgnutls-3deda2c2f0c2acd25077b132b3d49c7e53159e8f.tar.gz
Change GNUTLS into GnuTLS.
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--README14
-rw-r--r--cfg.mk2
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/credentials/Makefile.am2
-rw-r--r--doc/cyclo/Makefile.am2
-rw-r--r--doc/errcodes.c6
-rw-r--r--doc/examples/Makefile.am2
-rw-r--r--doc/examples/ex-client-srp.c2
-rw-r--r--doc/examples/ex-serv-anon.c2
-rw-r--r--doc/examples/ex-serv-pgp.c2
-rw-r--r--doc/examples/ex-serv-psk.c2
-rw-r--r--doc/examples/ex-serv-srp.c2
-rw-r--r--doc/examples/ex-serv1.c2
-rw-r--r--doc/gnutls.texi2
-rw-r--r--doc/manpages/Makefile.am2
-rw-r--r--doc/printlist.c6
-rw-r--r--guile/Makefile.am8
-rw-r--r--guile/modules/Makefile.am8
-rw-r--r--guile/modules/gnutls.scm8
-rw-r--r--guile/modules/gnutls/build/enums.scm8
-rw-r--r--guile/modules/gnutls/build/priorities.scm8
-rw-r--r--guile/modules/gnutls/build/smobs.scm8
-rw-r--r--guile/modules/gnutls/build/utils.scm8
-rw-r--r--guile/modules/gnutls/extra.scm8
-rw-r--r--guile/src/Makefile.am8
-rw-r--r--guile/src/core.c8
-rw-r--r--guile/src/errors.c8
-rw-r--r--guile/src/errors.h8
-rw-r--r--guile/src/extra.c8
-rw-r--r--guile/src/make-enum-header.scm8
-rw-r--r--guile/src/make-enum-map.scm8
-rw-r--r--guile/src/make-session-priorities.scm8
-rw-r--r--guile/src/make-smob-header.scm8
-rw-r--r--guile/src/make-smob-types.scm8
-rw-r--r--guile/src/utils.c8
-rw-r--r--guile/src/utils.h8
-rw-r--r--guile/tests/Makefile.am8
-rw-r--r--guile/tests/anonymous-auth.scm8
-rw-r--r--guile/tests/errors.scm8
-rw-r--r--guile/tests/openpgp-auth.scm8
-rw-r--r--guile/tests/openpgp-keyring.scm8
-rw-r--r--guile/tests/openpgp-keys.scm8
-rw-r--r--guile/tests/pkcs-import-export.scm8
-rw-r--r--guile/tests/session-record-port.scm8
-rw-r--r--guile/tests/srp-base64.scm10
-rw-r--r--guile/tests/x509-auth.scm8
-rw-r--r--guile/tests/x509-certificates.scm8
-rw-r--r--lib/Makefile.am8
-rw-r--r--lib/auth_anon.c4
-rw-r--r--lib/auth_anon.h4
-rw-r--r--lib/auth_cert.c4
-rw-r--r--lib/auth_cert.h4
-rw-r--r--lib/auth_dh_common.c4
-rw-r--r--lib/auth_dh_common.h4
-rw-r--r--lib/auth_dhe.c4
-rw-r--r--lib/auth_dhe_psk.c4
-rw-r--r--lib/auth_psk.c4
-rw-r--r--lib/auth_psk.h4
-rw-r--r--lib/auth_psk_passwd.c4
-rw-r--r--lib/auth_psk_passwd.h4
-rw-r--r--lib/auth_rsa.c4
-rw-r--r--lib/auth_rsa_export.c4
-rw-r--r--lib/auth_srp.c4
-rw-r--r--lib/auth_srp.h4
-rw-r--r--lib/auth_srp_passwd.c4
-rw-r--r--lib/auth_srp_passwd.h4
-rw-r--r--lib/auth_srp_rsa.c4
-rw-r--r--lib/auth_srp_sb64.c4
-rw-r--r--lib/cipher-libgcrypt.c4
-rw-r--r--lib/configure.ac8
-rw-r--r--lib/crypto-api.c4
-rw-r--r--lib/crypto.c4
-rw-r--r--lib/crypto.h4
-rw-r--r--lib/cryptodev.c4
-rw-r--r--lib/debug.c4
-rw-r--r--lib/debug.h4
-rw-r--r--lib/ext_cert_type.c4
-rw-r--r--lib/ext_cert_type.h4
-rw-r--r--lib/ext_max_record.c4
-rw-r--r--lib/ext_max_record.h4
-rw-r--r--lib/ext_oprfi.c4
-rw-r--r--lib/ext_oprfi.h4
-rw-r--r--lib/ext_safe_renegotiation.c4
-rw-r--r--lib/ext_safe_renegotiation.h4
-rw-r--r--lib/ext_server_name.c4
-rw-r--r--lib/ext_server_name.h4
-rw-r--r--lib/ext_session_ticket.c4
-rw-r--r--lib/ext_session_ticket.h4
-rw-r--r--lib/ext_signature.c4
-rw-r--r--lib/ext_signature.h4
-rw-r--r--lib/ext_srp.c4
-rw-r--r--lib/ext_srp.h4
-rw-r--r--lib/gnutls_alert.c4
-rw-r--r--lib/gnutls_algorithms.c4
-rw-r--r--lib/gnutls_algorithms.h4
-rw-r--r--lib/gnutls_anon_cred.c4
-rw-r--r--lib/gnutls_auth.c4
-rw-r--r--lib/gnutls_auth.h4
-rw-r--r--lib/gnutls_buffers.c4
-rw-r--r--lib/gnutls_buffers.h4
-rw-r--r--lib/gnutls_cert.c4
-rw-r--r--lib/gnutls_cert.h4
-rw-r--r--lib/gnutls_cipher.c4
-rw-r--r--lib/gnutls_cipher.h4
-rw-r--r--lib/gnutls_cipher_int.c4
-rw-r--r--lib/gnutls_cipher_int.h4
-rw-r--r--lib/gnutls_compress.c4
-rw-r--r--lib/gnutls_compress.h4
-rw-r--r--lib/gnutls_constate.c4
-rw-r--r--lib/gnutls_constate.h4
-rw-r--r--lib/gnutls_datum.c4
-rw-r--r--lib/gnutls_datum.h4
-rw-r--r--lib/gnutls_db.c4
-rw-r--r--lib/gnutls_db.h4
-rw-r--r--lib/gnutls_dh.c4
-rw-r--r--lib/gnutls_dh.h4
-rw-r--r--lib/gnutls_dh_primes.c4
-rw-r--r--lib/gnutls_errors.c4
-rw-r--r--lib/gnutls_errors.h4
-rw-r--r--lib/gnutls_extensions.c4
-rw-r--r--lib/gnutls_extensions.h4
-rw-r--r--lib/gnutls_global.c4
-rw-r--r--lib/gnutls_global.h4
-rw-r--r--lib/gnutls_handshake.c4
-rw-r--r--lib/gnutls_handshake.h4
-rw-r--r--lib/gnutls_hash_int.c4
-rw-r--r--lib/gnutls_hash_int.h4
-rw-r--r--lib/gnutls_helper.c4
-rw-r--r--lib/gnutls_int.h4
-rw-r--r--lib/gnutls_kx.c4
-rw-r--r--lib/gnutls_kx.h4
-rw-r--r--lib/gnutls_mem.c4
-rw-r--r--lib/gnutls_mem.h4
-rw-r--r--lib/gnutls_mpi.c4
-rw-r--r--lib/gnutls_mpi.h4
-rw-r--r--lib/gnutls_num.c4
-rw-r--r--lib/gnutls_num.h4
-rw-r--r--lib/gnutls_pk.c4
-rw-r--r--lib/gnutls_pk.h4
-rw-r--r--lib/gnutls_priority.c4
-rw-r--r--lib/gnutls_psk.c4
-rw-r--r--lib/gnutls_psk_netconf.c4
-rw-r--r--lib/gnutls_record.c4
-rw-r--r--lib/gnutls_record.h4
-rw-r--r--lib/gnutls_rsa_export.c4
-rw-r--r--lib/gnutls_rsa_export.h4
-rw-r--r--lib/gnutls_session.c4
-rw-r--r--lib/gnutls_session_pack.c4
-rw-r--r--lib/gnutls_session_pack.h4
-rw-r--r--lib/gnutls_sig.c4
-rw-r--r--lib/gnutls_sig.h4
-rw-r--r--lib/gnutls_srp.c4
-rw-r--r--lib/gnutls_srp.h4
-rw-r--r--lib/gnutls_state.c4
-rw-r--r--lib/gnutls_state.h4
-rw-r--r--lib/gnutls_str.c4
-rw-r--r--lib/gnutls_str.h4
-rw-r--r--lib/gnutls_supplemental.c4
-rw-r--r--lib/gnutls_supplemental.h4
-rw-r--r--lib/gnutls_ui.c4
-rw-r--r--lib/gnutls_v2_compat.c4
-rw-r--r--lib/gnutls_v2_compat.h4
-rw-r--r--lib/gnutls_x509.c4
-rw-r--r--lib/gnutls_x509.h4
-rw-r--r--lib/includes/Makefile.am8
-rw-r--r--lib/includes/gnutls/crypto.h4
-rw-r--r--lib/includes/gnutls/gnutls.h.in4
-rw-r--r--lib/includes/gnutls/openpgp.h4
-rw-r--r--lib/includes/gnutls/pkcs12.h4
-rw-r--r--lib/includes/gnutls/x509.h4
-rw-r--r--lib/libgnutls.map8
-rw-r--r--lib/libgnutlsxx.map8
-rw-r--r--lib/m4/hooks.m48
-rw-r--r--lib/mac-libgcrypt.c4
-rw-r--r--lib/minitasn1/Makefile.am8
-rw-r--r--lib/mpi-libgcrypt.c4
-rw-r--r--lib/opencdk/Makefile.am8
-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
-rw-r--r--lib/pk-libgcrypt.c4
-rw-r--r--lib/random.c4
-rw-r--r--lib/random.h4
-rw-r--r--lib/rnd-libgcrypt.c4
-rw-r--r--lib/x509/Makefile.am4
-rw-r--r--lib/x509/common.c4
-rw-r--r--lib/x509/common.h4
-rw-r--r--lib/x509/crl.c4
-rw-r--r--lib/x509/crl_write.c4
-rw-r--r--lib/x509/crq.c4
-rw-r--r--lib/x509/dn.c4
-rw-r--r--lib/x509/extensions.c4
-rw-r--r--lib/x509/mpi.c4
-rw-r--r--lib/x509/output.c4
-rw-r--r--lib/x509/pkcs12.c4
-rw-r--r--lib/x509/pkcs12_bag.c4
-rw-r--r--lib/x509/pkcs12_encr.c4
-rw-r--r--lib/x509/pkcs7.c4
-rw-r--r--lib/x509/privkey.c4
-rw-r--r--lib/x509/privkey_pkcs8.c4
-rw-r--r--lib/x509/rfc2818_hostname.c4
-rw-r--r--lib/x509/sign.c4
-rw-r--r--lib/x509/verify.c4
-rw-r--r--lib/x509/x509.c4
-rw-r--r--lib/x509/x509_int.h4
-rw-r--r--lib/x509/x509_write.c4
-rw-r--r--lib/x509_b64.c4
-rw-r--r--lib/x509_b64.h4
-rw-r--r--libextra/Makefile.am8
-rw-r--r--libextra/configure.ac8
-rw-r--r--libextra/ext_inner_application.c6
-rw-r--r--libextra/ext_inner_application.h6
-rw-r--r--libextra/fipsmd5.c2
-rw-r--r--libextra/gl/Makefile.am8
-rw-r--r--libextra/gnutls_extra.c6
-rw-r--r--libextra/gnutls_ia.c6
-rw-r--r--libextra/gnutls_openssl.c6
-rw-r--r--libextra/includes/Makefile.am8
-rw-r--r--libextra/includes/gnutls/extra.h8
-rw-r--r--libextra/includes/gnutls/openssl.h8
-rw-r--r--libextra/libgnutls-extra.map8
-rw-r--r--libextra/m4/hooks.m48
-rw-r--r--libextra/openssl_compat.c6
-rw-r--r--libextra/openssl_compat.h8
-rw-r--r--src/Makefile.am2
-rw-r--r--src/benchmark.c6
-rw-r--r--src/certtool-cfg.c6
-rw-r--r--src/certtool.c6
-rw-r--r--src/cli.c8
-rw-r--r--src/common.c6
-rw-r--r--src/crypt.c6
-rw-r--r--src/list.h6
-rw-r--r--src/prime.c6
-rw-r--r--src/psk.c6
-rw-r--r--src/serv.c10
-rw-r--r--src/tests.c6
-rw-r--r--src/tls_test.c6
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/anonself.c10
-rw-r--r--tests/certder.c8
-rw-r--r--tests/certificate_set_x509_crl.c8
-rw-r--r--tests/chainverify.c8
-rw-r--r--tests/crq_apis.c8
-rw-r--r--tests/crq_key_id.c8
-rw-r--r--tests/crypto_rng.c8
-rw-r--r--tests/cve-2008-4989.c8
-rw-r--r--tests/cve-2009-1415.c8
-rw-r--r--tests/cve-2009-1416.c8
-rw-r--r--tests/dhepskself.c10
-rw-r--r--tests/dn.c8
-rw-r--r--tests/dn2.c8
-rw-r--r--tests/finished.c8
-rw-r--r--tests/gc.c6
-rw-r--r--tests/hostname-check.c8
-rw-r--r--tests/init_roundtrip.c8
-rw-r--r--tests/key-id/Makefile.am2
-rwxr-xr-xtests/key-id/key-id8
-rw-r--r--tests/mini-eagain.c8
-rw-r--r--tests/mini-x509-rehandshake.c8
-rw-r--r--tests/mini-x509.c8
-rw-r--r--tests/mini.c8
-rw-r--r--tests/moredn.c8
-rw-r--r--tests/mpi.c8
-rw-r--r--tests/netconf-psk.c8
-rwxr-xr-xtests/nist-pkits/pkits6
-rwxr-xr-xtests/nist-pkits/pkits_crl6
-rwxr-xr-xtests/nist-pkits/pkits_crt6
-rwxr-xr-xtests/nist-pkits/pkits_pkcs126
-rwxr-xr-xtests/nist-pkits/pkits_smime6
-rw-r--r--tests/nul-in-x509-names.c8
-rw-r--r--tests/openpgp-certs/Makefile.am2
-rwxr-xr-xtests/openpgp-certs/testcerts8
-rwxr-xr-xtests/openpgp-certs/testselfsigs8
-rw-r--r--tests/openpgp-keyring.c8
-rw-r--r--tests/openpgpself.c10
-rw-r--r--tests/openssl.c8
-rw-r--r--tests/oprfi.c10
-rw-r--r--tests/parse_ca.c8
-rw-r--r--tests/pathlen/Makefile.am2
-rwxr-xr-xtests/pathlen/pathlen8
-rw-r--r--tests/pgps2kgnu.c8
-rw-r--r--tests/pkcs1-padding/Makefile.am2
-rwxr-xr-xtests/pkcs1-padding/pkcs1-pad8
-rw-r--r--tests/pkcs12-decode/Makefile.am2
-rwxr-xr-xtests/pkcs12-decode/pkcs128
-rw-r--r--tests/pkcs12_encode.c8
-rw-r--r--tests/pkcs12_s2k.c8
-rw-r--r--tests/pkcs12_s2k_pem.c8
-rw-r--r--tests/pkcs8-decode/Makefile.am2
-rwxr-xr-xtests/pkcs8-decode/pkcs88
-rw-r--r--tests/pskself.c10
-rw-r--r--tests/resume.c10
-rwxr-xr-xtests/rfc2253-escape-test8
-rw-r--r--tests/rsa-md5-collision/Makefile.am2
-rwxr-xr-xtests/rsa-md5-collision/rsa-md5-collision8
-rw-r--r--tests/safe-renegotiation/Makefile.am2
-rw-r--r--tests/safe-renegotiation/srn0.c8
-rw-r--r--tests/safe-renegotiation/srn1.c8
-rw-r--r--tests/safe-renegotiation/srn2.c8
-rw-r--r--tests/safe-renegotiation/srn3.c8
-rw-r--r--tests/safe-renegotiation/srn4.c8
-rw-r--r--tests/safe-renegotiation/srn5.c8
-rwxr-xr-xtests/safe-renegotiation/testsrn8
-rw-r--r--tests/set_pkcs12_cred.c8
-rw-r--r--tests/setcredcrash.c8
-rw-r--r--tests/sha2/Makefile.am2
-rwxr-xr-xtests/sha2/sha28
-rw-r--r--tests/simple.c8
-rw-r--r--tests/tlsia.c10
-rw-r--r--tests/userid/Makefile.am2
-rwxr-xr-xtests/userid/userid8
-rw-r--r--tests/utils.c8
-rw-r--r--tests/utils.h8
-rw-r--r--tests/x509_altname.c8
-rw-r--r--tests/x509dn.c10
-rwxr-xr-xtests/x509paths/chain8
-rw-r--r--tests/x509self.c10
-rw-r--r--tests/x509sign-verify.c8
-rw-r--r--tests/x509signself.c10
327 files changed, 898 insertions, 898 deletions
diff --git a/Makefile.am b/Makefile.am
index 3e2bb4a6a2..0bcd8d7b1e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@
#
# Author: Nikos Mavrogiannopoulos
#
-# This file is part of GNUTLS.
+# 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
diff --git a/NEWS b/NEWS
index 558db4a9d0..77e5a54107 100644
--- a/NEWS
+++ b/NEWS
@@ -4523,7 +4523,7 @@ LIBGNUTLS_VERSION_NUMBER: New CPP symbols, indicating the GnuTLS
No changes since last version.
* Version 1.2.7 (2005-09-09)
-- The GNUTLS and GNUTLS-EXTRA libraries are now built with versioned symbols.
+- The GnuTLS and GnuTLS-extra libraries are now built with versioned symbols.
- Certtool now complains when reading out-of-range X.509 serial
numbers, suggested by Fran <e_agf@yahoo.es>.
- Certtool now uses the readline library (when available) when reading
diff --git a/README b/README
index d010cc54fa..a41ffe3246 100644
--- a/README
+++ b/README
@@ -3,10 +3,10 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
See the end for copying conditions.
-This is the GNUTLS library. GNUTLS implements the TLS/SSL (Transport
-Layer Security aka Secure Sockets Layer) protocol. GnuTLS is a GNU
-project. More up to date information can be found at
-<http://www.gnu.org/software/gnutls/> and <http://www.gnutls.org/>.
+GnuTLS implements the TLS/SSL (Transport Layer Security aka Secure
+Sockets Layer) protocol. GnuTLS is a GNU project. More up to date
+information can be found at <http://www.gnu.org/software/gnutls/> and
+<http://www.gnutls.org/>.
See the documentation in doc/ and examples in doc/examples/.
@@ -29,10 +29,10 @@ Since the 0.4.2 version the gnutls library is covered under the GNU
Lesser GPL. Previously released versions were licensed under the GNU
GPL.
-We changed the license for most of GNUTLS because other free libraries
+We changed the license for most of GnuTLS because other free libraries
already exist that do the same jobs and have lax licenses. We want
-GNUTLS to be usable in all the same places as those other libraries.
-We kept some parts of GNUTLS under the GPL because they are unique,
+GnuTLS to be usable in all the same places as those other libraries.
+We kept some parts of GnuTLS under the GPL because they are unique,
and with the GPL they provide free software projects (which deserve
our help) an advantage over non-free projects (which do not deserve
our help, since they refuse to share with us). For more explanation,
diff --git a/cfg.mk b/cfg.mk
index 7fe32ae7ca..de67a22c36 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -3,7 +3,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/configure.ac b/configure.ac
index ce4b4ebe30..3695f83339 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
#
# Author: Nikos Mavrogiannopoulos, Simon Josefsson
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/doc/Makefile.am b/doc/Makefile.am
index decf11a192..b474ab8ae5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,7 +4,7 @@
#
# Author: Nikos Mavrogiannopoulos
#
-# This file is part of GNUTLS.
+# 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
diff --git a/doc/credentials/Makefile.am b/doc/credentials/Makefile.am
index 305253596c..a8ec98ab2d 100644
--- a/doc/credentials/Makefile.am
+++ b/doc/credentials/Makefile.am
@@ -3,7 +3,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/doc/cyclo/Makefile.am b/doc/cyclo/Makefile.am
index da4e3d6139..31680c97ef 100644
--- a/doc/cyclo/Makefile.am
+++ b/doc/cyclo/Makefile.am
@@ -4,7 +4,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/doc/errcodes.c b/doc/errcodes.c
index 2c3f255e2b..9c22b665b1 100644
--- a/doc/errcodes.c
+++ b/doc/errcodes.c
@@ -3,14 +3,14 @@
* Foundation, Inc.
* Author: Nikos Mavrogiannopoulos, Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index a8206ac13e..81548ca7c9 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -4,7 +4,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/doc/examples/ex-client-srp.c b/doc/examples/ex-client-srp.c
index 6a8dd68a73..454216b52e 100644
--- a/doc/examples/ex-client-srp.c
+++ b/doc/examples/ex-client-srp.c
@@ -88,7 +88,7 @@ main (void)
{
if (ret == 0)
{
- printf ("- Peer has closed the GNUTLS connection\n");
+ printf ("- Peer has closed the GnuTLS connection\n");
goto end;
}
else
diff --git a/doc/examples/ex-serv-anon.c b/doc/examples/ex-serv-anon.c
index a9b908b481..d343b2b84c 100644
--- a/doc/examples/ex-serv-anon.c
+++ b/doc/examples/ex-serv-anon.c
@@ -137,7 +137,7 @@ main (void)
if (ret == 0)
{
- printf ("\n- Peer has closed the GNUTLS connection\n");
+ printf ("\n- Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/doc/examples/ex-serv-pgp.c b/doc/examples/ex-serv-pgp.c
index da8e8eff92..0494d2b53f 100644
--- a/doc/examples/ex-serv-pgp.c
+++ b/doc/examples/ex-serv-pgp.c
@@ -151,7 +151,7 @@ main (void)
if (ret == 0)
{
- printf ("\n- Peer has closed the GNUTLS connection\n");
+ printf ("\n- Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/doc/examples/ex-serv-psk.c b/doc/examples/ex-serv-psk.c
index f661ff9cec..b5768b443a 100644
--- a/doc/examples/ex-serv-psk.c
+++ b/doc/examples/ex-serv-psk.c
@@ -182,7 +182,7 @@ main (void)
if (ret == 0)
{
- printf ("\n- Peer has closed the GNUTLS connection\n");
+ printf ("\n- Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/doc/examples/ex-serv-srp.c b/doc/examples/ex-serv-srp.c
index d601fa2cf4..f9befbe409 100644
--- a/doc/examples/ex-serv-srp.c
+++ b/doc/examples/ex-serv-srp.c
@@ -141,7 +141,7 @@ main (void)
if (ret == 0)
{
- printf ("\n- Peer has closed the GNUTLS connection\n");
+ printf ("\n- Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/doc/examples/ex-serv1.c b/doc/examples/ex-serv1.c
index 755bf8d202..9d436105fc 100644
--- a/doc/examples/ex-serv1.c
+++ b/doc/examples/ex-serv1.c
@@ -168,7 +168,7 @@ main (void)
if (ret == 0)
{
- printf ("\n- Peer has closed the GNUTLS connection\n");
+ printf ("\n- Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 5efa562605..3d1b8853d4 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -4169,7 +4169,7 @@ If all of them are used then GnuTLS will no longer use libgcrypt.
@menu
* GNU Free Documentation License:: License for copying this manual.
* GNU LGPL:: License for copying the core GnuTLS library.
-* GNU GPL:: License for copying GNUTLS extra and tools.
+* GNU GPL:: License for copying GnuTLS-extra and tools.
@end menu
@node GNU Free Documentation License
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 36d92db4a6..6afff0ae5a 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -4,7 +4,7 @@
#
# Author: Nikos Mavroyanopoulos, Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/doc/printlist.c b/doc/printlist.c
index aaa6fe072a..140f08012d 100644
--- a/doc/printlist.c
+++ b/doc/printlist.c
@@ -2,14 +2,14 @@
* Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
* Author: Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
diff --git a/guile/Makefile.am b/guile/Makefile.am
index 3517df8fcc..6e730607ef 100644
--- a/guile/Makefile.am
+++ b/guile/Makefile.am
@@ -1,18 +1,18 @@
-# GNUTLS -- Guile bindings for GnuTLS.
+# GnuTLS --- Guile bindings for GnuTLS.
# Copyright (C) 2007, 2010 Free Software Foundation, Inc.
#
-# GNUTLS is free software; you can redistribute it and/or
+# 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.
#
-# GNUTLS is distributed in the hope that it will be useful,
+# 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 GNUTLS; if not, write to the Free Software
+# License along with GnuTLS; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
SUBDIRS = modules src tests
diff --git a/guile/modules/Makefile.am b/guile/modules/Makefile.am
index 786da89c0a..c1829ed553 100644
--- a/guile/modules/Makefile.am
+++ b/guile/modules/Makefile.am
@@ -1,18 +1,18 @@
-# GNUTLS -- Guile bindings for GnuTLS.
+# GnuTLS --- Guile bindings for GnuTLS.
# Copyright (C) 2007, 2010 Free Software Foundation, Inc.
#
-# GNUTLS is free software; you can redistribute it and/or
+# 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.
#
-# GNUTLS is distributed in the hope that it will be useful,
+# 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 GNUTLS; if not, write to the Free Software
+# License along with GnuTLS; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
guilemoduledir = $(GUILE_SITE)
diff --git a/guile/modules/gnutls.scm b/guile/modules/gnutls.scm
index 425e7bd70d..ed5efd893c 100644
--- a/guile/modules/gnutls.scm
+++ b/guile/modules/gnutls.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>
diff --git a/guile/modules/gnutls/build/enums.scm b/guile/modules/gnutls/build/enums.scm
index 4c65e8ba74..2ae6a02e72 100644
--- a/guile/modules/gnutls/build/enums.scm
+++ b/guile/modules/gnutls/build/enums.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>
diff --git a/guile/modules/gnutls/build/priorities.scm b/guile/modules/gnutls/build/priorities.scm
index f3beba6af8..3cd733a65f 100644
--- a/guile/modules/gnutls/build/priorities.scm
+++ b/guile/modules/gnutls/build/priorities.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>
diff --git a/guile/modules/gnutls/build/smobs.scm b/guile/modules/gnutls/build/smobs.scm
index 81cdd2e314..f20e22379e 100644
--- a/guile/modules/gnutls/build/smobs.scm
+++ b/guile/modules/gnutls/build/smobs.scm
@@ -1,20 +1,20 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>
diff --git a/guile/modules/gnutls/build/utils.scm b/guile/modules/gnutls/build/utils.scm
index 349254cfa0..9c5958f33d 100644
--- a/guile/modules/gnutls/build/utils.scm
+++ b/guile/modules/gnutls/build/utils.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>
diff --git a/guile/modules/gnutls/extra.scm b/guile/modules/gnutls/extra.scm
index 35db12bab1..b47f4900bd 100644
--- a/guile/modules/gnutls/extra.scm
+++ b/guile/modules/gnutls/extra.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS-EXTRA --- Guile bindings for GnuTLS-EXTRA.
+;;; GnuTLS-extra --- Guile bindings for GnuTLS-EXTRA.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS-EXTRA is free software; you can redistribute it and/or modify
+;;; GnuTLS-extra 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.
;;;
-;;; GNUTLS-EXTRA is distributed in the hope that it will be useful,
+;;; GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+;;; along with GnuTLS-EXTRA; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
;;; USA.
diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am
index bc4f52d41f..e8e81b1fb0 100644
--- a/guile/src/Makefile.am
+++ b/guile/src/Makefile.am
@@ -1,18 +1,18 @@
-# GNUTLS -- Guile bindings for GnuTLS.
+# GnuTLS --- Guile bindings for GnuTLS.
# Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
#
-# GNUTLS is free software; you can redistribute it and/or
+# 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.
#
-# GNUTLS is distributed in the hope that it will be useful,
+# 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 GNUTLS; if not, write to the Free Software
+# License along with GnuTLS; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
GUILE_FOR_BUILD = \
diff --git a/guile/src/core.c b/guile/src/core.c
index 79ea2be92e..4df2440dfd 100644
--- a/guile/src/core.c
+++ b/guile/src/core.c
@@ -1,18 +1,18 @@
-/* GNUTLS --- Guile bindings for GnuTLS.
+/* GnuTLS --- Guile bindings for GnuTLS.
Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
- GNUTLS is free software; you can redistribute it and/or
+ 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.
- GNUTLS is distributed in the hope that it will be useful,
+ 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 GNUTLS; if not, write to the Free Software
+ License along with GnuTLS; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
/* Written by Ludovic Courtès <ludo@gnu.org>. */
diff --git a/guile/src/errors.c b/guile/src/errors.c
index bffb7c1f62..2ac7145630 100644
--- a/guile/src/errors.c
+++ b/guile/src/errors.c
@@ -1,18 +1,18 @@
-/* GNUTLS --- Guile bindings for GnuTLS.
+/* GnuTLS --- Guile bindings for GnuTLS.
Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
- GNUTLS is free software; you can redistribute it and/or
+ 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.
- GNUTLS is distributed in the hope that it will be useful,
+ 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 GNUTLS; if not, write to the Free Software
+ License along with GnuTLS; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
/* Written by Ludovic Courtès <ludo@chbouib.org>. */
diff --git a/guile/src/errors.h b/guile/src/errors.h
index 00c5969105..337cdb6ed0 100644
--- a/guile/src/errors.h
+++ b/guile/src/errors.h
@@ -1,18 +1,18 @@
-/* GNUTLS --- Guile bindings for GnuTLS.
+/* GnuTLS --- Guile bindings for GnuTLS.
Copyright (C) 2007, 2010 Free Software Foundation, Inc.
- GNUTLS is free software; you can redistribute it and/or
+ 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.
- GNUTLS is distributed in the hope that it will be useful,
+ 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 GNUTLS; if not, write to the Free Software
+ License along with GnuTLS; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
#ifndef GUILE_GNUTLS_ERRORS_H
diff --git a/guile/src/extra.c b/guile/src/extra.c
index 80a0079503..7244fa9fe4 100644
--- a/guile/src/extra.c
+++ b/guile/src/extra.c
@@ -1,18 +1,18 @@
-/* GNUTLS-EXTRA --- Guile bindings for GNUTLS-EXTRA.
+/* GnuTLS-extra --- Guile bindings for GnuTLS-extra.
Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
- GNUTLS-EXTRA is free software; you can redistribute it and/or modify
+ GnuTLS-extra 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.
- GNUTLS-EXTRA is distributed in the hope that it will be useful,
+ GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+ along with GnuTLS-EXTRA; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* Important note: As written above, this part of the code is ditributed
diff --git a/guile/src/make-enum-header.scm b/guile/src/make-enum-header.scm
index c794bfeeef..e9085c6866 100644
--- a/guile/src/make-enum-header.scm
+++ b/guile/src/make-enum-header.scm
@@ -1,20 +1,20 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@gnu.org>.
diff --git a/guile/src/make-enum-map.scm b/guile/src/make-enum-map.scm
index 58c692bede..0e4b7a7c2e 100644
--- a/guile/src/make-enum-map.scm
+++ b/guile/src/make-enum-map.scm
@@ -1,20 +1,20 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>.
diff --git a/guile/src/make-session-priorities.scm b/guile/src/make-session-priorities.scm
index c6bb2bdb39..8aeb820933 100644
--- a/guile/src/make-session-priorities.scm
+++ b/guile/src/make-session-priorities.scm
@@ -1,20 +1,20 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>.
diff --git a/guile/src/make-smob-header.scm b/guile/src/make-smob-header.scm
index 8416f0fcb6..24d554de2a 100644
--- a/guile/src/make-smob-header.scm
+++ b/guile/src/make-smob-header.scm
@@ -1,20 +1,20 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>.
diff --git a/guile/src/make-smob-types.scm b/guile/src/make-smob-types.scm
index 8138bdf170..0256d9a535 100644
--- a/guile/src/make-smob-types.scm
+++ b/guile/src/make-smob-types.scm
@@ -1,20 +1,20 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>.
diff --git a/guile/src/utils.c b/guile/src/utils.c
index be47827287..ae5984e3b5 100644
--- a/guile/src/utils.c
+++ b/guile/src/utils.c
@@ -1,18 +1,18 @@
-/* GNUTLS --- Guile bindings for GnuTLS.
+/* GnuTLS --- Guile bindings for GnuTLS.
Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
- GNUTLS is free software; you can redistribute it and/or
+ 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.
- GNUTLS is distributed in the hope that it will be useful,
+ 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 GNUTLS; if not, write to the Free Software
+ License along with GnuTLS; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
/* Written by Ludovic Courtès <ludo@chbouib.org>. */
diff --git a/guile/src/utils.h b/guile/src/utils.h
index 0122b46527..7213f385ea 100644
--- a/guile/src/utils.h
+++ b/guile/src/utils.h
@@ -1,18 +1,18 @@
-/* GNUTLS --- Guile bindings for GnuTLS.
+/* GnuTLS --- Guile bindings for GnuTLS.
Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
- GNUTLS is free software; you can redistribute it and/or
+ 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.
- GNUTLS is distributed in the hope that it will be useful,
+ 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 GNUTLS; if not, write to the Free Software
+ License along with GnuTLS; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
#ifndef GUILE_GNUTLS_UTILS_H
diff --git a/guile/tests/Makefile.am b/guile/tests/Makefile.am
index ab78ecc1cc..aaa8e9a987 100644
--- a/guile/tests/Makefile.am
+++ b/guile/tests/Makefile.am
@@ -1,18 +1,18 @@
-# GNUTLS -- Guile bindings for GnuTLS.
+# GnuTLS --- Guile bindings for GnuTLS.
# Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
#
-# GNUTLS is free software; you can redistribute it and/or
+# 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.
#
-# GNUTLS is distributed in the hope that it will be useful,
+# 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 GNUTLS; if not, write to the Free Software
+# License along with GnuTLS; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
TESTS = anonymous-auth.scm session-record-port.scm \
diff --git a/guile/tests/anonymous-auth.scm b/guile/tests/anonymous-auth.scm
index 5a42d31d79..7d5941e8de 100644
--- a/guile/tests/anonymous-auth.scm
+++ b/guile/tests/anonymous-auth.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>.
diff --git a/guile/tests/errors.scm b/guile/tests/errors.scm
index 1bfc829ed9..cec6491649 100644
--- a/guile/tests/errors.scm
+++ b/guile/tests/errors.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>.
diff --git a/guile/tests/openpgp-auth.scm b/guile/tests/openpgp-auth.scm
index 34300cf5d6..e02db5fed2 100644
--- a/guile/tests/openpgp-auth.scm
+++ b/guile/tests/openpgp-auth.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS-EXTRA --- Guile bindings for GnuTLS-EXTRA.
+;;; GnuTLS-extra --- Guile bindings for GnuTLS-EXTRA.
;;; Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS-EXTRA is free software; you can redistribute it and/or modify
+;;; GnuTLS-extra 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.
;;;
-;;; GNUTLS-EXTRA is distributed in the hope that it will be useful,
+;;; GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+;;; along with GnuTLS-EXTRA; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
;;; USA.
diff --git a/guile/tests/openpgp-keyring.scm b/guile/tests/openpgp-keyring.scm
index 9083d2fb4e..e5cffc5d87 100644
--- a/guile/tests/openpgp-keyring.scm
+++ b/guile/tests/openpgp-keyring.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS-EXTRA --- Guile bindings for GnuTLS-EXTRA.
+;;; GnuTLS-extra --- Guile bindings for GnuTLS-EXTRA.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS-EXTRA is free software; you can redistribute it and/or modify
+;;; GnuTLS-extra 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.
;;;
-;;; GNUTLS-EXTRA is distributed in the hope that it will be useful,
+;;; GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+;;; along with GnuTLS-EXTRA; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
;;; USA.
diff --git a/guile/tests/openpgp-keys.scm b/guile/tests/openpgp-keys.scm
index f97c7af30f..774fa64dba 100644
--- a/guile/tests/openpgp-keys.scm
+++ b/guile/tests/openpgp-keys.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS-EXTRA --- Guile bindings for GnuTLS-EXTRA.
+;;; GnuTLS-extra --- Guile bindings for GnuTLS-EXTRA.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS-EXTRA is free software; you can redistribute it and/or modify
+;;; GnuTLS-extra 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.
;;;
-;;; GNUTLS-EXTRA is distributed in the hope that it will be useful,
+;;; GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+;;; along with GnuTLS-EXTRA; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
;;; USA.
diff --git a/guile/tests/pkcs-import-export.scm b/guile/tests/pkcs-import-export.scm
index d1cafde06b..79f9aeebcf 100644
--- a/guile/tests/pkcs-import-export.scm
+++ b/guile/tests/pkcs-import-export.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>.
diff --git a/guile/tests/session-record-port.scm b/guile/tests/session-record-port.scm
index 021c2a2ae2..49eaa5f3e5 100644
--- a/guile/tests/session-record-port.scm
+++ b/guile/tests/session-record-port.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>.
diff --git a/guile/tests/srp-base64.scm b/guile/tests/srp-base64.scm
index 7c81fd29d0..c928f25306 100644
--- a/guile/tests/srp-base64.scm
+++ b/guile/tests/srp-base64.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>.
@@ -25,7 +25,7 @@
(use-modules (gnutls))
(define %message
- "GNUTLS is free software; you can redistribute it and/or
+ "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/guile/tests/x509-auth.scm b/guile/tests/x509-auth.scm
index 8582fc1e4a..4363e43416 100644
--- a/guile/tests/x509-auth.scm
+++ b/guile/tests/x509-auth.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>.
diff --git a/guile/tests/x509-certificates.scm b/guile/tests/x509-certificates.scm
index 3ecddb9711..fda227bbaa 100644
--- a/guile/tests/x509-certificates.scm
+++ b/guile/tests/x509-certificates.scm
@@ -1,18 +1,18 @@
-;;; GNUTLS --- Guile bindings for GnuTLS.
+;;; GnuTLS --- Guile bindings for GnuTLS.
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
-;;; GNUTLS is free software; you can redistribute it and/or
+;;; 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.
;;;
-;;; GNUTLS is distributed in the hope that it will be useful,
+;;; 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 GNUTLS; if not, write to the Free Software
+;;; License along with GnuTLS; if not, write to the Free Software
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;;; Written by Ludovic Courtès <ludo@chbouib.org>.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5e4ce56c62..e90702c350 100644
--- a/lib/Makefile.am
+++ b/lib/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/auth_anon.c b/lib/auth_anon.c
index b3917e02cd..93446ba9b3 100644
--- a/lib/auth_anon.c
+++ b/lib/auth_anon.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.
diff --git a/lib/auth_anon.h b/lib/auth_anon.h
index 0a46704d89..a375c3eb21 100644
--- a/lib/auth_anon.h
+++ b/lib/auth_anon.h
@@ -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.
diff --git a/lib/auth_cert.c b/lib/auth_cert.c
index 58fa9d1e2b..6ba9394ccd 100644
--- a/lib/auth_cert.c
+++ b/lib/auth_cert.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.
diff --git a/lib/auth_cert.h b/lib/auth_cert.h
index de22a87b5a..cdc91c0336 100644
--- a/lib/auth_cert.h
+++ b/lib/auth_cert.h
@@ -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.
diff --git a/lib/auth_dh_common.c b/lib/auth_dh_common.c
index 17052bfb68..c1c62d8b33 100644
--- a/lib/auth_dh_common.c
+++ b/lib/auth_dh_common.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.
diff --git a/lib/auth_dh_common.h b/lib/auth_dh_common.h
index fecc7177ca..9fc13bafba 100644
--- a/lib/auth_dh_common.h
+++ b/lib/auth_dh_common.h
@@ -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.
diff --git a/lib/auth_dhe.c b/lib/auth_dhe.c
index b24c4569e1..224adfb621 100644
--- a/lib/auth_dhe.c
+++ b/lib/auth_dhe.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.
diff --git a/lib/auth_dhe_psk.c b/lib/auth_dhe_psk.c
index 29c65f9666..60da95cad7 100644
--- a/lib/auth_dhe_psk.c
+++ b/lib/auth_dhe_psk.c
@@ -3,9 +3,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.
diff --git a/lib/auth_psk.c b/lib/auth_psk.c
index c7f1a2e41e..242f6c4f0b 100644
--- a/lib/auth_psk.c
+++ b/lib/auth_psk.c
@@ -3,9 +3,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.
diff --git a/lib/auth_psk.h b/lib/auth_psk.h
index 4e6ea41f60..200ec97285 100644
--- a/lib/auth_psk.h
+++ b/lib/auth_psk.h
@@ -3,9 +3,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.
diff --git a/lib/auth_psk_passwd.c b/lib/auth_psk_passwd.c
index 98397a8c3c..a1a1935525 100644
--- a/lib/auth_psk_passwd.c
+++ b/lib/auth_psk_passwd.c
@@ -3,9 +3,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.
diff --git a/lib/auth_psk_passwd.h b/lib/auth_psk_passwd.h
index fe27804672..4a9be34031 100644
--- a/lib/auth_psk_passwd.h
+++ b/lib/auth_psk_passwd.h
@@ -3,9 +3,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.
diff --git a/lib/auth_rsa.c b/lib/auth_rsa.c
index 0aedc61ac5..7d22a9151f 100644
--- a/lib/auth_rsa.c
+++ b/lib/auth_rsa.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.
diff --git a/lib/auth_rsa_export.c b/lib/auth_rsa_export.c
index 83d5b81be8..ba61db63d0 100644
--- a/lib/auth_rsa_export.c
+++ b/lib/auth_rsa_export.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.
diff --git a/lib/auth_srp.c b/lib/auth_srp.c
index 3f5eb55f7f..d6c401bb9b 100644
--- a/lib/auth_srp.c
+++ b/lib/auth_srp.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.
diff --git a/lib/auth_srp.h b/lib/auth_srp.h
index b15f46e148..40cb97a7d6 100644
--- a/lib/auth_srp.h
+++ b/lib/auth_srp.h
@@ -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.
diff --git a/lib/auth_srp_passwd.c b/lib/auth_srp_passwd.c
index 8d3e6d794c..e67edf550f 100644
--- a/lib/auth_srp_passwd.c
+++ b/lib/auth_srp_passwd.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.
diff --git a/lib/auth_srp_passwd.h b/lib/auth_srp_passwd.h
index 6629206031..014d630073 100644
--- a/lib/auth_srp_passwd.h
+++ b/lib/auth_srp_passwd.h
@@ -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.
diff --git a/lib/auth_srp_rsa.c b/lib/auth_srp_rsa.c
index 6f15b80975..caf84a6410 100644
--- a/lib/auth_srp_rsa.c
+++ b/lib/auth_srp_rsa.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.
diff --git a/lib/auth_srp_sb64.c b/lib/auth_srp_sb64.c
index 6fb14704eb..327a24cdf5 100644
--- a/lib/auth_srp_sb64.c
+++ b/lib/auth_srp_sb64.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.
diff --git a/lib/cipher-libgcrypt.c b/lib/cipher-libgcrypt.c
index e2b34fedbf..8412f0a8ee 100644
--- a/lib/cipher-libgcrypt.c
+++ b/lib/cipher-libgcrypt.c
@@ -3,9 +3,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.
diff --git a/lib/configure.ac b/lib/configure.ac
index 1ef9d970d8..c28931c2c1 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -4,20 +4,20 @@ dnl Process this file with autoconf to produce a configure script.
#
# Author: Nikos Mavrogiannopoulos, Simon Josefsson
#
-# 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/crypto-api.c b/lib/crypto-api.c
index 2de04d8b0c..0f5bbe3e82 100644
--- a/lib/crypto-api.c
+++ b/lib/crypto-api.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.
diff --git a/lib/crypto.c b/lib/crypto.c
index 48ef27eb6c..c7de86b272 100644
--- a/lib/crypto.c
+++ b/lib/crypto.c
@@ -3,9 +3,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.
diff --git a/lib/crypto.h b/lib/crypto.h
index b5c8828b06..0716b231fd 100644
--- a/lib/crypto.h
+++ b/lib/crypto.h
@@ -3,9 +3,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.
diff --git a/lib/cryptodev.c b/lib/cryptodev.c
index 5402200342..0ed9b5727e 100644
--- a/lib/cryptodev.c
+++ b/lib/cryptodev.c
@@ -3,9 +3,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.
diff --git a/lib/debug.c b/lib/debug.c
index 58e0bcda8e..037b7feaef 100644
--- a/lib/debug.c
+++ b/lib/debug.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.
diff --git a/lib/debug.h b/lib/debug.h
index 0fef2175dd..341f87cc90 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -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.
diff --git a/lib/ext_cert_type.c b/lib/ext_cert_type.c
index e0cfc9f826..1351092acd 100644
--- a/lib/ext_cert_type.c
+++ b/lib/ext_cert_type.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.
diff --git a/lib/ext_cert_type.h b/lib/ext_cert_type.h
index f33cd27289..3ab9f2a073 100644
--- a/lib/ext_cert_type.h
+++ b/lib/ext_cert_type.h
@@ -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.
diff --git a/lib/ext_max_record.c b/lib/ext_max_record.c
index 1500470cb8..32bc918dba 100644
--- a/lib/ext_max_record.c
+++ b/lib/ext_max_record.c
@@ -3,9 +3,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.
diff --git a/lib/ext_max_record.h b/lib/ext_max_record.h
index 502a1f9c01..bfc465fa36 100644
--- a/lib/ext_max_record.h
+++ b/lib/ext_max_record.h
@@ -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.
diff --git a/lib/ext_oprfi.c b/lib/ext_oprfi.c
index 77dd918506..1fad66018b 100644
--- a/lib/ext_oprfi.c
+++ b/lib/ext_oprfi.c
@@ -3,9 +3,9 @@
*
* Author: Simon Josefsson
*
- * 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/ext_oprfi.h b/lib/ext_oprfi.h
index 8802d47119..3df9d129a5 100644
--- a/lib/ext_oprfi.h
+++ b/lib/ext_oprfi.h
@@ -3,9 +3,9 @@
*
* Author: Simon Josefsson
*
- * 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/ext_safe_renegotiation.c b/lib/ext_safe_renegotiation.c
index 15b9137817..6d93bd1114 100644
--- a/lib/ext_safe_renegotiation.c
+++ b/lib/ext_safe_renegotiation.c
@@ -3,9 +3,9 @@
*
* Author: Steve Dispensa (<dispensa@phonefactor.com>)
*
- * 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/ext_safe_renegotiation.h b/lib/ext_safe_renegotiation.h
index 0042606618..ca4fb7a92c 100644
--- a/lib/ext_safe_renegotiation.h
+++ b/lib/ext_safe_renegotiation.h
@@ -3,9 +3,9 @@
*
* Author: Steve Dispensa (<dispensa@phonefactor.com>)
*
- * 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/ext_server_name.c b/lib/ext_server_name.c
index 4ed7aecf4b..85ff9107bd 100644
--- a/lib/ext_server_name.c
+++ b/lib/ext_server_name.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.
diff --git a/lib/ext_server_name.h b/lib/ext_server_name.h
index 57555b23fe..a598e1c5f0 100644
--- a/lib/ext_server_name.h
+++ b/lib/ext_server_name.h
@@ -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.
diff --git a/lib/ext_session_ticket.c b/lib/ext_session_ticket.c
index f25e9cd149..734476e34e 100644
--- a/lib/ext_session_ticket.c
+++ b/lib/ext_session_ticket.c
@@ -3,9 +3,9 @@
*
* Author: Daiki Ueno
*
- * 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/ext_session_ticket.h b/lib/ext_session_ticket.h
index 265fad6ee7..85a518044b 100644
--- a/lib/ext_session_ticket.h
+++ b/lib/ext_session_ticket.h
@@ -3,9 +3,9 @@
*
* Author: Daiki Ueno
*
- * 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/ext_signature.c b/lib/ext_signature.c
index 05fabee1d8..e41e785dda 100644
--- a/lib/ext_signature.c
+++ b/lib/ext_signature.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.
diff --git a/lib/ext_signature.h b/lib/ext_signature.h
index 43c8ac7ec5..69a05b741d 100644
--- a/lib/ext_signature.h
+++ b/lib/ext_signature.h
@@ -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.
diff --git a/lib/ext_srp.c b/lib/ext_srp.c
index c6ded6eb52..650e27e758 100644
--- a/lib/ext_srp.c
+++ b/lib/ext_srp.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.
diff --git a/lib/ext_srp.h b/lib/ext_srp.h
index 42ca567b49..4491823026 100644
--- a/lib/ext_srp.h
+++ b/lib/ext_srp.h
@@ -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.
diff --git a/lib/gnutls_alert.c b/lib/gnutls_alert.c
index 21e9017894..48ea34ac1c 100644
--- a/lib/gnutls_alert.c
+++ b/lib/gnutls_alert.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.
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index 0ead705c72..ad816082dd 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.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.
diff --git a/lib/gnutls_algorithms.h b/lib/gnutls_algorithms.h
index ed103ba742..a295f18993 100644
--- a/lib/gnutls_algorithms.h
+++ b/lib/gnutls_algorithms.h
@@ -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.
diff --git a/lib/gnutls_anon_cred.c b/lib/gnutls_anon_cred.c
index 41ecb752f0..0b5f66cd97 100644
--- a/lib/gnutls_anon_cred.c
+++ b/lib/gnutls_anon_cred.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.
diff --git a/lib/gnutls_auth.c b/lib/gnutls_auth.c
index d8949db00c..5e3fc8e6d3 100644
--- a/lib/gnutls_auth.c
+++ b/lib/gnutls_auth.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.
diff --git a/lib/gnutls_auth.h b/lib/gnutls_auth.h
index 312b03ce48..b54be90e3b 100644
--- a/lib/gnutls_auth.h
+++ b/lib/gnutls_auth.h
@@ -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.
diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c
index c0bc013c78..52f1a940b0 100644
--- a/lib/gnutls_buffers.c
+++ b/lib/gnutls_buffers.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.
diff --git a/lib/gnutls_buffers.h b/lib/gnutls_buffers.h
index 1b0d194cbb..7c9f17426b 100644
--- a/lib/gnutls_buffers.h
+++ b/lib/gnutls_buffers.h
@@ -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.
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 2d435ba019..5072c8ec17 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.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.
diff --git a/lib/gnutls_cert.h b/lib/gnutls_cert.h
index 179a186845..7280899121 100644
--- a/lib/gnutls_cert.h
+++ b/lib/gnutls_cert.h
@@ -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.
diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c
index 4fc9261b68..e51a477ef7 100644
--- a/lib/gnutls_cipher.c
+++ b/lib/gnutls_cipher.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.
diff --git a/lib/gnutls_cipher.h b/lib/gnutls_cipher.h
index aa6b9e3170..d2265b394d 100644
--- a/lib/gnutls_cipher.h
+++ b/lib/gnutls_cipher.h
@@ -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.
diff --git a/lib/gnutls_cipher_int.c b/lib/gnutls_cipher_int.c
index b4b4a54d9e..81725bc6e0 100644
--- a/lib/gnutls_cipher_int.c
+++ b/lib/gnutls_cipher_int.c
@@ -3,9 +3,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.
diff --git a/lib/gnutls_cipher_int.h b/lib/gnutls_cipher_int.h
index d032e0c3c6..fe8efa8851 100644
--- a/lib/gnutls_cipher_int.h
+++ b/lib/gnutls_cipher_int.h
@@ -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.
diff --git a/lib/gnutls_compress.c b/lib/gnutls_compress.c
index 757c6090ba..0a49df176c 100644
--- a/lib/gnutls_compress.c
+++ b/lib/gnutls_compress.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.
diff --git a/lib/gnutls_compress.h b/lib/gnutls_compress.h
index 96df2897d1..273c8fe0b7 100644
--- a/lib/gnutls_compress.h
+++ b/lib/gnutls_compress.h
@@ -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.
diff --git a/lib/gnutls_constate.c b/lib/gnutls_constate.c
index 5b2678f4e4..bd3622b8ea 100644
--- a/lib/gnutls_constate.c
+++ b/lib/gnutls_constate.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.
diff --git a/lib/gnutls_constate.h b/lib/gnutls_constate.h
index 26c0af0772..ba5b0561e5 100644
--- a/lib/gnutls_constate.h
+++ b/lib/gnutls_constate.h
@@ -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.
diff --git a/lib/gnutls_datum.c b/lib/gnutls_datum.c
index 04c4411fd3..7dd3fb7fd6 100644
--- a/lib/gnutls_datum.c
+++ b/lib/gnutls_datum.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.
diff --git a/lib/gnutls_datum.h b/lib/gnutls_datum.h
index 73488dc262..0ccd0fcdc9 100644
--- a/lib/gnutls_datum.h
+++ b/lib/gnutls_datum.h
@@ -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.
diff --git a/lib/gnutls_db.c b/lib/gnutls_db.c
index a33d722a5e..c6ea2f5012 100644
--- a/lib/gnutls_db.c
+++ b/lib/gnutls_db.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.
diff --git a/lib/gnutls_db.h b/lib/gnutls_db.h
index 3848a50c9c..6f943c2758 100644
--- a/lib/gnutls_db.h
+++ b/lib/gnutls_db.h
@@ -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.
diff --git a/lib/gnutls_dh.c b/lib/gnutls_dh.c
index 2a3d2f4d93..64804d8187 100644
--- a/lib/gnutls_dh.c
+++ b/lib/gnutls_dh.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.
diff --git a/lib/gnutls_dh.h b/lib/gnutls_dh.h
index dce3e5b7c7..ad60681c56 100644
--- a/lib/gnutls_dh.h
+++ b/lib/gnutls_dh.h
@@ -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.
diff --git a/lib/gnutls_dh_primes.c b/lib/gnutls_dh_primes.c
index 242ec89b81..c47237c894 100644
--- a/lib/gnutls_dh_primes.c
+++ b/lib/gnutls_dh_primes.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.
diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c
index 21f40b1cc1..8bdb8ffc7a 100644
--- a/lib/gnutls_errors.c
+++ b/lib/gnutls_errors.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.
diff --git a/lib/gnutls_errors.h b/lib/gnutls_errors.h
index 6c288eed50..e6085eda09 100644
--- a/lib/gnutls_errors.h
+++ b/lib/gnutls_errors.h
@@ -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.
diff --git a/lib/gnutls_extensions.c b/lib/gnutls_extensions.c
index 48d0d8b399..9a1b8f9a25 100644
--- a/lib/gnutls_extensions.c
+++ b/lib/gnutls_extensions.c
@@ -4,9 +4,9 @@
*
* Author: Nikos Mavrogiannopoulos, Simon Josefsson
*
- * 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/gnutls_extensions.h b/lib/gnutls_extensions.h
index 3e5a773ca3..6c6f891793 100644
--- a/lib/gnutls_extensions.h
+++ b/lib/gnutls_extensions.h
@@ -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.
diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c
index 6a3297c1aa..e74c161d12 100644
--- a/lib/gnutls_global.c
+++ b/lib/gnutls_global.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.
diff --git a/lib/gnutls_global.h b/lib/gnutls_global.h
index 984a394c08..081c20d464 100644
--- a/lib/gnutls_global.h
+++ b/lib/gnutls_global.h
@@ -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.
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index fe7cd9809f..61fa354df2 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.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.
diff --git a/lib/gnutls_handshake.h b/lib/gnutls_handshake.h
index ed71319dd1..6a28afb0d7 100644
--- a/lib/gnutls_handshake.h
+++ b/lib/gnutls_handshake.h
@@ -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.
diff --git a/lib/gnutls_hash_int.c b/lib/gnutls_hash_int.c
index ebbf4bc480..a2cd0e407d 100644
--- a/lib/gnutls_hash_int.c
+++ b/lib/gnutls_hash_int.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.
diff --git a/lib/gnutls_hash_int.h b/lib/gnutls_hash_int.h
index 874fa86cb0..4466ae0645 100644
--- a/lib/gnutls_hash_int.h
+++ b/lib/gnutls_hash_int.h
@@ -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.
diff --git a/lib/gnutls_helper.c b/lib/gnutls_helper.c
index ca4fccf5bd..dee2123e4f 100644
--- a/lib/gnutls_helper.c
+++ b/lib/gnutls_helper.c
@@ -3,9 +3,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.
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index dba813b53c..3cea93ac9e 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -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.
diff --git a/lib/gnutls_kx.c b/lib/gnutls_kx.c
index 82e9702994..bad1b7a45d 100644
--- a/lib/gnutls_kx.c
+++ b/lib/gnutls_kx.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.
diff --git a/lib/gnutls_kx.h b/lib/gnutls_kx.h
index 8f3654084a..91cb491a7e 100644
--- a/lib/gnutls_kx.h
+++ b/lib/gnutls_kx.h
@@ -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.
diff --git a/lib/gnutls_mem.c b/lib/gnutls_mem.c
index 68fbff512b..bc96662c78 100644
--- a/lib/gnutls_mem.c
+++ b/lib/gnutls_mem.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.
diff --git a/lib/gnutls_mem.h b/lib/gnutls_mem.h
index a5b4b87572..c49c848db1 100644
--- a/lib/gnutls_mem.h
+++ b/lib/gnutls_mem.h
@@ -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.
diff --git a/lib/gnutls_mpi.c b/lib/gnutls_mpi.c
index 76a93a0bbe..5279014ac6 100644
--- a/lib/gnutls_mpi.c
+++ b/lib/gnutls_mpi.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.
diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h
index 97be326bd6..9b3880c4a1 100644
--- a/lib/gnutls_mpi.h
+++ b/lib/gnutls_mpi.h
@@ -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.
diff --git a/lib/gnutls_num.c b/lib/gnutls_num.c
index 68247d8e22..0c25976f6a 100644
--- a/lib/gnutls_num.c
+++ b/lib/gnutls_num.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.
diff --git a/lib/gnutls_num.h b/lib/gnutls_num.h
index f8479226c5..18a13cacdc 100644
--- a/lib/gnutls_num.h
+++ b/lib/gnutls_num.h
@@ -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.
diff --git a/lib/gnutls_pk.c b/lib/gnutls_pk.c
index 020e1b1e51..77d1434b79 100644
--- a/lib/gnutls_pk.c
+++ b/lib/gnutls_pk.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.
diff --git a/lib/gnutls_pk.h b/lib/gnutls_pk.h
index 765be997b6..4fc97853bc 100644
--- a/lib/gnutls_pk.h
+++ b/lib/gnutls_pk.h
@@ -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.
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index ae7c697861..659f93304e 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.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.
diff --git a/lib/gnutls_psk.c b/lib/gnutls_psk.c
index 67cef93890..1a8d87dccf 100644
--- a/lib/gnutls_psk.c
+++ b/lib/gnutls_psk.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.
diff --git a/lib/gnutls_psk_netconf.c b/lib/gnutls_psk_netconf.c
index 99bbd03410..42b589fd8d 100644
--- a/lib/gnutls_psk_netconf.c
+++ b/lib/gnutls_psk_netconf.c
@@ -3,9 +3,9 @@
*
* Author: Simon Josefsson
*
- * 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/gnutls_record.c b/lib/gnutls_record.c
index 14cdc99ed6..f78a91faca 100644
--- a/lib/gnutls_record.c
+++ b/lib/gnutls_record.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.
diff --git a/lib/gnutls_record.h b/lib/gnutls_record.h
index d65333ff67..bcb991f30c 100644
--- a/lib/gnutls_record.h
+++ b/lib/gnutls_record.h
@@ -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.
diff --git a/lib/gnutls_rsa_export.c b/lib/gnutls_rsa_export.c
index 0f5a1ef742..a2d2e50316 100644
--- a/lib/gnutls_rsa_export.c
+++ b/lib/gnutls_rsa_export.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.
diff --git a/lib/gnutls_rsa_export.h b/lib/gnutls_rsa_export.h
index 93f2c53c86..d148a911c4 100644
--- a/lib/gnutls_rsa_export.h
+++ b/lib/gnutls_rsa_export.h
@@ -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.
diff --git a/lib/gnutls_session.c b/lib/gnutls_session.c
index 19aee7ae58..1383ba52f9 100644
--- a/lib/gnutls_session.c
+++ b/lib/gnutls_session.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.
diff --git a/lib/gnutls_session_pack.c b/lib/gnutls_session_pack.c
index e7edbd1013..0ca3b0c29f 100644
--- a/lib/gnutls_session_pack.c
+++ b/lib/gnutls_session_pack.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.
diff --git a/lib/gnutls_session_pack.h b/lib/gnutls_session_pack.h
index b66ae2b5c1..44dabcd2de 100644
--- a/lib/gnutls_session_pack.h
+++ b/lib/gnutls_session_pack.h
@@ -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.
diff --git a/lib/gnutls_sig.c b/lib/gnutls_sig.c
index 693d06df75..10ca29b2b8 100644
--- a/lib/gnutls_sig.c
+++ b/lib/gnutls_sig.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.
diff --git a/lib/gnutls_sig.h b/lib/gnutls_sig.h
index a87f14c058..f4539fb034 100644
--- a/lib/gnutls_sig.h
+++ b/lib/gnutls_sig.h
@@ -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.
diff --git a/lib/gnutls_srp.c b/lib/gnutls_srp.c
index 3b9a858617..927ea83ac1 100644
--- a/lib/gnutls_srp.c
+++ b/lib/gnutls_srp.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.
diff --git a/lib/gnutls_srp.h b/lib/gnutls_srp.h
index 54b57f1f95..80f502aa78 100644
--- a/lib/gnutls_srp.h
+++ b/lib/gnutls_srp.h
@@ -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.
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index 84e53beb95..edaad9abd8 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.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.
diff --git a/lib/gnutls_state.h b/lib/gnutls_state.h
index bc69bd34c8..8935c7806a 100644
--- a/lib/gnutls_state.h
+++ b/lib/gnutls_state.h
@@ -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.
diff --git a/lib/gnutls_str.c b/lib/gnutls_str.c
index 0bb4b2b34c..8e2ef85639 100644
--- a/lib/gnutls_str.c
+++ b/lib/gnutls_str.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.
diff --git a/lib/gnutls_str.h b/lib/gnutls_str.h
index 9888ea3b3c..53bd240583 100644
--- a/lib/gnutls_str.h
+++ b/lib/gnutls_str.h
@@ -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.
diff --git a/lib/gnutls_supplemental.c b/lib/gnutls_supplemental.c
index dabee2a4e1..46debd3eaf 100644
--- a/lib/gnutls_supplemental.c
+++ b/lib/gnutls_supplemental.c
@@ -3,9 +3,9 @@
*
* Author: Simon Josefsson
*
- * 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/gnutls_supplemental.h b/lib/gnutls_supplemental.h
index 4a70f14be6..20ad617ddc 100644
--- a/lib/gnutls_supplemental.h
+++ b/lib/gnutls_supplemental.h
@@ -3,9 +3,9 @@
*
* Author: Simon Josefsson
*
- * 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/gnutls_ui.c b/lib/gnutls_ui.c
index cbec3a390b..42027987dd 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.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.
diff --git a/lib/gnutls_v2_compat.c b/lib/gnutls_v2_compat.c
index b5fe6bb193..101e320c0f 100644
--- a/lib/gnutls_v2_compat.c
+++ b/lib/gnutls_v2_compat.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.
diff --git a/lib/gnutls_v2_compat.h b/lib/gnutls_v2_compat.h
index 6a2cd945d9..bbc12feb0f 100644
--- a/lib/gnutls_v2_compat.h
+++ b/lib/gnutls_v2_compat.h
@@ -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.
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 0177768de2..d93406a422 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.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.
diff --git a/lib/gnutls_x509.h b/lib/gnutls_x509.h
index dec92441fb..0f56063fcf 100644
--- a/lib/gnutls_x509.h
+++ b/lib/gnutls_x509.h
@@ -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.
diff --git a/lib/includes/Makefile.am b/lib/includes/Makefile.am
index e419786887..5c67d4331a 100644
--- a/lib/includes/Makefile.am
+++ b/lib/includes/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/includes/gnutls/crypto.h b/lib/includes/gnutls/crypto.h
index 4caa3222dc..e2cb8f821e 100644
--- a/lib/includes/gnutls/crypto.h
+++ b/lib/includes/gnutls/crypto.h
@@ -3,9 +3,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.
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 56ff192e58..91aa0a4248 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -4,9 +4,9 @@
*
* Author: Nikos Mavroyanopoulos
*
- * 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/includes/gnutls/openpgp.h b/lib/includes/gnutls/openpgp.h
index ba8f1545a2..78cec828a6 100644
--- a/lib/includes/gnutls/openpgp.h
+++ b/lib/includes/gnutls/openpgp.h
@@ -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.
diff --git a/lib/includes/gnutls/pkcs12.h b/lib/includes/gnutls/pkcs12.h
index 9652ac169a..8c132fe9ad 100644
--- a/lib/includes/gnutls/pkcs12.h
+++ b/lib/includes/gnutls/pkcs12.h
@@ -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.
diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h
index 5e5f691eff..7ff7bde8cb 100644
--- a/lib/includes/gnutls/x509.h
+++ b/lib/includes/gnutls/x509.h
@@ -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.
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 4d16557f15..ad61d61ac6 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -4,20 +4,20 @@
#
# Author: Simon Josefsson
#
-# 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/libgnutlsxx.map b/lib/libgnutlsxx.map
index b3e2e76924..3103884e59 100644
--- a/lib/libgnutlsxx.map
+++ b/lib/libgnutlsxx.map
@@ -3,20 +3,20 @@
#
# Author: Simon Josefsson
#
-# 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/m4/hooks.m4 b/lib/m4/hooks.m4
index 4a0029ba26..c90bd16e8b 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -3,20 +3,20 @@
#
# Author: Nikos Mavrogiannopoulos, Simon Josefsson
#
-# 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/mac-libgcrypt.c b/lib/mac-libgcrypt.c
index 3cff9b60f1..184b421f76 100644
--- a/lib/mac-libgcrypt.c
+++ b/lib/mac-libgcrypt.c
@@ -3,9 +3,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.
diff --git a/lib/minitasn1/Makefile.am b/lib/minitasn1/Makefile.am
index 2d43be2083..54d15143e5 100644
--- a/lib/minitasn1/Makefile.am
+++ b/lib/minitasn1/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/mpi-libgcrypt.c b/lib/mpi-libgcrypt.c
index 0781dbfcb3..eec739f36d 100644
--- a/lib/mpi-libgcrypt.c
+++ b/lib/mpi-libgcrypt.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.
diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am
index 8d9913f746..16c7707f68 100644
--- a/lib/opencdk/Makefile.am
+++ b/lib/opencdk/Makefile.am
@@ -4,20 +4,20 @@
#
# Author: Nikos Mavroyanopoulos
#
-# 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/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.
diff --git a/lib/pk-libgcrypt.c b/lib/pk-libgcrypt.c
index 89844b8426..5e0b159be6 100644
--- a/lib/pk-libgcrypt.c
+++ b/lib/pk-libgcrypt.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.
diff --git a/lib/random.c b/lib/random.c
index 394d80b0bb..8721459f45 100644
--- a/lib/random.c
+++ b/lib/random.c
@@ -3,9 +3,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.
diff --git a/lib/random.h b/lib/random.h
index 97f1478616..7a3a361fca 100644
--- a/lib/random.h
+++ b/lib/random.h
@@ -3,9 +3,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.
diff --git a/lib/rnd-libgcrypt.c b/lib/rnd-libgcrypt.c
index 3e75100aed..059011cb6d 100644
--- a/lib/rnd-libgcrypt.c
+++ b/lib/rnd-libgcrypt.c
@@ -3,9 +3,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.
diff --git a/lib/x509/Makefile.am b/lib/x509/Makefile.am
index ac36d5a796..0081521fc5 100644
--- a/lib/x509/Makefile.am
+++ b/lib/x509/Makefile.am
@@ -2,9 +2,9 @@
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
# Software Foundation, Inc.
#
-# 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/x509/common.c b/lib/x509/common.c
index 962ededdaa..ce29bffaff 100644
--- a/lib/x509/common.c
+++ b/lib/x509/common.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.
diff --git a/lib/x509/common.h b/lib/x509/common.h
index b70085befc..46b9fcd9ca 100644
--- a/lib/x509/common.h
+++ b/lib/x509/common.h
@@ -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.
diff --git a/lib/x509/crl.c b/lib/x509/crl.c
index 0859acb210..47f3a827b5 100644
--- a/lib/x509/crl.c
+++ b/lib/x509/crl.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.
diff --git a/lib/x509/crl_write.c b/lib/x509/crl_write.c
index cfc806d23d..d355c4f351 100644
--- a/lib/x509/crl_write.c
+++ b/lib/x509/crl_write.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.
diff --git a/lib/x509/crq.c b/lib/x509/crq.c
index ca21c48fff..6a9113b9b1 100644
--- a/lib/x509/crq.c
+++ b/lib/x509/crq.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.
diff --git a/lib/x509/dn.c b/lib/x509/dn.c
index a601264957..726d3e49f4 100644
--- a/lib/x509/dn.c
+++ b/lib/x509/dn.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.
diff --git a/lib/x509/extensions.c b/lib/x509/extensions.c
index 3498364f20..1633023065 100644
--- a/lib/x509/extensions.c
+++ b/lib/x509/extensions.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.
diff --git a/lib/x509/mpi.c b/lib/x509/mpi.c
index 0a65d21166..76747f251c 100644
--- a/lib/x509/mpi.c
+++ b/lib/x509/mpi.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.
diff --git a/lib/x509/output.c b/lib/x509/output.c
index c262305314..f4ea366895 100644
--- a/lib/x509/output.c
+++ b/lib/x509/output.c
@@ -3,9 +3,9 @@
*
* Author: Simon Josefsson
*
- * 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/x509/pkcs12.c b/lib/x509/pkcs12.c
index 808dc5a6d3..d173de45fd 100644
--- a/lib/x509/pkcs12.c
+++ b/lib/x509/pkcs12.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.
diff --git a/lib/x509/pkcs12_bag.c b/lib/x509/pkcs12_bag.c
index 8d4af704f2..c48fdf5cff 100644
--- a/lib/x509/pkcs12_bag.c
+++ b/lib/x509/pkcs12_bag.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.
diff --git a/lib/x509/pkcs12_encr.c b/lib/x509/pkcs12_encr.c
index d8518ac16e..bb6c4ca904 100644
--- a/lib/x509/pkcs12_encr.c
+++ b/lib/x509/pkcs12_encr.c
@@ -3,9 +3,9 @@
* Copyright (C) 2002, 2004, 2005, 2009, 2010 Free Software Foundation,
* Inc.
*
- * 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/x509/pkcs7.c b/lib/x509/pkcs7.c
index f1bedc6b0b..59f94249aa 100644
--- a/lib/x509/pkcs7.c
+++ b/lib/x509/pkcs7.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.
diff --git a/lib/x509/privkey.c b/lib/x509/privkey.c
index 4e235a81ee..ce50da2a9e 100644
--- a/lib/x509/privkey.c
+++ b/lib/x509/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.
diff --git a/lib/x509/privkey_pkcs8.c b/lib/x509/privkey_pkcs8.c
index 9f2721fa8b..fa33401acf 100644
--- a/lib/x509/privkey_pkcs8.c
+++ b/lib/x509/privkey_pkcs8.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.
diff --git a/lib/x509/rfc2818_hostname.c b/lib/x509/rfc2818_hostname.c
index 17c5b27cdc..753deb144b 100644
--- a/lib/x509/rfc2818_hostname.c
+++ b/lib/x509/rfc2818_hostname.c
@@ -3,9 +3,9 @@
* Foundation, Inc.
* Copyright (C) 2002 Andrew McDonald
*
- * 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/x509/sign.c b/lib/x509/sign.c
index 500880b787..1c5739fa26 100644
--- a/lib/x509/sign.c
+++ b/lib/x509/sign.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.
diff --git a/lib/x509/verify.c b/lib/x509/verify.c
index 856fdd1db7..33aef9461e 100644
--- a/lib/x509/verify.c
+++ b/lib/x509/verify.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.
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 173cbc1280..4bc67993e1 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -3,9 +3,9 @@
* Software Foundation, Inc.
* Author: Nikos Mavrogiannopoulos, Simon Josefsson, Howard Chu
*
- * 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/x509/x509_int.h b/lib/x509/x509_int.h
index 68c2da038f..6ea8ee880d 100644
--- a/lib/x509/x509_int.h
+++ b/lib/x509/x509_int.h
@@ -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.
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index 62e0fe8085..f65e7af96b 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.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.
diff --git a/lib/x509_b64.c b/lib/x509_b64.c
index d6be088afe..767dbd8933 100644
--- a/lib/x509_b64.c
+++ b/lib/x509_b64.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.
diff --git a/lib/x509_b64.h b/lib/x509_b64.h
index 85c4ffd215..44ed95a2a0 100644
--- a/lib/x509_b64.h
+++ b/lib/x509_b64.h
@@ -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.
diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index 43c3c9c427..fd95a9e95f 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -4,20 +4,20 @@
#
# Author: Nikos Mavrogiannopoulos
#
-# This file is part of GNUTLS-EXTRA.
+# This file is part of GnuTLS-EXTRA.
#
-# GNUTLS-EXTRA is free software; you can redistribute it and/or
+# GnuTLS-extra 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.
#
-# GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+# GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+# along with GnuTLS-EXTRA; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
diff --git a/libextra/configure.ac b/libextra/configure.ac
index 1fc66e6c23..0154be82d6 100644
--- a/libextra/configure.ac
+++ b/libextra/configure.ac
@@ -4,20 +4,20 @@ dnl Process this file with autoconf to produce a configure script.
#
# Author: Nikos Mavrogiannopoulos, Simon Josefsson
#
-# This file is part of GNUTLS-EXTRA.
+# This file is part of GnuTLS-EXTRA.
#
-# GNUTLS-EXTRA is free software; you can redistribute it and/or
+# GnuTLS-extra 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.
#
-# GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+# GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+# along with GnuTLS-EXTRA; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
diff --git a/libextra/ext_inner_application.c b/libextra/ext_inner_application.c
index 36f5760e81..0dcc9aca9e 100644
--- a/libextra/ext_inner_application.c
+++ b/libextra/ext_inner_application.c
@@ -3,14 +3,14 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS-EXTRA.
+ * This file is part of GnuTLS-EXTRA.
*
- * GNUTLS-EXTRA is free software: you can redistribute it and/or
+ * GnuTLS-extra 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.
*
- * GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+ * GnuTLS-extra 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.
diff --git a/libextra/ext_inner_application.h b/libextra/ext_inner_application.h
index 12fb50bb80..a75ee604f9 100644
--- a/libextra/ext_inner_application.h
+++ b/libextra/ext_inner_application.h
@@ -3,14 +3,14 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS-EXTRA.
+ * This file is part of GnuTLS-EXTRA.
*
- * GNUTLS-EXTRA is free software: you can redistribute it and/or
+ * GnuTLS-extra 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.
*
- * GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+ * GnuTLS-extra 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.
diff --git a/libextra/fipsmd5.c b/libextra/fipsmd5.c
index b3f5bc14f5..b5482e716b 100644
--- a/libextra/fipsmd5.c
+++ b/libextra/fipsmd5.c
@@ -3,7 +3,7 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS-EXTRA.
+ * This file is part of GnuTLS-EXTRA.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/libextra/gl/Makefile.am b/libextra/gl/Makefile.am
index 5114e91371..51e5e417a4 100644
--- a/libextra/gl/Makefile.am
+++ b/libextra/gl/Makefile.am
@@ -3,20 +3,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS-EXTRA.
+# This file is part of GnuTLS-EXTRA.
#
-# GNUTLS-EXTRA is free software; you can redistribute it and/or
+# GnuTLS-extra 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.
#
-# GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+# GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+# along with GnuTLS-EXTRA; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
diff --git a/libextra/gnutls_extra.c b/libextra/gnutls_extra.c
index 1cbdd64ae7..471114ca31 100644
--- a/libextra/gnutls_extra.c
+++ b/libextra/gnutls_extra.c
@@ -4,14 +4,14 @@
*
* Author: Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS-EXTRA.
+ * This file is part of GnuTLS-EXTRA.
*
- * GNUTLS-EXTRA is free software: you can redistribute it and/or
+ * GnuTLS-extra 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.
*
- * GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+ * GnuTLS-extra 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.
diff --git a/libextra/gnutls_ia.c b/libextra/gnutls_ia.c
index be315b844a..804ed3f4f1 100644
--- a/libextra/gnutls_ia.c
+++ b/libextra/gnutls_ia.c
@@ -4,14 +4,14 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS-EXTRA.
+ * This file is part of GnuTLS-EXTRA.
*
- * GNUTLS-EXTRA is free software: you can redistribute it and/or modify
+ * GnuTLS-extra 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.
*
- * GNUTLS-EXTRA is distributed in the hope that it will be useful,
+ * GnuTLS-extra 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.
diff --git a/libextra/gnutls_openssl.c b/libextra/gnutls_openssl.c
index ccd1c455de..6d33c8f01d 100644
--- a/libextra/gnutls_openssl.c
+++ b/libextra/gnutls_openssl.c
@@ -3,14 +3,14 @@
* Inc.
* Copyright (c) 2002 Andrew McDonald <andrew@mcdonald.org.uk>
*
- * This file is part of GNUTLS-EXTRA.
+ * This file is part of GnuTLS-EXTRA.
*
- * GNUTLS-EXTRA is free software: you can redistribute it and/or modify
+ * GnuTLS-extra 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.
*
- * GNUTLS-EXTRA is distributed in the hope that it will be useful,
+ * GnuTLS-extra 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.
diff --git a/libextra/includes/Makefile.am b/libextra/includes/Makefile.am
index 14a87c9d05..23faf4cbdb 100644
--- a/libextra/includes/Makefile.am
+++ b/libextra/includes/Makefile.am
@@ -4,20 +4,20 @@
#
# Author: Nikos Mavrogiannopoulos
#
-# This file is part of GNUTLS-EXTRA.
+# This file is part of GnuTLS-EXTRA.
#
-# GNUTLS-EXTRA is free software; you can redistribute it and/or
+# GnuTLS-extra 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.
#
-# GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+# GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+# along with GnuTLS-EXTRA; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
diff --git a/libextra/includes/gnutls/extra.h b/libextra/includes/gnutls/extra.h
index 2b2c1964c1..6a4be17131 100644
--- a/libextra/includes/gnutls/extra.h
+++ b/libextra/includes/gnutls/extra.h
@@ -4,20 +4,20 @@
*
* Author: Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS-EXTRA.
+ * This file is part of GnuTLS-EXTRA.
*
- * GNUTLS-EXTRA is free software; you can redistribute it and/or
+ * GnuTLS-extra 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.
*
- * GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+ * GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+ * along with GnuTLS-EXTRA; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
diff --git a/libextra/includes/gnutls/openssl.h b/libextra/includes/gnutls/openssl.h
index 1e67c7c23e..98548c6d32 100644
--- a/libextra/includes/gnutls/openssl.h
+++ b/libextra/includes/gnutls/openssl.h
@@ -3,20 +3,20 @@
* Foundation, Inc.
* Copyright (c) 2002 Andrew McDonald <andrew@mcdonald.org.uk>
*
- * This file is part of GNUTLS-EXTRA.
+ * This file is part of GnuTLS-EXTRA.
*
- * GNUTLS-EXTRA is free software; you can redistribute it and/or
+ * GnuTLS-extra 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.
*
- * GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+ * GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+ * along with GnuTLS-EXTRA; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
diff --git a/libextra/libgnutls-extra.map b/libextra/libgnutls-extra.map
index d66ea7095d..a24e09f140 100644
--- a/libextra/libgnutls-extra.map
+++ b/libextra/libgnutls-extra.map
@@ -4,20 +4,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS-EXTRA.
+# This file is part of GnuTLS-EXTRA.
#
-# GNUTLS-EXTRA is free software; you can redistribute it and/or
+# GnuTLS-extra 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.
#
-# GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+# GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+# along with GnuTLS-EXTRA; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
diff --git a/libextra/m4/hooks.m4 b/libextra/m4/hooks.m4
index e929749db5..ec16fed7f3 100644
--- a/libextra/m4/hooks.m4
+++ b/libextra/m4/hooks.m4
@@ -3,20 +3,20 @@
#
# Author: Nikos Mavrogiannopoulos, Simon Josefsson
#
-# This file is part of GNUTLS-EXTRA.
+# This file is part of GnuTLS-EXTRA.
#
-# GNUTLS-EXTRA is free software; you can redistribute it and/or
+# GnuTLS-extra 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.
#
-# GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+# GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+# along with GnuTLS-EXTRA; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
diff --git a/libextra/openssl_compat.c b/libextra/openssl_compat.c
index ec4287c5f4..10bf458bea 100644
--- a/libextra/openssl_compat.c
+++ b/libextra/openssl_compat.c
@@ -4,14 +4,14 @@
*
* Author: Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS-EXTRA.
+ * This file is part of GnuTLS-EXTRA.
*
- * GNUTLS-EXTRA is free software: you can redistribute it and/or modify
+ * GnuTLS-extra 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.
*
- * GNUTLS-EXTRA is distributed in the hope that it will be useful,
+ * GnuTLS-extra 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.
diff --git a/libextra/openssl_compat.h b/libextra/openssl_compat.h
index a09499cc0c..991269e3cb 100644
--- a/libextra/openssl_compat.h
+++ b/libextra/openssl_compat.h
@@ -4,20 +4,20 @@
*
* Author: Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS-EXTRA.
+ * This file is part of GnuTLS-EXTRA.
*
- * GNUTLS-EXTRA is free software; you can redistribute it and/or
+ * GnuTLS-extra 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.
*
- * GNUTLS-EXTRA is distributed in the hope that it will be useful, but
+ * GnuTLS-extra 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 GNUTLS-EXTRA; if not, write to the Free Software
+ * along with GnuTLS-EXTRA; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
diff --git a/src/Makefile.am b/src/Makefile.am
index 8b61d88ae4..f518dc95f9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
# 2009, 2010 Free Software Foundation, Inc.
#
-# This file is part of GNUTLS.
+# 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
diff --git a/src/benchmark.c b/src/benchmark.c
index 29d6474e8e..cd2d9fcdad 100644
--- a/src/benchmark.c
+++ b/src/benchmark.c
@@ -1,14 +1,14 @@
/*
* Copyright (C) 2009, 2010 Free Software Foundation, Inc.
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
diff --git a/src/certtool-cfg.c b/src/certtool-cfg.c
index 3921f66e51..d6988ecbf0 100644
--- a/src/certtool-cfg.c
+++ b/src/certtool-cfg.c
@@ -2,14 +2,14 @@
* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
* Software Foundation, Inc.
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
diff --git a/src/certtool.c b/src/certtool.c
index 13f5fa3639..860ab9012b 100644
--- a/src/certtool.c
+++ b/src/certtool.c
@@ -1,14 +1,14 @@
/*
* Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
diff --git a/src/cli.c b/src/cli.c
index f1bdd0b1e3..0e53bdcb53 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -2,14 +2,14 @@
* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
* 2009, 2010 Free Software Foundation, Inc.
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
@@ -810,7 +810,7 @@ after_handshake:
if (ret == 0)
{
- printf ("- Peer has closed the GNUTLS connection\n");
+ printf ("- Peer has closed the GnuTLS connection\n");
break;
}
else if (handle_error (&hd, ret) < 0 && user_term == 0)
diff --git a/src/common.c b/src/common.c
index 64aeb01960..5de74738be 100644
--- a/src/common.c
+++ b/src/common.c
@@ -3,14 +3,14 @@
* 2009, 2010 Free Software Foundation, Inc.
* Author: Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
diff --git a/src/crypt.c b/src/crypt.c
index 9a19d489a1..0f5c5f7d34 100644
--- a/src/crypt.c
+++ b/src/crypt.c
@@ -2,14 +2,14 @@
* Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
* Free Software Foundation, Inc.
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
diff --git a/src/list.h b/src/list.h
index f1c2faa1a5..17a7aa1ce1 100644
--- a/src/list.h
+++ b/src/list.h
@@ -1,14 +1,14 @@
/*
* Copyright (C) 2001,2002 Paul Sheer
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
diff --git a/src/prime.c b/src/prime.c
index 72fe0f89ba..03356eb589 100644
--- a/src/prime.c
+++ b/src/prime.c
@@ -2,14 +2,14 @@
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
* 2010 Free Software Foundation, Inc.
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
diff --git a/src/psk.c b/src/psk.c
index 75ab745bfe..b963eb4072 100644
--- a/src/psk.c
+++ b/src/psk.c
@@ -1,14 +1,14 @@
/*
* Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
diff --git a/src/serv.c b/src/serv.c
index 9b15a49ee5..0e95fcf9a4 100644
--- a/src/serv.c
+++ b/src/serv.c
@@ -4,14 +4,14 @@
* Copyright (C) 2001,2002 Paul Sheer
* Portions Copyright (C) 2002,2003 Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
@@ -20,7 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/* This server is heavily modified for GNUTLS by Nikos Mavrogiannopoulos
+/* This server is heavily modified for GnuTLS by Nikos Mavrogiannopoulos
* (which means it is quite unreadable)
*/
@@ -103,7 +103,7 @@ gnutls_datum_t session_ticket_key;
"\n" \
"<HTML><BODY>\n" \
"<CENTER><H1>This is <a href=\"http://www.gnu.org/software/gnutls\">" \
- "GNUTLS</a></H1></CENTER>\n\n"
+ "GnuTLS</a></H1></CENTER>\n\n"
/* These are global */
gnutls_srp_server_credentials_t srp_cred = NULL;
diff --git a/src/tests.c b/src/tests.c
index 3bccf4aff8..f9d10f5f4a 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -2,14 +2,14 @@
* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009,
* 2010 Free Software Foundation, Inc.
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
diff --git a/src/tls_test.c b/src/tls_test.c
index 72cf42853f..70338d755f 100644
--- a/src/tls_test.c
+++ b/src/tls_test.c
@@ -2,14 +2,14 @@
* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
* 2009, 2010 Free Software Foundation, Inc.
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9379fc839d..f7fc65e368 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -4,7 +4,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/tests/anonself.c b/tests/anonself.c
index 51eb885de3..c75c0ee67e 100644
--- a/tests/anonself.c
+++ b/tests/anonself.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * along with GnuTLS; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
@@ -307,7 +307,7 @@ server (void)
if (ret == 0)
{
if (debug)
- success ("server: Peer has closed the GNUTLS connection\n");
+ success ("server: Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/tests/certder.c b/tests/certder.c
index 054aa51c0b..5f931d3fa5 100644
--- a/tests/certder.c
+++ b/tests/certder.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/certificate_set_x509_crl.c b/tests/certificate_set_x509_crl.c
index 4d3dd282ca..07b0314375 100644
--- a/tests/certificate_set_x509_crl.c
+++ b/tests/certificate_set_x509_crl.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/chainverify.c b/tests/chainverify.c
index 6a31220b8c..5aa4b88df1 100644
--- a/tests/chainverify.c
+++ b/tests/chainverify.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/crq_apis.c b/tests/crq_apis.c
index d1b8dec00e..8fa593b868 100644
--- a/tests/crq_apis.c
+++ b/tests/crq_apis.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/crq_key_id.c b/tests/crq_key_id.c
index 16db47defa..dc6b57957c 100644
--- a/tests/crq_key_id.c
+++ b/tests/crq_key_id.c
@@ -3,20 +3,20 @@
*
* Author: David Marín Carreño
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/crypto_rng.c b/tests/crypto_rng.c
index c1dca46a49..e4b20404f6 100644
--- a/tests/crypto_rng.c
+++ b/tests/crypto_rng.c
@@ -3,20 +3,20 @@
*
* Author: Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software: you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS. If not, see <http://www.gnu.org/licenses/>.
+ * along with GnuTLS. If not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/tests/cve-2008-4989.c b/tests/cve-2008-4989.c
index 16a9fd121e..d3f0354eb0 100644
--- a/tests/cve-2008-4989.c
+++ b/tests/cve-2008-4989.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/cve-2009-1415.c b/tests/cve-2009-1415.c
index 7c6f4e9052..69b85754e6 100644
--- a/tests/cve-2009-1415.c
+++ b/tests/cve-2009-1415.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/cve-2009-1416.c b/tests/cve-2009-1416.c
index 715e404556..a89db59d25 100644
--- a/tests/cve-2009-1416.c
+++ b/tests/cve-2009-1416.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/dhepskself.c b/tests/dhepskself.c
index 5b65119174..3ddbb2111f 100644
--- a/tests/dhepskself.c
+++ b/tests/dhepskself.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * along with GnuTLS; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
@@ -304,7 +304,7 @@ server (void)
if (ret == 0)
{
if (debug)
- success ("server: Peer has closed the GNUTLS connection\n");
+ success ("server: Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/tests/dn.c b/tests/dn.c
index 5500e690c4..4ff06d528f 100644
--- a/tests/dn.c
+++ b/tests/dn.c
@@ -2,20 +2,20 @@
* Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
* Author: Simon Josefsson, Howard Chu
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/dn2.c b/tests/dn2.c
index f9493b9077..187279471a 100644
--- a/tests/dn2.c
+++ b/tests/dn2.c
@@ -2,20 +2,20 @@
* Copyright (C) 2009, 2010 Free Software Foundation, Inc.
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/finished.c b/tests/finished.c
index 1b2ad94fea..ac7aca36d6 100644
--- a/tests/finished.c
+++ b/tests/finished.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/gc.c b/tests/gc.c
index b0aaed8145..bb1a485935 100644
--- a/tests/gc.c
+++ b/tests/gc.c
@@ -1,14 +1,14 @@
/*
* Copyright (C) 2004, 2005, 2008, 2010 Free Software Foundation, Inc.
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
diff --git a/tests/hostname-check.c b/tests/hostname-check.c
index 29d6278c20..dbf5c1b6ce 100644
--- a/tests/hostname-check.c
+++ b/tests/hostname-check.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/init_roundtrip.c b/tests/init_roundtrip.c
index 29e3a844d1..7a0d3b1803 100644
--- a/tests/init_roundtrip.c
+++ b/tests/init_roundtrip.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/key-id/Makefile.am b/tests/key-id/Makefile.am
index 654f7afaf9..6d3a790e5a 100644
--- a/tests/key-id/Makefile.am
+++ b/tests/key-id/Makefile.am
@@ -3,7 +3,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/tests/key-id/key-id b/tests/key-id/key-id
index 4c23614fa1..300ff69923 100755
--- a/tests/key-id/key-id
+++ b/tests/key-id/key-id
@@ -4,20 +4,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set -e
diff --git a/tests/mini-eagain.c b/tests/mini-eagain.c
index b7240703f6..d95757458e 100644
--- a/tests/mini-eagain.c
+++ b/tests/mini-eagain.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson, Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/mini-x509-rehandshake.c b/tests/mini-x509-rehandshake.c
index 5664e65ebb..feafa7e3c0 100644
--- a/tests/mini-x509-rehandshake.c
+++ b/tests/mini-x509-rehandshake.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/mini-x509.c b/tests/mini-x509.c
index 40178d2a59..0f29ab13c8 100644
--- a/tests/mini-x509.c
+++ b/tests/mini-x509.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/mini.c b/tests/mini.c
index 315bbfec35..585b6343ec 100644
--- a/tests/mini.c
+++ b/tests/mini.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/moredn.c b/tests/moredn.c
index d8782df282..a0566557f4 100644
--- a/tests/moredn.c
+++ b/tests/moredn.c
@@ -3,20 +3,20 @@
*
* Author: Joe Orton
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/mpi.c b/tests/mpi.c
index 2a4249b93a..92470fdfd9 100644
--- a/tests/mpi.c
+++ b/tests/mpi.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/netconf-psk.c b/tests/netconf-psk.c
index 604f4d91e0..36c0ae1c72 100644
--- a/tests/netconf-psk.c
+++ b/tests/netconf-psk.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/nist-pkits/pkits b/tests/nist-pkits/pkits
index 2468abd280..5c693286d2 100755
--- a/tests/nist-pkits/pkits
+++ b/tests/nist-pkits/pkits
@@ -2,14 +2,14 @@
# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
diff --git a/tests/nist-pkits/pkits_crl b/tests/nist-pkits/pkits_crl
index 2e85bd4c54..b105c1dd49 100755
--- a/tests/nist-pkits/pkits_crl
+++ b/tests/nist-pkits/pkits_crl
@@ -2,14 +2,14 @@
# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
diff --git a/tests/nist-pkits/pkits_crt b/tests/nist-pkits/pkits_crt
index 7147319fd8..057f71e1ca 100755
--- a/tests/nist-pkits/pkits_crt
+++ b/tests/nist-pkits/pkits_crt
@@ -2,14 +2,14 @@
# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
diff --git a/tests/nist-pkits/pkits_pkcs12 b/tests/nist-pkits/pkits_pkcs12
index 24ca807259..5fd83aabef 100755
--- a/tests/nist-pkits/pkits_pkcs12
+++ b/tests/nist-pkits/pkits_pkcs12
@@ -2,14 +2,14 @@
# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
diff --git a/tests/nist-pkits/pkits_smime b/tests/nist-pkits/pkits_smime
index 30be305231..7155b50a2e 100755
--- a/tests/nist-pkits/pkits_smime
+++ b/tests/nist-pkits/pkits_smime
@@ -2,14 +2,14 @@
# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful,
+# 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 General Public License for more details.
diff --git a/tests/nul-in-x509-names.c b/tests/nul-in-x509-names.c
index 6995826c4f..9225f74a43 100644
--- a/tests/nul-in-x509-names.c
+++ b/tests/nul-in-x509-names.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/openpgp-certs/Makefile.am b/tests/openpgp-certs/Makefile.am
index eed927007e..c252a5a051 100644
--- a/tests/openpgp-certs/Makefile.am
+++ b/tests/openpgp-certs/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
# Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
#
-# This file is part of GNUTLS.
+# 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
diff --git a/tests/openpgp-certs/testcerts b/tests/openpgp-certs/testcerts
index 3caf19e3ae..dbb0810df8 100755
--- a/tests/openpgp-certs/testcerts
+++ b/tests/openpgp-certs/testcerts
@@ -4,20 +4,20 @@
#
# Author: Nikos Mavrogiannopoulos
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
srcdir="${srcdir:-.}"
diff --git a/tests/openpgp-certs/testselfsigs b/tests/openpgp-certs/testselfsigs
index e6609dc1de..9e390e50f9 100755
--- a/tests/openpgp-certs/testselfsigs
+++ b/tests/openpgp-certs/testselfsigs
@@ -4,20 +4,20 @@
#
# Author: Nikos Mavrogiannopoulos
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set -e
diff --git a/tests/openpgp-keyring.c b/tests/openpgp-keyring.c
index 2ddd0edcfc..b505db806d 100644
--- a/tests/openpgp-keyring.c
+++ b/tests/openpgp-keyring.c
@@ -2,20 +2,20 @@
* Copyright (C) 2007, 2010 Free Software Foundation, Inc.
* Author: Ludovic Courtès, Timo Schulz
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/openpgpself.c b/tests/openpgpself.c
index c9ebbb78b6..1b39366978 100644
--- a/tests/openpgpself.c
+++ b/tests/openpgpself.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * along with GnuTLS; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
@@ -455,7 +455,7 @@ server (void)
if (ret == 0)
{
if (debug)
- success ("server: Peer has closed the GNUTLS connection\n");
+ success ("server: Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/tests/openssl.c b/tests/openssl.c
index 66ec586898..05e43d900f 100644
--- a/tests/openssl.c
+++ b/tests/openssl.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/oprfi.c b/tests/oprfi.c
index aaacc255de..ea6b8e4673 100644
--- a/tests/oprfi.c
+++ b/tests/oprfi.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * along with GnuTLS; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
@@ -353,7 +353,7 @@ server (void)
if (ret == 0)
{
- success ("server: Peer has closed the GNUTLS connection\n");
+ success ("server: Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/tests/parse_ca.c b/tests/parse_ca.c
index 18bb4b394f..5791a958cf 100644
--- a/tests/parse_ca.c
+++ b/tests/parse_ca.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/pathlen/Makefile.am b/tests/pathlen/Makefile.am
index d81e67dded..bf1cd074ef 100644
--- a/tests/pathlen/Makefile.am
+++ b/tests/pathlen/Makefile.am
@@ -3,7 +3,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/tests/pathlen/pathlen b/tests/pathlen/pathlen
index 8da7d5c17e..210fbc3d8a 100755
--- a/tests/pathlen/pathlen
+++ b/tests/pathlen/pathlen
@@ -4,20 +4,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set -e
diff --git a/tests/pgps2kgnu.c b/tests/pgps2kgnu.c
index 5dfca15c95..bb458610ee 100644
--- a/tests/pgps2kgnu.c
+++ b/tests/pgps2kgnu.c
@@ -8,20 +8,20 @@
* extension.
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/pkcs1-padding/Makefile.am b/tests/pkcs1-padding/Makefile.am
index 0bf0c5c387..8d4b7ac1b3 100644
--- a/tests/pkcs1-padding/Makefile.am
+++ b/tests/pkcs1-padding/Makefile.am
@@ -3,7 +3,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/tests/pkcs1-padding/pkcs1-pad b/tests/pkcs1-padding/pkcs1-pad
index 52c627bdd3..63b7e688f0 100755
--- a/tests/pkcs1-padding/pkcs1-pad
+++ b/tests/pkcs1-padding/pkcs1-pad
@@ -5,20 +5,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
srcdir=${srcdir:-.}
diff --git a/tests/pkcs12-decode/Makefile.am b/tests/pkcs12-decode/Makefile.am
index 91a7d44c5a..ceef93a0bc 100644
--- a/tests/pkcs12-decode/Makefile.am
+++ b/tests/pkcs12-decode/Makefile.am
@@ -3,7 +3,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/tests/pkcs12-decode/pkcs12 b/tests/pkcs12-decode/pkcs12
index f2c24cbdcc..8f5ab60eab 100755
--- a/tests/pkcs12-decode/pkcs12
+++ b/tests/pkcs12-decode/pkcs12
@@ -5,20 +5,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
srcdir=${srcdir:-.}
diff --git a/tests/pkcs12_encode.c b/tests/pkcs12_encode.c
index 6558b56ec2..38db70d8bc 100644
--- a/tests/pkcs12_encode.c
+++ b/tests/pkcs12_encode.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/pkcs12_s2k.c b/tests/pkcs12_s2k.c
index 4136f2b599..81ce3283b9 100644
--- a/tests/pkcs12_s2k.c
+++ b/tests/pkcs12_s2k.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/pkcs12_s2k_pem.c b/tests/pkcs12_s2k_pem.c
index b9b7a0b5e4..07abe6cb49 100644
--- a/tests/pkcs12_s2k_pem.c
+++ b/tests/pkcs12_s2k_pem.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/pkcs8-decode/Makefile.am b/tests/pkcs8-decode/Makefile.am
index 7ef2b50e95..aefb75cf58 100644
--- a/tests/pkcs8-decode/Makefile.am
+++ b/tests/pkcs8-decode/Makefile.am
@@ -3,7 +3,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/tests/pkcs8-decode/pkcs8 b/tests/pkcs8-decode/pkcs8
index 97065ae62e..442de2fcf5 100755
--- a/tests/pkcs8-decode/pkcs8
+++ b/tests/pkcs8-decode/pkcs8
@@ -4,20 +4,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
srcdir=${srcdir:-.}
diff --git a/tests/pskself.c b/tests/pskself.c
index 6ef343dfb2..1de6e5c9e8 100644
--- a/tests/pskself.c
+++ b/tests/pskself.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * along with GnuTLS; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
@@ -278,7 +278,7 @@ server (void)
if (ret == 0)
{
if (debug)
- success ("server: Peer has closed the GNUTLS connection\n");
+ success ("server: Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/tests/resume.c b/tests/resume.c
index 8486f18a23..f746d30be8 100644
--- a/tests/resume.c
+++ b/tests/resume.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * along with GnuTLS; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
@@ -424,7 +424,7 @@ server (struct params_res *params)
if (ret == 0)
{
if (debug)
- success ("server: Peer has closed the GNUTLS connection\n");
+ success ("server: Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/tests/rfc2253-escape-test b/tests/rfc2253-escape-test
index 74224fc04a..c25ddd3314 100755
--- a/tests/rfc2253-escape-test
+++ b/tests/rfc2253-escape-test
@@ -4,20 +4,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set -e
diff --git a/tests/rsa-md5-collision/Makefile.am b/tests/rsa-md5-collision/Makefile.am
index 14253d6a7c..315aa22016 100644
--- a/tests/rsa-md5-collision/Makefile.am
+++ b/tests/rsa-md5-collision/Makefile.am
@@ -3,7 +3,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/tests/rsa-md5-collision/rsa-md5-collision b/tests/rsa-md5-collision/rsa-md5-collision
index d6bb324e5d..bf8dc57ccf 100755
--- a/tests/rsa-md5-collision/rsa-md5-collision
+++ b/tests/rsa-md5-collision/rsa-md5-collision
@@ -4,20 +4,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set -e
diff --git a/tests/safe-renegotiation/Makefile.am b/tests/safe-renegotiation/Makefile.am
index a8c96081dd..e175c78c37 100644
--- a/tests/safe-renegotiation/Makefile.am
+++ b/tests/safe-renegotiation/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
# Copyright (C) 2010 Free Software Foundation, Inc.
#
-# This file is part of GNUTLS.
+# 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
diff --git a/tests/safe-renegotiation/srn0.c b/tests/safe-renegotiation/srn0.c
index 4de9751d56..351cf71328 100644
--- a/tests/safe-renegotiation/srn0.c
+++ b/tests/safe-renegotiation/srn0.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/safe-renegotiation/srn1.c b/tests/safe-renegotiation/srn1.c
index 992d24f685..ff05790bc5 100644
--- a/tests/safe-renegotiation/srn1.c
+++ b/tests/safe-renegotiation/srn1.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/safe-renegotiation/srn2.c b/tests/safe-renegotiation/srn2.c
index e9ac540454..726ca1b51f 100644
--- a/tests/safe-renegotiation/srn2.c
+++ b/tests/safe-renegotiation/srn2.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/safe-renegotiation/srn3.c b/tests/safe-renegotiation/srn3.c
index 2848ffa7f0..de821e93c4 100644
--- a/tests/safe-renegotiation/srn3.c
+++ b/tests/safe-renegotiation/srn3.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/safe-renegotiation/srn4.c b/tests/safe-renegotiation/srn4.c
index 5d37fa0eb5..a0d8c62c19 100644
--- a/tests/safe-renegotiation/srn4.c
+++ b/tests/safe-renegotiation/srn4.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/safe-renegotiation/srn5.c b/tests/safe-renegotiation/srn5.c
index c929cb03e2..7002bc844d 100644
--- a/tests/safe-renegotiation/srn5.c
+++ b/tests/safe-renegotiation/srn5.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/safe-renegotiation/testsrn b/tests/safe-renegotiation/testsrn
index 42176d7831..c7c9b4ff80 100755
--- a/tests/safe-renegotiation/testsrn
+++ b/tests/safe-renegotiation/testsrn
@@ -4,20 +4,20 @@
#
# Author: Nikos Mavrogiannopoulos
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
srcdir="${srcdir:-.}"
diff --git a/tests/set_pkcs12_cred.c b/tests/set_pkcs12_cred.c
index 69b54896cc..6a4109fe2f 100644
--- a/tests/set_pkcs12_cred.c
+++ b/tests/set_pkcs12_cred.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/setcredcrash.c b/tests/setcredcrash.c
index 03b5bd5be8..7a6803a5d6 100644
--- a/tests/setcredcrash.c
+++ b/tests/setcredcrash.c
@@ -3,20 +3,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/sha2/Makefile.am b/tests/sha2/Makefile.am
index fb6a7aee94..983f554b4f 100644
--- a/tests/sha2/Makefile.am
+++ b/tests/sha2/Makefile.am
@@ -3,7 +3,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/tests/sha2/sha2 b/tests/sha2/sha2
index 9170ce1bd8..8c4b96da9e 100755
--- a/tests/sha2/sha2
+++ b/tests/sha2/sha2
@@ -4,20 +4,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set -e
diff --git a/tests/simple.c b/tests/simple.c
index f0981afb1e..17d0cb55fa 100644
--- a/tests/simple.c
+++ b/tests/simple.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/tlsia.c b/tests/tlsia.c
index 8e1778c0c5..dd42892af9 100644
--- a/tests/tlsia.c
+++ b/tests/tlsia.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * along with GnuTLS; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
@@ -497,7 +497,7 @@ server (void)
if (ret == 0)
{
if (debug)
- success ("server: Peer has closed the GNUTLS connection\n");
+ success ("server: Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/tests/userid/Makefile.am b/tests/userid/Makefile.am
index 28334776b8..c4ba9bac70 100644
--- a/tests/userid/Makefile.am
+++ b/tests/userid/Makefile.am
@@ -3,7 +3,7 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# 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
diff --git a/tests/userid/userid b/tests/userid/userid
index 04c8dc65f9..ca412674b6 100755
--- a/tests/userid/userid
+++ b/tests/userid/userid
@@ -4,20 +4,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
set -e
diff --git a/tests/utils.c b/tests/utils.c
index 6d6c352352..eb55d1f133 100644
--- a/tests/utils.c
+++ b/tests/utils.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/utils.h b/tests/utils.h
index cf4c1a3cb8..e5fd600d0b 100644
--- a/tests/utils.h
+++ b/tests/utils.h
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/x509_altname.c b/tests/x509_altname.c
index 8dbc8932c7..707b568623 100644
--- a/tests/x509_altname.c
+++ b/tests/x509_altname.c
@@ -2,20 +2,20 @@
* Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
* Author: Simon Josefsson, Howard Chu
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/x509dn.c b/tests/x509dn.c
index eabad48a89..1c9e7151c5 100644
--- a/tests/x509dn.c
+++ b/tests/x509dn.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * along with GnuTLS; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
@@ -486,7 +486,7 @@ server (void)
if (ret == 0)
{
if (debug)
- success ("server: Peer has closed the GNUTLS connection\n");
+ success ("server: Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/tests/x509paths/chain b/tests/x509paths/chain
index acb4149614..060c30a154 100755
--- a/tests/x509paths/chain
+++ b/tests/x509paths/chain
@@ -5,20 +5,20 @@
#
# Author: Simon Josefsson
#
-# This file is part of GNUTLS.
+# This file is part of GnuTLS.
#
-# GNUTLS is free software; you can redistribute it and/or modify it
+# GnuTLS 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.
#
-# GNUTLS is distributed in the hope that it will be useful, but
+# 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with GNUTLS; if not, write to the Free Software Foundation,
+# along with GnuTLS; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
CERTTOOL=../../src/certtool
diff --git a/tests/x509self.c b/tests/x509self.c
index 39aaeca225..33d7148ef4 100644
--- a/tests/x509self.c
+++ b/tests/x509self.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * along with GnuTLS; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
@@ -449,7 +449,7 @@ server (void)
if (ret == 0)
{
if (debug)
- success ("server: Peer has closed the GNUTLS connection\n");
+ success ("server: Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)
diff --git a/tests/x509sign-verify.c b/tests/x509sign-verify.c
index e582d875c7..1eb749066f 100644
--- a/tests/x509sign-verify.c
+++ b/tests/x509sign-verify.c
@@ -4,20 +4,20 @@
*
* Author: Nikos Mavrogiannopoulos, Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * 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/tests/x509signself.c b/tests/x509signself.c
index c05ecee7f5..b5455c27fc 100644
--- a/tests/x509signself.c
+++ b/tests/x509signself.c
@@ -4,20 +4,20 @@
*
* Author: Simon Josefsson
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * GNUTLS is free software; you can redistribute it and/or modify it
+ * GnuTLS 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.
*
- * GNUTLS is distributed in the hope that it will be useful, but
+ * 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GNUTLS; if not, write to the Free Software Foundation,
+ * along with GnuTLS; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
@@ -447,7 +447,7 @@ server (void)
if (ret == 0)
{
if (debug)
- success ("server: Peer has closed the GNUTLS connection\n");
+ success ("server: Peer has closed the GnuTLS connection\n");
break;
}
else if (ret < 0)