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.gn-latest-20200428
@@ -1,20 +1,20 @@ | |||
# Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
# Copyright (C) 2012, 2013 Ludovic Courtès <ludo@gnu.org> | |||
# GNU Guix --- Functional package management for GNU | |||
# Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org> | |||
# | |||
# This file is part of Guix. | |||
# This file is part of GNU Guix. | |||
# | |||
# Guix is free software; you can redistribute it and/or modify it | |||
# GNU Guix is free software; you can redistribute it and/or modify it | |||
# under the terms of the GNU General Public License as published by | |||
# the Free Software Foundation; either version 3 of the License, or (at | |||
# your option) any later version. | |||
# | |||
# Guix is distributed in the hope that it will be useful, but | |||
# GNU Guix is distributed in the hope that it will be useful, but | |||
# WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# GNU General Public License for more details. | |||
# | |||
# You should have received a copy of the GNU General Public License | |||
# along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
bin_SCRIPTS = \ | |||
guix-build \ | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; | |||
;;; Download a binary file from an external source. | |||
@@ -1,20 +1,20 @@ | |||
# Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
# Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
# GNU Guix --- Functional package management for GNU | |||
# Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
# | |||
# This file is part of Guix. | |||
# This file is part of GNU Guix. | |||
# | |||
# Guix is free software; you can redistribute it and/or modify it | |||
# GNU Guix is free software; you can redistribute it and/or modify it | |||
# under the terms of the GNU General Public License as published by | |||
# the Free Software Foundation; either version 3 of the License, or (at | |||
# your option) any later version. | |||
# | |||
# Guix is distributed in the hope that it will be useful, but | |||
# GNU Guix is distributed in the hope that it will be useful, but | |||
# WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# GNU General Public License for more details. | |||
# | |||
# You should have received a copy of the GNU General Public License | |||
# along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
# | |||
# Integration of the `guix-daemon' code taken from upstream Nix. | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro) | |||
#:use-module (guix packages) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages acl) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Andreas Enge <andreas@enge.fr> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Andreas Enge <andreas@enge.fr> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages algebra) | |||
#:use-module (distro) | |||
@@ -1,21 +1,21 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages attr) | |||
#:use-module (guix licenses) | |||
@@ -1,21 +1,21 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages autotools) | |||
#:use-module (guix licenses) | |||
@@ -1,21 +1,21 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages base) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages bash) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Andreas Enge <andreas@enge.fr> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Andreas Enge <andreas@enge.fr> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages bdb) | |||
#:use-module (distro) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages bdw-gc) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages bison) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages bootstrap) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages check) | |||
#:use-module (distro) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages compression) | |||
#:use-module ((guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages cpio) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages ddrescue) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages ed) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages flex) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages gawk) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages gdbm) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages gettext) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages gnupg) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages gnutls) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages gperf) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Andreas Enge <andreas@enge.fr> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Andreas Enge <andreas@enge.fr> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages gsasl) | |||
#:use-module (distro) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages guile) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages help2man) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages idutils) | |||
#:use-module (guix packages) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages less) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages libffi) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Andreas Enge <andreas@enge.fr> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Andreas Enge <andreas@enge.fr> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages libidn) | |||
#:use-module (distro) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages libsigsegv) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages libunistring) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages libusb) | |||
#:use-module (distro) | |||
@@ -1,21 +1,21 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages linux) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages lout) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages lsh) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages m4) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages make-bootstrap) | |||
#:use-module (guix utils) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Andreas Enge <andreas@enge.fr> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Andreas Enge <andreas@enge.fr> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages mit-krb5) | |||
#:use-module (distro) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages multiprecision) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages nano) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages ncurses) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages nettle) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages perl) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages pkg-config) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages pth) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages readline) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages recutils) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Andreas Enge <andreas@enge.fr> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Andreas Enge <andreas@enge.fr> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages rsync) | |||
#:use-module (distro) | |||
@@ -1,21 +1,21 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages shishi) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages system) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages texinfo) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages time) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages wget) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages which) | |||
#:use-module (guix licenses) | |||
@@ -1,20 +1,20 @@ | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (distro packages zile) | |||
#:use-module (guix licenses) | |||
@@ -11,23 +11,23 @@ main='(module-ref (resolve-interface '\''(guix-build)) '\'guix-build')' | |||
exec ${GUILE-@GUILE@} -L "@guilemoduledir@" -l "$0" \ | |||
-c "(apply $main (cdr (command-line)))" "$@" | |||
!# | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012, 2013 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (guix-build) | |||
#:use-module (guix ui) | |||
@@ -11,23 +11,23 @@ main='(module-ref (resolve-interface '\''(guix-download)) '\'guix-download')' | |||
exec ${GUILE-@GUILE@} -L "@guilemoduledir@" -l "$0" \ | |||
-c "(apply $main (cdr (command-line)))" "$@" | |||
!# | |||
;;; Guix --- Nix package management from Guile. | |||
;;; Copyright (C) 2012, 2013 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | |||
(define-module (guix-download) | |||
#:use-module (guix ui) | |||
@@ -11,23 +11,23 @@ main='(module-ref (resolve-interface '\''(guix-gc)) '\'guix-gc')' | |||
exec ${GUILE-@GUILE@} -L "@guilemoduledir@" -l "$0" \ | |||
-c "(apply $main (cdr (command-line)))" "$@" | |||
!# | |||
;;; Guix --- Nix package management from Guile. -*- coding: utf-8 -*- | |||
;;; Copyright (C) 2012, 2013 Ludovic Courtès <ludo@gnu.org> | |||
;;; GNU Guix --- Functional package management for GNU | |||
;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org> | |||
;;; | |||
;;; This file is part of Guix. | |||
;;; This file is part of GNU Guix. | |||
;;; | |||
;;; Guix is free software; you can redistribute it and/or modify it | |||
;;; GNU Guix is free software; you can redistribute it and/or modify it | |||
;;; under the terms of the GNU General Public License as published by | |||
;;; the Free Software Foundation; either version 3 of the License, or (at | |||
;;; your option) any later version. | |||
;;; | |||
;;; Guix is distributed in the hope that it will be useful, but | |||
;;; GNU Guix is distributed in the hope that it will be useful, but | |||
;;; WITHOUT ANY WARRANTY; without even the implied warranty of | |||
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
;;; GNU General Public License for more details. | |||
;;; | |||
;;; You should have received a copy of the GNU General Public License | |||
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. | |||