aboutsummaryrefslogtreecommitdiffstats
path: root/common/exectool.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-12-14 08:44:38 +0000
committerWerner Koch <[email protected]>2015-12-14 15:21:19 +0000
commit467e18b74b4790dcbdf3c816206d2fbaf170a12a (patch)
tree3b1fdb4b08cac05758d33eedb4585595cfbe908b /common/exectool.h
parentcommon: Rename sh-exectool to exectool. (diff)
downloadgnupg-467e18b74b4790dcbdf3c816206d2fbaf170a12a.tar.gz
gnupg-467e18b74b4790dcbdf3c816206d2fbaf170a12a.zip
common: Change license for exectool to LGPLv3+/GPLv2+.
* common/exectool.c, common/exectool.h: Change license. -- We always try to use this license for shared code. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common/exectool.h')
-rw-r--r--common/exectool.h20
1 files changed, 15 insertions, 5 deletions
diff --git a/common/exectool.h b/common/exectool.h
index e79b7860b..d9439aa73 100644
--- a/common/exectool.h
+++ b/common/exectool.h
@@ -3,12 +3,22 @@
*
* This file is part of GnuPG.
*
- * 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 3 of the License, or
- * (at your option) any later version.
+ * This file is free software; you can redistribute it and/or modify
+ * it under the terms of either
*
- * GnuPG is distributed in the hope that it will be useful,
+ * - the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 3 of the License, or (at
+ * your option) any later version.
+ *
+ * or
+ *
+ * - 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.
+ *
+ * or both in parallel, as here.
+ *
+ * This file 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.