diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-01-11 17:52:35 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-01-12 16:05:59 +0100 |
commit | 418e1f2892290bbbf58cd8ceb87ab6a07f32fe3e (patch) | |
tree | f1c40fe5491e742b7c3a9a9d913d26b143c5982e /LICENSES/README.md | |
parent | network: say that our example files are licensed as CC0 (diff) | |
download | systemd-418e1f2892290bbbf58cd8ceb87ab6a07f32fe3e.tar.xz systemd-418e1f2892290bbbf58cd8ceb87ab6a07f32fe3e.zip |
network: license all config files as CC0
Same justification as the previous commit.
$ for i in network/*-*; do git blame $i;done | less
shows that those files were written by Tom Gundersen, Lennart Poettering, Yu
Watanabe, me, and Marc-André Lureau.
Diffstat (limited to 'LICENSES/README.md')
-rw-r--r-- | LICENSES/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LICENSES/README.md b/LICENSES/README.md index 2f825c44be..69ef2d6315 100644 --- a/LICENSES/README.md +++ b/LICENSES/README.md @@ -48,6 +48,7 @@ The following exceptions apply: - src/systemctl/systemd-sysv-install.SKELETON - tools/check-includes.pl - all examples under man/ + - config files and examples under /network * the following sources are under **Public Domain** (LicenseRef-murmurhash2-public-domain): - src/basic/MurmurHash2.c - src/basic/MurmurHash2.h |