diff options
author | Mathieu Lirzin <mthl@openmailbox.org> | 2015-05-24 23:33:49 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@openmailbox.org> | 2015-05-25 17:25:45 +0200 |
commit | 69e4a21e068b9c3ba5c90de5aa6ad027fa3891fa (patch) | |
tree | cc9856c996159fabe82a88b7343cdb29cd97026b /website/www | |
parent | 10d7eaf502baa32cdaa162945b5fe79d86240508 (diff) | |
download | guix-artwork-69e4a21e068b9c3ba5c90de5aa6ad027fa3891fa.tar guix-artwork-69e4a21e068b9c3ba5c90de5aa6ad027fa3891fa.tar.gz |
website: Apply GNU AGPL licence.
* website/COPYING: New File.
* website/README: Document it.
* website/www.scm: Attach licence notice.
* website/www/about.scm: Likewise.
* website/www/contribute.scm: Likewise.
* website/www/donate.scm: Likewise.
* website/www/download.scm: Likewise.
* website/www/help.scm: Likewise.
* website/www/packages.scm: Likewise.
* website/www/utils.scm: Likewise.
* website/www/shared.scm: Likewise.
(html-page-footer): Conform to it.
Diffstat (limited to 'website/www')
-rw-r--r-- | website/www/about.scm | 22 | ||||
-rw-r--r-- | website/www/contribute.scm | 21 | ||||
-rw-r--r-- | website/www/donate.scm | 21 | ||||
-rw-r--r-- | website/www/download.scm | 21 | ||||
-rw-r--r-- | website/www/help.scm | 21 | ||||
-rw-r--r-- | website/www/packages.scm | 21 | ||||
-rw-r--r-- | website/www/shared.scm | 34 | ||||
-rw-r--r-- | website/www/utils.scm | 21 |
8 files changed, 178 insertions, 4 deletions
diff --git a/website/www/about.scm b/website/www/about.scm index e9725ab..0d7f09c 100644 --- a/website/www/about.scm +++ b/website/www/about.scm @@ -1,3 +1,25 @@ +;;; GuixSD website --- GNU's advanced distro website +;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> +;;; Copyright © 2015 David Thompson <davet@gnu.org> +;;; Initially written by Felipe López Acevedo <felipe.lopez@openmailbox.org> +;;; who waives all copyright interest on this file. +;;; +;;; This file is part of GuixSD website. +;;; +;;; GuixSD website 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 +;;; 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/>. + (define-module (www about) #:use-module (www utils) #:use-module (www shared) diff --git a/website/www/contribute.scm b/website/www/contribute.scm index 1e891a0..f5f7cdd 100644 --- a/website/www/contribute.scm +++ b/website/www/contribute.scm @@ -1,3 +1,24 @@ +;;; GuixSD website --- GNU's advanced distro website +;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> +;;; Initially written by Felipe López Acevedo <felipe.lopez@openmailbox.org> +;;; who waives all copyright interest on this file. +;;; +;;; This file is part of GuixSD website. +;;; +;;; GuixSD website 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 +;;; 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/>. + (define-module (www contribute) #:use-module (www utils) #:use-module (www shared) diff --git a/website/www/donate.scm b/website/www/donate.scm index f496b46..5fd9ecd 100644 --- a/website/www/donate.scm +++ b/website/www/donate.scm @@ -1,3 +1,24 @@ +;;; GuixSD website --- GNU's advanced distro website +;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> +;;; Initially written by Felipe López Acevedo <felipe.lopez@openmailbox.org> +;;; who waives all copyright interest on this file. +;;; +;;; This file is part of GuixSD website. +;;; +;;; GuixSD website 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 +;;; 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/>. + (define-module (www donate) #:use-module (www utils) #:use-module (www shared) diff --git a/website/www/download.scm b/website/www/download.scm index f9f0d45..f572363 100644 --- a/website/www/download.scm +++ b/website/www/download.scm @@ -1,3 +1,24 @@ +;;; GuixSD website --- GNU's advanced distro website +;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> +;;; Initially written by Felipe López Acevedo <felipe.lopez@openmailbox.org> +;;; who waives all copyright interest on this file. +;;; +;;; This file is part of GuixSD website. +;;; +;;; GuixSD website 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 +;;; 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/>. + (define-module (www download) #:use-module (www utils) #:use-module (www shared) diff --git a/website/www/help.scm b/website/www/help.scm index d1de6b8..2e1a78c 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -1,3 +1,24 @@ +;;; GuixSD website --- GNU's advanced distro website +;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> +;;; Initially written by Felipe López Acevedo <felipe.lopez@openmailbox.org> +;;; who waives all copyright interest on this file. +;;; +;;; This file is part of GuixSD website. +;;; +;;; GuixSD website 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 +;;; 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/>. + (define-module (www help) #:use-module (www utils) #:use-module (www shared) diff --git a/website/www/packages.scm b/website/www/packages.scm index 549a27e..1c5cf87 100644 --- a/website/www/packages.scm +++ b/website/www/packages.scm @@ -1,3 +1,24 @@ +;;; GuixSD website --- GNU's advanced distro website +;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> +;;; Initially written by Felipe López Acevedo <felipe.lopez@openmailbox.org> +;;; who waives all copyright interest on this file. +;;; +;;; This file is part of GuixSD website. +;;; +;;; GuixSD website 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 +;;; 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/>. + (define-module (www packages) #:use-module (www shared) #:export (packages-page)) diff --git a/website/www/shared.scm b/website/www/shared.scm index 69dd608..de959b4 100644 --- a/website/www/shared.scm +++ b/website/www/shared.scm @@ -1,3 +1,24 @@ +;;; GuixSD website --- GNU's advanced distro website +;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> +;;; Initially written by Felipe López Acevedo <felipe.lopez@openmailbox.org> +;;; who waives all copyright interest on this file. +;;; +;;; This file is part of GuixSD website. +;;; +;;; GuixSD website 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 +;;; 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/>. + (define-module (www shared) #:use-module (www utils) #:export (latest-guix-version @@ -63,7 +84,12 @@ GUix Package Manager, Guile Scheme, Functional package management"))) (define (html-page-footer) `(div (@ (id "footer-box")) - "copyleft 2015 GuixSD " - (a (@ (href ,(base-url "contribute")) (class "hlink-yellow")) - "Contributors") - ". Made with " (span (@ (class "metta")) "♥") " by humans.")) + "Made with " (span (@ (class "metta")) "♥") + " by humans. Powered by GNU " + (a (@ (href ,(gnu-url "software/guile")) (class "hlink-yellow")) + "Guile") " under " + (a (@ (href ,(gnu-url "licenses/agpl-3.0.html")) (class "hlink-yellow")) + "AGPL") " license (" + (a (@ (href "http://git.savannah.gnu.org/cgit/guix/guix-artwork.git") + (class "hlink-yellow")) + "Source code") ").")) diff --git a/website/www/utils.scm b/website/www/utils.scm index 6cf1572..fc8d9a6 100644 --- a/website/www/utils.scm +++ b/website/www/utils.scm @@ -1,3 +1,24 @@ +;;; GuixSD website --- GNU's advanced distro website +;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org> +;;; Initially written by Felipe López Acevedo <felipe.lopez@openmailbox.org> +;;; who waives all copyright interest on this file. +;;; +;;; This file is part of GuixSD website. +;;; +;;; GuixSD website 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 +;;; 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/>. + (define-module (www utils) #:export (current-url-root gnu.org-root |