diff options
Diffstat (limited to 'compat/json/borrowed_number_test.go')
-rw-r--r-- | compat/json/borrowed_number_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/json/borrowed_number_test.go b/compat/json/borrowed_number_test.go index cc67018..f18f74e 100644 --- a/compat/json/borrowed_number_test.go +++ b/compat/json/borrowed_number_test.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 json |