summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@datawire.io>2022-09-19 00:53:53 -0600
committerLuke Shumaker <lukeshu@datawire.io>2022-09-19 00:53:53 -0600
commit44702ccd4a8365f4addfb1aafae4b5bbbb3a8614 (patch)
treede4fff781f19d79e299f693e07ba5f12febc1ebc /internal
parent8cf459090af5a4e5db0f8c9a4ac21667029f8639 (diff)
Give every .go file an SPDX-License-Identifier
Diffstat (limited to 'internal')
-rw-r--r--internal/borrowed_tags.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/borrowed_tags.go b/internal/borrowed_tags.go
index 6bbb36d..6eaf5da 100644
--- a/internal/borrowed_tags.go
+++ b/internal/borrowed_tags.go
@@ -1,6 +1,8 @@
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//
+// SPDX-License-Identifier: BSD-3-Clause
package internal // MODIFIED: changed package name