guix-devel/distro/packages
Ludovic Courtès 233e76769a Update license headers.
Change all license headers, except guix/build/* and ld-wrapper.scm, with
this code:

  (use-modules (guix build utils)
	       (srfi srfi-1))

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

  (substitute* (remove (lambda (f)
			 (or (string-contains f ".tar.")
			     (string-contains f ".git/")
			     (string-contains f ".so")
			     (string-suffix? ".o" f)
			     (string-suffix? ".a" f)
			     (string-suffix? ".go" f)
			     (string-suffix? ".pdf" f)
			     (string-suffix? ".png" f)
			     (string-suffix? ".info" f)
			     (equal? (basename f) "guix-daemon")
			     (equal? (basename f) "nix-setuid-helper")
			     (string-contains f "nix-upstream/")
			     (string-contains f "distro/packages/bootstrap/")))
		       (find-files "." "\\.[a-z]+$"))
    (("^([[: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 ©")))

Change headers using C-style comments manually.
2013-01-06 00:47:50 +01:00
..
bootstrap distro: Add i686-linux port. 2012-10-26 19:10:37 +02:00
patches distro: Add GNU lsh. 2012-12-04 22:03:21 +01:00
acl.scm Update license headers. 2013-01-06 00:47:50 +01:00
algebra.scm Update license headers. 2013-01-06 00:47:50 +01:00
attr.scm Update license headers. 2013-01-06 00:47:50 +01:00
autotools.scm Update license headers. 2013-01-06 00:47:50 +01:00
base.scm Update license headers. 2013-01-06 00:47:50 +01:00
bash.scm Update license headers. 2013-01-06 00:47:50 +01:00
bdb.scm Update license headers. 2013-01-06 00:47:50 +01:00
bdw-gc.scm Update license headers. 2013-01-06 00:47:50 +01:00
bison.scm Update license headers. 2013-01-06 00:47:50 +01:00
bootstrap.scm Update license headers. 2013-01-06 00:47:50 +01:00
check.scm Update license headers. 2013-01-06 00:47:50 +01:00
compression.scm Update license headers. 2013-01-06 00:47:50 +01:00
cpio.scm Update license headers. 2013-01-06 00:47:50 +01:00
ddrescue.scm Update license headers. 2013-01-06 00:47:50 +01:00
ed.scm Update license headers. 2013-01-06 00:47:50 +01:00
flex.scm Update license headers. 2013-01-06 00:47:50 +01:00
gawk.scm Update license headers. 2013-01-06 00:47:50 +01:00
gdbm.scm Update license headers. 2013-01-06 00:47:50 +01:00
gettext.scm Update license headers. 2013-01-06 00:47:50 +01:00
gnupg.scm Update license headers. 2013-01-06 00:47:50 +01:00
gnutls.scm Update license headers. 2013-01-06 00:47:50 +01:00
gperf.scm Update license headers. 2013-01-06 00:47:50 +01:00
gsasl.scm Update license headers. 2013-01-06 00:47:50 +01:00
guile.scm Update license headers. 2013-01-06 00:47:50 +01:00
help2man.scm Update license headers. 2013-01-06 00:47:50 +01:00
idutils.scm Update license headers. 2013-01-06 00:47:50 +01:00
ld-wrapper.scm distro: Rename (distro ...) to (distro packages ...). 2012-09-26 22:00:58 +02:00
less.scm Update license headers. 2013-01-06 00:47:50 +01:00
libffi.scm Update license headers. 2013-01-06 00:47:50 +01:00
libidn.scm Update license headers. 2013-01-06 00:47:50 +01:00
libsigsegv.scm Update license headers. 2013-01-06 00:47:50 +01:00
libunistring.scm Update license headers. 2013-01-06 00:47:50 +01:00
libusb.scm Update license headers. 2013-01-06 00:47:50 +01:00
linux.scm Update license headers. 2013-01-06 00:47:50 +01:00
lout.scm Update license headers. 2013-01-06 00:47:50 +01:00
lsh.scm Update license headers. 2013-01-06 00:47:50 +01:00
m4.scm Update license headers. 2013-01-06 00:47:50 +01:00
make-bootstrap.scm Update license headers. 2013-01-06 00:47:50 +01:00
mit-krb5.scm Update license headers. 2013-01-06 00:47:50 +01:00
multiprecision.scm Update license headers. 2013-01-06 00:47:50 +01:00
nano.scm Update license headers. 2013-01-06 00:47:50 +01:00
ncurses.scm Update license headers. 2013-01-06 00:47:50 +01:00
nettle.scm Update license headers. 2013-01-06 00:47:50 +01:00
perl.scm Update license headers. 2013-01-06 00:47:50 +01:00
pkg-config.scm Update license headers. 2013-01-06 00:47:50 +01:00
pth.scm Update license headers. 2013-01-06 00:47:50 +01:00
readline.scm Update license headers. 2013-01-06 00:47:50 +01:00
recutils.scm Update license headers. 2013-01-06 00:47:50 +01:00
rsync.scm Update license headers. 2013-01-06 00:47:50 +01:00
shishi.scm Update license headers. 2013-01-06 00:47:50 +01:00
system.scm Update license headers. 2013-01-06 00:47:50 +01:00
texinfo.scm Update license headers. 2013-01-06 00:47:50 +01:00
time.scm Update license headers. 2013-01-06 00:47:50 +01:00
wget.scm Update license headers. 2013-01-06 00:47:50 +01:00
which.scm Update license headers. 2013-01-06 00:47:50 +01:00
zile.scm Update license headers. 2013-01-06 00:47:50 +01:00