summaryrefslogtreecommitdiff
path: root/website/www/contribute.scm
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@openmailbox.org>2015-05-24 23:33:49 +0200
committerMathieu Lirzin <mthl@openmailbox.org>2015-05-25 17:25:45 +0200
commit69e4a21e068b9c3ba5c90de5aa6ad027fa3891fa (patch)
treecc9856c996159fabe82a88b7343cdb29cd97026b /website/www/contribute.scm
parent10d7eaf502baa32cdaa162945b5fe79d86240508 (diff)
downloadguix-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/contribute.scm')
-rw-r--r--website/www/contribute.scm21
1 files changed, 21 insertions, 0 deletions
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)