diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-05-14 11:40:01 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-05-14 11:40:01 +0000 |
commit | ad4d43c60528ee9d7b36a0aa8800de1b953c1080 (patch) | |
tree | e6fd0342593b1493d3aa0260f31856383f4b7cb0 /lib/gnutls_pk.c | |
parent | 64b97f05c9853d77de5d088d193d138acec64b0a (diff) | |
download | gnutls-ad4d43c60528ee9d7b36a0aa8800de1b953c1080.tar.gz |
License changed to LGPL
Diffstat (limited to 'lib/gnutls_pk.c')
-rw-r--r-- | lib/gnutls_pk.c | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/lib/gnutls_pk.c b/lib/gnutls_pk.c index 06adf25a58..9f83a42b93 100644 --- a/lib/gnutls_pk.c +++ b/lib/gnutls_pk.c @@ -3,19 +3,20 @@ * * This file is part of GNUTLS. * - * 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 2 of the License, or - * (at your option) any later version. + * The GNUTLS library 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, - * 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. + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ /* This file contains function for RSA/DSA etc. |