diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-17 19:24:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-18 04:26:43 +0100 |
commit | 70260b33e055df6d15a3fe94f22e74146e417a1c (patch) | |
tree | 1c36591dbcbf0ef7f594c9b30c069c8fbd90892c /gnu/packages/parallel.scm | |
parent | 912575870825de2495de912d6c0a5f1c1e1b52dc (diff) | |
download | patches-70260b33e055df6d15a3fe94f22e74146e417a1c.tar patches-70260b33e055df6d15a3fe94f22e74146e417a1c.tar.gz |
gnu: slurm: Add detailed licence information.
* gnu/packages/parallel.scm (slurm)[license]: Add more licences.
Diffstat (limited to 'gnu/packages/parallel.scm')
-rw-r--r-- | gnu/packages/parallel.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 6adde3dde9..1d2b75f8fe 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -148,7 +148,12 @@ resources (computer nodes) to users for some duration of time, provides a framework for starting, executing, and monitoring work (typically a parallel job) on a set of allocated nodes, and arbitrates contention for resources by managing a queue of pending work.") - (license license:gpl2+))) + (license (list license:bsd-2 ; src/common/log.[ch], src/common/uthash + license:expat ; slurm/pmi.h + license:isc ; src/common/strlcpy.c + license:lgpl2.1+ ; hilbert.[ch], src/common/slurm_time.h + license:zlib ; src/common/strnatcmp.c + license:gpl2+)))) ; the rest, often with OpenSSL exception (define-public slurm-drmaa (package |