Skip to content

Commit

Permalink
license: MPL'ify proto-public (manual backport for 1.16.x) (#20156)
Browse files Browse the repository at this point in the history
  • Loading branch information
analogue authored Jan 10, 2024
1 parent c464724 commit 4cd8c8b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
12 changes: 9 additions & 3 deletions proto-public/.copywrite.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
schema_version = 1

project {
license = "MPL-2.0"
copyright_year = 2024
license = "MPL-2.0"
copyright_year = 2024

header_ignore = []
# (OPTIONAL) A list of globs that should not have copyright/license headers.
# Supports doublestar glob patterns for more flexibility in defining which
# files or folders should be ignored
header_ignore = [
# "vendor/**",
# "**autogen**",
]
}
3 changes: 3 additions & 0 deletions troubleshoot/ports/hostport.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package ports

type hostPort struct {
Expand Down
3 changes: 3 additions & 0 deletions troubleshoot/ports/troubleshoot_ports.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package ports

import (
Expand Down
3 changes: 3 additions & 0 deletions troubleshoot/ports/troubleshoot_ports_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package ports

import (
Expand Down
3 changes: 3 additions & 0 deletions troubleshoot/ports/troubleshoot_protocol.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package ports

type troubleShootProtocol interface {
Expand Down
3 changes: 3 additions & 0 deletions troubleshoot/ports/troubleshoot_tcp.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1

package ports

import (
Expand Down

0 comments on commit 4cd8c8b

Please sign in to comment.