ソースを参照

Further forgotten copyright notices

Jakob Borg 10 年 前
コミット
185b0690c8
2 ファイル変更12 行追加0 行削除
  1. 6 0
      lib/discover/global.go
  2. 6 0
      lib/discover/global_test.go

+ 6 - 0
lib/discover/global.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2015 The Syncthing Authors.
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this file,
+// You can obtain one at http://mozilla.org/MPL/2.0/.
+
 package discover
 
 import (

+ 6 - 0
lib/discover/global_test.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2015 The Syncthing Authors.
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this file,
+// You can obtain one at http://mozilla.org/MPL/2.0/.
+
 package discover
 
 import (