guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: website: Remove "GuixSD" from source file headers.


From: Ludovic Courtès
Subject: 02/02: website: Remove "GuixSD" from source file headers.
Date: Tue, 5 Mar 2019 17:01:07 -0500 (EST)

civodul pushed a commit to branch master
in repository guix-artwork.

commit e057a602d419089afa200905072fdf356db31b2f
Author: Ludovic Courtès <address@hidden>
Date:   Tue Mar 5 22:43:56 2019 +0100

    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'
---
 website/.guix.scm                                         | 10 +++++-----
 website/apps/aux/lists.scm                                |  2 +-
 website/apps/aux/numbers.scm                              |  2 +-
 website/apps/aux/strings.scm                              |  2 +-
 website/apps/aux/sxml.scm                                 | 10 +++++-----
 website/apps/aux/system.scm                               |  2 +-
 website/apps/aux/web.scm                                  | 10 +++++-----
 website/apps/base/builder.scm                             |  2 +-
 website/apps/base/data.scm                                |  2 +-
 website/apps/base/templates/about.scm                     |  2 +-
 website/apps/base/templates/components.scm                |  2 +-
 website/apps/base/templates/contact.scm                   |  2 +-
 website/apps/base/templates/contribute.scm                |  2 +-
 website/apps/base/templates/donate.scm                    |  2 +-
 website/apps/base/templates/graphics.scm                  |  2 +-
 website/apps/base/templates/help.scm                      |  2 +-
 website/apps/base/templates/home.scm                      |  2 +-
 website/apps/base/templates/irc.scm                       |  2 +-
 website/apps/base/templates/menu.scm                      |  2 +-
 website/apps/base/templates/screenshot.scm                |  2 +-
 website/apps/base/templates/security.scm                  |  2 +-
 website/apps/base/templates/theme.scm                     |  2 +-
 website/apps/base/types.scm                               |  2 +-
 website/apps/base/utils.scm                               | 10 +++++-----
 website/apps/blog/builder.scm                             |  2 +-
 website/apps/blog/templates/components.scm                |  2 +-
 website/apps/blog/templates/feed.scm                      |  2 +-
 website/apps/blog/templates/post-list.scm                 |  2 +-
 website/apps/blog/templates/post.scm                      |  2 +-
 website/apps/blog/templates/tag.scm                       |  2 +-
 website/apps/blog/utils.scm                               | 10 +++++-----
 website/apps/download/builder.scm                         |  2 +-
 website/apps/download/data.scm                            |  2 +-
 website/apps/download/templates/components.scm            |  2 +-
 website/apps/download/templates/download.scm              | 10 +++++-----
 website/apps/download/types.scm                           |  2 +-
 website/apps/packages/builder.scm                         | 10 +++++-----
 website/apps/packages/data.scm                            | 10 +++++-----
 website/apps/packages/templates/components.scm            |  2 +-
 website/apps/packages/templates/detailed-index.scm        |  2 +-
 website/apps/packages/templates/detailed-package-list.scm |  2 +-
 website/apps/packages/templates/index.scm                 |  2 +-
 website/apps/packages/templates/package-list.scm          |  2 +-
 website/apps/packages/templates/package.scm               |  2 +-
 website/apps/packages/types.scm                           |  2 +-
 website/apps/packages/utils.scm                           | 10 +++++-----
 website/haunt.scm                                         |  2 +-
 website/tests/all.scm                                     |  2 +-
 website/tests/apps/aux/lists.scm                          |  2 +-
 website/tests/apps/aux/numbers.scm                        |  2 +-
 website/tests/apps/aux/strings.scm                        |  2 +-
 website/tests/apps/aux/sxml.scm                           |  2 +-
 website/tests/apps/aux/system.scm                         |  2 +-
 website/tests/apps/aux/web.scm                            |  2 +-
 website/tests/apps/base/types.scm                         |  2 +-
 website/tests/apps/blog/utils.scm                         |  2 +-
 website/tests/apps/packages/utils.scm                     |  2 +-
 57 files changed, 93 insertions(+), 93 deletions(-)

