diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-09-06 11:09:33 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-09-06 12:36:15 +0200 |
commit | 90f2801e2115d6f9b6e60c25e034d4d950b3e5d1 (patch) | |
tree | 9f3efc6de771da214f751d17b187be5032b62261 /gnu/packages/bootstrap.scm | |
parent | 52b9efe337d00f2ce65c4d4ca74ccc3679e6aad8 (diff) | |
download | guix-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/bootstrap.scm')
-rw-r--r-- | gnu/packages/bootstrap.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index f3c1c5a617..bd9bce8a26 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 |