From 8f0fd01efddb4682af79eb8a7ae7fd4910ad1d69 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 9 Mar 2020 11:07:31 -0700 Subject: [PATCH] net/dnscache: add copyright header to test --- net/dnscache/dnscache_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/dnscache/dnscache_test.go b/net/dnscache/dnscache_test.go index e6969da14..96e1cc8a5 100644 --- a/net/dnscache/dnscache_test.go +++ b/net/dnscache/dnscache_test.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 dnscache import (