diff options
| author | Ben McGinnes <[email protected]> | 2018-03-19 21:39:49 +0000 | 
|---|---|---|
| committer | Ben McGinnes <[email protected]> | 2018-03-19 21:39:49 +0000 | 
| commit | b30ebf89725641018b3b08f77876530f9b983fa2 (patch) | |
| tree | 1a70794d0d11c8d9fb6e5082925f704c16f3aaf7 | |
| parent | doc: python bindings example README (diff) | |
| download | gpgme-b30ebf89725641018b3b08f77876530f9b983fa2.tar.gz gpgme-b30ebf89725641018b3b08f77876530f9b983fa2.zip | |
doc: python bindings examples
* Explicitly stated that all this code is released under the GPLv2+
  and the LGPLv2.1+.
| -rw-r--r-- | lang/python/examples/howto/README.org | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/lang/python/examples/howto/README.org b/lang/python/examples/howto/README.org index 604037f1..b74ae7e2 100644 --- a/lang/python/examples/howto/README.org +++ b/lang/python/examples/howto/README.org @@ -28,6 +28,12 @@    :CUSTOM_ID: copyright-and-license    :END: +  Unless otherwise stated, all the examples in this directory are +  released under the same terms as GPGME itself; that is they are dual +  licensed under the terms of both the GNU General Public License +  version 2.0 (or any later version) *and* the GNU Lesser General +  Public License version 2.1 (or any later version). +  ** Copyright (C) The GnuPG Project, 2018     :PROPERTIES: | 
