diff --git a/internal/treeprinter/tree_printer.go b/internal/treeprinter/tree_printer.go index c2218fa018..128b784135 100644 --- a/internal/treeprinter/tree_printer.go +++ b/internal/treeprinter/tree_printer.go @@ -1,12 +1,6 @@ -// Copyright 2017 The Cockroach Authors. -// -// Use of this software is governed by the Business Source License -// included in the file licenses/BSL.txt. -// -// As of the Change Date specified in that file, in accordance with -// the Business Source License, use of this software will be governed -// by the Apache License, Version 2.0, included in the file -// licenses/APL.txt. +// Copyright 2024 The LevelDB-Go and Pebble Authors. All rights reserved. Use +// of this source code is governed by a BSD-style license that can be found in +// the LICENSE file. package treeprinter diff --git a/internal/treeprinter/tree_printer_test.go b/internal/treeprinter/tree_printer_test.go index 8972ae4261..3f8194f762 100644 --- a/internal/treeprinter/tree_printer_test.go +++ b/internal/treeprinter/tree_printer_test.go @@ -1,12 +1,6 @@ -// Copyright 2017 The Cockroach Authors. -// -// Use of this software is governed by the Business Source License -// included in the file licenses/BSL.txt. -// -// As of the Change Date specified in that file, in accordance with -// the Business Source License, use of this software will be governed -// by the Apache License, Version 2.0, included in the file -// licenses/APL.txt. +// Copyright 2024 The LevelDB-Go and Pebble Authors. All rights reserved. Use +// of this source code is governed by a BSD-style license that can be found in +// the LICENSE file. package treeprinter