diff options
Diffstat (limited to 'guile/tests/openpgp-auth.scm')
-rw-r--r-- | guile/tests/openpgp-auth.scm | 8 |
1 files changed, 4 insertions, 4 deletions
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. |