From ccd16430439e4cfc943fc7bfc40eebbfef0a9195 Mon Sep 17 00:00:00 2001 From: KevinLiang10 <37811973+KevinLiang10@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:47:22 -0500 Subject: [PATCH] add copyright header Signed-off-by: KevinLiang10 <37811973+KevinLiang10@users.noreply.github.com> --- types/netmap/IPServiceMappings.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/netmap/IPServiceMappings.go b/types/netmap/IPServiceMappings.go index 0cd207fb8..4f02924ab 100644 --- a/types/netmap/IPServiceMappings.go +++ b/types/netmap/IPServiceMappings.go @@ -1,3 +1,5 @@ +// Copyright (c) Tailscale Inc & AUTHORS +// SPDX-License-Identifier: BSD-3-Clause package netmap import "net/netip"