~ruther/guix-local

90f2801e2115d6f9b6e60c25e034d4d950b3e5d1 — Ludovic Courtès 10 years ago 52b9efe
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.
2 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bootstrap.scm
M gnu/packages/make-bootstrap.scm
M gnu/packages/bootstrap.scm => gnu/packages/bootstrap.scm +1 -1
@@ 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

M gnu/packages/make-bootstrap.scm => gnu/packages/make-bootstrap.scm +1 -1
@@ 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