diff --git a/gjson.go b/gjson.go index 5aa2a4f..673be3f 100644 --- a/gjson.go +++ b/gjson.go @@ -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