diff --git a/poe_tasks.toml b/poe_tasks.toml index a83412e2..5066f4f0 100644 --- a/poe_tasks.toml +++ b/poe_tasks.toml @@ -1,17 +1,5 @@ #:schema https://json.schemastore.org/partial-poe.json -[tasks.add-license-header] -help = "Add license header to all source files" -cmd = """ -go run github.com/bufbuild/buf/private/pkg/licenseheader/cmd/license-header@v1.69.0 - --ignore .github --ignore buf.yaml - --ignore buf.gen.yaml - --ignore test/conformance/nonconforming.yaml - --license-type apache - --copyright-holder "Buf Technologies, Inc." - --year-range "2023-2026" -""" - [tasks.bench] help = "Run benchmarks" cmd = "pytest --benchmark-enable --benchmark-only --benchmark-autosave" @@ -36,7 +24,7 @@ sequence = [ "generate-cel", "generate-protovalidate", "generate-test", - "add-license-header", + "format-license-header", "format-protos", ] @@ -59,9 +47,13 @@ sequence = [ "format-python", "format-protos", "format-toml", - "add-license-header" + "format-license-header" ] +[tasks.format-license-header] +help = "Add/update license headers in source files" +cmd = "license-header" + [tasks.format-protos] help = "Apply auto-formatting to protobuf files" sequence = [ @@ -86,9 +78,14 @@ sequence = [ "lint-python", "lint-protos", "lint-toml", + "lint-license-header", { cmd = "uv lock --check" } ] +[tasks.lint-license-header] +help = "Check license headers in source files" +cmd = "license-header --check" + [tasks.lint-protos] help = "Apply linting to protobuf files" sequence = [ diff --git a/proto/buf/validate/validate.proto b/proto/buf/validate/validate.proto index 56117c88..7f8c9c3c 100644 --- a/proto/buf/validate/validate.proto +++ b/proto/buf/validate/validate.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/protovalidate/__init__.py b/protovalidate/__init__.py index 40f55752..a530d3c5 100644 --- a/protovalidate/__init__.py +++ b/protovalidate/__init__.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/protovalidate/_gen/__init__.py b/protovalidate/_gen/__init__.py index ec2179d8..6e68fe7b 100644 --- a/protovalidate/_gen/__init__.py +++ b/protovalidate/_gen/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/protovalidate/_gen/buf/__init__.py b/protovalidate/_gen/buf/__init__.py index ec2179d8..6e68fe7b 100644 --- a/protovalidate/_gen/buf/__init__.py +++ b/protovalidate/_gen/buf/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/protovalidate/_gen/buf/validate/__init__.py b/protovalidate/_gen/buf/validate/__init__.py index ec2179d8..6e68fe7b 100644 --- a/protovalidate/_gen/buf/validate/__init__.py +++ b/protovalidate/_gen/buf/validate/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/protovalidate/_gen/buf/validate/validate_pb.py b/protovalidate/_gen/buf/validate/validate_pb.py index 2da2ab98..b6b76698 100644 --- a/protovalidate/_gen/buf/validate/validate_pb.py +++ b/protovalidate/_gen/buf/validate/validate_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/protovalidate/internal/__init__.py b/protovalidate/internal/__init__.py index 2c33a804..53e43804 100644 --- a/protovalidate/internal/__init__.py +++ b/protovalidate/internal/__init__.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/protovalidate/internal/cel_field_presence.py b/protovalidate/internal/cel_field_presence.py index 7fae60a2..3788ce75 100644 --- a/protovalidate/internal/cel_field_presence.py +++ b/protovalidate/internal/cel_field_presence.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/protovalidate/internal/extra_func.py b/protovalidate/internal/extra_func.py index a93f12ba..60617674 100644 --- a/protovalidate/internal/extra_func.py +++ b/protovalidate/internal/extra_func.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/protovalidate/internal/legacy.py b/protovalidate/internal/legacy.py index e3440c43..34d5a125 100644 --- a/protovalidate/internal/legacy.py +++ b/protovalidate/internal/legacy.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/protovalidate/internal/rules.py b/protovalidate/internal/rules.py index ebf0ec3d..8c4ac464 100644 --- a/protovalidate/internal/rules.py +++ b/protovalidate/internal/rules.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/protovalidate/internal/string_format.py b/protovalidate/internal/string_format.py index db5350c2..a5d952c2 100644 --- a/protovalidate/internal/string_format.py +++ b/protovalidate/internal/string_format.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/protovalidate/validator.py b/protovalidate/validator.py index ac88c1f1..c38ba858 100644 --- a/protovalidate/validator.py +++ b/protovalidate/validator.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pyproject.toml b/pyproject.toml index ae99f1c2..6816eb8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ dev = [ "buf-bin==1.71.0", "fix-protobuf-imports==0.1.7", "google-re2-stubs==0.1.1", + "license-header==0.0.1", "poethepoet==0.48.0", "pytest==9.1.1", "pytest-benchmark==5.2.3", @@ -65,6 +66,17 @@ build-backend = "hatchling.build" source = "vcs" raw-options = { fallback_version = "0.0.0" } +## License headers +[tool.licenseheader] +copyright-holder = "Buf Technologies, Inc." +year-range = "2023-2026" +ignore = [ + ".github", + "buf.yaml", + "buf.gen.yaml", + "test/conformance/nonconforming.yaml", +] + [tool.pytest] addopts = [ "--benchmark-disable", diff --git a/scripts/generate_cel.py b/scripts/generate_cel.py index 7af137b5..b4ea0162 100644 --- a/scripts/generate_cel.py +++ b/scripts/generate_cel.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/scripts/generate_protovalidate.py b/scripts/generate_protovalidate.py index 8004061f..b69d1cf4 100644 --- a/scripts/generate_protovalidate.py +++ b/scripts/generate_protovalidate.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/__init__.py b/test/__init__.py index 2c33a804..53e43804 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/conformance/__init__.py b/test/conformance/__init__.py index 2c33a804..53e43804 100644 --- a/test/conformance/__init__.py +++ b/test/conformance/__init__.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/conformance/runner.py b/test/conformance/runner.py index 8c47a7a4..23018f81 100644 --- a/test/conformance/runner.py +++ b/test/conformance/runner.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/conformance/test_conformance.py b/test/conformance/test_conformance.py index 59fe5e0e..c787ba07 100644 --- a/test/conformance/test_conformance.py +++ b/test/conformance/test_conformance.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/__init__.py b/test/gen/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/__init__.py +++ b/test/gen/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/bench/__init__.py b/test/gen/bench/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/bench/__init__.py +++ b/test/gen/bench/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/bench/v1/__init__.py b/test/gen/bench/v1/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/bench/v1/__init__.py +++ b/test/gen/bench/v1/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/bench/v1/bench_pb.py b/test/gen/bench/v1/bench_pb.py index cb208fd6..a30faff4 100644 --- a/test/gen/bench/v1/bench_pb.py +++ b/test/gen/bench/v1/bench_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/bench/v1/bench_pb2.py b/test/gen/bench/v1/bench_pb2.py index b8af4d38..2cacd0cc 100644 --- a/test/gen/bench/v1/bench_pb2.py +++ b/test/gen/bench/v1/bench_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: bench/v1/bench.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/bench/v1/bench_pb2.pyi b/test/gen/bench/v1/bench_pb2.pyi index 59669ec5..6fdc2415 100644 --- a/test/gen/bench/v1/bench_pb2.pyi +++ b/test/gen/bench/v1/bench_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from ...buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper diff --git a/test/gen/bench/v1/native_pb.py b/test/gen/bench/v1/native_pb.py index 3cefee34..5b8404de 100644 --- a/test/gen/bench/v1/native_pb.py +++ b/test/gen/bench/v1/native_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/bench/v1/native_pb2.py b/test/gen/bench/v1/native_pb2.py index cc3dcd09..c2df6230 100644 --- a/test/gen/bench/v1/native_pb2.py +++ b/test/gen/bench/v1/native_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: bench/v1/native.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/bench/v1/native_pb2.pyi b/test/gen/bench/v1/native_pb2.pyi index ddffa19c..ca4554f4 100644 --- a/test/gen/bench/v1/native_pb2.pyi +++ b/test/gen/bench/v1/native_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from ...buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import wrappers_pb2 as _wrappers_pb2 from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/__init__.py b/test/gen/buf/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/buf/__init__.py +++ b/test/gen/buf/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/buf/validate/__init__.py b/test/gen/buf/validate/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/buf/validate/__init__.py +++ b/test/gen/buf/validate/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/buf/validate/conformance/__init__.py b/test/gen/buf/validate/conformance/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/buf/validate/conformance/__init__.py +++ b/test/gen/buf/validate/conformance/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/buf/validate/conformance/cases/__init__.py b/test/gen/buf/validate/conformance/cases/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/buf/validate/conformance/cases/__init__.py +++ b/test/gen/buf/validate/conformance/cases/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/buf/validate/conformance/cases/bool_pb.py b/test/gen/buf/validate/conformance/cases/bool_pb.py index 5aadcb6b..e9f468a3 100644 --- a/test/gen/buf/validate/conformance/cases/bool_pb.py +++ b/test/gen/buf/validate/conformance/cases/bool_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/bool_pb2.py b/test/gen/buf/validate/conformance/cases/bool_pb2.py index 7624fb07..f6121342 100644 --- a/test/gen/buf/validate/conformance/cases/bool_pb2.py +++ b/test/gen/buf/validate/conformance/cases/bool_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/bool.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/bool_pb2.pyi b/test/gen/buf/validate/conformance/cases/bool_pb2.pyi index 8d72193f..b9a1b981 100644 --- a/test/gen/buf/validate/conformance/cases/bool_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/bool_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/test/gen/buf/validate/conformance/cases/bytes_pb.py b/test/gen/buf/validate/conformance/cases/bytes_pb.py index 71616e37..00eb0a07 100644 --- a/test/gen/buf/validate/conformance/cases/bytes_pb.py +++ b/test/gen/buf/validate/conformance/cases/bytes_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/bytes_pb2.py b/test/gen/buf/validate/conformance/cases/bytes_pb2.py index 73ad8040..f33db8dd 100644 --- a/test/gen/buf/validate/conformance/cases/bytes_pb2.py +++ b/test/gen/buf/validate/conformance/cases/bytes_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/bytes.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/bytes_pb2.pyi b/test/gen/buf/validate/conformance/cases/bytes_pb2.pyi index 7a59b430..47a69907 100644 --- a/test/gen/buf/validate/conformance/cases/bytes_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/bytes_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/test/gen/buf/validate/conformance/cases/custom_rules/__init__.py b/test/gen/buf/validate/conformance/cases/custom_rules/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/buf/validate/conformance/cases/custom_rules/__init__.py +++ b/test/gen/buf/validate/conformance/cases/custom_rules/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb.py b/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb.py index e6a53957..262b7698 100644 --- a/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb.py +++ b/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb2.py b/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb2.py index 3f35d80c..1c735eb4 100644 --- a/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb2.py +++ b/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/custom_rules/custom_rules.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb2.pyi b/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb2.pyi index d637729f..af8445ca 100644 --- a/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/custom_rules/custom_rules_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from ......buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper diff --git a/test/gen/buf/validate/conformance/cases/enums_pb.py b/test/gen/buf/validate/conformance/cases/enums_pb.py index fb7ac505..6d16dc74 100644 --- a/test/gen/buf/validate/conformance/cases/enums_pb.py +++ b/test/gen/buf/validate/conformance/cases/enums_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/enums_pb2.py b/test/gen/buf/validate/conformance/cases/enums_pb2.py index 5cebf3e9..283280ba 100644 --- a/test/gen/buf/validate/conformance/cases/enums_pb2.py +++ b/test/gen/buf/validate/conformance/cases/enums_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/enums.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/enums_pb2.pyi b/test/gen/buf/validate/conformance/cases/enums_pb2.pyi index ccd76a08..ae1ab402 100644 --- a/test/gen/buf/validate/conformance/cases/enums_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/enums_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate.conformance.cases.other_package import embed_pb2 as _embed_pb2 from .....buf.validate.conformance.cases.yet_another_package import embed2_pb2 as _embed2_pb2 from .....buf.validate import validate_pb2 as _validate_pb2 diff --git a/test/gen/buf/validate/conformance/cases/filename_with_dash_pb.py b/test/gen/buf/validate/conformance/cases/filename_with_dash_pb.py index a6bd06a0..376e15cc 100644 --- a/test/gen/buf/validate/conformance/cases/filename_with_dash_pb.py +++ b/test/gen/buf/validate/conformance/cases/filename_with_dash_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/filename_with_dash_pb2.py b/test/gen/buf/validate/conformance/cases/filename_with_dash_pb2.py index f51169d0..009872f3 100644 --- a/test/gen/buf/validate/conformance/cases/filename_with_dash_pb2.py +++ b/test/gen/buf/validate/conformance/cases/filename_with_dash_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/filename-with-dash.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/filename_with_dash_pb2.pyi b/test/gen/buf/validate/conformance/cases/filename_with_dash_pb2.pyi index 4b224f8e..9403ba23 100644 --- a/test/gen/buf/validate/conformance/cases/filename_with_dash_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/filename_with_dash_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import descriptor as _descriptor from typing import ClassVar as _ClassVar diff --git a/test/gen/buf/validate/conformance/cases/groups_editions_pb.py b/test/gen/buf/validate/conformance/cases/groups_editions_pb.py index 90c2fdc4..d0fe29b9 100644 --- a/test/gen/buf/validate/conformance/cases/groups_editions_pb.py +++ b/test/gen/buf/validate/conformance/cases/groups_editions_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/groups_editions_pb2.py b/test/gen/buf/validate/conformance/cases/groups_editions_pb2.py index e479d1dd..c19d050d 100644 --- a/test/gen/buf/validate/conformance/cases/groups_editions_pb2.py +++ b/test/gen/buf/validate/conformance/cases/groups_editions_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/groups_editions.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/groups_editions_pb2.pyi b/test/gen/buf/validate/conformance/cases/groups_editions_pb2.pyi index 92cc163d..cd224d29 100644 --- a/test/gen/buf/validate/conformance/cases/groups_editions_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/groups_editions_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/test/gen/buf/validate/conformance/cases/groups_proto2_pb.py b/test/gen/buf/validate/conformance/cases/groups_proto2_pb.py index 55cbbdc0..53cbc940 100644 --- a/test/gen/buf/validate/conformance/cases/groups_proto2_pb.py +++ b/test/gen/buf/validate/conformance/cases/groups_proto2_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/groups_proto2_pb2.py b/test/gen/buf/validate/conformance/cases/groups_proto2_pb2.py index 50ee6a77..3a0b54a0 100644 --- a/test/gen/buf/validate/conformance/cases/groups_proto2_pb2.py +++ b/test/gen/buf/validate/conformance/cases/groups_proto2_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/groups_proto2.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/groups_proto2_pb2.pyi b/test/gen/buf/validate/conformance/cases/groups_proto2_pb2.pyi index e464a0b4..67b62a7a 100644 --- a/test/gen/buf/validate/conformance/cases/groups_proto2_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/groups_proto2_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb.py b/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb.py index 278203d1..f6b0854a 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb.py +++ b/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb2.py b/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb2.py index eb7347df..6dcc737d 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb2.py +++ b/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/ignore_empty_proto2.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb2.pyi b/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb2.pyi index 3a8f3797..e19e495b 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/ignore_empty_proto2_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb.py b/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb.py index ce46cb9d..c27039d1 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb.py +++ b/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb2.py b/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb2.py index 626ac138..c0a8b5cc 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb2.py +++ b/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/ignore_empty_proto3.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb2.pyi b/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb2.pyi index 5d2f98e6..c16a3fc9 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/ignore_empty_proto3_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb.py b/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb.py index cdfc7c81..37958ca3 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb.py +++ b/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb2.py b/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb2.py index 13c67593..a27127d2 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb2.py +++ b/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/ignore_empty_proto_editions.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb2.pyi b/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb2.pyi index 671c608b..abd724a7 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/ignore_empty_proto_editions_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/ignore_proto2_pb.py b/test/gen/buf/validate/conformance/cases/ignore_proto2_pb.py index f15cc76c..25f7825e 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_proto2_pb.py +++ b/test/gen/buf/validate/conformance/cases/ignore_proto2_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/ignore_proto2_pb2.py b/test/gen/buf/validate/conformance/cases/ignore_proto2_pb2.py index 9f7f36ed..6fbe5375 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_proto2_pb2.py +++ b/test/gen/buf/validate/conformance/cases/ignore_proto2_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/ignore_proto2.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/ignore_proto2_pb2.pyi b/test/gen/buf/validate/conformance/cases/ignore_proto2_pb2.pyi index 0c939707..c89dd304 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_proto2_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/ignore_proto2_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/ignore_proto3_pb.py b/test/gen/buf/validate/conformance/cases/ignore_proto3_pb.py index 2b36d8d3..8a723a85 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_proto3_pb.py +++ b/test/gen/buf/validate/conformance/cases/ignore_proto3_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/ignore_proto3_pb2.py b/test/gen/buf/validate/conformance/cases/ignore_proto3_pb2.py index a04d0f82..375bb42d 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_proto3_pb2.py +++ b/test/gen/buf/validate/conformance/cases/ignore_proto3_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/ignore_proto3.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/ignore_proto3_pb2.pyi b/test/gen/buf/validate/conformance/cases/ignore_proto3_pb2.pyi index 1993b63f..3c70734b 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_proto3_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/ignore_proto3_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb.py b/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb.py index 9dd22eac..9f414e10 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb.py +++ b/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb2.py b/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb2.py index 49943156..70bb1898 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb2.py +++ b/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/ignore_proto_editions.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb2.pyi b/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb2.pyi index b9da45a4..704b6c42 100644 --- a/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/ignore_proto_editions_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/kitchen_sink_pb.py b/test/gen/buf/validate/conformance/cases/kitchen_sink_pb.py index e0120382..997e659e 100644 --- a/test/gen/buf/validate/conformance/cases/kitchen_sink_pb.py +++ b/test/gen/buf/validate/conformance/cases/kitchen_sink_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/kitchen_sink_pb2.py b/test/gen/buf/validate/conformance/cases/kitchen_sink_pb2.py index 42c57874..ef867475 100644 --- a/test/gen/buf/validate/conformance/cases/kitchen_sink_pb2.py +++ b/test/gen/buf/validate/conformance/cases/kitchen_sink_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/kitchen_sink.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/kitchen_sink_pb2.pyi b/test/gen/buf/validate/conformance/cases/kitchen_sink_pb2.pyi index 5fbae7f0..88ef6028 100644 --- a/test/gen/buf/validate/conformance/cases/kitchen_sink_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/kitchen_sink_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf import duration_pb2 as _duration_pb2 diff --git a/test/gen/buf/validate/conformance/cases/library_pb.py b/test/gen/buf/validate/conformance/cases/library_pb.py index 29c18ff2..54dc4c0b 100644 --- a/test/gen/buf/validate/conformance/cases/library_pb.py +++ b/test/gen/buf/validate/conformance/cases/library_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/library_pb2.py b/test/gen/buf/validate/conformance/cases/library_pb2.py index 86fa8309..1aac89a2 100644 --- a/test/gen/buf/validate/conformance/cases/library_pb2.py +++ b/test/gen/buf/validate/conformance/cases/library_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/library.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/library_pb2.pyi b/test/gen/buf/validate/conformance/cases/library_pb2.pyi index 4660bc34..3458b3e7 100644 --- a/test/gen/buf/validate/conformance/cases/library_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/library_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/test/gen/buf/validate/conformance/cases/maps_pb.py b/test/gen/buf/validate/conformance/cases/maps_pb.py index f1c9fe67..eb56d034 100644 --- a/test/gen/buf/validate/conformance/cases/maps_pb.py +++ b/test/gen/buf/validate/conformance/cases/maps_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/maps_pb2.py b/test/gen/buf/validate/conformance/cases/maps_pb2.py index 4752971c..d599891f 100644 --- a/test/gen/buf/validate/conformance/cases/maps_pb2.py +++ b/test/gen/buf/validate/conformance/cases/maps_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/maps.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/maps_pb2.pyi b/test/gen/buf/validate/conformance/cases/maps_pb2.pyi index aa68a9df..f02623fa 100644 --- a/test/gen/buf/validate/conformance/cases/maps_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/maps_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/messages_pb.py b/test/gen/buf/validate/conformance/cases/messages_pb.py index 287b175c..94c55509 100644 --- a/test/gen/buf/validate/conformance/cases/messages_pb.py +++ b/test/gen/buf/validate/conformance/cases/messages_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/messages_pb2.py b/test/gen/buf/validate/conformance/cases/messages_pb2.py index 90760111..f6e25bcf 100644 --- a/test/gen/buf/validate/conformance/cases/messages_pb2.py +++ b/test/gen/buf/validate/conformance/cases/messages_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/messages.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/messages_pb2.pyi b/test/gen/buf/validate/conformance/cases/messages_pb2.pyi index 595fef91..cece695d 100644 --- a/test/gen/buf/validate/conformance/cases/messages_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/messages_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate.conformance.cases.other_package import embed_pb2 as _embed_pb2 from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/numbers_pb.py b/test/gen/buf/validate/conformance/cases/numbers_pb.py index 42b759f2..a7f768b9 100644 --- a/test/gen/buf/validate/conformance/cases/numbers_pb.py +++ b/test/gen/buf/validate/conformance/cases/numbers_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/numbers_pb2.py b/test/gen/buf/validate/conformance/cases/numbers_pb2.py index 8f85a784..123f80a4 100644 --- a/test/gen/buf/validate/conformance/cases/numbers_pb2.py +++ b/test/gen/buf/validate/conformance/cases/numbers_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/numbers.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/numbers_pb2.pyi b/test/gen/buf/validate/conformance/cases/numbers_pb2.pyi index a773afcc..21aaff6f 100644 --- a/test/gen/buf/validate/conformance/cases/numbers_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/numbers_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/test/gen/buf/validate/conformance/cases/oneofs_pb.py b/test/gen/buf/validate/conformance/cases/oneofs_pb.py index 106d7b09..eef71249 100644 --- a/test/gen/buf/validate/conformance/cases/oneofs_pb.py +++ b/test/gen/buf/validate/conformance/cases/oneofs_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/oneofs_pb2.py b/test/gen/buf/validate/conformance/cases/oneofs_pb2.py index 5dce068e..09fbbf89 100644 --- a/test/gen/buf/validate/conformance/cases/oneofs_pb2.py +++ b/test/gen/buf/validate/conformance/cases/oneofs_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/oneofs.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/oneofs_pb2.pyi b/test/gen/buf/validate/conformance/cases/oneofs_pb2.pyi index 9001bd6b..ea8d4bb2 100644 --- a/test/gen/buf/validate/conformance/cases/oneofs_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/oneofs_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/test/gen/buf/validate/conformance/cases/other_package/__init__.py b/test/gen/buf/validate/conformance/cases/other_package/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/buf/validate/conformance/cases/other_package/__init__.py +++ b/test/gen/buf/validate/conformance/cases/other_package/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/buf/validate/conformance/cases/other_package/embed_pb.py b/test/gen/buf/validate/conformance/cases/other_package/embed_pb.py index fc12cc4a..66427406 100644 --- a/test/gen/buf/validate/conformance/cases/other_package/embed_pb.py +++ b/test/gen/buf/validate/conformance/cases/other_package/embed_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/other_package/embed_pb2.py b/test/gen/buf/validate/conformance/cases/other_package/embed_pb2.py index 38bb43d0..c1845623 100644 --- a/test/gen/buf/validate/conformance/cases/other_package/embed_pb2.py +++ b/test/gen/buf/validate/conformance/cases/other_package/embed_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/other_package/embed.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/other_package/embed_pb2.pyi b/test/gen/buf/validate/conformance/cases/other_package/embed_pb2.pyi index 7bed3190..7b279d55 100644 --- a/test/gen/buf/validate/conformance/cases/other_package/embed_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/other_package/embed_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from ......buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb.py b/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb.py index 1ab16f97..c61d5e35 100644 --- a/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb.py +++ b/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb2.py b/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb2.py index bf8ded8c..b3ca9a15 100644 --- a/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb2.py +++ b/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/predefined_rules_proto2.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb2.pyi b/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb2.pyi index da927443..3edded8b 100644 --- a/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/predefined_rules_proto2_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 diff --git a/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb.py b/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb.py index 4786333e..5569a8cf 100644 --- a/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb.py +++ b/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb2.py b/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb2.py index 222c37e5..35a52340 100644 --- a/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb2.py +++ b/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/predefined_rules_proto3.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb2.pyi b/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb2.pyi index 6bf980e0..e0bfbf96 100644 --- a/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/predefined_rules_proto3_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate.conformance.cases import predefined_rules_proto2_pb2 as _predefined_rules_proto2_pb2 from .....buf.validate.conformance.cases import predefined_rules_proto_editions_pb2 as _predefined_rules_proto_editions_pb2 from .....buf.validate import validate_pb2 as _validate_pb2 diff --git a/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb.py b/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb.py index 24c125f7..c743d4fb 100644 --- a/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb.py +++ b/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb2.py b/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb2.py index 4b990c7e..efc53a59 100644 --- a/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb2.py +++ b/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/predefined_rules_proto_editions.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb2.pyi b/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb2.pyi index 2a5dc7ba..613ab1b1 100644 --- a/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/predefined_rules_proto_editions_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 diff --git a/test/gen/buf/validate/conformance/cases/repeated_pb.py b/test/gen/buf/validate/conformance/cases/repeated_pb.py index b900e34b..92e5aa8c 100644 --- a/test/gen/buf/validate/conformance/cases/repeated_pb.py +++ b/test/gen/buf/validate/conformance/cases/repeated_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/repeated_pb2.py b/test/gen/buf/validate/conformance/cases/repeated_pb2.py index 74ea647d..54b9b65d 100644 --- a/test/gen/buf/validate/conformance/cases/repeated_pb2.py +++ b/test/gen/buf/validate/conformance/cases/repeated_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/repeated.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/repeated_pb2.pyi b/test/gen/buf/validate/conformance/cases/repeated_pb2.pyi index f3c52724..c664bb18 100644 --- a/test/gen/buf/validate/conformance/cases/repeated_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/repeated_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate.conformance.cases.other_package import embed_pb2 as _embed_pb2 from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import any_pb2 as _any_pb2 diff --git a/test/gen/buf/validate/conformance/cases/required_field_proto2_pb.py b/test/gen/buf/validate/conformance/cases/required_field_proto2_pb.py index c2769727..cff263fa 100644 --- a/test/gen/buf/validate/conformance/cases/required_field_proto2_pb.py +++ b/test/gen/buf/validate/conformance/cases/required_field_proto2_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/required_field_proto2_pb2.py b/test/gen/buf/validate/conformance/cases/required_field_proto2_pb2.py index 4775c2da..30fcbb9d 100644 --- a/test/gen/buf/validate/conformance/cases/required_field_proto2_pb2.py +++ b/test/gen/buf/validate/conformance/cases/required_field_proto2_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/required_field_proto2.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/required_field_proto2_pb2.pyi b/test/gen/buf/validate/conformance/cases/required_field_proto2_pb2.pyi index b2016d46..df9385ed 100644 --- a/test/gen/buf/validate/conformance/cases/required_field_proto2_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/required_field_proto2_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/required_field_proto3_pb.py b/test/gen/buf/validate/conformance/cases/required_field_proto3_pb.py index c883e3ff..36705952 100644 --- a/test/gen/buf/validate/conformance/cases/required_field_proto3_pb.py +++ b/test/gen/buf/validate/conformance/cases/required_field_proto3_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/required_field_proto3_pb2.py b/test/gen/buf/validate/conformance/cases/required_field_proto3_pb2.py index 67961e16..2dc7562e 100644 --- a/test/gen/buf/validate/conformance/cases/required_field_proto3_pb2.py +++ b/test/gen/buf/validate/conformance/cases/required_field_proto3_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/required_field_proto3.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/required_field_proto3_pb2.pyi b/test/gen/buf/validate/conformance/cases/required_field_proto3_pb2.pyi index 5b5963eb..eb1740c4 100644 --- a/test/gen/buf/validate/conformance/cases/required_field_proto3_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/required_field_proto3_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb.py b/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb.py index 05cecb0b..c0ad7478 100644 --- a/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb.py +++ b/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb2.py b/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb2.py index f367f9dd..231282d7 100644 --- a/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb2.py +++ b/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/required_field_proto_editions.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb2.pyi b/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb2.pyi index 2b6d9741..5ed809ef 100644 --- a/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/required_field_proto_editions_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/strings_pb.py b/test/gen/buf/validate/conformance/cases/strings_pb.py index 91300963..81dd2a22 100644 --- a/test/gen/buf/validate/conformance/cases/strings_pb.py +++ b/test/gen/buf/validate/conformance/cases/strings_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/strings_pb2.py b/test/gen/buf/validate/conformance/cases/strings_pb2.py index 46eafa6f..72528bed 100644 --- a/test/gen/buf/validate/conformance/cases/strings_pb2.py +++ b/test/gen/buf/validate/conformance/cases/strings_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/strings.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/strings_pb2.pyi b/test/gen/buf/validate/conformance/cases/strings_pb2.pyi index 4d9bc87c..583bf9c6 100644 --- a/test/gen/buf/validate/conformance/cases/strings_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/strings_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/test/gen/buf/validate/conformance/cases/subdirectory/__init__.py b/test/gen/buf/validate/conformance/cases/subdirectory/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/buf/validate/conformance/cases/subdirectory/__init__.py +++ b/test/gen/buf/validate/conformance/cases/subdirectory/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb.py b/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb.py index 66ae777f..4c08f25b 100644 --- a/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb.py +++ b/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb2.py b/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb2.py index faa9c831..974a4bf7 100644 --- a/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb2.py +++ b/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/subdirectory/in_subdirectory.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb2.pyi b/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb2.pyi index 332169f2..d77b5d9c 100644 --- a/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/subdirectory/in_subdirectory_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from ......buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import descriptor as _descriptor from typing import ClassVar as _ClassVar diff --git a/test/gen/buf/validate/conformance/cases/wkt_any_pb.py b/test/gen/buf/validate/conformance/cases/wkt_any_pb.py index 59fd13b6..272dff70 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_any_pb.py +++ b/test/gen/buf/validate/conformance/cases/wkt_any_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/wkt_any_pb2.py b/test/gen/buf/validate/conformance/cases/wkt_any_pb2.py index c875a7fe..5f78a32e 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_any_pb2.py +++ b/test/gen/buf/validate/conformance/cases/wkt_any_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/wkt_any.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/wkt_any_pb2.pyi b/test/gen/buf/validate/conformance/cases/wkt_any_pb2.pyi index 316b77fa..71f13ecb 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_any_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/wkt_any_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 diff --git a/test/gen/buf/validate/conformance/cases/wkt_duration_pb.py b/test/gen/buf/validate/conformance/cases/wkt_duration_pb.py index 25af9f22..528da1de 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_duration_pb.py +++ b/test/gen/buf/validate/conformance/cases/wkt_duration_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/wkt_duration_pb2.py b/test/gen/buf/validate/conformance/cases/wkt_duration_pb2.py index e95146ff..03f1964c 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_duration_pb2.py +++ b/test/gen/buf/validate/conformance/cases/wkt_duration_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/wkt_duration.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/wkt_duration_pb2.pyi b/test/gen/buf/validate/conformance/cases/wkt_duration_pb2.pyi index f83c19bb..52a37655 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_duration_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/wkt_duration_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 diff --git a/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb.py b/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb.py index 27b58230..c7620cda 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb.py +++ b/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb2.py b/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb2.py index d09eff75..6f79759b 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb2.py +++ b/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/wkt_field_mask.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb2.pyi b/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb2.pyi index 27f98c99..133e125f 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/wkt_field_mask_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import field_mask_pb2 as _field_mask_pb2 from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/wkt_nested_pb.py b/test/gen/buf/validate/conformance/cases/wkt_nested_pb.py index 6426c33d..9cdbba48 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_nested_pb.py +++ b/test/gen/buf/validate/conformance/cases/wkt_nested_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/wkt_nested_pb2.py b/test/gen/buf/validate/conformance/cases/wkt_nested_pb2.py index 8f7ae7af..3e1cd4d6 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_nested_pb2.py +++ b/test/gen/buf/validate/conformance/cases/wkt_nested_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/wkt_nested.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/wkt_nested_pb2.pyi b/test/gen/buf/validate/conformance/cases/wkt_nested_pb2.pyi index 3e3e1fc9..5c7b4ccb 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_nested_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/wkt_nested_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb.py b/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb.py index 172ee210..3dd4bd45 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb.py +++ b/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb2.py b/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb2.py index 32e56adc..81d4659b 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb2.py +++ b/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/wkt_timestamp.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb2.pyi b/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb2.pyi index d3ceb614..21355fd1 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/wkt_timestamp_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 diff --git a/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb.py b/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb.py index d4f92228..33cdd988 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb.py +++ b/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb2.py b/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb2.py index 434d52a9..5bcdd981 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb2.py +++ b/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/wkt_wrappers.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb2.pyi b/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb2.pyi index 08dd8856..68e8c043 100644 --- a/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/wkt_wrappers_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import wrappers_pb2 as _wrappers_pb2 from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/cases/yet_another_package/__init__.py b/test/gen/buf/validate/conformance/cases/yet_another_package/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/buf/validate/conformance/cases/yet_another_package/__init__.py +++ b/test/gen/buf/validate/conformance/cases/yet_another_package/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb.py b/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb.py index b69d5c84..43df3456 100644 --- a/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb.py +++ b/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb2.py b/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb2.py index 04b3e9c4..25f577b8 100644 --- a/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb2.py +++ b/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/cases/yet_another_package/embed2.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb2.pyi b/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb2.pyi index 510adb7e..5f2fe8f3 100644 --- a/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb2.pyi +++ b/test/gen/buf/validate/conformance/cases/yet_another_package/embed2_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from ......buf.validate import validate_pb2 as _validate_pb2 from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper from google.protobuf import descriptor as _descriptor diff --git a/test/gen/buf/validate/conformance/harness/__init__.py b/test/gen/buf/validate/conformance/harness/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/buf/validate/conformance/harness/__init__.py +++ b/test/gen/buf/validate/conformance/harness/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/buf/validate/conformance/harness/harness_pb.py b/test/gen/buf/validate/conformance/harness/harness_pb.py index 3972e03c..1b0abc56 100644 --- a/test/gen/buf/validate/conformance/harness/harness_pb.py +++ b/test/gen/buf/validate/conformance/harness/harness_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/harness/harness_pb2.py b/test/gen/buf/validate/conformance/harness/harness_pb2.py index 88c3ad7c..d7dab70f 100644 --- a/test/gen/buf/validate/conformance/harness/harness_pb2.py +++ b/test/gen/buf/validate/conformance/harness/harness_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/harness/harness.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/harness/harness_pb2.pyi b/test/gen/buf/validate/conformance/harness/harness_pb2.pyi index 54ae5571..b46f5425 100644 --- a/test/gen/buf/validate/conformance/harness/harness_pb2.pyi +++ b/test/gen/buf/validate/conformance/harness/harness_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf import descriptor_pb2 as _descriptor_pb2 diff --git a/test/gen/buf/validate/conformance/harness/results_pb.py b/test/gen/buf/validate/conformance/harness/results_pb.py index 523c6048..585c04d8 100644 --- a/test/gen/buf/validate/conformance/harness/results_pb.py +++ b/test/gen/buf/validate/conformance/harness/results_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/conformance/harness/results_pb2.py b/test/gen/buf/validate/conformance/harness/results_pb2.py index 21639ede..26f88ba8 100644 --- a/test/gen/buf/validate/conformance/harness/results_pb2.py +++ b/test/gen/buf/validate/conformance/harness/results_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/conformance/harness/results.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/conformance/harness/results_pb2.pyi b/test/gen/buf/validate/conformance/harness/results_pb2.pyi index bdd236aa..803b5ab9 100644 --- a/test/gen/buf/validate/conformance/harness/results_pb2.pyi +++ b/test/gen/buf/validate/conformance/harness/results_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....buf.validate.conformance.harness import harness_pb2 as _harness_pb2 from google.protobuf import any_pb2 as _any_pb2 from google.protobuf import descriptor_pb2 as _descriptor_pb2 diff --git a/test/gen/buf/validate/validate_pb.py b/test/gen/buf/validate/validate_pb.py index 2da2ab98..b6b76698 100644 --- a/test/gen/buf/validate/validate_pb.py +++ b/test/gen/buf/validate/validate_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/buf/validate/validate_pb2.py b/test/gen/buf/validate/validate_pb2.py index 47eb22f9..3ce972a1 100644 --- a/test/gen/buf/validate/validate_pb2.py +++ b/test/gen/buf/validate/validate_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: buf/validate/validate.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/buf/validate/validate_pb2.pyi b/test/gen/buf/validate/validate_pb2.pyi index 4c6254e0..7e74b8fa 100644 --- a/test/gen/buf/validate/validate_pb2.pyi +++ b/test/gen/buf/validate/validate_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from google.protobuf import descriptor_pb2 as _descriptor_pb2 from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf import field_mask_pb2 as _field_mask_pb2 diff --git a/test/gen/cel/__init__.py b/test/gen/cel/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/cel/__init__.py +++ b/test/gen/cel/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/cel/expr/__init__.py b/test/gen/cel/expr/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/cel/expr/__init__.py +++ b/test/gen/cel/expr/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/cel/expr/checked_pb.py b/test/gen/cel/expr/checked_pb.py index d8c473bb..e89532ac 100644 --- a/test/gen/cel/expr/checked_pb.py +++ b/test/gen/cel/expr/checked_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/cel/expr/checked_pb2.py b/test/gen/cel/expr/checked_pb2.py index cedbcc34..fe901ae3 100644 --- a/test/gen/cel/expr/checked_pb2.py +++ b/test/gen/cel/expr/checked_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: cel/expr/checked.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/cel/expr/checked_pb2.pyi b/test/gen/cel/expr/checked_pb2.pyi index cafce078..47922334 100644 --- a/test/gen/cel/expr/checked_pb2.pyi +++ b/test/gen/cel/expr/checked_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from ...cel.expr import syntax_pb2 as _syntax_pb2 from google.protobuf import empty_pb2 as _empty_pb2 from google.protobuf import struct_pb2 as _struct_pb2 diff --git a/test/gen/cel/expr/conformance/__init__.py b/test/gen/cel/expr/conformance/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/cel/expr/conformance/__init__.py +++ b/test/gen/cel/expr/conformance/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/cel/expr/conformance/conformance_service_pb.py b/test/gen/cel/expr/conformance/conformance_service_pb.py index ca98cbe2..30ff2c54 100644 --- a/test/gen/cel/expr/conformance/conformance_service_pb.py +++ b/test/gen/cel/expr/conformance/conformance_service_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/cel/expr/conformance/conformance_service_pb2.py b/test/gen/cel/expr/conformance/conformance_service_pb2.py index 2e7f0249..f3c6557c 100644 --- a/test/gen/cel/expr/conformance/conformance_service_pb2.py +++ b/test/gen/cel/expr/conformance/conformance_service_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: cel/expr/conformance/conformance_service.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/cel/expr/conformance/conformance_service_pb2.pyi b/test/gen/cel/expr/conformance/conformance_service_pb2.pyi index 6e5f5aa4..31d5a1f9 100644 --- a/test/gen/cel/expr/conformance/conformance_service_pb2.pyi +++ b/test/gen/cel/expr/conformance/conformance_service_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from ....cel.expr import checked_pb2 as _checked_pb2 from ....cel.expr import eval_pb2 as _eval_pb2 from ....cel.expr import syntax_pb2 as _syntax_pb2 diff --git a/test/gen/cel/expr/conformance/env_config_pb.py b/test/gen/cel/expr/conformance/env_config_pb.py index 3a862b29..a9268c30 100644 --- a/test/gen/cel/expr/conformance/env_config_pb.py +++ b/test/gen/cel/expr/conformance/env_config_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/cel/expr/conformance/env_config_pb2.py b/test/gen/cel/expr/conformance/env_config_pb2.py index 4ebdc7e5..f5704eaf 100644 --- a/test/gen/cel/expr/conformance/env_config_pb2.py +++ b/test/gen/cel/expr/conformance/env_config_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: cel/expr/conformance/env_config.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/cel/expr/conformance/env_config_pb2.pyi b/test/gen/cel/expr/conformance/env_config_pb2.pyi index d7f1da21..99ca006e 100644 --- a/test/gen/cel/expr/conformance/env_config_pb2.pyi +++ b/test/gen/cel/expr/conformance/env_config_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from ....cel.expr import checked_pb2 as _checked_pb2 from google.protobuf import struct_pb2 as _struct_pb2 from google.protobuf import descriptor_pb2 as _descriptor_pb2 diff --git a/test/gen/cel/expr/conformance/test/__init__.py b/test/gen/cel/expr/conformance/test/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/cel/expr/conformance/test/__init__.py +++ b/test/gen/cel/expr/conformance/test/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/cel/expr/conformance/test/simple_pb.py b/test/gen/cel/expr/conformance/test/simple_pb.py index 68ca5e60..ef49d4e3 100644 --- a/test/gen/cel/expr/conformance/test/simple_pb.py +++ b/test/gen/cel/expr/conformance/test/simple_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/cel/expr/conformance/test/simple_pb2.py b/test/gen/cel/expr/conformance/test/simple_pb2.py index 5891e568..44800b6f 100644 --- a/test/gen/cel/expr/conformance/test/simple_pb2.py +++ b/test/gen/cel/expr/conformance/test/simple_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: cel/expr/conformance/test/simple.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/cel/expr/conformance/test/simple_pb2.pyi b/test/gen/cel/expr/conformance/test/simple_pb2.pyi index b0d46999..e73bf5e1 100644 --- a/test/gen/cel/expr/conformance/test/simple_pb2.pyi +++ b/test/gen/cel/expr/conformance/test/simple_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....cel.expr import checked_pb2 as _checked_pb2 from .....cel.expr import eval_pb2 as _eval_pb2 from .....cel.expr import value_pb2 as _value_pb2 diff --git a/test/gen/cel/expr/conformance/test/suite_pb.py b/test/gen/cel/expr/conformance/test/suite_pb.py index c3256e16..e5dec989 100644 --- a/test/gen/cel/expr/conformance/test/suite_pb.py +++ b/test/gen/cel/expr/conformance/test/suite_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/cel/expr/conformance/test/suite_pb2.py b/test/gen/cel/expr/conformance/test/suite_pb2.py index 7731e549..a944dc1d 100644 --- a/test/gen/cel/expr/conformance/test/suite_pb2.py +++ b/test/gen/cel/expr/conformance/test/suite_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: cel/expr/conformance/test/suite.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/cel/expr/conformance/test/suite_pb2.pyi b/test/gen/cel/expr/conformance/test/suite_pb2.pyi index 3b618044..5cb3b8fa 100644 --- a/test/gen/cel/expr/conformance/test/suite_pb2.pyi +++ b/test/gen/cel/expr/conformance/test/suite_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from .....cel.expr import checked_pb2 as _checked_pb2 from .....cel.expr import eval_pb2 as _eval_pb2 from .....cel.expr import value_pb2 as _value_pb2 diff --git a/test/gen/cel/expr/eval_pb.py b/test/gen/cel/expr/eval_pb.py index a88a92a7..880ca110 100644 --- a/test/gen/cel/expr/eval_pb.py +++ b/test/gen/cel/expr/eval_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/cel/expr/eval_pb2.py b/test/gen/cel/expr/eval_pb2.py index adba9f18..631790b6 100644 --- a/test/gen/cel/expr/eval_pb2.py +++ b/test/gen/cel/expr/eval_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: cel/expr/eval.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/cel/expr/eval_pb2.pyi b/test/gen/cel/expr/eval_pb2.pyi index 5ec53fb0..e3a796c5 100644 --- a/test/gen/cel/expr/eval_pb2.pyi +++ b/test/gen/cel/expr/eval_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from google.protobuf import any_pb2 as _any_pb2 from ...cel.expr import value_pb2 as _value_pb2 from google.protobuf.internal import containers as _containers diff --git a/test/gen/cel/expr/explain_pb.py b/test/gen/cel/expr/explain_pb.py index 9e8e83ee..870d240b 100644 --- a/test/gen/cel/expr/explain_pb.py +++ b/test/gen/cel/expr/explain_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/cel/expr/explain_pb2.py b/test/gen/cel/expr/explain_pb2.py index 5b9dac00..1a8480c2 100644 --- a/test/gen/cel/expr/explain_pb2.py +++ b/test/gen/cel/expr/explain_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: cel/expr/explain.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/cel/expr/explain_pb2.pyi b/test/gen/cel/expr/explain_pb2.pyi index 51bd906f..a73cf856 100644 --- a/test/gen/cel/expr/explain_pb2.pyi +++ b/test/gen/cel/expr/explain_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from ...cel.expr import value_pb2 as _value_pb2 from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor diff --git a/test/gen/cel/expr/syntax_pb.py b/test/gen/cel/expr/syntax_pb.py index 49c8896c..17df92ab 100644 --- a/test/gen/cel/expr/syntax_pb.py +++ b/test/gen/cel/expr/syntax_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/cel/expr/syntax_pb2.py b/test/gen/cel/expr/syntax_pb2.py index c694b526..7411b78f 100644 --- a/test/gen/cel/expr/syntax_pb2.py +++ b/test/gen/cel/expr/syntax_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: cel/expr/syntax.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/cel/expr/syntax_pb2.pyi b/test/gen/cel/expr/syntax_pb2.pyi index d23dc4fa..5442b1da 100644 --- a/test/gen/cel/expr/syntax_pb2.pyi +++ b/test/gen/cel/expr/syntax_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from google.protobuf import duration_pb2 as _duration_pb2 from google.protobuf import struct_pb2 as _struct_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 diff --git a/test/gen/cel/expr/value_pb.py b/test/gen/cel/expr/value_pb.py index 6d07345e..f263f7db 100644 --- a/test/gen/cel/expr/value_pb.py +++ b/test/gen/cel/expr/value_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/cel/expr/value_pb2.py b/test/gen/cel/expr/value_pb2.py index 947064c3..70c535c8 100644 --- a/test/gen/cel/expr/value_pb2.py +++ b/test/gen/cel/expr/value_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: cel/expr/value.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/cel/expr/value_pb2.pyi b/test/gen/cel/expr/value_pb2.pyi index c556d3db..2aadf875 100644 --- a/test/gen/cel/expr/value_pb2.pyi +++ b/test/gen/cel/expr/value_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from google.protobuf import any_pb2 as _any_pb2 from google.protobuf import struct_pb2 as _struct_pb2 from google.protobuf.internal import containers as _containers diff --git a/test/gen/cel/policy/__init__.py b/test/gen/cel/policy/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/cel/policy/__init__.py +++ b/test/gen/cel/policy/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/cel/policy/policy_pb.py b/test/gen/cel/policy/policy_pb.py index c988500d..09e004a1 100644 --- a/test/gen/cel/policy/policy_pb.py +++ b/test/gen/cel/policy/policy_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/cel/policy/policy_pb2.py b/test/gen/cel/policy/policy_pb2.py index a3f4f14a..6ee07a6e 100644 --- a/test/gen/cel/policy/policy_pb2.py +++ b/test/gen/cel/policy/policy_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: cel/policy/policy.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/cel/policy/policy_pb2.pyi b/test/gen/cel/policy/policy_pb2.pyi index d7e5ede9..5ad22324 100644 --- a/test/gen/cel/policy/policy_pb2.pyi +++ b/test/gen/cel/policy/policy_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from google.protobuf.internal import containers as _containers from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message diff --git a/test/gen/tests/__init__.py b/test/gen/tests/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/tests/__init__.py +++ b/test/gen/tests/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/tests/example/__init__.py b/test/gen/tests/example/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/tests/example/__init__.py +++ b/test/gen/tests/example/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/tests/example/v1/__init__.py b/test/gen/tests/example/v1/__init__.py index ec2179d8..6e68fe7b 100644 --- a/test/gen/tests/example/v1/__init__.py +++ b/test/gen/tests/example/v1/__init__.py @@ -1,15 +1,14 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from __future__ import annotations diff --git a/test/gen/tests/example/v1/validations_pb.py b/test/gen/tests/example/v1/validations_pb.py index 8fadcfea..f95590b0 100644 --- a/test/gen/tests/example/v1/validations_pb.py +++ b/test/gen/tests/example/v1/validations_pb.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/gen/tests/example/v1/validations_pb2.py b/test/gen/tests/example/v1/validations_pb2.py index e2f56fc7..cbab3517 100644 --- a/test/gen/tests/example/v1/validations_pb2.py +++ b/test/gen/tests/example/v1/validations_pb2.py @@ -1,10 +1,11 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# -*- coding: utf-8 -*- +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -12,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: tests/example/v1/validations.proto # Protobuf Python Version: 5.26.0 diff --git a/test/gen/tests/example/v1/validations_pb2.pyi b/test/gen/tests/example/v1/validations_pb2.pyi index bdd80413..b3878ff1 100644 --- a/test/gen/tests/example/v1/validations_pb2.pyi +++ b/test/gen/tests/example/v1/validations_pb2.pyi @@ -1,17 +1,16 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - from ....buf.validate import validate_pb2 as _validate_pb2 from google.protobuf import timestamp_pb2 as _timestamp_pb2 from google.protobuf.internal import containers as _containers diff --git a/test/proto/bench/v1/bench.proto b/test/proto/bench/v1/bench.proto index bc5f7c4b..83d473b0 100644 --- a/test/proto/bench/v1/bench.proto +++ b/test/proto/bench/v1/bench.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/bench/v1/native.proto b/test/proto/bench/v1/native.proto index 8ba611bb..401df88f 100644 --- a/test/proto/bench/v1/native.proto +++ b/test/proto/bench/v1/native.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/bool.proto b/test/proto/buf/validate/conformance/cases/bool.proto index 26ce95aa..5486298d 100644 --- a/test/proto/buf/validate/conformance/cases/bool.proto +++ b/test/proto/buf/validate/conformance/cases/bool.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/bytes.proto b/test/proto/buf/validate/conformance/cases/bytes.proto index 70da7c75..ab5ef90b 100644 --- a/test/proto/buf/validate/conformance/cases/bytes.proto +++ b/test/proto/buf/validate/conformance/cases/bytes.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/custom_rules/custom_rules.proto b/test/proto/buf/validate/conformance/cases/custom_rules/custom_rules.proto index d7dc9889..a6e843c0 100644 --- a/test/proto/buf/validate/conformance/cases/custom_rules/custom_rules.proto +++ b/test/proto/buf/validate/conformance/cases/custom_rules/custom_rules.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/enums.proto b/test/proto/buf/validate/conformance/cases/enums.proto index a7275290..f8343d78 100644 --- a/test/proto/buf/validate/conformance/cases/enums.proto +++ b/test/proto/buf/validate/conformance/cases/enums.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/filename-with-dash.proto b/test/proto/buf/validate/conformance/cases/filename-with-dash.proto index e5b46d74..1ffe43d1 100644 --- a/test/proto/buf/validate/conformance/cases/filename-with-dash.proto +++ b/test/proto/buf/validate/conformance/cases/filename-with-dash.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/groups_editions.proto b/test/proto/buf/validate/conformance/cases/groups_editions.proto index dc61c29b..f6eed08e 100644 --- a/test/proto/buf/validate/conformance/cases/groups_editions.proto +++ b/test/proto/buf/validate/conformance/cases/groups_editions.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/groups_proto2.proto b/test/proto/buf/validate/conformance/cases/groups_proto2.proto index b963594b..3f2b6d26 100644 --- a/test/proto/buf/validate/conformance/cases/groups_proto2.proto +++ b/test/proto/buf/validate/conformance/cases/groups_proto2.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/ignore_empty_proto2.proto b/test/proto/buf/validate/conformance/cases/ignore_empty_proto2.proto index 2c72a2cc..c1086dcb 100644 --- a/test/proto/buf/validate/conformance/cases/ignore_empty_proto2.proto +++ b/test/proto/buf/validate/conformance/cases/ignore_empty_proto2.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/ignore_empty_proto3.proto b/test/proto/buf/validate/conformance/cases/ignore_empty_proto3.proto index 4d749ec4..bd0b0250 100644 --- a/test/proto/buf/validate/conformance/cases/ignore_empty_proto3.proto +++ b/test/proto/buf/validate/conformance/cases/ignore_empty_proto3.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/ignore_empty_proto_editions.proto b/test/proto/buf/validate/conformance/cases/ignore_empty_proto_editions.proto index fed9174e..025021d0 100644 --- a/test/proto/buf/validate/conformance/cases/ignore_empty_proto_editions.proto +++ b/test/proto/buf/validate/conformance/cases/ignore_empty_proto_editions.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/ignore_proto2.proto b/test/proto/buf/validate/conformance/cases/ignore_proto2.proto index fc14dab9..a1c71ed9 100644 --- a/test/proto/buf/validate/conformance/cases/ignore_proto2.proto +++ b/test/proto/buf/validate/conformance/cases/ignore_proto2.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/ignore_proto3.proto b/test/proto/buf/validate/conformance/cases/ignore_proto3.proto index 97fc2c34..d0dafcb9 100644 --- a/test/proto/buf/validate/conformance/cases/ignore_proto3.proto +++ b/test/proto/buf/validate/conformance/cases/ignore_proto3.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/ignore_proto_editions.proto b/test/proto/buf/validate/conformance/cases/ignore_proto_editions.proto index 2c5355c9..68fdf33a 100644 --- a/test/proto/buf/validate/conformance/cases/ignore_proto_editions.proto +++ b/test/proto/buf/validate/conformance/cases/ignore_proto_editions.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/kitchen_sink.proto b/test/proto/buf/validate/conformance/cases/kitchen_sink.proto index aed33682..8e0d24a1 100644 --- a/test/proto/buf/validate/conformance/cases/kitchen_sink.proto +++ b/test/proto/buf/validate/conformance/cases/kitchen_sink.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/library.proto b/test/proto/buf/validate/conformance/cases/library.proto index 7f052872..1d55d502 100644 --- a/test/proto/buf/validate/conformance/cases/library.proto +++ b/test/proto/buf/validate/conformance/cases/library.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/maps.proto b/test/proto/buf/validate/conformance/cases/maps.proto index 4a14705b..07db97d7 100644 --- a/test/proto/buf/validate/conformance/cases/maps.proto +++ b/test/proto/buf/validate/conformance/cases/maps.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/messages.proto b/test/proto/buf/validate/conformance/cases/messages.proto index f20a1f82..a023bbe9 100644 --- a/test/proto/buf/validate/conformance/cases/messages.proto +++ b/test/proto/buf/validate/conformance/cases/messages.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/numbers.proto b/test/proto/buf/validate/conformance/cases/numbers.proto index e7a16e8a..4a598aa1 100644 --- a/test/proto/buf/validate/conformance/cases/numbers.proto +++ b/test/proto/buf/validate/conformance/cases/numbers.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/oneofs.proto b/test/proto/buf/validate/conformance/cases/oneofs.proto index 7d37e31f..206551d9 100644 --- a/test/proto/buf/validate/conformance/cases/oneofs.proto +++ b/test/proto/buf/validate/conformance/cases/oneofs.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/other_package/embed.proto b/test/proto/buf/validate/conformance/cases/other_package/embed.proto index 7b26930a..b91355f3 100644 --- a/test/proto/buf/validate/conformance/cases/other_package/embed.proto +++ b/test/proto/buf/validate/conformance/cases/other_package/embed.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/predefined_rules_proto2.proto b/test/proto/buf/validate/conformance/cases/predefined_rules_proto2.proto index 2f239916..61b6f4c3 100644 --- a/test/proto/buf/validate/conformance/cases/predefined_rules_proto2.proto +++ b/test/proto/buf/validate/conformance/cases/predefined_rules_proto2.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/predefined_rules_proto3.proto b/test/proto/buf/validate/conformance/cases/predefined_rules_proto3.proto index 12a065dc..c724abf2 100644 --- a/test/proto/buf/validate/conformance/cases/predefined_rules_proto3.proto +++ b/test/proto/buf/validate/conformance/cases/predefined_rules_proto3.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/predefined_rules_proto_editions.proto b/test/proto/buf/validate/conformance/cases/predefined_rules_proto_editions.proto index a3788307..d45aa401 100644 --- a/test/proto/buf/validate/conformance/cases/predefined_rules_proto_editions.proto +++ b/test/proto/buf/validate/conformance/cases/predefined_rules_proto_editions.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/repeated.proto b/test/proto/buf/validate/conformance/cases/repeated.proto index 9477fb1c..6386be8f 100644 --- a/test/proto/buf/validate/conformance/cases/repeated.proto +++ b/test/proto/buf/validate/conformance/cases/repeated.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/required_field_proto2.proto b/test/proto/buf/validate/conformance/cases/required_field_proto2.proto index 850a539b..4b1510e1 100644 --- a/test/proto/buf/validate/conformance/cases/required_field_proto2.proto +++ b/test/proto/buf/validate/conformance/cases/required_field_proto2.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/required_field_proto3.proto b/test/proto/buf/validate/conformance/cases/required_field_proto3.proto index b32d2a92..b5fb0af8 100644 --- a/test/proto/buf/validate/conformance/cases/required_field_proto3.proto +++ b/test/proto/buf/validate/conformance/cases/required_field_proto3.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/required_field_proto_editions.proto b/test/proto/buf/validate/conformance/cases/required_field_proto_editions.proto index 5e53bee4..f748d194 100644 --- a/test/proto/buf/validate/conformance/cases/required_field_proto_editions.proto +++ b/test/proto/buf/validate/conformance/cases/required_field_proto_editions.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/strings.proto b/test/proto/buf/validate/conformance/cases/strings.proto index 04c20fa9..98acb6ca 100644 --- a/test/proto/buf/validate/conformance/cases/strings.proto +++ b/test/proto/buf/validate/conformance/cases/strings.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/subdirectory/in_subdirectory.proto b/test/proto/buf/validate/conformance/cases/subdirectory/in_subdirectory.proto index de2fd2a0..85d92408 100644 --- a/test/proto/buf/validate/conformance/cases/subdirectory/in_subdirectory.proto +++ b/test/proto/buf/validate/conformance/cases/subdirectory/in_subdirectory.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/wkt_any.proto b/test/proto/buf/validate/conformance/cases/wkt_any.proto index 92ae9034..77f29eaa 100644 --- a/test/proto/buf/validate/conformance/cases/wkt_any.proto +++ b/test/proto/buf/validate/conformance/cases/wkt_any.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/wkt_duration.proto b/test/proto/buf/validate/conformance/cases/wkt_duration.proto index 556ea7bf..f8366399 100644 --- a/test/proto/buf/validate/conformance/cases/wkt_duration.proto +++ b/test/proto/buf/validate/conformance/cases/wkt_duration.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/wkt_field_mask.proto b/test/proto/buf/validate/conformance/cases/wkt_field_mask.proto index 3923b21a..64859d70 100644 --- a/test/proto/buf/validate/conformance/cases/wkt_field_mask.proto +++ b/test/proto/buf/validate/conformance/cases/wkt_field_mask.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/wkt_nested.proto b/test/proto/buf/validate/conformance/cases/wkt_nested.proto index 8da2703a..2968a521 100644 --- a/test/proto/buf/validate/conformance/cases/wkt_nested.proto +++ b/test/proto/buf/validate/conformance/cases/wkt_nested.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/wkt_timestamp.proto b/test/proto/buf/validate/conformance/cases/wkt_timestamp.proto index b7ca36a7..e6a1be0a 100644 --- a/test/proto/buf/validate/conformance/cases/wkt_timestamp.proto +++ b/test/proto/buf/validate/conformance/cases/wkt_timestamp.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/wkt_wrappers.proto b/test/proto/buf/validate/conformance/cases/wkt_wrappers.proto index 57a09f0a..c26931bf 100644 --- a/test/proto/buf/validate/conformance/cases/wkt_wrappers.proto +++ b/test/proto/buf/validate/conformance/cases/wkt_wrappers.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/cases/yet_another_package/embed2.proto b/test/proto/buf/validate/conformance/cases/yet_another_package/embed2.proto index d2a988df..12c14ab3 100644 --- a/test/proto/buf/validate/conformance/cases/yet_another_package/embed2.proto +++ b/test/proto/buf/validate/conformance/cases/yet_another_package/embed2.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/harness/harness.proto b/test/proto/buf/validate/conformance/harness/harness.proto index af2846ef..4fe462db 100644 --- a/test/proto/buf/validate/conformance/harness/harness.proto +++ b/test/proto/buf/validate/conformance/harness/harness.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/conformance/harness/results.proto b/test/proto/buf/validate/conformance/harness/results.proto index c6f15c9e..c3b9183d 100644 --- a/test/proto/buf/validate/conformance/harness/results.proto +++ b/test/proto/buf/validate/conformance/harness/results.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/buf/validate/validate.proto b/test/proto/buf/validate/validate.proto index 56117c88..7f8c9c3c 100644 --- a/test/proto/buf/validate/validate.proto +++ b/test/proto/buf/validate/validate.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/proto/tests/example/v1/validations.proto b/test/proto/tests/example/v1/validations.proto index 09d44ee6..4bf0285f 100644 --- a/test/proto/tests/example/v1/validations.proto +++ b/test/proto/tests/example/v1/validations.proto @@ -1,10 +1,10 @@ -// Copyright 2023-2026 Buf Technologies, Inc. +// Copyright (c) 2023-2026 Buf Technologies, Inc. // // 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 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/test_benchmark.py b/test/test_benchmark.py index 4d59ca92..d33556b5 100644 --- a/test/test_benchmark.py +++ b/test/test_benchmark.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/test_format.py b/test/test_format.py index cf375a72..e5582866 100644 --- a/test/test_format.py +++ b/test/test_format.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/test_matches.py b/test/test_matches.py index 290acbb7..f0bdff4c 100644 --- a/test/test_matches.py +++ b/test/test_matches.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/test_validate.py b/test/test_validate.py index 0408cbc2..28dd1c07 100644 --- a/test/test_validate.py +++ b/test/test_validate.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/versions.py b/test/versions.py index 4342b4cc..11b5bb3c 100644 --- a/test/versions.py +++ b/test/versions.py @@ -1,10 +1,10 @@ -# Copyright 2023-2026 Buf Technologies, Inc. +# Copyright (c) 2023-2026 Buf Technologies, Inc. # # 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 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/uv.lock b/uv.lock index 78c05153..223ff304 100644 --- a/uv.lock +++ b/uv.lock @@ -189,6 +189,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/82/3d/14ce75ef66813643812f3093ab17e46d3a206942ce7376d31ec2d36229e7/lark-1.3.1-py3-none-any.whl", hash = "sha256:c629b661023a014c37da873b4ff58a817398d12635d3bbb2c5a03be7fe5d1e12", size = 113151, upload-time = "2025-10-27T18:25:54.882Z" }, ] +[[package]] +name = "license-header" +version = "0.0.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "tomli" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/12/d7/b5022800c7a5df156c12197045e12560e071196d1b962312db023bd9e9d7/license_header-0.0.1.tar.gz", hash = "sha256:752b5e8ee5ce78a682baa1f677d1575837ea5b8d01602ff40219fbf9cf6d05d1", size = 8943, upload-time = "2026-07-14T08:31:20.144Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/90/ce/a8636febaa4bdd24da2c106d4154278ba3a20b39ed6e01046dded532d4e9/license_header-0.0.1-py3-none-any.whl", hash = "sha256:dc45b544370155260e409713eb5ebb00f878e5d2630c4bcb9a6d045e18505b44", size = 13399, upload-time = "2026-07-14T08:31:19.061Z" }, +] + [[package]] name = "packaging" version = "26.2" @@ -375,6 +387,7 @@ dev = [ { name = "buf-bin" }, { name = "fix-protobuf-imports" }, { name = "google-re2-stubs" }, + { name = "license-header" }, { name = "poethepoet" }, { name = "protobuf" }, { name = "pytest" }, @@ -400,6 +413,7 @@ dev = [ { name = "buf-bin", specifier = "==1.71.0" }, { name = "fix-protobuf-imports", specifier = "==0.1.7" }, { name = "google-re2-stubs", specifier = "==0.1.1" }, + { name = "license-header", specifier = "==0.0.1" }, { name = "poethepoet", specifier = "==0.48.0" }, { name = "protobuf", specifier = ">=5" }, { name = "protobuf", marker = "python_full_version >= '3.14'", specifier = ">=6.31.0" },