From d9f3505278b0bcf90ef6bab5ca0c6a9889695938 Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Sun, 10 Nov 2019 13:23:20 +0000 Subject: Release config files under CC0-1.0. --- Cargo.toml | 4 ++++ dist/systemd/wgconfd-state@.service | 4 ++++ dist/systemd/wgconfd@.service | 4 ++++ 3 files changed, 12 insertions(+) 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 -- cgit