[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: BOINC: Update license.
From: |
guix-commits |
Subject: |
02/12: gnu: BOINC: Update license. |
Date: |
Sat, 12 Oct 2019 12:43:29 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit c21dae9b890d4bff598fe55134fde13a189a2c07
Author: Marius Bakke <address@hidden>
Date: Sat Oct 12 14:50:29 2019 +0200
gnu: BOINC: Update license.
* gnu/packages/distributed.scm (boinc-client)[license]: Add LGPL3+.
---
gnu/packages/distributed.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm
index e78d62d..46f5cc5 100644
--- a/gnu/packages/distributed.scm
+++ b/gnu/packages/distributed.scm
@@ -74,7 +74,8 @@ scale (thousands or millions of computers). It can be used
for volunteer
computing (using consumer devices) or grid computing (using organizational
resources). It supports virtualized, parallel, and GPU-based applications.")
(home-page "https://boinc.berkeley.edu/")
- (license license:gpl3+)))
+ ;; BOINC is distributed as LGPL3+, with some individual modules under
GPL3+.
+ (license (list license:lgpl3+ license:gpl3+))))
(define-public boinc-server
(package (inherit boinc-client)
- branch master updated (5ce153b -> 9f29473), guix-commits, 2019/10/12
- 06/12: gnu: gRPC: Update description., guix-commits, 2019/10/12
- 10/12: gnu: Add doctest., guix-commits, 2019/10/12
- 07/12: gnu: python-django: Update to 1.11.25 [security fixes]., guix-commits, 2019/10/12
- 08/12: gnu: kodi: Update to 18.4., guix-commits, 2019/10/12
- 09/12: gnu: twolame: Update to 0.4.0., guix-commits, 2019/10/12
- 05/12: gnu: FANN: Update description., guix-commits, 2019/10/12
- 03/12: gnu: BOINC: Add a source file name., guix-commits, 2019/10/12
- 04/12: gnu: arx-libertatis: Update description., guix-commits, 2019/10/12
- 11/12: gnu: json-modern-cxx: Update to 3.7.0., guix-commits, 2019/10/12
- 02/12: gnu: BOINC: Update license.,
guix-commits <=
- 01/12: gnu: BOINC: Remove redundant comment., guix-commits, 2019/10/12
- 12/12: gnu: python-jupyter-kernel-test: Use PYTHON-VERSION., guix-commits, 2019/10/12