1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-26 17:27:41 +03:00

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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-01-11 17:52:35 +01:00
parent ae527ed688
commit 418e1f2892
9 changed files with 81 additions and 48 deletions

View File

@ -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

View File

@ -1,11 +1,15 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# SPDX-License-Identifier: CC0-1.0
#
# This file is part of systemd.
# 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).
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# 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
# /etc/systemd/network/80-6rd-tunnel.network.d/ directory and creating a
# new .conf file there.
# 2. copy this file into /etc/systemd/network or one of the other paths checked
# by systemd-networkd and edit it there.
# This file should not be edited in place, because it'll be overwritten on upgrades.
# This network file matches 6rd-* SIT devices which is automatically created by
# systemd-networkd when DHCPv4 6RD option is received.

View File

@ -1,11 +1,15 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# SPDX-License-Identifier: CC0-1.0
#
# This file is part of systemd.
# 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).
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# 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
# /etc/systemd/network/80-container-host0.network.d/ directory and creating a
# new .conf file there.
# 2. copy this file into /etc/systemd/network or one of the other paths checked
# by systemd-networkd and edit it there.
# This file should not be edited in place, because it'll be overwritten on upgrades.
# This network file matches the container-side of the virtual Ethernet link
# created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for

View File

@ -1,11 +1,15 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# SPDX-License-Identifier: CC0-1.0
#
# This file is part of systemd.
# 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).
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# 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
# /etc/systemd/network/80-container-vb.network.d/ directory and creating a
# new .conf file there.
# 2. copy this file into /etc/systemd/network or one of the other paths checked
# by systemd-networkd and edit it there.
# This file should not be edited in place, because it'll be overwritten on upgrades.
# This network file matches the host-side of the virtual Ethernet link
# created by systemd-nspawn's --network-veth switch with --network-bridge or

View File

@ -1,11 +1,15 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# SPDX-License-Identifier: CC0-1.0
#
# This file is part of systemd.
# 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).
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# 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
# /etc/systemd/network/80-container-ve.network.d/ directory and creating a
# new .conf file there.
# 2. copy this file into /etc/systemd/network or one of the other paths checked
# by systemd-networkd and edit it there.
# This file should not be edited in place, because it'll be overwritten on upgrades.
# This network file matches the host-side of the virtual Ethernet link
# created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for

View File

@ -1,11 +1,15 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# SPDX-License-Identifier: CC0-1.0
#
# This file is part of systemd.
# 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).
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# 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
# /etc/systemd/network/80-container-vz.network.d/ directory and creating a
# new .conf file there.
# 2. copy this file into /etc/systemd/network or one of the other paths checked
# by systemd-networkd and edit it there.
# This file should not be edited in place, because it'll be overwritten on upgrades.
# This network file matches the bridge interface created by systemd-nspawn's
# --network-zone= switch. See systemd-nspawn(1) for details.

View File

@ -1,11 +1,15 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# SPDX-License-Identifier: CC0-1.0
#
# This file is part of systemd.
# 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).
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# 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
# /etc/systemd/network/80-vm-vt.network.d/ directory and creating a
# new .conf file there.
# 2. copy this file into /etc/systemd/network or one of the other paths checked
# by systemd-networkd and edit it there.
# This file should not be edited in place, because it'll be overwritten on upgrades.
# This network file matches vt-* TUN/TAP devices and applies a similar
# configuration as ve-* to provide NAT/DHCP to VMs.

View File

@ -1,11 +1,15 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# SPDX-License-Identifier: CC0-1.0
#
# This file is part of systemd.
# 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).
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# 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
# /etc/systemd/network/80-wifi-adhoc.network.d/ directory and creating a
# new .conf file there.
# 2. copy this file into /etc/systemd/network or one of the other paths checked
# by systemd-networkd and edit it there.
# This file should not be edited in place, because it'll be overwritten on upgrades.
[Match]
Type=wlan

View File

@ -1,11 +1,15 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# SPDX-License-Identifier: CC0-1.0
#
# This file is part of systemd.
# 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).
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# 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
# /etc/systemd/network/99-default.link.d/ directory and creating a
# new .conf file there.
# 2. copy this file into /etc/systemd/network or one of the other paths checked
# by systemd-udevd and edit it there.
# This file should not be edited in place, because it'll be overwritten on upgrades.
[Match]
OriginalName=*