diff --git a/website/.guix.scm b/website/.guix.scm
index 5552791..42fdeaa 100644
--- a/website/.guix.scm
+++ b/website/.guix.scm
@@ -1,20 +1,20 @@
-;;; GuixSD website --- GNU's advanced distro website
+;;; GNU Guix web site
 ;;; Copyright © 2017 Ludovic Courtès <address@hidden>
 ;;;
-;;; 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.
 
diff --git a/website/apps/aux/lists.scm b/website/apps/aux/lists.scm
index a8bab71..cf4bb15 100644
--- a/website/apps/aux/lists.scm
+++ b/website/apps/aux/lists.scm
@@ -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.
 
diff --git a/website/apps/aux/numbers.scm b/website/apps/aux/numbers.scm
index 0d1b5b3..f99bc0f 100644
--- a/website/apps/aux/numbers.scm
+++ b/website/apps/aux/numbers.scm
@@ -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.
 
diff --git a/website/apps/aux/strings.scm b/website/apps/aux/strings.scm
index 7acd3f1..a9bad5d 100644
--- a/website/apps/aux/strings.scm
+++ b/website/apps/aux/strings.scm
@@ -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.
 
diff --git a/website/apps/aux/sxml.scm b/website/apps/aux/sxml.scm
index 81da32e..f404863 100644
--- a/website/apps/aux/sxml.scm
+++ b/website/apps/aux/sxml.scm
@@ -1,23 +1,23 @@
-;;; GuixSD website --- GNU's advanced distro website
+;;; GNU Guix web site
 ;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; 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)
diff --git a/website/apps/aux/system.scm b/website/apps/aux/system.scm
index 6e7da5b..b44111e 100644
--- a/website/apps/aux/system.scm
+++ b/website/apps/aux/system.scm
@@ -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.
 
diff --git a/website/apps/aux/web.scm b/website/apps/aux/web.scm
index 8d66ad5..f15fe86 100644
--- a/website/apps/aux/web.scm
+++ b/website/apps/aux/web.scm
@@ -1,21 +1,21 @@
-;;; GuixSD website --- GNU's advanced distro website
+;;; GNU Guix web site
 ;;; Copyright © 2015 David Thompson <address@hidden>
 ;;; Copyright © 2016 Christopher Allan Webber <address@hidden>
 ;;;
-;;; 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)
diff --git a/website/apps/base/builder.scm b/website/apps/base/builder.scm
index 5fa7ac1..f34ec87 100644
--- a/website/apps/base/builder.scm
+++ b/website/apps/base/builder.scm
@@ -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.
 
diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm
index b8cea50..8b0fc59 100644
--- a/website/apps/base/data.scm
+++ b/website/apps/base/data.scm
@@ -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.
 
diff --git a/website/apps/base/templates/about.scm 
b/website/apps/base/templates/about.scm
index 099927a..a654e2f 100644
--- a/website/apps/base/templates/about.scm
+++ b/website/apps/base/templates/about.scm
@@ -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.
 
diff --git a/website/apps/base/templates/components.scm 
b/website/apps/base/templates/components.scm
index 413295c..d3f6af1 100644
--- a/website/apps/base/templates/components.scm
+++ b/website/apps/base/templates/components.scm
@@ -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.
 
diff --git a/website/apps/base/templates/contact.scm 
b/website/apps/base/templates/contact.scm
index 10122af..d4ee2f2 100644
--- a/website/apps/base/templates/contact.scm
+++ b/website/apps/base/templates/contact.scm
@@ -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.
 
diff --git a/website/apps/base/templates/contribute.scm 
b/website/apps/base/templates/contribute.scm
index c0493b2..be55cbc 100644
--- a/website/apps/base/templates/contribute.scm
+++ b/website/apps/base/templates/contribute.scm
@@ -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.
 
diff --git a/website/apps/base/templates/donate.scm 
b/website/apps/base/templates/donate.scm
index 9c19860..8babaec 100644
--- a/website/apps/base/templates/donate.scm
+++ b/website/apps/base/templates/donate.scm
@@ -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.
 
