diff options
author | Werner Koch <[email protected]> | 2017-06-19 10:37:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-06-19 10:42:13 +0000 |
commit | 3419a339d9c4e800bf30e9021e05982d8c1021c1 (patch) | |
tree | 53b10c6d0a1cc7a9410ecd1748bcbad9257713a6 /Makefile.am | |
parent | gpg: Disable compliance module for other GnuPG components. (diff) | |
download | gnupg-3419a339d9c4e800bf30e9021e05982d8c1021c1.tar.gz gnupg-3419a339d9c4e800bf30e9021e05982d8c1021c1.zip |
Change license of some files to LGPLv2.1.
* COPYING.LIB: Rename to COPYING.LGPL3.
* COPYING.LGPL21: New.
* COPYING.GPL2: New.
* Makefile.am: Distribute them.
* AUTHORS: Update license pointers. Add BSI as copyright holder.
* common/compliance.c, common/compliance.h: Add BSI copyright notice.
Break overlong lines.
* dirmngr/loadswdb.c: Add BSI copyright notices.
* dirmngr/server.c: Ditto.
* tools/call-dirmngr.c: Change license to LGPLv2.1. Add BSI
copyright notice.
* tools/call-dirmngr.h: Ditto.
* tools/gpg-wks-client.c: Ditto.
* tools/gpg-wks-server.c: Ditto.
* tools/gpg-wks.h: Ditto.
* tools/mime-maker.c: Ditto.
* tools/mime-maker.h: Ditto.
* tools/mime-parser.c: Ditto.
* tools/mime-parser.h: Ditto.
* tools/send-mail.c: Ditto.
* tools/send-mail.h: Ditto.
* tools/wks-receive.c: Ditto.
* tools/wks-util.c: Ditto.
* tools/rfc822parse.c, tools/rfc822parse.h: Change license to LGPLv2.1.
--
For better deployment it seems to be better to make the Web Key
Directory code more easily available.
Some code was been developed under contract of the BSI.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e1f9a2748..e31d67ab5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,8 @@ GITLOG_TO_CHANGELOG=gitlog-to-changelog EXTRA_DIST = build-aux/config.rpath build-aux/potomo autogen.sh autogen.rc \ ChangeLog-2011 po/ChangeLog-2011 build-aux/ChangeLog-2011 \ VERSION README.GIT build-aux/gitlog-to-changelog \ - COPYING.CC0 COPYING.other \ + COPYING.GPL2 COPYING.LGPL21 COPYING.LGPL3 \ + COPYING.CC0 COPYING.other \ build-aux/git-log-fix build-aux/git-log-footer \ build-aux/getswdb.sh \ build-aux/speedo.mk \ |