summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-05-14 13:11:08 +0000
committerWerner Koch <wk@gnupg.org>2002-05-14 13:11:08 +0000
commit988608c86350d117b164a5f59bde1267bbc5235a (patch)
treeadefecd63a445bbcae54d654fbd2e26207fc3651 /src/types.h
parent023396ea3ee6b633c4babfbf7aef0f26f591d48c (diff)
downloadlibgcrypt-988608c86350d117b164a5f59bde1267bbc5235a.tar.gz
Change the license to the LGPL.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/types.h b/src/types.h
index 86a8a891..d603a88f 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,20 +1,20 @@
/* types.h - some common typedefs
- * Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+ * Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
*
- * This file is part of GNUPG.
+ * This file is part of Libgcrypt.
*
- * GNUPG 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.
+ * Libgcrypt 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.
*
- * GNUPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
+ * You should have received a copy of the GNU Lesser 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
*/
@@ -122,4 +122,3 @@ typedef struct string_list {
#endif /*GCRYPT_TYPES_H*/
-