diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-13 21:42:34 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-04-22 11:50:26 +0900 |
| commit | 7dec6c9efa627905e5b481e3a0f1fa9df29ec69b (patch) | |
| tree | a53770d9b28f3100c3d8772b25830e0043d9354e /README | |
| parent | b1050189c0d9cf9ec0ed850f6ece266d7b3f1802 (diff) | |
README: Mention ranges are OK in copyright notices.
Change-Id: I8495c84f9ab462bcc64dae39acca5a8460c4b200
Diffstat (limited to 'README')
| -rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -108,3 +108,18 @@ but exposes all the API as Scheme. | |||
| 108 | - The [[https://www.gnu.org/s/gsrc/][GNU Source Release Collection]] (GSRC) is a user-land software | 108 | - The [[https://www.gnu.org/s/gsrc/][GNU Source Release Collection]] (GSRC) is a user-land software |
| 109 | distribution; unlike Guix, it relies on core tools available on the | 109 | distribution; unlike Guix, it relies on core tools available on the |
| 110 | host system | 110 | host system |
| 111 | |||
| 112 | * Copyright Notices | ||
| 113 | |||
| 114 | GNU Guix is made available under the GNU GPL version 3 or later license, and | ||
| 115 | authors retain their copyright. For copyright notices, we adhere to the | ||
| 116 | guidance documented in (info "(maintain) Copyright Notices"), and explicitly | ||
| 117 | allow ranges instead of individual years. Here's an example of the preferred | ||
| 118 | style used for copyright notices in source file headers: | ||
| 119 | |||
| 120 | #+begin_comment | ||
| 121 | Copyright © 2019-2023, 2025 Your Name <your@email.com> | ||
| 122 | #+end_comment | ||
| 123 | |||
| 124 | Meaning there were copyright-able changes made for the years 2019, 2020, 2021, | ||
| 125 | 2022, 2023 and 2025. | ||
