aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2023-08-28 13:59:52 +0200
committerWojtek Kosior <koszko@koszko.org>2023-08-28 13:59:52 +0200
commitfff8841ee32d34e923b08707463808254a720a65 (patch)
tree4aae0d8afd9b7343d3d05e0425ca2c09de1508b3 /README.md
parent66d57678ba0276832449418b6d8f654169563ba9 (diff)
downloadkoszko-org-server-fff8841ee32d34e923b08707463808254a720a65.tar.gz
koszko-org-server-fff8841ee32d34e923b08707463808254a720a65.zip
check in the sample Exim4 config
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index fff53d9..68e5ba0 100644
--- a/README.md
+++ b/README.md
@@ -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.