aboutsummaryrefslogtreecommitdiff
path: root/guix/licenses.scm
diff options
context:
space:
mode:
authorAttila Lendvai <attila@lendvai.name>2021-11-02 11:57:29 +0100
committerLudovic Courtès <ludo@gnu.org>2021-11-12 23:34:18 +0100
commit0c21ec1c7915bdc08c68c66eba411cf533d4e503 (patch)
tree56f22d527440e85450014adadfca3c8418214277 /guix/licenses.scm
parentda73727f1a1c49bd0b834d2d4da48d578062b0ae (diff)
downloadguix-0c21ec1c7915bdc08c68c66eba411cf533d4e503.tar
guix-0c21ec1c7915bdc08c68c66eba411cf533d4e503.tar.gz
import: utils: Add more licenses and extend their detection.
* guix/import/utils.scm (spdx-string->license): Identify more licenses (CC-BY-4.0, Freetype, HPND). * guix/licenses.scm: Add a comment that mentions "MIT" so that people who grep for MIT end up there. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'guix/licenses.scm')
-rw-r--r--guix/licenses.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm
index c071aae4a9..82ca44f42e 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -308,6 +308,8 @@ at URI, which may be a file:// URI pointing the package's tree."
"https://directory.fsf.org/wiki/License:EUPL-1.2"
"https://www.gnu.org/licenses/license-list#EUPL-1.2"))
+;; Some people call it the MIT license. For clarification see:
+;; https://www.gnu.org/licenses/license-list.html#Expat
(define expat
(license "Expat"
"http://directory.fsf.org/wiki/License:Expat"