guix-devel/guix
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
..
build Update license headers of builder-side code. 2013-01-05 16:08:07 +01:00
build-system build-system/gnu: Add `static-package'. 2013-01-01 16:55:34 +01:00
base32.scm Move base32 code to (guix base32). 2012-11-11 22:33:28 +01:00
build-system.scm Abstract build systems. 2012-06-27 23:58:07 +02:00
config.scm.in build: Fix default value of `%state-directory'. 2012-12-13 23:53:37 +01:00
derivations.scm derivations: Distinguish direct store paths from files within a store path. 2012-12-10 00:44:17 +01:00
download.scm download: Fix the primary Savannah URL. 2012-12-07 22:32:03 +01:00
ftp-client.scm http/ftp: Tweak to avoid depending on libc's NSS. 2012-10-18 22:32:23 +02:00
gnu-maintenance.scm Add (guix gnu-maintenance). 2012-12-05 14:56:25 +01:00
licenses.scm licenses: Add 'bsd-style', 'expat', 'gpl1', 'gpl1+', 'lgpl2.0', and 'lgpl2.0+'. 2012-12-12 14:40:11 +01:00
packages.scm packages: Add missing export. 2012-11-25 16:55:35 +01:00
snix.scm Add (guix download) and (guix build download). 2012-11-12 23:35:04 +01:00
store.scm Merge branch 'master' into nix-integration 2012-12-09 23:54:37 +01:00
ui.scm guix-package: Add `--list-available'. 2012-11-19 23:04:38 +01:00
utils.scm Merge branch 'nix-integration' 2012-12-13 22:14:25 +01:00