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
patches
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
bison.scm
bootstrap.scm
compression.scm
cpio.scm
ddrescue.scm
ed.scm
flex.scm
gawk.scm
gdbm.scm
gettext.scm distro: gettext: Fix references to /bin/sh. 2013-01-02 22:46:23 +01:00
gnupg.scm
gnutls.scm
gperf.scm
guile.scm
help2man.scm
ld-wrapper.scm Update license headers of builder-side code. 2013-01-05 16:08:07 +01:00
less.scm
libffi.scm
libsigsegv.scm
libunistring.scm
linux.scm
lout.scm
lsh.scm utils: Add `which'. 2013-01-05 16:02:32 +01:00
m4.scm
make-bootstrap.scm distro: make-bootstrap: Add `%bootstrap-tarballs' package. 2013-01-05 15:46:08 +01:00
multiprecision.scm
nano.scm
ncurses.scm distro: ncurses: Don't retain a reference to the bootstrap Bash. 2013-01-02 23:12:27 +01:00
nettle.scm
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
pth.scm
readline.scm
recutils.scm
shishi.scm
system.scm
texinfo.scm
time.scm
wget.scm
which.scm
zile.scm