Skip to content

Commit

Permalink
util-interval: fix license attribution
Browse files Browse the repository at this point in the history
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:

cockroachdb@dfd20a1#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
  • Loading branch information
jlinder committed Oct 4, 2024
1 parent 2b80ff9 commit 77544cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/interval/interval.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 77544cd

Please sign in to comment.