diff options
| author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2025-10-24 11:34:38 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludovic.courtes@inria.fr> | 2025-10-24 16:57:24 +0200 |
| commit | 878b78a04070344c04587b6113bded0ff812fb84 (patch) | |
| tree | 3ed7be79498185e44dd74581f2a4664569882f7f /README.rst | |
| parent | dbe680ba438ee779cc7696a1dc4ac10e13487697 (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.rst | 21 |
1 files changed, 21 insertions, 0 deletions
| @@ -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 | |||
| 46 | Licensing | ||
| 47 | --------- | ||
| 48 | |||
| 49 | Like Guix itself, Guix-Science is distributed under the terms of the `GNU | ||
| 50 | General Public License`, version 3 or (at your option) any later | ||
| 51 | version. | ||
| 52 | |||
| 53 | A copy of the license is included in the ``COPYING`` file, and each | ||
| 54 | source file contains an `SPDX header` confirming its license. | ||
| 55 | |||
| 56 | Copyright is held by the diverse group of copyright holders for the many | ||
| 57 | contributions 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 | |||
| 44 | Contributing | 62 | Contributing |
| 45 | ------------ | 63 | ------------ |
| 46 | 64 | ||
| 65 | Contributors agree to provide their changes under the same license as | ||
| 66 | the rest of Guix-Science—see :ref:`licensing`. | ||
| 67 | |||
| 47 | We accept software fulfilling the following criteria: | 68 | We 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. |
