diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-19 23:55:57 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-19 23:55:57 +0100 |
commit | e7df54d2c1eb46a8e913520a6c4034bb879809e6 (patch) | |
tree | 6f7ae51869e5059b45a3b839ffa61837aa9fa8f4 /config/config.go | |
parent | 029f90de6895b68b5f3d1999858b09d055429679 (diff) |
add SPDX licensing headers
Diffstat (limited to 'config/config.go')
-rw-r--r-- | config/config.go | 4 |
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 ( |