util/pidowner: add two missing copyright headers

main
Brad Fitzpatrick 6 years ago
parent 23f01174ea
commit b14288f96c
  1. 4
      util/pidowner/pidowner_linux.go
  2. 4
      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 (

@ -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 (

Loading…
Cancel
Save