diff options
author | Bradley M. Kuhn <bkuhn@ebb.org> | 2012-09-06 19:48:56 -0400 |
---|---|---|
committer | Bradley M. Kuhn <bkuhn@ebb.org> | 2012-09-06 20:31:48 -0400 |
commit | e98fcf3cb91b60a83d7881c6310887809d2cd9ca (patch) | |
tree | b94516f56aaea12f56fc2becc9b89cf4872e621c /contrib/non-profit-audit-reports/LICENSE | |
parent | 41a7184be34ea2d705f65ef41a6cb9223da9493f (diff) | |
download | fork-ledger-e98fcf3cb91b60a83d7881c6310887809d2cd9ca.tar.gz fork-ledger-e98fcf3cb91b60a83d7881c6310887809d2cd9ca.tar.bz2 fork-ledger-e98fcf3cb91b60a83d7881c6310887809d2cd9ca.zip |
contrib/non-profit-audit-reports/ directory will be a small GPLv3'd application.
Upon discussion with John Wiegley <johnw@newartisans.com> on #ledger on
irc.freenode.net, the following was indicated:
<johnw> bkuhn: as long as the GPL infection stays in contrib, I see no problem
with it
...
<bkuhn> ... I got the ... answer, which is "johnw will accept GPL'd stuff
in contrib/..., as long as it's careful to not cause GPL to cover
the main Ledger codebase that's not in contrib/..."
Therefore, the non-profit-audit-reports/ application will be licensed
GPLv3-or-later.
Diffstat (limited to 'contrib/non-profit-audit-reports/LICENSE')
-rw-r--r-- | contrib/non-profit-audit-reports/LICENSE | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/non-profit-audit-reports/LICENSE b/contrib/non-profit-audit-reports/LICENSE new file mode 100644 index 00000000..c8c63924 --- /dev/null +++ b/contrib/non-profit-audit-reports/LICENSE @@ -0,0 +1,14 @@ +Contents under contrib/non-profit-audit-reports/ are licensed GPLv3-or-later. + +The GPLv3-or-later licensing of the contents of this directory does not, +to our knowledge and belief, impact the licensing of any other part of +Ledger. Parts of the files herein are likely derivative works of the rest +of Ledger, but these works are under this subdirectory are not, to our +knowledge, used, imported, included, copied, etc. into other parts of the +codebase. + +In short, this is a small application written to use Ledger like a +library, particularly via its Python API interface. It derives from +Ledger, but Ledger does not, to our knowledge, derive from it. + +We are not lawyers and this is not legal advice. |