diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-24 14:48:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-24 14:48:47 -0400 |
commit | 38dadcf24873ced5e8e375669d56022d0ce7cc16 (patch) | |
tree | be5c915b40839bba9b2b7f5bc2322b99ce7d2d7e /doc/license.mdwn | |
parent | dd502bdae1be6a91b0c5f2f7996b1dc8d5f0cfc4 (diff) |
license the webapp under the AGPL 3+
This means that anyone serving up the webapp to users as a service
(ie, without providing any git-annex binary at all to the user) still needs
to provide a link to the source code for it, including any modifications
they may make.
This may make git-annex be covered by the AGPL as a whole when it is built
with the webapp. If in doubt, you should ask a lawyer.
When git-annex is built with the webapp disabled, no AGPLed code is used.
Even building in the assistant does not pull in AGPLed code.
Diffstat (limited to 'doc/license.mdwn')
-rw-r--r-- | doc/license.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/license.mdwn b/doc/license.mdwn new file mode 100644 index 000000000..32906c365 --- /dev/null +++ b/doc/license.mdwn @@ -0,0 +1,14 @@ +git-annex is Free Software. + +The majority of git-annex is licensed under the [[GPL]], version 3 or +higher. + +The git-annex webapp is licensed under the [[AGPL]], version 3 or higher. +Note that builds of git-annex that include the webapp may be licensed +under the AGPL as a whole. git-annex built without the webapp does +not include this code, so remains GPLed. + +git-annex contains a variety of other code, artwork, etc copyright by +others, under a variety of licences, including the [[LGPL]], BSD, +MIT, and Apache 2.0 license. For a detailed overview, and pointers to the +full licenses of these components, see the COPYRIGHT file in the source. |