summaryrefslogtreecommitdiffstats
path: root/cid
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-06-01 22:50:14 +0200
committerJakob Borg <jakob@nym.se>2014-06-01 22:50:14 +0200
commit843fd9bdbde55c382b66a13017a6461e9592d83d (patch)
treeaddc942727b1b7d79d85bf2037b6c0d9c0214c64 /cid
parent26c33c4a69bed46744a1af76be6280844b7432f3 (diff)
Add license header
Diffstat (limited to 'cid')
-rw-r--r--cid/cid.go4
-rw-r--r--cid/cid_test.go4
2 files changed, 8 insertions, 0 deletions
diff --git a/cid/cid.go b/cid/cid.go
index 8295a81ed1..a47a1240a5 100644
--- a/cid/cid.go
+++ b/cid/cid.go
@@ -1,3 +1,7 @@
+// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
+// Use of this source code is governed by an MIT-style license that can be
+// found in the LICENSE file.
+
// Package cid provides a manager for mappings between node ID:s and connection ID:s.
package cid
diff --git a/cid/cid_test.go b/cid/cid_test.go
index 37f64716d5..81a26dccdb 100644
--- a/cid/cid_test.go
+++ b/cid/cid_test.go
@@ -1,3 +1,7 @@
+// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
+// Use of this source code is governed by an MIT-style license that can be
+// found in the LICENSE file.
+
package cid
import "testing"