diff options
author | Werner Koch <[email protected]> | 2016-09-19 08:03:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-09-19 08:03:26 +0000 |
commit | 3899041cd2877ce9584c7bd149f232f35a07c399 (patch) | |
tree | e67e7af32991c72fe40dbe7994b46b039db05d29 /Makefile.am | |
parent | gpgscm: Fix gcrypt version check. (diff) | |
download | gnupg-3899041cd2877ce9584c7bd149f232f35a07c399.tar.gz gnupg-3899041cd2877ce9584c7bd149f232f35a07c399.zip |
doc: Update license information.
* tests/fake-pinentries/COPYING: Rename to ...
* COPYING.CC0: this. Add a note on the scope of this license.
* COPYING.LIB: Add a note on the scope of this license.
* AUTHORS (License): Mention CC) license.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index bf1230226..b589e72e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,8 +25,8 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-g13 \ 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 \ + ChangeLog-2011 po/ChangeLog-2011 build-aux/ChangeLog-2011 \ + VERSION README.GIT build-aux/gitlog-to-changelog COPYING.CC0 \ build-aux/git-log-fix build-aux/git-log-footer \ build-aux/getswdb.sh \ build-aux/speedo.mk \ |