Skip to content

Commit 6637383

Browse files
committed
treeprinter: fix license
1 parent 7b047cd commit 6637383

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

internal/treeprinter/tree_printer.go

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
// Copyright 2017 The Cockroach Authors.
2-
//
3-
// Use of this software is governed by the Business Source License
4-
// included in the file licenses/BSL.txt.
5-
//
6-
// As of the Change Date specified in that file, in accordance with
7-
// the Business Source License, use of this software will be governed
8-
// by the Apache License, Version 2.0, included in the file
9-
// licenses/APL.txt.
1+
// Copyright 2024 The LevelDB-Go and Pebble Authors. All rights reserved. Use
2+
// of this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
104

115
package treeprinter
126

internal/treeprinter/tree_printer_test.go

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
// Copyright 2017 The Cockroach Authors.
2-
//
3-
// Use of this software is governed by the Business Source License
4-
// included in the file licenses/BSL.txt.
5-
//
6-
// As of the Change Date specified in that file, in accordance with
7-
// the Business Source License, use of this software will be governed
8-
// by the Apache License, Version 2.0, included in the file
9-
// licenses/APL.txt.
1+
// Copyright 2024 The LevelDB-Go and Pebble Authors. All rights reserved. Use
2+
// of this source code is governed by a BSD-style license that can be found in
3+
// the LICENSE file.
104

115
package treeprinter
126

0 commit comments

Comments
 (0)