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 /Assistant/WebApp/routes | |
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 'Assistant/WebApp/routes')
-rw-r--r-- | Assistant/WebApp/routes | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/Assistant/WebApp/routes b/Assistant/WebApp/routes deleted file mode 100644 index d26e0c567..000000000 --- a/Assistant/WebApp/routes +++ /dev/null @@ -1,39 +0,0 @@ -/ HomeR GET HEAD -/noscript NoScriptR GET -/noscript/auto NoScriptAutoR GET -/about AboutR GET - -/config ConfigR GET -/config/repository RepositoriesR GET - -/config/repository/new/first FirstRepositoryR GET -/config/repository/new NewRepositoryR GET -/config/repository/switchto/#FilePath SwitchToRepositoryR GET - -/config/repository/add/drive AddDriveR GET -/config/repository/add/ssh AddSshR GET -/config/repository/add/ssh/confirm/#SshData ConfirmSshR GET -/config/repository/add/ssh/make/git/#SshData MakeSshGitR GET -/config/repository/add/ssh/make/rsync/#SshData MakeSshRsyncR GET -/config/repository/add/rsync.net AddRsyncNetR GET - -/config/repository/pair/start StartPairR GET -/config/repository/pair/inprogress/#SecretReminder InprogressPairR GET -/config/repository/pair/finish/#PairMsg FinishPairR GET - -/config/repository/enable/rsync/#UUID EnableRsyncR GET -/config/repository/enable/directory/#UUID EnableDirectoryR GET - -/transfers/#NotificationId TransfersR GET -/sidebar/#NotificationId SideBarR GET -/notifier/transfers NotifierTransfersR GET -/notifier/sidebar NotifierSideBarR GET -/alert/close/#AlertId CloseAlert GET -/alert/click/#AlertId ClickAlert GET -/filebrowser FileBrowserR GET POST - -/transfer/pause/#Transfer PauseTransferR GET POST -/transfer/start/#Transfer StartTransferR GET POST -/transfer/cancel/#Transfer CancelTransferR GET POST - -/static StaticR Static getStatic |