guix/distro/packages
Ludovic Courtès 4155e2a909 Update license headers of builder-side code.
Change license headers with this script:

  (use-modules (guix build utils))

  (fluid-set! %default-port-encoding "UTF-8")

  (substitute* (cons "distro/packages/ld-wrapper.scm"
		     (find-files "guix/build" "\\.scm$"))
    (("^([[:graph:]]+) This file is part of Guix." _ comment-start)
     (string-append comment-start " This file is part of GNU Guix."))
    (("^([[:graph:]]+) Guix --- Nix package management.*" _ comment-start)
     (string-append comment-start
		    " GNU Guix --- Functional package management for GNU\n"))
    (("^([[:graph:]]+) Guix is " _ comment-start)
     (string-append comment-start " GNU Guix is "))
    (("^([[:graph:]]+) along with Guix." _ comment-start)
     (string-append comment-start " along with GNU Guix."))
    (("^([[:graph:]]+) Copyright \\(C\\)" _ comment-start)
     (string-append comment-start " Copyright ©")))

* distro/packages/ld-wrapper.scm, guix/build/download.scm,
  guix/build/gnu-build-system.scm, guix/build/union.scm,
  guix/build/utils.scm: Update license headers.
2013-01-05 16:08:07 +01:00
..
bootstrap distro: Add i686-linux port. 2012-10-26 19:10:37 +02:00
patches distro: make-bootstrap: Have libc's functions search for `sh' in $PATH. 2012-12-20 01:38:56 +01:00
acl.scm distro: acl: Patch references to /bin/sh. 2013-01-02 22:46:24 +01:00
attr.scm utils: Add `which'. 2013-01-05 16:02:32 +01:00
autotools.scm distro: libtool: Add a "bin" output. 2013-01-02 23:40:56 +01:00
base.scm distro: libtool: Add a "bin" output. 2013-01-02 23:40:56 +01:00
bash.scm distro: Move lightweight Bash to (distro packages bash). 2013-01-01 16:54:45 +01:00
bdw-gc.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
bison.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
bootstrap.scm distro: Update bootstrap binaries. 2012-12-20 01:38:56 +01:00
compression.scm distro: bzip2: Patch SHELL' in Makefile-libbz2_so'. 2012-12-31 01:13:04 +01:00
cpio.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
ddrescue.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
ed.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
flex.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
gawk.scm distro: gawk: Use the right shell instead of /bin/sh. 2012-12-20 17:59:10 +01:00
gdbm.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
gettext.scm distro: gettext: Fix references to /bin/sh. 2013-01-02 22:46:23 +01:00
gnupg.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
gnutls.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
gperf.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
guile.scm distro: guile: Patch (ice-9 popen) to use the right shell. 2012-12-20 23:07:46 +01:00
help2man.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
ld-wrapper.scm Update license headers of builder-side code. 2013-01-05 16:08:07 +01:00
less.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
libffi.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
libsigsegv.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
libunistring.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
linux.scm distro: Linux-Libre: Set $ARCH based on the actual system type. 2012-12-19 00:48:13 +01:00
lout.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
lsh.scm utils: Add `which'. 2013-01-05 16:02:32 +01:00
m4.scm distro: m4: Patch references to /bin/sh. 2012-12-20 19:01:14 +01:00
make-bootstrap.scm distro: make-bootstrap: Add `%bootstrap-tarballs' package. 2013-01-05 15:46:08 +01:00
multiprecision.scm Merge branch 'master' into core-updates 2012-12-15 15:28:50 +01:00
nano.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
ncurses.scm distro: ncurses: Don't retain a reference to the bootstrap Bash. 2013-01-02 23:12:27 +01:00
nettle.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
openssl.scm distro: openssl: Build shared libraries. 2013-01-02 13:48:15 +01:00
perl.scm utils: Add `which'. 2013-01-05 16:02:32 +01:00
pkg-config.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
pth.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
readline.scm build-system/gnu: Patch shebangs in all the source; patch SHELL in makefiles. 2012-12-21 22:31:25 +01:00
recutils.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
shishi.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
system.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
texinfo.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
time.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
wget.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
which.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00
zile.scm distro: Use (guix licenses) instead of strings. 2012-12-14 23:37:24 +01:00