diff --git a/website/apps/base/templates/graphics.scm 
b/website/apps/base/templates/graphics.scm
index 84a70d6..9768f11 100644
--- a/website/apps/base/templates/graphics.scm
+++ b/website/apps/base/templates/graphics.scm
@@ -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.
 
diff --git a/website/apps/base/templates/help.scm 
b/website/apps/base/templates/help.scm
index 2fb95ff..753f3e5 100644
--- a/website/apps/base/templates/help.scm
+++ b/website/apps/base/templates/help.scm
@@ -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.
 
diff --git a/website/apps/base/templates/home.scm 
b/website/apps/base/templates/home.scm
index 1cd175a..5cb3bf5 100644
--- a/website/apps/base/templates/home.scm
+++ b/website/apps/base/templates/home.scm
@@ -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.
 
diff --git a/website/apps/base/templates/irc.scm 
b/website/apps/base/templates/irc.scm
index 44e2a2d..c21f77e 100644
--- a/website/apps/base/templates/irc.scm
+++ b/website/apps/base/templates/irc.scm
@@ -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.
 
diff --git a/website/apps/base/templates/menu.scm 
b/website/apps/base/templates/menu.scm
index ccf22da..b87387f 100644
--- a/website/apps/base/templates/menu.scm
+++ b/website/apps/base/templates/menu.scm
@@ -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.
 
diff --git a/website/apps/base/templates/screenshot.scm 
b/website/apps/base/templates/screenshot.scm
index be406a1..3083e74 100644
--- a/website/apps/base/templates/screenshot.scm
+++ b/website/apps/base/templates/screenshot.scm
@@ -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.
 
diff --git a/website/apps/base/templates/security.scm 
b/website/apps/base/templates/security.scm
index 655b6e4..ea997b2 100644
--- a/website/apps/base/templates/security.scm
+++ b/website/apps/base/templates/security.scm
@@ -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.
 
diff --git a/website/apps/base/templates/theme.scm 
b/website/apps/base/templates/theme.scm
index 7435fce..ecb27ef 100644
--- a/website/apps/base/templates/theme.scm
+++ b/website/apps/base/templates/theme.scm
@@ -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.
 
diff --git a/website/apps/base/types.scm b/website/apps/base/types.scm
index 9e84ac1..3976fdf 100644
--- a/website/apps/base/types.scm
+++ b/website/apps/base/types.scm
@@ -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.
 
diff --git a/website/apps/base/utils.scm b/website/apps/base/utils.scm
index e370d35..5597890 100644
--- a/website/apps/base/utils.scm
+++ b/website/apps/base/utils.scm
@@ -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 
<address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2013 Alex Sassmannshausen <address@hidden>
@@ -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)
diff --git a/website/apps/blog/builder.scm b/website/apps/blog/builder.scm
index eaa10a0..8327645 100644
--- a/website/apps/blog/builder.scm
+++ b/website/apps/blog/builder.scm
@@ -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.
 
diff --git a/website/apps/blog/templates/components.scm 
b/website/apps/blog/templates/components.scm
index 33b76b4..fe67f29 100644
--- a/website/apps/blog/templates/components.scm
+++ b/website/apps/blog/templates/components.scm
@@ -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.
 
diff --git a/website/apps/blog/templates/feed.scm 
b/website/apps/blog/templates/feed.scm
index 7a3f26e..5e015d0 100644
--- a/website/apps/blog/templates/feed.scm
+++ b/website/apps/blog/templates/feed.scm
@@ -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.
 
diff --git a/website/apps/blog/templates/post-list.scm 
b/website/apps/blog/templates/post-list.scm
index bb900d4..a64e33a 100644
--- a/website/apps/blog/templates/post-list.scm
+++ b/website/apps/blog/templates/post-list.scm
@@ -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.
 
diff --git a/website/apps/blog/templates/post.scm 
b/website/apps/blog/templates/post.scm
index 17d2f4b..fe90ba0 100644
--- a/website/apps/blog/templates/post.scm
+++ b/website/apps/blog/templates/post.scm
@@ -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.
 
