[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: git-annex: Update license.
From: |
guix-commits |
Subject: |
04/09: gnu: git-annex: Update license. |
Date: |
Mon, 16 Sep 2019 04:58:46 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7e772cb66d050b86b6dde97bc97d09e708e01714
Author: Kyle Meyer <address@hidden>
Date: Sat Sep 14 02:15:31 2019 -0400
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 <address@hidden>
---
gnu/packages/haskell-apps.scm | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 5cd6549..8c4048a 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -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,
such as local hard drives and cloud storage services. It can also be
used to keep a folder in sync between computers.")
- ;; The web app is released under the AGPLv3+.
- (license (list license:gpl3+
- license:agpl3+))))
+ ;; The main author has released all his changes under AGPLv3+ as of March
+ ;; 2019 (7.20190219-187-g40ecf58d4). These are also licensed under the
+ ;; 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
(package
- branch master updated (fb6e550 -> 1d25447), guix-commits, 2019/09/16
- 01/09: services: certbot: Add --manual-public-ip-logging-ok for manual challenges, guix-commits, 2019/09/16
- 04/09: gnu: git-annex: Update license.,
guix-commits <=
- 05/09: gnu: Add ghc-magic., guix-commits, 2019/09/16
- 03/09: pack: Provide a meaningful "repository name" for Docker., guix-commits, 2019/09/16
- 08/09: gnu: emacs-dumb-jump: Update to 0.5.3., guix-commits, 2019/09/16
- 07/09: gnu: git-annex: Update to 7.20190912., guix-commits, 2019/09/16
- 02/09: pack: Add packages in the order in which they appear on the command line., guix-commits, 2019/09/16
- 06/09: gnu: git-annex: Build with MagicMime support., guix-commits, 2019/09/16
- 09/09: gnu: Add herbstluftwm., guix-commits, 2019/09/16