X Tutup
Skip to content

Commit 418e1f2

Browse files
committed
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.
1 parent ae527ed commit 418e1f2

File tree

9 files changed

+81
-48
lines changed

9 files changed

+81
-48
lines changed

LICENSES/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The following exceptions apply:
4848
- src/systemctl/systemd-sysv-install.SKELETON
4949
- tools/check-includes.pl
5050
- all examples under man/
51+
- config files and examples under /network
5152
* the following sources are under **Public Domain** (LicenseRef-murmurhash2-public-domain):
5253
- src/basic/MurmurHash2.c
5354
- src/basic/MurmurHash2.h

network/80-6rd-tunnel.network

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# SPDX-License-Identifier: LGPL-2.1-or-later
1+
# SPDX-License-Identifier: CC0-1.0
22
#
3-
# This file is part of systemd.
3+
# This config file is installed as part of systemd.
4+
# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
45
#
5-
# systemd is free software; you can redistribute it and/or modify it
6-
# under the terms of the GNU Lesser General Public License as published by
7-
# the Free Software Foundation; either version 2.1 of the License, or
8-
# (at your option) any later version.
6+
# To make local modifications, one of the following methods may be used:
7+
# 1. add a drop-in file that extends this file by creating the
8+
# /etc/systemd/network/80-6rd-tunnel.network.d/ directory and creating a
9+
# new .conf file there.
10+
# 2. copy this file into /etc/systemd/network or one of the other paths checked
11+
# by systemd-networkd and edit it there.
12+
# This file should not be edited in place, because it'll be overwritten on upgrades.
913

1014
# This network file matches 6rd-* SIT devices which is automatically created by
1115
# systemd-networkd when DHCPv4 6RD option is received.

network/80-container-host0.network

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# SPDX-License-Identifier: LGPL-2.1-or-later
1+
# SPDX-License-Identifier: CC0-1.0
22
#
3-
# This file is part of systemd.
3+
# This config file is installed as part of systemd.
4+
# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
45
#
5-
# systemd is free software; you can redistribute it and/or modify it
6-
# under the terms of the GNU Lesser General Public License as published by
7-
# the Free Software Foundation; either version 2.1 of the License, or
8-
# (at your option) any later version.
6+
# To make local modifications, one of the following methods may be used:
7+
# 1. add a drop-in file that extends this file by creating the
8+
# /etc/systemd/network/80-container-host0.network.d/ directory and creating a
9+
# new .conf file there.
10+
# 2. copy this file into /etc/systemd/network or one of the other paths checked
11+
# by systemd-networkd and edit it there.
12+
# This file should not be edited in place, because it'll be overwritten on upgrades.
913

1014
# This network file matches the container-side of the virtual Ethernet link
1115
# created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for

network/80-container-vb.network

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# SPDX-License-Identifier: LGPL-2.1-or-later
1+
# SPDX-License-Identifier: CC0-1.0
22
#
3-
# This file is part of systemd.
3+
# This config file is installed as part of systemd.
4+
# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
45
#
5-
# systemd is free software; you can redistribute it and/or modify it
6-
# under the terms of the GNU Lesser General Public License as published by
7-
# the Free Software Foundation; either version 2.1 of the License, or
8-
# (at your option) any later version.
6+
# To make local modifications, one of the following methods may be used:
7+
# 1. add a drop-in file that extends this file by creating the
8+
# /etc/systemd/network/80-container-vb.network.d/ directory and creating a
9+
# new .conf file there.
10+
# 2. copy this file into /etc/systemd/network or one of the other paths checked
11+
# by systemd-networkd and edit it there.
12+
# This file should not be edited in place, because it'll be overwritten on upgrades.
913

1014
# This network file matches the host-side of the virtual Ethernet link
1115
# created by systemd-nspawn's --network-veth switch with --network-bridge or

network/80-container-ve.network

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# SPDX-License-Identifier: LGPL-2.1-or-later
1+
# SPDX-License-Identifier: CC0-1.0
22
#
3-
# This file is part of systemd.
3+
# This config file is installed as part of systemd.
4+
# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
45
#
5-
# systemd is free software; you can redistribute it and/or modify it
6-
# under the terms of the GNU Lesser General Public License as published by
7-
# the Free Software Foundation; either version 2.1 of the License, or
8-
# (at your option) any later version.
6+
# To make local modifications, one of the following methods may be used:
7+
# 1. add a drop-in file that extends this file by creating the
8+
# /etc/systemd/network/80-container-ve.network.d/ directory and creating a
9+
# new .conf file there.
10+
# 2. copy this file into /etc/systemd/network or one of the other paths checked
11+
# by systemd-networkd and edit it there.
12+
# This file should not be edited in place, because it'll be overwritten on upgrades.
913

