1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: BOINC: Update license.

* gnu/packages/distributed.scm (boinc-client)[license]: Add LGPL3+.
This commit is contained in:
Marius Bakke 2019-10-12 14:50:29 +02:00
parent d72bfe075c
commit c21dae9b89
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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 computing (using consumer devices) or grid computing (using organizational
resources). It supports virtualized, parallel, and GPU-based applications.") resources). It supports virtualized, parallel, and GPU-based applications.")
(home-page "https://boinc.berkeley.edu/") (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 (define-public boinc-server
(package (inherit boinc-client) (package (inherit boinc-client)