diff --git a/website/apps/blog/templates/tag.scm 
b/website/apps/blog/templates/tag.scm
index 92e99d4..7d9c88b 100644
--- a/website/apps/blog/templates/tag.scm
+++ b/website/apps/blog/templates/tag.scm
@@ -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.
 
diff --git a/website/apps/blog/utils.scm b/website/apps/blog/utils.scm
index 494b1bc..b161a16 100644
--- a/website/apps/blog/utils.scm
+++ b/website/apps/blog/utils.scm
@@ -1,20 +1,20 @@
-;;; GuixSD website --- GNU's advanced distro website
+;;; GNU Guix web site
 ;;; Copyright © 2016, 2017 Ludovic Courtès <address@hidden>
 ;;;
-;;; 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)
diff --git a/website/apps/download/builder.scm 
b/website/apps/download/builder.scm
index 99de9c0..dddd0b6 100644
--- a/website/apps/download/builder.scm
+++ b/website/apps/download/builder.scm
@@ -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.
 
diff --git a/website/apps/download/data.scm b/website/apps/download/data.scm
index e13732c..dfa5085 100644
--- a/website/apps/download/data.scm
+++ b/website/apps/download/data.scm
@@ -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.
 
diff --git a/website/apps/download/templates/components.scm 
b/website/apps/download/templates/components.scm
index 0f62786..bbd46b0 100644
--- a/website/apps/download/templates/components.scm
+++ b/website/apps/download/templates/components.scm
@@ -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.
 
diff --git a/website/apps/download/templates/download.scm 
b/website/apps/download/templates/download.scm
index 9360b7d..9218531 100644
--- a/website/apps/download/templates/download.scm
+++ b/website/apps/download/templates/download.scm
@@ -1,22 +1,22 @@
-;;; GuixSD website --- GNU's advanced distro website
+;;; GNU Guix web site
 ;; Copyright © 2017 ng0 <address@hidden>
 ;;; 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)
diff --git a/website/apps/download/types.scm b/website/apps/download/types.scm
index 9e5b152..0067ef9 100644
--- a/website/apps/download/types.scm
+++ b/website/apps/download/types.scm
@@ -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.
 
diff --git a/website/apps/packages/builder.scm 
b/website/apps/packages/builder.scm
index 3825e03..59f86c1 100644
--- a/website/apps/packages/builder.scm
+++ b/website/apps/packages/builder.scm
@@ -1,24 +1,24 @@
-;;; GuixSD website --- GNU's advanced distro website
+;;; GNU Guix web site
 ;;; Copyright © 2017 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2019 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; 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)
diff --git a/website/apps/packages/data.scm b/website/apps/packages/data.scm
index e878b08..f1fa55d 100644
--- a/website/apps/packages/data.scm
+++ b/website/apps/packages/data.scm
@@ -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 
<address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2013 Alex Sassmannshausen <address@hidden>
@@ -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)
diff --git a/website/apps/packages/templates/components.scm 
b/website/apps/packages/templates/components.scm
index ca9d6f4..8d2a578 100644
--- a/website/apps/packages/templates/components.scm
+++ b/website/apps/packages/templates/components.scm
@@ -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.
 
diff --git a/website/apps/packages/templates/detailed-index.scm 
b/website/apps/packages/templates/detailed-index.scm
index 36d9d7d..81dfdd6 100644
--- a/website/apps/packages/templates/detailed-index.scm
+++ b/website/apps/packages/templates/detailed-index.scm
@@ -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.
 
diff --git a/website/apps/packages/templates/detailed-package-list.scm 
b/website/apps/packages/templates/detailed-package-list.scm
index 1b2219a..c0a60de 100644
--- a/website/apps/packages/templates/detailed-package-list.scm
+++ b/website/apps/packages/templates/detailed-package-list.scm
@@ -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.
 
diff --git a/website/apps/packages/templates/index.scm 
b/website/apps/packages/templates/index.scm
index ee45bdc..afd10d9 100644
--- a/website/apps/packages/templates/index.scm
+++ b/website/apps/packages/templates/index.scm
@@ -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.
 
