diff options
author | Petr Špaček <petr.spacek@nic.cz> | 2020-02-14 15:25:09 +0100 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2020-02-25 09:26:37 +0100 |
commit | cbc3ee6bef1f603786cd56f2967959915be3394d (patch) | |
tree | 7c9bbbfbdf91e8313d90f9604f01e9e67b83c105 /etc | |
parent | treewide: machine readable license for GNU GPLv3+ source code (diff) | |
download | knot-resolver-cbc3ee6bef1f603786cd56f2967959915be3394d.tar.xz knot-resolver-cbc3ee6bef1f603786cd56f2967959915be3394d.zip |
treewide: machine readable license for all the rest
These files did not have GNU GPL v3 boilderplate in them so
I've added machine readable tag with appropriate license.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/config/config.cluster | 1 | ||||
-rw-r--r-- | etc/config/config.docker | 1 | ||||
-rw-r--r-- | etc/config/config.internal | 1 | ||||
-rw-r--r-- | etc/config/config.isp | 1 | ||||
-rw-r--r-- | etc/config/config.personal | 1 | ||||
-rw-r--r-- | etc/config/config.privacy | 1 | ||||
-rw-r--r-- | etc/config/config.splitview | 1 | ||||
-rw-r--r-- | etc/config/meson.build | 1 | ||||
-rw-r--r-- | etc/meson.build | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/etc/config/config.cluster b/etc/config/config.cluster index d8c6c702..742d1a54 100644 --- a/etc/config/config.cluster +++ b/etc/config/config.cluster @@ -1,3 +1,4 @@ +-- SPDX-License-Identifier: CC0-1.0 -- vim:syntax=lua:set ts=4 sw=4: -- Config file example useable for larger resolver farms -- In this case cache should be made as large as possible, and prefetching turned off diff --git a/etc/config/config.docker b/etc/config/config.docker index c8324ca7..eaaffc9b 100644 --- a/etc/config/config.docker +++ b/etc/config/config.docker @@ -1,3 +1,4 @@ +-- SPDX-License-Identifier: CC0-1.0 -- vim:syntax=lua:set ts=4 sw=4: -- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/ diff --git a/etc/config/config.internal b/etc/config/config.internal index ed8b2f1e..53661e01 100644 --- a/etc/config/config.internal +++ b/etc/config/config.internal @@ -1,3 +1,4 @@ +-- SPDX-License-Identifier: CC0-1.0 -- vim:syntax=lua:set ts=4 sw=4: -- Config file example usable for multi-user ISP resolver -- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/ diff --git a/etc/config/config.isp b/etc/config/config.isp index 7d00131b..445754ed 100644 --- a/etc/config/config.isp +++ b/etc/config/config.isp @@ -1,3 +1,4 @@ +-- SPDX-License-Identifier: CC0-1.0 -- vim:syntax=lua:set ts=4 sw=4: -- Config file example usable for ISP resolver -- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/ diff --git a/etc/config/config.personal b/etc/config/config.personal index 791caec4..6b56f11a 100644 --- a/etc/config/config.personal +++ b/etc/config/config.personal @@ -1,3 +1,4 @@ +-- SPDX-License-Identifier: CC0-1.0 -- vim:syntax=lua:set ts=4 sw=4: -- Refer to manual: https://knot-resolver.readthedocs.org/en/stable/ diff --git a/etc/config/config.privacy b/etc/config/config.privacy index c5a92665..3fd9a425 100644 --- a/etc/config/config.privacy +++ b/etc/config/config.privacy @@ -1,3 +1,4 @@ +-- SPDX-License-Identifier: CC0-1.0 -- vim:syntax=lua:set ts=4 sw=4: -- Config file example usable for privacy-preserving resolver -- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/ diff --git a/etc/config/config.splitview b/etc/config/config.splitview index f2b7cd05..8e3fb225 100644 --- a/etc/config/config.splitview +++ b/etc/config/config.splitview @@ -1,3 +1,4 @@ +-- SPDX-License-Identifier: CC0-1.0 -- vim:syntax=lua:set ts=4 sw=4: -- Config file with split-view for internal zone -- Refer to manual: https://knot-resolver.readthedocs.io/en/stable/ diff --git a/etc/config/meson.build b/etc/config/meson.build index e1623b4b..c01debf6 100644 --- a/etc/config/meson.build +++ b/etc/config/meson.build @@ -1,4 +1,5 @@ # etc: config examples +# SPDX-License-Identifier: GPL-3.0-or-later # Install config examples example_configs = [ diff --git a/etc/meson.build b/etc/meson.build index dadb9ef9..31859baf 100644 --- a/etc/meson.build +++ b/etc/meson.build @@ -1,4 +1,5 @@ # etc +# SPDX-License-Identifier: GPL-3.0-or-later etc_files = [] |