network: change license of examples to MIT-0

Arguably, CC0 is just fine for examples since they are not code. But it's
easier to be consistent and just use MIT-0 for all "documentation". Thus,
the license is changed similarly code examples under man/.

Based on 'git shortlog -ns network/*' and 'git log -p', the following folks
should ack this:
  Zbigniew Jędrzejewski-Szmek
  Lennart Poettering
  Tom Gundersen
  Yu Watanabe
  Daan De Meyer
  Marc-André Lureau
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2022-10-26 08:34:13 +02:00
parent 58b415ae61
commit 3fe96b6c32
12 changed files with 23 additions and 23 deletions

View File

@@ -46,10 +46,10 @@ The following exceptions apply:
- src/basic/siphash24.c
- src/basic/siphash24.h
- tools/check-includes.pl
- config files and examples under /network
* the following sources are licensed under the **MIT-0** license:
- all examples under man/
- src/systemctl/systemd-sysv-install.SKELETON
- 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