aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2015-09-18 16:15:02 +0900
committerPjotr Prins2015-09-18 16:15:02 +0900
commit1ba4aa2af3cf99fd7d0ecdc2d15f5b3287693bf9 (patch)
tree1ba3639a3b2a35eb97fc736fff732186a94cdd06
parent5dafd6b1766872d4d412e7588cc1303931c889f0 (diff)
downloadguix-bioinformatics-1ba4aa2af3cf99fd7d0ecdc2d15f5b3287693bf9.tar.gz
Use GPL3 license
-rw-r--r--LICENSE22
-rw-r--r--README.md11
2 files changed, 9 insertions, 24 deletions
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index a4f49e5..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2015 GeneNetwork
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
diff --git a/README.md b/README.md
index 787cfa0..7b700b2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
# guix-bioinformatics
-Bioinformatics packages for GNU Guix that are used in http://genenetwork.org/.
-See [Guix Notes](https://github.com/pjotrp/guix-notes/blob/master/HACKING.org) for hacking GNU Guix.
+Bioinformatics packages for GNU Guix that are used in
+http://genenetwork.org/. See
+[Guix Notes](https://github.com/pjotrp/guix-notes/blob/master/HACKING.org)
+for installing and hacking GNU Guix.
Set the GUIX_PACKAGE_PATH to point to the root of this directory
before running Guix. E.g.
@@ -34,3 +36,8 @@ Install the common workflow language tool cwltool with
guix package -i r-qtl r
R
library(qtl)
+
+## LICENSE
+
+These package descriptions are distributed by the same license as GNU
+Guix, i.e. GPL3+