summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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.