From 3fe96b6c327f5d75e983e9449a1d1c57174fb19b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 26 Oct 2022 08:34:13 +0200 Subject: [PATCH] network: change license of examples to MIT-0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- LICENSES/README.md | 2 +- network/80-6rd-tunnel.network | 4 ++-- network/80-container-host0.network | 4 ++-- network/80-container-vb.network | 4 ++-- network/80-container-ve.network | 4 ++-- network/80-container-vz.network | 4 ++-- network/80-ethernet.network.example | 4 ++-- network/80-vm-vt.network | 4 ++-- network/80-wifi-adhoc.network | 4 ++-- network/80-wifi-ap.network.example | 4 ++-- network/80-wifi-station.network.example | 4 ++-- network/99-default.link | 4 ++-- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/LICENSES/README.md b/LICENSES/README.md index 4cb97c6d456..d235b319d85 100644 --- a/LICENSES/README.md +++ b/LICENSES/README.md @@ -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 diff --git a/network/80-6rd-tunnel.network b/network/80-6rd-tunnel.network index 6b9748a072f..fb163e7323f 100644 --- a/network/80-6rd-tunnel.network +++ b/network/80-6rd-tunnel.network @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: MIT-0 # # This config file is installed as part of systemd. -# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). +# It may be freely copied and edited (following the MIT No Attribution license). # # To make local modifications, one of the following methods may be used: # 1. add a drop-in file that extends this file by creating the diff --git a/network/80-container-host0.network b/network/80-container-host0.network index da92b6bd007..30476674ecc 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: MIT-0 # # This config file is installed as part of systemd. -# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). +# It may be freely copied and edited (following the MIT No Attribution license). # # To make local modifications, one of the following methods may be used: # 1. add a drop-in file that extends this file by creating the diff --git a/network/80-container-vb.network b/network/80-container-vb.network index 9908f875806..3a99ab87614 100644 --- a/network/80-container-vb.network +++ b/network/80-container-vb.network @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: MIT-0 # # This config file is installed as part of systemd. -# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). +# It may be freely copied and edited (following the MIT No Attribution license). # # To make local modifications, one of the following methods may be used: # 1. add a drop-in file that extends this file by creating the diff --git a/network/80-container-ve.network b/network/80-container-ve.network index 10441a571cb..d295d131aad 100644 --- a/network/80-container-ve.network +++ b/network/80-container-ve.network @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: MIT-0 # # This config file is installed as part of systemd. -# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). +# It may be freely copied and edited (following the MIT No Attribution license). # # To make local modifications, one of the following methods may be used: # 1. add a drop-in file that extends this file by creating the diff --git a/network/80-container-vz.network b/network/80-container-vz.network index 6861fe7dff1..7d902e78bd5 100644 --- a/network/80-container-vz.network +++ b/network/80-container-vz.network @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: MIT-0 # # This config file is installed as part of systemd. -# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). +# It may be freely copied and edited (following the MIT No Attribution license). # # To make local modifications, one of the following methods may be used: # 1. add a drop-in file that extends this file by creating the diff --git a/network/80-ethernet.network.example b/network/80-ethernet.network.example index 30c710098b1..ce82b25728e 100644 --- a/network/80-ethernet.network.example +++ b/network/80-ethernet.network.example @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: MIT-0 # # This example config file is installed as part of systemd. -# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). +# It may be freely copied and edited (following the MIT No Attribution license). # # To use the file, one of the following methods may be used: # 1. add a symlink from /etc/systemd/network to the current location of this file, diff --git a/network/80-vm-vt.network b/network/80-vm-vt.network index f1cb60fd1be..7979871e2c0 100644 --- a/network/80-vm-vt.network +++ b/network/80-vm-vt.network @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: MIT-0 # # This config file is installed as part of systemd. -# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). +# It may be freely copied and edited (following the MIT No Attribution license). # # To make local modifications, one of the following methods may be used: # 1. add a drop-in file that extends this file by creating the diff --git a/network/80-wifi-adhoc.network b/network/80-wifi-adhoc.network index 3d5ba3cad52..d7a341d018a 100644 --- a/network/80-wifi-adhoc.network +++ b/network/80-wifi-adhoc.network @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: MIT-0 # # This config file is installed as part of systemd. -# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). +# It may be freely copied and edited (following the MIT No Attribution license). # # To make local modifications, one of the following methods may be used: # 1. add a drop-in file that extends this file by creating the diff --git a/network/80-wifi-ap.network.example b/network/80-wifi-ap.network.example index d866f790053..6ea10243126 100644 --- a/network/80-wifi-ap.network.example +++ b/network/80-wifi-ap.network.example @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: MIT-0 # # This example config file is installed as part of systemd. -# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). +# It may be freely copied and edited (following the MIT No Attribution license). # # To use the file, one of the following methods may be used: # 1. add a symlink from /etc/systemd/network to the current location of this file, diff --git a/network/80-wifi-station.network.example b/network/80-wifi-station.network.example index a1cd3530e48..160b4eb5e30 100644 --- a/network/80-wifi-station.network.example +++ b/network/80-wifi-station.network.example @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: MIT-0 # # This example config file is installed as part of systemd. -# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). +# It may be freely copied and edited (following the MIT No Attribution license). # # To use the file, one of the following methods may be used: # 1. add a symlink from /etc/systemd/network to the current location of this file, diff --git a/network/99-default.link b/network/99-default.link index dad91bb1a20..429ac31e806 100644 --- a/network/99-default.link +++ b/network/99-default.link @@ -1,7 +1,7 @@ -# SPDX-License-Identifier: CC0-1.0 +# SPDX-License-Identifier: MIT-0 # # This config file is installed as part of systemd. -# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). +# It may be freely copied and edited (following the MIT No Attribution license). # # To make local modifications, one of the following methods may be used: # 1. add a drop-in file that extends this file by creating the -- 2.47.3