aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-06-19 23:55:57 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-06-19 23:55:57 +0100
commite7df54d2c1eb46a8e913520a6c4034bb879809e6 (patch)
tree6f7ae51869e5059b45a3b839ffa61837aa9fa8f4 /config
parent029f90de6895b68b5f3d1999858b09d055429679 (diff)
add SPDX licensing headers
Diffstat (limited to 'config')
-rw-r--r--config/config.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go
index 2d19506..b31551f 100644
--- a/config/config.go
+++ b/config/config.go
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2020 Ethel Morgan
+//
+// SPDX-License-Identifier: MIT
+
package config
import (