aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/make-bootstrap.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-09-06 11:09:33 +0200
committerLudovic Courtès <ludo@gnu.org>2015-09-06 12:36:15 +0200
commit90f2801e2115d6f9b6e60c25e034d4d950b3e5d1 (patch)
tree9f3efc6de771da214f751d17b187be5032b62261 /gnu/packages/make-bootstrap.scm
parent52b9efe337d00f2ce65c4d4ca74ccc3679e6aad8 (diff)
downloadguix-90f2801e2115d6f9b6e60c25e034d4d950b3e5d1.tar
guix-90f2801e2115d6f9b6e60c25e034d4d950b3e5d1.tar.gz
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.
Diffstat (limited to 'gnu/packages/make-bootstrap.scm')
-rw-r--r--gnu/packages/make-bootstrap.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 07e8b5160b..1b70d54c48 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