From d13e4dc8b0c67e6e1daea3dda455ed264bc63dc4 Mon Sep 17 00:00:00 2001 From: "James H. Linder" Date: Fri, 8 Nov 2024 02:53:08 +0000 Subject: [PATCH] licenses: point at the correct file in license refs The licenses/BSD-biogo.txt file moved in a prior commit. This fixes the source files that reference that file to instead reference the current location of the file: licenses/BSD3-biogo.store.llrb.txt. Part of CRDB-43871 Release note: None --- pkg/util/interval/bu23.go | 2 +- pkg/util/interval/interval.go | 2 +- pkg/util/interval/llrb_based_interval.go | 2 +- pkg/util/interval/td234.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/util/interval/bu23.go b/pkg/util/interval/bu23.go index a9e2fa5cc2aa..e55c75d6d41d 100644 --- a/pkg/util/interval/bu23.go +++ b/pkg/util/interval/bu23.go @@ -5,7 +5,7 @@ // Copyright ©2014 The bíogo Authors. All rights reserved. // Use of this source code is governed by a BSD-style -// license that can be found in licenses/BSD-biogo.txt. +// license that can be found in licenses/BSD3-biogo.store.llrb.txt. // This code originated in the github.com/biogo/store/interval package. diff --git a/pkg/util/interval/interval.go b/pkg/util/interval/interval.go index fcb9c00db319..0d8064147e76 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 licenses/BSD-biogo.txt. +// license that can be found in licenses/BSD3-biogo.store.llrb.txt. // Portions of this file are additionally subject to the following // license and copyright. diff --git a/pkg/util/interval/llrb_based_interval.go b/pkg/util/interval/llrb_based_interval.go index c3168395003d..59373b558def 100644 --- a/pkg/util/interval/llrb_based_interval.go +++ b/pkg/util/interval/llrb_based_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 licenses/BSD-biogo.txt. +// license that can be found in licenses/BSD3-biogo.store.llrb.txt. // Portions of this file are additionally subject to the following // license and copyright. diff --git a/pkg/util/interval/td234.go b/pkg/util/interval/td234.go index ab7e2cabe565..ece0ba61b2db 100644 --- a/pkg/util/interval/td234.go +++ b/pkg/util/interval/td234.go @@ -5,7 +5,7 @@ // Copyright ©2014 The bíogo Authors. All rights reserved. // Use of this source code is governed by a BSD-style -// license that can be found in licenses/BSD-biogo.txt. +// license that can be found in licenses/BSD3-biogo.store.llrb.txt. // This code originated in the github.com/biogo/store/interval package.