summaryrefslogtreecommitdiff
path: root/lib/opencdk/literal.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-03-11 21:41:10 +0100
committerSimon Josefsson <simon@josefsson.org>2008-03-11 21:41:10 +0100
commitea87f2a13300320d728f91fd17ec7f6b3995f9e1 (patch)
tree20b4b3a3bc87596b8519557f7c31ce9eed174e39 /lib/opencdk/literal.c
parent8386a334fecd5782cde6a794870f8e04a5ff9f22 (diff)
downloadgnutls-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/literal.c')
-rw-r--r--lib/opencdk/literal.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/opencdk/literal.c b/lib/opencdk/literal.c
index 438a0b6526..0932019441 100644
--- a/lib/opencdk/literal.c
+++ b/lib/opencdk/literal.c
@@ -1,5 +1,7 @@
-/* Literal.c - Literal packet filters
- * Copyright (C) 2002, 2003 Timo Schulz
+/* literal.c - Literal packet filters
+ * Copyright (C) 2002, 2003, 2008 Free Software Foundation, Inc.
+ *
+ * Author: Timo Schulz
*
* This file is part of OpenCDK.
*
@@ -17,6 +19,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA
+ *
*/
#ifdef HAVE_CONFIG_H
# include <config.h>