From b14288f96c7038501ad914efa040c5f873cdb40a Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 11 Sep 2020 08:25:23 -0700 Subject: [PATCH] util/pidowner: add two missing copyright headers --- util/pidowner/pidowner_linux.go | 4 ++++ util/pidowner/pidowner_windows.go | 4 ++++ 2 files changed, 8 insertions(+) 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 (