diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-03-11 21:41:10 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-03-11 21:41:10 +0100 |
commit | ea87f2a13300320d728f91fd17ec7f6b3995f9e1 (patch) | |
tree | 20b4b3a3bc87596b8519557f7c31ce9eed174e39 /lib/opencdk/main.h | |
parent | 8386a334fecd5782cde6a794870f8e04a5ff9f22 (diff) | |
download | gnutls-ea87f2a13300320d728f91fd17ec7f6b3995f9e1.tar.gz |
Clean up license headers for OpenPGP code.
According to Nikos they are now licensed under the LGPL, see:
http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/2658/focus=2659
Diffstat (limited to 'lib/opencdk/main.h')
-rw-r--r-- | lib/opencdk/main.h | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/lib/opencdk/main.h b/lib/opencdk/main.h index 3e9a443d8f..d924090531 100644 --- a/lib/opencdk/main.h +++ b/lib/opencdk/main.h @@ -1,17 +1,25 @@ /* main.h - * Copyright (C) 2002, 2003, 2007 Timo Schulz + * Copyright (C) 2002, 2003, 2007, 2008 Free Software Foundation, Inc. + * + * Author: Timo Schulz * * This file is part of OpenCDK. * - * OpenCDK 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 OpenCDK 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. + * + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA * - * OpenCDK 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. */ #ifndef CDK_MAIN_H #define CDK_MAIN_H |