From 77544cd417ef382d34c2ca2487b831abb10c613b Mon Sep 17 00:00:00 2001 From: "James H. Linder" Date: Thu, 3 Oct 2024 21:58:35 -0400 Subject: [PATCH] util-interval: fix license attribution Seven years ago, the pkg/util/interval/interval.go file had it's license header incorrectly changed to say the license could be found in the /LICENSE file. This commit corrects the header to point at the correct file: licenses/BSD-biogo.txt. Here is the commit that incorrectly changed the license file location: https://github.com/cockroachdb/cockroach/commit/dfd20a10cafb9f6122024050c9adb319f335bbd1#diff-7aa3308cec134c09350fe7c80dc62b35f8b40d0538f6a020a8e8c718bd3c7409 In that commit, all the other files that contained the same original header still pointed to the licenses/BSD-biogo.txt file, which indicates this file was incorrectly changed. Epic: none Release note: none --- pkg/util/interval/interval.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/interval/interval.go b/pkg/util/interval/interval.go index 30c39baec065..fcb9c00db319 100644 --- a/pkg/util/interval/interval.go +++ b/pkg/util/interval/interval.go @@ -1,6 +1,6 @@ // Copyright ©2012 The bíogo Authors. All rights reserved. // Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// license that can be found in licenses/BSD-biogo.txt. // Portions of this file are additionally subject to the following // license and copyright.