Bladeren bron

util/pidowner: add two missing copyright headers

Brad Fitzpatrick 5 jaren geleden
bovenliggende
commit
b14288f96c
2 gewijzigde bestanden met toevoegingen van 8 en 0 verwijderingen
  1. 4 0
      util/pidowner/pidowner_linux.go
  2. 4 0
      util/pidowner/pidowner_windows.go

+ 4 - 0
util/pidowner/pidowner_linux.go

@@ -1,3 +1,7 @@
+// Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
 package pidowner
 
 import (

+ 4 - 0
util/pidowner/pidowner_windows.go

@@ -1,3 +1,7 @@
+// Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
 package pidowner
 
 import (