diff options
author | Ben McGinnes <[email protected]> | 2018-03-19 21:31:53 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-03-19 21:31:53 +0000 |
commit | 8f7672ad1b267f122f647bb5f984734d0ff66a5c (patch) | |
tree | 884c296c947b9742c19ceff05f364c45ee3db547 | |
parent | docs: python bindings examples (diff) | |
download | gpgme-8f7672ad1b267f122f647bb5f984734d0ff66a5c.tar.gz gpgme-8f7672ad1b267f122f647bb5f984734d0ff66a5c.zip |
doc: python bindings example README
* Added the same license as used with the HOWTO.
* Since these examples are so basic, they'll be dual licensed the same
as GPGME itself (otherwise it would slip too dangerously against the
need for permissive licensing of crypto libraries).
-rw-r--r-- | lang/python/examples/howto/README.org | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lang/python/examples/howto/README.org b/lang/python/examples/howto/README.org index ee8c9863..604037f1 100644 --- a/lang/python/examples/howto/README.org +++ b/lang/python/examples/howto/README.org @@ -22,3 +22,31 @@ guarantees. They will include the relevant imports from the =__future__= module to facilitate that if possible. + +* Copyright and Licensing + :PROPERTIES: + :CUSTOM_ID: copyright-and-license + :END: + + +** Copyright (C) The GnuPG Project, 2018 + :PROPERTIES: + :CUSTOM_ID: copyright + :END: + + Copyright © The GnuPG Project, 2018. + + +** License GPL compatible + :PROPERTIES: + :CUSTOM_ID: license + :END: + + This file is free software; as a special exception the author gives + unlimited permission to copy and/or distribute it, with or without + modifications, as long as this notice is preserved. + + This file is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY, to the extent permitted by law; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. |