summaryrefslogtreecommitdiffstats
path: root/beacon
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 /beacon
parent26c33c4a69bed46744a1af76be6280844b7432f3 (diff)
Add license header
Diffstat (limited to 'beacon')
-rw-r--r--beacon/beacon.go4
-rw-r--r--beacon/debug.go4
-rw-r--r--beacon/doc.go4
3 files changed, 12 insertions, 0 deletions
diff --git a/beacon/beacon.go b/beacon/beacon.go
index e2ae90352d..5f7aa7f4d9 100644
--- a/beacon/beacon.go
+++ b/beacon/beacon.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 beacon
import "net"
diff --git a/beacon/debug.go b/beacon/debug.go
index 07c7c4be6b..a27562e44a 100644
--- a/beacon/debug.go
+++ b/beacon/debug.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 beacon
import (
diff --git a/beacon/doc.go b/beacon/doc.go
index d7e6b1abcf..ce3ce11afa 100644
--- a/beacon/doc.go
+++ b/beacon/doc.go
@@ -1,2 +1,6 @@
+// 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 beacon implements an UDP broadcast beacon
package beacon