[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: Set license of the bootstrap tools.
From: |
Ludovic Courtès |
Subject: |
03/05: gnu: Set license of the bootstrap tools. |
Date: |
Sun, 06 Sep 2015 10:36:59 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 90f2801e2115d6f9b6e60c25e034d4d950b3e5d1
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 6 11:09:33 2015 +0200
gnu: Set license of the bootstrap tools.
* gnu/packages/bootstrap.scm (package-from-tarball)[license]: Set to
GPL3+.
* gnu/packages/make-bootstrap.scm (%static-binaries)[license]:
Likewise.
---
gnu/packages/bootstrap.scm | 2 +-
gnu/packages/make-bootstrap.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index f3c1c5a..bd9bce8 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -127,7 +127,7 @@ successful, or false to signal an error."
(synopsis description)
(description #f)
(home-page #f)
- (license #f)))
+ (license gpl3+)))
(define package-with-bootstrap-guile
(memoize
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 07e8b51..1b70d54 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -271,7 +271,7 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
(synopsis "Statically-linked bootstrap binaries")
(description
"Binaries used to bootstrap the distribution.")
- (license #f)
+ (license gpl3+)
(home-page #f)))
(define %binutils-static