summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/example.service3
-rw-r--r--example/example.socket3
-rw-r--r--example/main.go3
3 files changed, 9 insertions, 0 deletions
diff --git a/example/example.service b/example/example.service
index c02b755..7a58333 100644
--- a/example/example.service
+++ b/example/example.service
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: © 2021 Grégoire Duchêne <gduchene@awhk.org>
+# SPDX-License-Identifier: ISC
+
[Unit]
Description=gosdd Example Service
diff --git a/example/example.socket b/example/example.socket
index 467e437..8e5cdb6 100644
--- a/example/example.socket
+++ b/example/example.socket
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: © 2021 Grégoire Duchêne <gduchene@awhk.org>
+# SPDX-License-Identifier: ISC
+
[Unit]
Description=gosdd Example Socket
diff --git a/example/main.go b/example/main.go
index 66eace2..9cd0d05 100644
--- a/example/main.go
+++ b/example/main.go
@@ -1,3 +1,6 @@
+// SPDX-FileCopyrightText: © 2021 Grégoire Duchêne <gduchene@awhk.org>
+// SPDX-License-Identifier: ISC
+
// This implements a simple example that can be tested on a machine
// running systemd.
package main