diff options
Diffstat (limited to 'compat/json/borrowed_decode_test.go')
-rw-r--r-- | compat/json/borrowed_decode_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/json/borrowed_decode_test.go b/compat/json/borrowed_decode_test.go index dd9c344..38e2a1d 100644 --- a/compat/json/borrowed_decode_test.go +++ b/compat/json/borrowed_decode_test.go @@ -1,6 +1,8 @@ // Copyright 2010 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 json |