diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-01-24 18:45:27 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-01-24 18:45:27 +0000 |
commit | d637fdc0afa303a61efbe8b166fb128565637fe3 (patch) | |
tree | f21b22e80696cf7d8cd2c181b699813eea63ed20 /lib/gnutls_extensions.h | |
parent | c7468f1b5b40cde7c1eed7131a7c683f8456b5c9 (diff) | |
download | gnutls-d637fdc0afa303a61efbe8b166fb128565637fe3.tar.gz |
Clean up license templates.
Diffstat (limited to 'lib/gnutls_extensions.h')
-rw-r--r-- | lib/gnutls_extensions.h | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/lib/gnutls_extensions.h b/lib/gnutls_extensions.h index 0d97c7ef3e..c438a719bd 100644 --- a/lib/gnutls_extensions.h +++ b/lib/gnutls_extensions.h @@ -1,21 +1,25 @@ /* - * Copyright (C) 2001,2003 Nikos Mavroyanopoulos + * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation + * + * Author: Nikos Mavroyanopoulos <nmav@hellug.gr> * * 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. + * + * 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. * - * 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. + * 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 */ #include <gnutls_int.h> |