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 /templates/configurators/newrepository/first.hamlet | |
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 'templates/configurators/newrepository/first.hamlet')
-rw-r--r-- | templates/configurators/newrepository/first.hamlet | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/configurators/newrepository/first.hamlet b/templates/configurators/newrepository/first.hamlet deleted file mode 100644 index 88b1fa72b..000000000 --- a/templates/configurators/newrepository/first.hamlet +++ /dev/null @@ -1,14 +0,0 @@ -<div .span9 .hero-unit> - <h2> - Welcome to git-annex! - <p> - There's just one thing to do before you can start using the power # - and convenience of git-annex. - <h2> - Create a git-annex repository - <p> - Files in this repository will managed by git-annex, # - and kept in sync with your repositories on other devices. - <p> - <form .form-inline enctype=#{enctype}> - ^{form} |