unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: bug-guix@gnu.org
Subject: New license headers
Date: Sun, 06 Jan 2013 00:53:17 +0100	[thread overview]
Message-ID: <878v87p4pe.fsf@gnu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

Hi,

I’ve changed license headers to read “GNU Guix” and to use the copyright
sign using this script:


[-- Attachment #2: Type: text/x-scheme, Size: 1607 bytes --]

(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 ©")))

[-- Attachment #3: Type: text/plain, Size: 96 bytes --]


Notice how find + sed look old-fashioned and clunky in comparison.  ;-)

Thanks,
Ludo’.

                 reply	other threads:[~2013-01-05 23:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878v87p4pe.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=bug-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).