Add copyright comment

This commit is contained in:
Josh Baker 2024-10-10 03:38:52 -07:00 committed by GitHub
parent 4a91ee1eba
commit 10d26621bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Copyright 2024 Joshua J Baker. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// Package gjson provides searching for json strings.
package gjson