aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2019-11-10 13:23:20 +0000
committerHristo Venev <hristo@venev.name>2019-11-10 13:23:44 +0000
commitd9f3505278b0bcf90ef6bab5ca0c6a9889695938 (patch)
tree63256312ce98e0e1a22a1f8346608e2ec73f5291
parent0e8f78d4a2c6ca7adcc1817d731075b4e888b26c (diff)
Release config files under CC0-1.0.
-rw-r--r--Cargo.toml4
-rw-r--r--dist/systemd/wgconfd-state@.service4
-rw-r--r--dist/systemd/wgconfd@.service4
3 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7b0fe8..1b1daed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,7 @@
+# SPDX-License-Identifier: CC0-1.0
+#
+# Copyright 2019 Hristo Venev
+
[package]
name = "wgconfd"
version = "0.2.1"
diff --git a/dist/systemd/wgconfd-state@.service b/dist/systemd/wgconfd-state@.service
index 6aed8e8..50e1943 100644
--- a/dist/systemd/wgconfd-state@.service
+++ b/dist/systemd/wgconfd-state@.service
@@ -1,3 +1,7 @@
+# SPDX-License-Identifier: CC0-1.0
+#
+# Copyright 2019 Hristo Venev
+
[Unit]
Description=WireGuard runtime state for %i
diff --git a/dist/systemd/wgconfd@.service b/dist/systemd/wgconfd@.service
index 971681d..16b6029 100644
--- a/dist/systemd/wgconfd@.service
+++ b/dist/systemd/wgconfd@.service
@@ -1,3 +1,7 @@
+# SPDX-License-Identifier: CC0-1.0
+#
+# Copyright 2019 Hristo Venev
+
[Unit]
Description=WireGuard configuration daemon on %i
Wants=network.target