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