diff --git a/website/apps/packages/templates/package-list.scm 
b/website/apps/packages/templates/package-list.scm
index 8688900..e047812 100644
--- a/website/apps/packages/templates/package-list.scm
+++ b/website/apps/packages/templates/package-list.scm
@@ -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.
 
diff --git a/website/apps/packages/templates/package.scm 
b/website/apps/packages/templates/package.scm
index 118b629..55fc6b2 100644
--- a/website/apps/packages/templates/package.scm
+++ b/website/apps/packages/templates/package.scm
@@ -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.
 
diff --git a/website/apps/packages/types.scm b/website/apps/packages/types.scm
index 471da02..f482282 100644
--- a/website/apps/packages/types.scm
+++ b/website/apps/packages/types.scm
@@ -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.
 
diff --git a/website/apps/packages/utils.scm b/website/apps/packages/utils.scm
index be6f29b..fb9d3cf 100644
--- a/website/apps/packages/utils.scm
+++ b/website/apps/packages/utils.scm
@@ -1,24 +1,24 @@
-;;; GuixSD website --- GNU's advanced distro website
+;;; GNU Guix web site
 ;;; Copyright © 2017 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017 Eric Bavier <address@hidden>
 ;;;
 ;;; 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)
diff --git a/website/haunt.scm b/website/haunt.scm
index 9ecdde8..18849ca 100644
--- a/website/haunt.scm
+++ b/website/haunt.scm
@@ -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.
 
diff --git a/website/tests/all.scm b/website/tests/all.scm
index 642b6e0..fd372bb 100644
--- a/website/tests/all.scm
+++ b/website/tests/all.scm
@@ -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.
 
diff --git a/website/tests/apps/aux/lists.scm b/website/tests/apps/aux/lists.scm
index 724f184..8c63f24 100644
--- a/website/tests/apps/aux/lists.scm
+++ b/website/tests/apps/aux/lists.scm
@@ -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.
 
diff --git a/website/tests/apps/aux/numbers.scm 
b/website/tests/apps/aux/numbers.scm
index 7f3b8c7..10db180 100644
--- a/website/tests/apps/aux/numbers.scm
+++ b/website/tests/apps/aux/numbers.scm
@@ -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.
 
diff --git a/website/tests/apps/aux/strings.scm 
b/website/tests/apps/aux/strings.scm
index 60f7edd..264e03b 100644
--- a/website/tests/apps/aux/strings.scm
+++ b/website/tests/apps/aux/strings.scm
@@ -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.
 
diff --git a/website/tests/apps/aux/sxml.scm b/website/tests/apps/aux/sxml.scm
index f637d61..4d1616a 100644
--- a/website/tests/apps/aux/sxml.scm
+++ b/website/tests/apps/aux/sxml.scm
@@ -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.
 
diff --git a/website/tests/apps/aux/system.scm 
b/website/tests/apps/aux/system.scm
index 672e57f..f121ebe 100644
--- a/website/tests/apps/aux/system.scm
+++ b/website/tests/apps/aux/system.scm
@@ -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.
 
diff --git a/website/tests/apps/aux/web.scm b/website/tests/apps/aux/web.scm
index fb40834..78bc20c 100644
--- a/website/tests/apps/aux/web.scm
+++ b/website/tests/apps/aux/web.scm
@@ -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.
 
diff --git a/website/tests/apps/base/types.scm 
b/website/tests/apps/base/types.scm
index df17f3c..15a72a3 100644
--- a/website/tests/apps/base/types.scm
+++ b/website/tests/apps/base/types.scm
@@ -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.
 
diff --git a/website/tests/apps/blog/utils.scm 
b/website/tests/apps/blog/utils.scm
index c023886..eb5d3fb 100644
--- a/website/tests/apps/blog/utils.scm
+++ b/website/tests/apps/blog/utils.scm
@@ -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.
 
diff --git a/website/tests/apps/packages/utils.scm 
b/website/tests/apps/packages/utils.scm
index 63860ae..506f52d 100644
--- a/website/tests/apps/packages/utils.scm
+++ b/website/tests/apps/packages/utils.scm
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]