going AGPL
Remote/Git.hs now contains AGPL licensed code, thus the license of git-annex as a whole is AGPL. This was already the case when git-annex was built with the webapp enabled. The AGPL license will apply to all code added to Remote/Git.hs in the future, which is going to include support for using `git-annex-shell p2pstdio`.
This commit is contained in:
parent
3962ca71bd
commit
5bc0ab3f31
3 changed files with 8 additions and 1 deletions
|
@ -19,6 +19,9 @@ git-annex (6.20180228) UNRELEASED; urgency=medium
|
||||||
* git-annex-shell: Added p2pstdio mode.
|
* git-annex-shell: Added p2pstdio mode.
|
||||||
* Better ssh connection warmup when using -J for concurrency.
|
* Better ssh connection warmup when using -J for concurrency.
|
||||||
Avoids ugly messages when forced ssh command is not git-annex-shell.
|
Avoids ugly messages when forced ssh command is not git-annex-shell.
|
||||||
|
* Note that Remote/Git.hs now contains AGPL licensed code,
|
||||||
|
thus the license of git-annex as a whole is AGPL. This was already
|
||||||
|
the case when git-annex was built with the webapp enabled.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Wed, 28 Feb 2018 11:53:03 -0400
|
-- Joey Hess <id@joeyh.name> Wed, 28 Feb 2018 11:53:03 -0400
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,10 @@ Copyright: © 2012-2017 Joey Hess <id@joeyh.name>
|
||||||
© 2014 Sören Brunk
|
© 2014 Sören Brunk
|
||||||
License: AGPL-3+
|
License: AGPL-3+
|
||||||
|
|
||||||
|
Files: Remote/Git.hs
|
||||||
|
Copyright: © 2011-2018 Joey Hess <id@joeyh.name>
|
||||||
|
License: AGPL-3+
|
||||||
|
|
||||||
Files: Remote/Ddar.hs
|
Files: Remote/Ddar.hs
|
||||||
Copyright: © 2011 Joey Hess <id@joeyh.name>
|
Copyright: © 2011 Joey Hess <id@joeyh.name>
|
||||||
© 2014 Robie Basak <robie@justgohome.co.uk>
|
© 2014 Robie Basak <robie@justgohome.co.uk>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
-
|
-
|
||||||
- Copyright 2011-2018 Joey Hess <id@joeyh.name>
|
- Copyright 2011-2018 Joey Hess <id@joeyh.name>
|
||||||
-
|
-
|
||||||
- Licensed under the GNU GPL version 3 or higher.
|
- Licensed under the GNU AGPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
{-# LANGUAGE CPP #-}
|
{-# LANGUAGE CPP #-}
|
||||||
|
|
Loading…
Add table
Reference in a new issue