1014
# This network file matches the host-side of the virtual Ethernet link
1115
# created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for

network/80-container-vz.network

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# SPDX-License-Identifier: LGPL-2.1-or-later
1+
# SPDX-License-Identifier: CC0-1.0
22
#
3-
# This file is part of systemd.
3+
# This config file is installed as part of systemd.
4+
# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
45
#
5-
# systemd is free software; you can redistribute it and/or modify it
6-
# under the terms of the GNU Lesser General Public License as published by
7-
# the Free Software Foundation; either version 2.1 of the License, or
8-
# (at your option) any later version.
6+
# To make local modifications, one of the following methods may be used:
7+
# 1. add a drop-in file that extends this file by creating the
8+
# /etc/systemd/network/80-container-vz.network.d/ directory and creating a
9+
# new .conf file there.
10+
# 2. copy this file into /etc/systemd/network or one of the other paths checked
11+
# by systemd-networkd and edit it there.
12+
# This file should not be edited in place, because it'll be overwritten on upgrades.
913

1014
# This network file matches the bridge interface created by systemd-nspawn's
1115
# --network-zone= switch. See systemd-nspawn(1) for details.

network/80-vm-vt.network

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# SPDX-License-Identifier: LGPL-2.1-or-later
1+
# SPDX-License-Identifier: CC0-1.0
22
#
3-
# This file is part of systemd.
3+
# This config file is installed as part of systemd.
4+
# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
45
#
5-
# systemd is free software; you can redistribute it and/or modify it
6-
# under the terms of the GNU Lesser General Public License as published by
7-
# the Free Software Foundation; either version 2.1 of the License, or
8-
# (at your option) any later version.
6+
# To make local modifications, one of the following methods may be used:
7+
# 1. add a drop-in file that extends this file by creating the
8+
# /etc/systemd/network/80-vm-vt.network.d/ directory and creating a
9+
# new .conf file there.
10+
# 2. copy this file into /etc/systemd/network or one of the other paths checked
11+
# by systemd-networkd and edit it there.
12+
# This file should not be edited in place, because it'll be overwritten on upgrades.
913

1014
# This network file matches vt-* TUN/TAP devices and applies a similar
1115
# configuration as ve-* to provide NAT/DHCP to VMs.

network/80-wifi-adhoc.network

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# SPDX-License-Identifier: LGPL-2.1-or-later
1+
# SPDX-License-Identifier: CC0-1.0
22
#
3-
# This file is part of systemd.
3+
# This config file is installed as part of systemd.
4+
# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
45
#
5-
# systemd is free software; you can redistribute it and/or modify it
6-
# under the terms of the GNU Lesser General Public License as published by
7-
# the Free Software Foundation; either version 2.1 of the License, or
8-
# (at your option) any later version.
6+
# To make local modifications, one of the following methods may be used:
7+
# 1. add a drop-in file that extends this file by creating the
8+
# /etc/systemd/network/80-wifi-adhoc.network.d/ directory and creating a
9+
# new .conf file there.
10+
# 2. copy this file into /etc/systemd/network or one of the other paths checked
11+
# by systemd-networkd and edit it there.
12+
# This file should not be edited in place, because it'll be overwritten on upgrades.
913

1014
[Match]
1115
Type=wlan

network/99-default.link

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# SPDX-License-Identifier: LGPL-2.1-or-later
1+
# SPDX-License-Identifier: CC0-1.0
22
#
3-
# This file is part of systemd.
3+
# This config file is installed as part of systemd.
4+
# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
45
#
5-
# systemd is free software; you can redistribute it and/or modify it
6-
# under the terms of the GNU Lesser General Public License as published by
7-
# the Free Software Foundation; either version 2.1 of the License, or
8-
# (at your option) any later version.
6+
# To make local modifications, one of the following methods may be used:
7+
# 1. add a drop-in file that extends this file by creating the
8+
# /etc/systemd/network/99-default.link.d/ directory and creating a
9+
# new .conf file there.
10+
# 2. copy this file into /etc/systemd/network or one of the other paths checked
11+
# by systemd-udevd and edit it there.
12+
# This file should not be edited in place, because it'll be overwritten on upgrades.
913

1014
[Match]
1115
OriginalName=*

0 commit comments

Comments
 (0)
X Tutup