diff --git a/util/pidowner/pidowner_linux.go b/util/pidowner/pidowner_linux.go index d835e0c54..d2043ff1f 100644 --- a/util/pidowner/pidowner_linux.go +++ b/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 ( diff --git a/util/pidowner/pidowner_windows.go b/util/pidowner/pidowner_windows.go index 95afa0cf2..bac7061ec 100644 --- a/util/pidowner/pidowner_windows.go +++ b/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 (