summaryrefslogtreecommitdiffstats
path: root/versioner
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 /versioner
parent26c33c4a69bed46744a1af76be6280844b7432f3 (diff)
Add license header
Diffstat (limited to 'versioner')
-rw-r--r--versioner/debug.go4
-rw-r--r--versioner/simple.go4
-rw-r--r--versioner/versioner.go4
3 files changed, 12 insertions, 0 deletions
diff --git a/versioner/debug.go b/versioner/debug.go
index 6b5fda4273..70cf91be2b 100644
--- a/versioner/debug.go
+++ b/versioner/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 versioner
import (
diff --git a/versioner/simple.go b/versioner/simple.go
index c1f36eb485..5d9bea94fe 100644
--- a/versioner/simple.go
+++ b/versioner/simple.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 versioner
import (
diff --git a/versioner/versioner.go b/versioner/versioner.go
index 19cb7c71c8..9aedde30c7 100644
--- a/versioner/versioner.go
+++ b/versioner/versioner.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 versioner
type Versioner interface {