website: Remove "GuixSD" from source file headers.

Done by running these three commands from the website/ directory:

  find -name \*.scm |xargs sed -i -es'/;;; GuixSD website --.*/;;; GNU Guix web site/g'
  find -name \*.scm |xargs sed -i -es'/;;; GuixSD website/;;; The GNU Guix web site/g'
  find -name \*.scm |xargs sed -i -es'/part of GuixSD website/part of the GNU Guix web site/g'
  find -name \*.scm |xargs sed -i -es'/along with GuixSD website/along with the GNU Guix web site/g'
This commit is contained in:
Ludovic Courtès 2019-03-05 22:43:56 +01:00
parent da771aafa5
commit e057a602d4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
57 changed files with 93 additions and 93 deletions

View File

@ -1,20 +1,20 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Copyright © 2017 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GuixSD website.
;;; This file is part of the GNU Guix web site.
;;;
;;; GuixSD website is free software; you can redistribute it and/or modify it
;;; The GNU Guix web site 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.
;;;
;;; GuixSD website is distributed in the hope that it will be useful, but
;;; The GNU Guix web site 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 GuixSD website. If not, see <http://www.gnu.org/licenses/>.
;;; along with the GNU Guix web site. If not, see <http://www.gnu.org/licenses/>.
;; Run 'guix build -f guix.scm' to build the web site.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,23 +1,23 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Initially written by sirgazil who waives all copyright interest on
;;; this file.
;;;
;;; This file is part of GuixSD website.
;;; This file is part of the GNU Guix web site.
;;;
;;; GuixSD website is free software; you can redistribute it and/or modify it
;;; The GNU Guix web site is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU Affero General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GuixSD website is distributed in the hope that it will be useful, but
;;; The GNU Guix web site 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 Affero General Public License for more details.
;;;
;;; You should have received a copy of the GNU Affero General Public License
;;; along with GuixSD website. If not, see <http://www.gnu.org/licenses/>.
;;; along with the GNU Guix web site. If not, see <http://www.gnu.org/licenses/>.
(define-module (apps aux sxml)
#:use-module (ice-9 match)

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,21 +1,21 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Copyright © 2015 David Thompson <davet@gnu.org>
;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
;;;
;;; This file is part of GuixSD website.
;;; This file is part of the GNU Guix web site.
;;;
;;; GuixSD website is free software; you can redistribute it and/or
;;; The GNU Guix web site 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.
;;;
;;; GuixSD website is distributed in the hope that it will be useful,
;;; The GNU Guix web site 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 GuixSD website. If not, see <http://www.gnu.org/licenses/>.
;;; along with the GNU Guix web site. If not, see <http://www.gnu.org/licenses/>.
(define-module (apps aux web)
#:use-module (srfi srfi-1)

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waives all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Copyright © 2013 Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
@ -6,20 +6,20 @@
;;; Initially written by sirgazil who waives all copyright interest on this
;;; file.
;;;
;;; This file is part of GuixSD website.
;;; This file is part of the GNU Guix web site.
;;;
;;; GuixSD website is free software; you can redistribute it and/or modify it
;;; The GNU Guix web site is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU Affero General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GuixSD website is distributed in the hope that it will be useful, but
;;; The GNU Guix web site 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 Affero General Public License for more details.
;;;
;;; You should have received a copy of the GNU Affero General Public License
;;; along with GuixSD website. If not, see <http://www.gnu.org/licenses/>.
;;; along with the GNU Guix web site. If not, see <http://www.gnu.org/licenses/>.
(define-module (apps base utils)
#:use-module (apps aux lists)

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waives all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,20 +1,20 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GuixSD website.
;;; This file is part of the GNU Guix web site.
;;;
;;; GuixSD website is free software; you can redistribute it and/or modify it
;;; The GNU Guix web site is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU Affero General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GuixSD website is distributed in the hope that it will be useful, but
;;; The GNU Guix web site 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 Affero General Public License for more details.
;;;
;;; You should have received a copy of the GNU Affero General Public License
;;; along with GuixSD website. If not, see <http://www.gnu.org/licenses/>.
;;; along with the GNU Guix web site. If not, see <http://www.gnu.org/licenses/>.
(define-module (apps blog utils)
#:use-module (apps aux lists)

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waives all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,22 +1,22 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;; Copyright © 2017 ng0 <ng0@infotropique.org>
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.
;;;
;;; This file is part of GuixSD website.
;;; This file is part of the GNU Guix web site.
;;;
;;; GuixSD website is free software; you can redistribute it and/or modify it
;;; The GNU Guix web site is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU Affero General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GuixSD website is distributed in the hope that it will be useful, but
;;; The GNU Guix web site 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 Affero General Public License for more details.
;;;
;;; You should have received a copy of the GNU Affero General Public License
;;; along with GuixSD website. If not, see <http://www.gnu.org/licenses/>.
;;; along with the GNU Guix web site. If not, see <http://www.gnu.org/licenses/>.
(define-module (apps download templates download)
#:use-module (apps base templates theme)

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,24 +1,24 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Copyright © 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; Initially written by sirgazil
;;; who waives all copyright interest on this file.
;;;
;;; This file is part of GuixSD website.
;;; This file is part of the GNU Guix web site.
;;;
;;; GuixSD website is free software; you can redistribute it and/or modify it
;;; The GNU Guix web site is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU Affero General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GuixSD website is distributed in the hope that it will be useful, but
;;; The GNU Guix web site 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 Affero General Public License for more details.
;;;
;;; You should have received a copy of the GNU Affero General Public License
;;; along with GuixSD website. If not, see <http://www.gnu.org/licenses/>.
;;; along with the GNU Guix web site. If not, see <http://www.gnu.org/licenses/>.
(define-module (apps packages builder)
#:use-module (apps aux lists)

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Copyright © 2013 Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
@ -6,20 +6,20 @@
;;; Initially written by sirgazil who waives all copyright interest on this
;;; file.
;;;
;;; This file is part of GuixSD website.
;;; This file is part of the GNU Guix web site.
;;;
;;; GuixSD website is free software; you can redistribute it and/or modify it
;;; The GNU Guix web site is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU Affero General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GuixSD website is distributed in the hope that it will be useful, but
;;; The GNU Guix web site 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 Affero General Public License for more details.
;;;
;;; You should have received a copy of the GNU Affero General Public License
;;; along with GuixSD website. If not, see <http://www.gnu.org/licenses/>.
;;; along with the GNU Guix web site. If not, see <http://www.gnu.org/licenses/>.
(define-module (apps packages data)

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,24 +1,24 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Copyright © 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
;;;
;;; Initially written by sirgazil
;;; who waives all copyright interest on this file.
;;;
;;; This file is part of GuixSD website.
;;; This file is part of the GNU Guix web site.
;;;
;;; GuixSD website is free software; you can redistribute it and/or modify it
;;; The GNU Guix web site is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU Affero General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GuixSD website is distributed in the hope that it will be useful, but
;;; The GNU Guix web site 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 Affero General Public License for more details.
;;;
;;; You should have received a copy of the GNU Affero General Public License
;;; along with GuixSD website. If not, see <http://www.gnu.org/licenses/>.
;;; along with the GNU Guix web site. If not, see <http://www.gnu.org/licenses/>.
(define-module (apps packages utils)
#:use-module (apps aux web)

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waives all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.

View File

@ -1,4 +1,4 @@
;;; GuixSD website --- GNU's advanced distro website
;;; GNU Guix web site
;;; Initially written by sirgazil who waves all
;;; copyright interest on this file.