gnu: git-annex: Update license.
* gnu/packages/haskell-apps.scm (git-annex)[license]: Update main license to AGPLv3+ and include other licenses mentioned in the package's COPYRIGHT file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
0074844366
commit
7e772cb66d
|
@ -374,9 +374,16 @@ unique algebra of patches called @url{http://darcs.net/Theory,Patchtheory}.
|
||||||
checking the file contents into Git. It can store files in many places,
|
checking the file contents into Git. It can store files in many places,
|
||||||
such as local hard drives and cloud storage services. It can also be
|
such as local hard drives and cloud storage services. It can also be
|
||||||
used to keep a folder in sync between computers.")
|
used to keep a folder in sync between computers.")
|
||||||
;; The web app is released under the AGPLv3+.
|
;; The main author has released all his changes under AGPLv3+ as of March
|
||||||
(license (list license:gpl3+
|
;; 2019 (7.20190219-187-g40ecf58d4). These are also licensed under the
|
||||||
license:agpl3+))))
|
;; original GPLv3+ license, but going forward new changes will be under
|
||||||
|
;; only AGPLv3+. The other licenses below cover code written by others.
|
||||||
|
;; See git-annex's COPYRIGHT file for details on each file.
|
||||||
|
(license (list license:agpl3+
|
||||||
|
license:gpl3+
|
||||||
|
license:bsd-2
|
||||||
|
license:expat
|
||||||
|
license:gpl2))))
|
||||||
|
|
||||||
(define-public hlint
|
(define-public hlint
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue