summaryrefslogtreecommitdiffstats
path: root/challenge/c02.go
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-08-29 13:34:17 -0400
committerrsiddharth <s@ricketyspace.net>2020-08-29 13:34:17 -0400
commit64039b454e13191634477f7c48aa5b15da71a746 (patch)
tree83995da8e7b50b20e33f37c403497c34bba2f4a5 /challenge/c02.go
parent9db1426878ff5b81f66d6d73bf69555eb8e5b5d2 (diff)
challenge/c02.go: add license header
Diffstat (limited to 'challenge/c02.go')
-rw-r--r--challenge/c02.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/challenge/c02.go b/challenge/c02.go
index deab152..d8f03c9 100644
--- a/challenge/c02.go
+++ b/challenge/c02.go
@@ -1,3 +1,6 @@
+// Copyright © 2020 rsiddharth <s@ricketyspace.net>
+// SPDX-License-Identifier: ISC
+
package challenge
import (