diff options
author | System User <nmav@crystal.(none)> | 2007-12-07 21:47:27 +0200 |
---|---|---|
committer | System User <nmav@crystal.(none)> | 2007-12-07 21:47:27 +0200 |
commit | de5cc9fd0e4cecba61802803a1b73978c3329e5e (patch) | |
tree | e39cffaf76317a8e7443b0e74903c9359bfb3d48 /libextra/openpgp/compat.c | |
parent | e473a5a27e26ae09eb70ce695a6d057c1460bd3c (diff) | |
download | gnutls-de5cc9fd0e4cecba61802803a1b73978c3329e5e.tar.gz |
GPL parts under GPLv3
Diffstat (limited to 'libextra/openpgp/compat.c')
-rw-r--r-- | libextra/openpgp/compat.c | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/libextra/openpgp/compat.c b/libextra/openpgp/compat.c index 21be2eb62e..c04d861ab7 100644 --- a/libextra/openpgp/compat.c +++ b/libextra/openpgp/compat.c @@ -5,21 +5,18 @@ * * This file is part of GNUTLS-EXTRA. * - * 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 2 of the - * License, or (at your option) any later version. - * - * 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. - * + * 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 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 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. - * + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Compatibility functions on OpenPGP key parsing. |