Browse Source

cmd/uraggregate, cmd/ursrv: Add missing copyright headers

Jakob Borg 7 years ago
parent
commit
323195be0e
5 changed files with 30 additions and 0 deletions
  1. 6 0
      cmd/uraggregate/main.go
  2. 6 0
      cmd/ursrv/analytics.go
  3. 6 0
      cmd/ursrv/compiler_test.go
  4. 6 0
      cmd/ursrv/formatting.go
  5. 6 0
      cmd/ursrv/main.go

+ 6 - 0
cmd/uraggregate/main.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2018 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 https://mozilla.org/MPL/2.0/.
+
 package main
 
 import (

+ 6 - 0
cmd/ursrv/analytics.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2018 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 https://mozilla.org/MPL/2.0/.
+
 package main
 
 import (

+ 6 - 0
cmd/ursrv/compiler_test.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2018 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 https://mozilla.org/MPL/2.0/.
+
 package main
 
 import "testing"

+ 6 - 0
cmd/ursrv/formatting.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2018 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 https://mozilla.org/MPL/2.0/.
+
 package main
 
 import (

+ 6 - 0
cmd/ursrv/main.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2018 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 https://mozilla.org/MPL/2.0/.
+
 package main
 
 import (