Browse Source

license: MPL'ify proto-public (#20143)

pull/20147/head
Semir Patel 11 months ago committed by GitHub
parent
commit
25b37d75b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      proto-public/.copywrite.hcl
  2. 3
      proto-public/pbauth/v2beta1/computed_traffic_permissions.pb.go
  3. 3
      proto-public/pbauth/v2beta1/computed_traffic_permissions.proto
  4. 3
      proto-public/pbauth/v2beta1/traffic_permissions.pb.go
  5. 3
      proto-public/pbauth/v2beta1/traffic_permissions.proto
  6. 2
      proto-public/pbauth/v2beta1/traffic_permissions_addon.go
  7. 3
      proto-public/pbauth/v2beta1/workload_identity.pb.go
  8. 3
      proto-public/pbauth/v2beta1/workload_identity.proto
  9. 3
      proto-public/pbcatalog/v2beta1/service_addon.go
  10. 3
      proto-public/pbcatalog/v2beta1/service_addon_test.go
  11. 3
      proto-public/pbcatalog/v2beta1/service_endpoints_addon.go
  12. 3
      proto-public/pbcatalog/v2beta1/service_endpoints_addon_test.go
  13. 3
      proto-public/pbcatalog/v2beta1/workload_addon.go
  14. 3
      proto-public/pbcatalog/v2beta1/workload_addon_test.go
  15. 3
      proto-public/pbhcp/v2/link.pb.go
  16. 3
      proto-public/pbhcp/v2/link.proto
  17. 3
      proto-public/pbmesh/v2beta1/pbproxystate/protocol_test.go
  18. 2
      proto-public/pbmesh/v2beta1/pbproxystate/traffic_permissions.pb.go
  19. 2
      proto-public/pbmesh/v2beta1/pbproxystate/traffic_permissions.proto
  20. 3
      proto-public/pbmesh/v2beta1/proxy_configuration_addon.go
  21. 3
      proto-public/pbmesh/v2beta1/proxy_configuration_addon_test.go
  22. 2
      proto-public/pbmesh/v2beta1/xroute_addons.go
  23. 2
      proto-public/pbmesh/v2beta1/xroute_addons_test.go
  24. 2
      proto-public/pbmulticluster/v2beta1/computed_exported_services.pb.go
  25. 2
      proto-public/pbmulticluster/v2beta1/computed_exported_services.proto
  26. 2
      proto-public/pbmulticluster/v2beta1/exported_services.pb.go
  27. 2
      proto-public/pbmulticluster/v2beta1/exported_services.proto
  28. 2
      proto-public/pbmulticluster/v2beta1/exported_services_consumer.pb.go
  29. 2
      proto-public/pbmulticluster/v2beta1/exported_services_consumer.proto
  30. 2
      proto-public/pbmulticluster/v2beta1/namespace_exported_services.pb.go
  31. 2
      proto-public/pbmulticluster/v2beta1/namespace_exported_services.proto
  32. 2
      proto-public/pbmulticluster/v2beta1/partition_exported_services.pb.go
  33. 2
      proto-public/pbmulticluster/v2beta1/partition_exported_services.proto
  34. 2
      proto-public/pbmulticluster/v2beta1/sameness_group.pb.go
  35. 2
      proto-public/pbmulticluster/v2beta1/sameness_group.proto
  36. 3
      proto-public/pbtenancy/v2beta1/namespace.pb.go
  37. 3
      proto-public/pbtenancy/v2beta1/namespace.proto
  38. 3
      proto-public/pbtenancy/v2beta1/partition.pb.go
  39. 3
      proto-public/pbtenancy/v2beta1/partition.proto

14
proto-public/.copywrite.hcl

@ -0,0 +1,14 @@
schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2024
# (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
proto-public/pbauth/v2beta1/computed_traffic_permissions.pb.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.31.0

