From 10d26621bfe1b75eac5b14df7a0ae82d16755a5d Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Thu, 10 Oct 2024 03:38:52 -0700 Subject: [PATCH] Add copyright comment --- gjson.go | 4 ++++ 1 file changed, 4 insertions(+) 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