Skip to content

Commit

Permalink
testutils: remove apache header var
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
dhartunian committed Oct 14, 2024
1 parent ce02890 commit b246bb2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/testutils/lint/lint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ var (
#
# Use of this software is governed by the CockroachDB Software License
# included in the /LICENSE file.
`)

apacheHeader = regexp.MustCompile(`// Copyright 20\d\d The Cockroach Authors.
//
// Licensed under the Apache License, Version 2.0 \(the "License"\);
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
`)
// etcdApacheHeader is the header of pkg/raft at the time it was imported.
etcdApacheHeader = regexp.MustCompile(`// Copyright 20\d\d The etcd Authors
Expand Down

0 comments on commit b246bb2

Please sign in to comment.