summaryrefslogtreecommitdiffstats
path: root/config
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 /config
parent26c33c4a69bed46744a1af76be6280844b7432f3 (diff)
Add license header
Diffstat (limited to 'config')
-rw-r--r--config/config.go4
-rw-r--r--config/config_test.go4
2 files changed, 8 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go
index d0c28e7d16..d4f64f5c15 100644
--- a/config/config.go
+++ b/config/config.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 config implements reading and writing of the syncthing configuration file.
package config
diff --git a/config/config_test.go b/config/config_test.go
index 3367836cda..dd876d5252 100644
--- a/config/config_test.go
+++ b/config/config_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 config
import (