diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-01-24 15:55:14 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-01-24 15:55:14 +0000 |
commit | c7468f1b5b40cde7c1eed7131a7c683f8456b5c9 (patch) | |
tree | f8a7275ea3fc6eb615c0ae64fad1bf46eca8abc1 /lib | |
parent | 58518e0fc223ec453c48d15e68760ceae97e076f (diff) | |
download | gnutls-c7468f1b5b40cde7c1eed7131a7c683f8456b5c9.tar.gz |
File is LGPL.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/debug.c | 23 | ||||
-rw-r--r-- | lib/ext_server_name.c | 24 |
2 files changed, 25 insertions, 22 deletions
diff --git a/lib/debug.c b/lib/debug.c index 673aa946a8..b5040007cd 100644 --- a/lib/debug.c +++ b/lib/debug.c @@ -1,24 +1,25 @@ /* - * Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation + * Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation * * Author: Nikos Mavroyanopoulos * * 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 + * 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 - * General Public License for more details. + * 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 */ #include <stdio.h> diff --git a/lib/ext_server_name.c b/lib/ext_server_name.c index 8e7fb1d207..5ee2bc9f34 100644 --- a/lib/ext_server_name.c +++ b/lib/ext_server_name.c @@ -5,19 +5,21 @@ * * 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 */ #include "gnutls_int.h" |