From c21dae9b890d4bff598fe55134fde13a189a2c07 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 12 Oct 2019 14:50:29 +0200 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/distributed.scm b/gnu/packages/distributed.scm index e78d62d3d5..46f5cc535f 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) -- cgit v1.2.3