diff options
author | Justus Winter <[email protected]> | 2016-06-14 14:54:26 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-06-16 12:07:41 +0000 |
commit | 3bacce03e60dc45cc2da99a2f5c504612202e802 (patch) | |
tree | 3482218278b6d473aa754925aef8ea0cf0765a10 /lang/python | |
parent | core: Make sure FD_SET is not used with an out of range fd. (diff) | |
download | gpgme-3bacce03e60dc45cc2da99a2f5c504612202e802.tar.gz gpgme-3bacce03e60dc45cc2da99a2f5c504612202e802.zip |
python: Fix license.
Other parts of the build system are also LGPLed.
* lang/python/Makefile.am: Fix license.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index a9b39e72..46f45d00 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -4,9 +4,9 @@ # This file is part of GPGME. # # GPGME 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. +# 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. # # GPGME is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |