summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLudovic Courtès <ludovic.courtes@inria.fr>2025-10-24 11:34:38 +0200
committerLudovic Courtès <ludovic.courtes@inria.fr>2025-10-24 16:57:24 +0200
commit878b78a04070344c04587b6113bded0ff812fb84 (patch)
tree3ed7be79498185e44dd74581f2a4664569882f7f /README.rst
parentdbe680ba438ee779cc7696a1dc4ac10e13487697 (diff)
Change license header to a one-line ‘SPDX-License-Identifier’.
This change implements the consensus reached in the group. Changes were made with this ed script: # Match the first empty line. /^$ # Delete everything up to that line. 1,.d # Insert the header. i ;;; SPDX-License-Identifier: GPL-3.0-or-later . # Done. wq Fixes: guix-science/guix-science#196
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d5d6915..17459cf 100644
--- a/README.rst
+++ b/README.rst
@@ -41,9 +41,30 @@ using:
41 41
42.. _Getting Substitutes from Other Servers: https://guix.gnu.org/manual/en/guix.html#Getting-Substitutes-from-Other-Servers 42.. _Getting Substitutes from Other Servers: https://guix.gnu.org/manual/en/guix.html#Getting-Substitutes-from-Other-Servers
43 43
44.. _licensing:
45
46Licensing
47---------
48
49Like Guix itself, Guix-Science is distributed under the terms of the `GNU
50General Public License`, version 3 or (at your option) any later
51version.
52
53A copy of the license is included in the ``COPYING`` file, and each
54source file contains an `SPDX header` confirming its license.
55
56Copyright is held by the diverse group of copyright holders for the many
57contributions made to Guix-Science over time.
58
59.. _GNU General Public License_: https://www.gnu.org/licenses/gpl-3.0
60.. _SPDX header_: https://spdx.dev/learn/handling-license-info/
61
44Contributing 62Contributing
45------------ 63------------
46 64
65Contributors agree to provide their changes under the same license as
66the rest of Guix-Science—see :ref:`licensing`.
67
47We accept software fulfilling the following criteria: 68We accept software fulfilling the following criteria:
48 69
49- `Free and open source`_. Use guix-science-nonfree_ otherwise. 70- `Free and open source`_. Use guix-science-nonfree_ otherwise.