diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-06-23 00:38:13 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-06-23 00:38:13 +0200 |
commit | e04f3fa37f950f91b4280f32687e9a47b8bf5828 (patch) | |
tree | 2755e552591d1d7bbcad1c3b44d718382493a2bc /lib/pkcs11_secret.c | |
parent | 02a7dda5d57acd8acd4ad10a034b5a4923ff077d (diff) | |
download | gnutls-e04f3fa37f950f91b4280f32687e9a47b8bf5828.tar.gz |
Upgraded to LGPLv3.
Diffstat (limited to 'lib/pkcs11_secret.c')
-rw-r--r-- | lib/pkcs11_secret.c | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/lib/pkcs11_secret.c b/lib/pkcs11_secret.c index aab723ffce..44fc2817cf 100644 --- a/lib/pkcs11_secret.c +++ b/lib/pkcs11_secret.c @@ -4,21 +4,19 @@ * * Author: Nikos Mavrogiannopoulos * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library 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 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 3 of + * the License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * 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 - * Library General Public License for more details. + * Lesser General Public License for more details. * - * You should have received a copy of the GNU Library 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, see <http://www.gnu.org/licenses/> + */ #include <gnutls_int.h> #include <gnutls/pkcs11.h> |