mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
233e76769a
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. |
||
---|---|---|
.. | ||
bootstrap | ||
patches | ||
acl.scm | ||
algebra.scm | ||
attr.scm | ||
autotools.scm | ||
base.scm | ||
bash.scm | ||
bdb.scm | ||
bdw-gc.scm | ||
bison.scm | ||
bootstrap.scm | ||
check.scm | ||
compression.scm | ||
cpio.scm | ||
ddrescue.scm | ||
ed.scm | ||
flex.scm | ||
gawk.scm | ||
gdbm.scm | ||
gettext.scm | ||
gnupg.scm | ||
gnutls.scm | ||
gperf.scm | ||
gsasl.scm | ||
guile.scm | ||
help2man.scm | ||
idutils.scm | ||
ld-wrapper.scm | ||
less.scm | ||
libffi.scm | ||
libidn.scm | ||
libsigsegv.scm | ||
libunistring.scm | ||
libusb.scm | ||
linux.scm | ||
lout.scm | ||
lsh.scm | ||
m4.scm | ||
make-bootstrap.scm | ||
mit-krb5.scm | ||
multiprecision.scm | ||
nano.scm | ||
ncurses.scm | ||
nettle.scm | ||
perl.scm | ||
pkg-config.scm | ||
pth.scm | ||
readline.scm | ||
recutils.scm | ||
rsync.scm | ||
shishi.scm | ||
system.scm | ||
texinfo.scm | ||
time.scm | ||
wget.scm | ||
which.scm | ||
zile.scm |