3
proto-public/pbauth/v2beta1/computed_traffic_permissions.proto

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";
package hashicorp.consul.auth.v2beta1;

3
proto-public/pbauth/v2beta1/traffic_permissions.pb.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.31.0

3
proto-public/pbauth/v2beta1/traffic_permissions.proto

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";
package hashicorp.consul.auth.v2beta1;

2
proto-public/pbauth/v2beta1/traffic_permissions_addon.go

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
package authv2beta1

3
proto-public/pbauth/v2beta1/workload_identity.pb.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.31.0

3
proto-public/pbauth/v2beta1/workload_identity.proto

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";
package hashicorp.consul.auth.v2beta1;

3
proto-public/pbcatalog/v2beta1/service_addon.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package catalogv2beta1
func (s *Service) IsMeshEnabled() bool {

3
proto-public/pbcatalog/v2beta1/service_addon_test.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package catalogv2beta1
import (

3
proto-public/pbcatalog/v2beta1/service_endpoints_addon.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package catalogv2beta1
import (

3
proto-public/pbcatalog/v2beta1/service_endpoints_addon_test.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package catalogv2beta1
import (

3
proto-public/pbcatalog/v2beta1/workload_addon.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package catalogv2beta1
import "golang.org/x/exp/slices"

3
proto-public/pbcatalog/v2beta1/workload_addon_test.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package catalogv2beta1
import (

3
proto-public/pbhcp/v2/link.pb.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.31.0

3
proto-public/pbhcp/v2/link.proto

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";
package hashicorp.consul.hcp.v2;

3
proto-public/pbmesh/v2beta1/pbproxystate/protocol_test.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package pbproxystate
import (

2
proto-public/pbmesh/v2beta1/pbproxystate/traffic_permissions.pb.go

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:

2
proto-public/pbmesh/v2beta1/pbproxystate/traffic_permissions.proto

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";

3
proto-public/pbmesh/v2beta1/proxy_configuration_addon.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package meshv2beta1
func (p *ComputedProxyConfiguration) IsTransparentProxy() bool {

3
proto-public/pbmesh/v2beta1/proxy_configuration_addon_test.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package meshv2beta1
import (

2
proto-public/pbmesh/v2beta1/xroute_addons.go

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
package meshv2beta1

2
proto-public/pbmesh/v2beta1/xroute_addons_test.go

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
package meshv2beta1

2
proto-public/pbmulticluster/v2beta1/computed_exported_services.pb.go

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:

2
proto-public/pbmulticluster/v2beta1/computed_exported_services.proto

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";

2
proto-public/pbmulticluster/v2beta1/exported_services.pb.go

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:

2
proto-public/pbmulticluster/v2beta1/exported_services.proto

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";

2
proto-public/pbmulticluster/v2beta1/exported_services_consumer.pb.go

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:

2
proto-public/pbmulticluster/v2beta1/exported_services_consumer.proto

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";

2
proto-public/pbmulticluster/v2beta1/namespace_exported_services.pb.go

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:

2
proto-public/pbmulticluster/v2beta1/namespace_exported_services.proto

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";

2
proto-public/pbmulticluster/v2beta1/partition_exported_services.pb.go

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:

2
proto-public/pbmulticluster/v2beta1/partition_exported_services.proto

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";

2
proto-public/pbmulticluster/v2beta1/sameness_group.pb.go

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:

2
proto-public/pbmulticluster/v2beta1/sameness_group.proto

@ -1,5 +1,5 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";

3
proto-public/pbtenancy/v2beta1/namespace.pb.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.31.0

3
proto-public/pbtenancy/v2beta1/namespace.proto

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";
package hashicorp.consul.tenancy.v2beta1;

3
proto-public/pbtenancy/v2beta1/partition.pb.go

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.31.0

3
proto-public/pbtenancy/v2beta1/partition.proto

@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
syntax = "proto3";
package hashicorp.consul.tenancy.v2beta1;

Loading…
Cancel
Save