diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -45,7 +45,7 @@ sudo systemctl start guix-container or by the good old SysV init with ```shell -suso service guix-container start +sudo service guix-container start ``` You can of course also use other systemd or SysV init commands to manage the @@ -56,7 +56,12 @@ available. ## Copying -Contents of this repository are Copyright (C) 2022 Wojtek Kosior. -The repository is [REUSE](https://reuse.software/)-compliant. Please look at -the SPDX identifiers to determine the licensing of particular files or use the -`reuse spdx` command to get a complete report. +The configuration as a whole is available under GPL-2.0-or-later. +Most of the code is Copyright (C) 2022-2023 Wojtek Kosior — this part is +additionally available under the terms of CC0-1.0. +This repository is [REUSE](https://reuse.software/)-compliant. +Please look at the SPDX identifiers to determine the licensing of particular +files or use the `reuse spdx` command to get a complete report. + +The above only concerns the contents of this git repository. +The subrepos linked from here may be governed by different distribution terms. |