From 9f60ed646c9a96b8a4c2f5ca70ccd8a4e16f4e96 Mon Sep 17 00:00:00 2001 From: Sri Krishna Date: Mon, 20 Apr 2026 21:25:49 +0530 Subject: [PATCH] Update license header Signed-off-by: Sri Krishna --- .../build/buf/protovalidate/conformance/FileDescriptorUtil.java | 2 +- .../src/main/java/build/buf/protovalidate/conformance/Main.java | 2 +- .../src/test/java/build/buf/protovalidate/ValidatorTest.java | 2 +- gradle.properties | 2 +- src/main/java/build/buf/protovalidate/AnyEvaluator.java | 2 +- src/main/java/build/buf/protovalidate/AstExpression.java | 2 +- src/main/java/build/buf/protovalidate/CelPrograms.java | 2 +- src/main/java/build/buf/protovalidate/CompiledProgram.java | 2 +- src/main/java/build/buf/protovalidate/Config.java | 2 +- src/main/java/build/buf/protovalidate/CustomDeclarations.java | 2 +- src/main/java/build/buf/protovalidate/CustomOverload.java | 2 +- src/main/java/build/buf/protovalidate/DescriptorMappings.java | 2 +- .../java/build/buf/protovalidate/EmbeddedMessageEvaluator.java | 2 +- src/main/java/build/buf/protovalidate/EnumEvaluator.java | 2 +- src/main/java/build/buf/protovalidate/Evaluator.java | 2 +- src/main/java/build/buf/protovalidate/EvaluatorBuilder.java | 2 +- src/main/java/build/buf/protovalidate/Expression.java | 2 +- src/main/java/build/buf/protovalidate/FieldEvaluator.java | 2 +- src/main/java/build/buf/protovalidate/FieldPathUtils.java | 2 +- src/main/java/build/buf/protovalidate/Format.java | 2 +- src/main/java/build/buf/protovalidate/Ipv4.java | 2 +- src/main/java/build/buf/protovalidate/Ipv6.java | 2 +- src/main/java/build/buf/protovalidate/ListElementValue.java | 2 +- src/main/java/build/buf/protovalidate/ListEvaluator.java | 2 +- src/main/java/build/buf/protovalidate/MapEvaluator.java | 2 +- src/main/java/build/buf/protovalidate/MessageEvaluator.java | 2 +- .../java/build/buf/protovalidate/MessageOneofEvaluator.java | 2 +- src/main/java/build/buf/protovalidate/MessageValue.java | 2 +- src/main/java/build/buf/protovalidate/NowVariable.java | 2 +- src/main/java/build/buf/protovalidate/ObjectValue.java | 2 +- src/main/java/build/buf/protovalidate/OneofEvaluator.java | 2 +- src/main/java/build/buf/protovalidate/ProtoAdapter.java | 2 +- src/main/java/build/buf/protovalidate/RuleCache.java | 2 +- src/main/java/build/buf/protovalidate/RuleResolver.java | 2 +- src/main/java/build/buf/protovalidate/RuleViolation.java | 2 +- src/main/java/build/buf/protovalidate/RuleViolationHelper.java | 2 +- .../build/buf/protovalidate/UnknownDescriptorEvaluator.java | 2 +- src/main/java/build/buf/protovalidate/Uri.java | 2 +- src/main/java/build/buf/protovalidate/ValidateLibrary.java | 2 +- src/main/java/build/buf/protovalidate/ValidationResult.java | 2 +- src/main/java/build/buf/protovalidate/Validator.java | 2 +- src/main/java/build/buf/protovalidate/ValidatorFactory.java | 2 +- src/main/java/build/buf/protovalidate/ValidatorImpl.java | 2 +- src/main/java/build/buf/protovalidate/Value.java | 2 +- src/main/java/build/buf/protovalidate/ValueEvaluator.java | 2 +- src/main/java/build/buf/protovalidate/Variable.java | 2 +- src/main/java/build/buf/protovalidate/Violation.java | 2 +- .../buf/protovalidate/exceptions/CompilationException.java | 2 +- .../build/buf/protovalidate/exceptions/ExecutionException.java | 2 +- .../build/buf/protovalidate/exceptions/ValidationException.java | 2 +- src/test/java/build/buf/protovalidate/CustomOverloadTest.java | 2 +- src/test/java/build/buf/protovalidate/FormatTest.java | 2 +- src/test/java/build/buf/protovalidate/Issue427Test.java | 2 +- src/test/java/build/buf/protovalidate/ValidationResultTest.java | 2 +- .../build/buf/protovalidate/ValidatorCelExpressionTest.java | 2 +- .../java/build/buf/protovalidate/ValidatorConstructionTest.java | 2 +- .../buf/protovalidate/ValidatorDifferentJavaPackagesTest.java | 2 +- .../build/buf/protovalidate/ValidatorDynamicMessageTest.java | 2 +- src/test/java/build/buf/protovalidate/ValidatorImportTest.java | 2 +- .../build/buf/protovalidate/ValidatorStringExtensionsTest.java | 2 +- src/test/resources/proto/validationtest/custom_rules.proto | 2 +- src/test/resources/proto/validationtest/import_test.proto | 2 +- src/test/resources/proto/validationtest/issue427.proto | 2 +- src/test/resources/proto/validationtest/predefined.proto | 2 +- src/test/resources/proto/validationtest/required.proto | 2 +- src/test/resources/proto/validationtest/validationtest.proto | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/conformance/src/main/java/build/buf/protovalidate/conformance/FileDescriptorUtil.java b/conformance/src/main/java/build/buf/protovalidate/conformance/FileDescriptorUtil.java index 7a26f911d..2f01b236b 100644 --- a/conformance/src/main/java/build/buf/protovalidate/conformance/FileDescriptorUtil.java +++ b/conformance/src/main/java/build/buf/protovalidate/conformance/FileDescriptorUtil.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/conformance/src/main/java/build/buf/protovalidate/conformance/Main.java b/conformance/src/main/java/build/buf/protovalidate/conformance/Main.java index 63f5c1795..bf2c5d632 100644 --- a/conformance/src/main/java/build/buf/protovalidate/conformance/Main.java +++ b/conformance/src/main/java/build/buf/protovalidate/conformance/Main.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/conformance/src/test/java/build/buf/protovalidate/ValidatorTest.java b/conformance/src/test/java/build/buf/protovalidate/ValidatorTest.java index f14c17b64..4f3deaab3 100644 --- a/conformance/src/test/java/build/buf/protovalidate/ValidatorTest.java +++ b/conformance/src/test/java/build/buf/protovalidate/ValidatorTest.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/gradle.properties b/gradle.properties index 441ca4eed..fb1eaea7f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ protovalidate.version = v1.2.0 protovalidate.conformance.args = --strict_message --strict_error --expected_failures=expected-failures.yaml # Argument to the license-header CLI -license-header.years = 2023-2025 +license-header.years = 2023-2026 # Version of the cel-spec that this implementation is conformant with cel.spec.version = v0.24.0 diff --git a/src/main/java/build/buf/protovalidate/AnyEvaluator.java b/src/main/java/build/buf/protovalidate/AnyEvaluator.java index d19f30e18..d7d18356d 100644 --- a/src/main/java/build/buf/protovalidate/AnyEvaluator.java +++ b/src/main/java/build/buf/protovalidate/AnyEvaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/AstExpression.java b/src/main/java/build/buf/protovalidate/AstExpression.java index 845c3e7f9..829925b51 100644 --- a/src/main/java/build/buf/protovalidate/AstExpression.java +++ b/src/main/java/build/buf/protovalidate/AstExpression.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/CelPrograms.java b/src/main/java/build/buf/protovalidate/CelPrograms.java index 520f01ca7..ed712f796 100644 --- a/src/main/java/build/buf/protovalidate/CelPrograms.java +++ b/src/main/java/build/buf/protovalidate/CelPrograms.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/CompiledProgram.java b/src/main/java/build/buf/protovalidate/CompiledProgram.java index e41e8fde4..779b0bd7a 100644 --- a/src/main/java/build/buf/protovalidate/CompiledProgram.java +++ b/src/main/java/build/buf/protovalidate/CompiledProgram.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/Config.java b/src/main/java/build/buf/protovalidate/Config.java index 289bc7171..5317c5031 100644 --- a/src/main/java/build/buf/protovalidate/Config.java +++ b/src/main/java/build/buf/protovalidate/Config.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/CustomDeclarations.java b/src/main/java/build/buf/protovalidate/CustomDeclarations.java index 0de52970b..f1600477c 100644 --- a/src/main/java/build/buf/protovalidate/CustomDeclarations.java +++ b/src/main/java/build/buf/protovalidate/CustomDeclarations.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/CustomOverload.java b/src/main/java/build/buf/protovalidate/CustomOverload.java index 7170e9ec6..39a276d6a 100644 --- a/src/main/java/build/buf/protovalidate/CustomOverload.java +++ b/src/main/java/build/buf/protovalidate/CustomOverload.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/DescriptorMappings.java b/src/main/java/build/buf/protovalidate/DescriptorMappings.java index 3f14e3a50..dcb409f11 100644 --- a/src/main/java/build/buf/protovalidate/DescriptorMappings.java +++ b/src/main/java/build/buf/protovalidate/DescriptorMappings.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/EmbeddedMessageEvaluator.java b/src/main/java/build/buf/protovalidate/EmbeddedMessageEvaluator.java index 63af08dc3..1b931fc40 100644 --- a/src/main/java/build/buf/protovalidate/EmbeddedMessageEvaluator.java +++ b/src/main/java/build/buf/protovalidate/EmbeddedMessageEvaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/EnumEvaluator.java b/src/main/java/build/buf/protovalidate/EnumEvaluator.java index e3036f90b..d2fa00df4 100644 --- a/src/main/java/build/buf/protovalidate/EnumEvaluator.java +++ b/src/main/java/build/buf/protovalidate/EnumEvaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/Evaluator.java b/src/main/java/build/buf/protovalidate/Evaluator.java index e4e04de1b..695623d40 100644 --- a/src/main/java/build/buf/protovalidate/Evaluator.java +++ b/src/main/java/build/buf/protovalidate/Evaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/EvaluatorBuilder.java b/src/main/java/build/buf/protovalidate/EvaluatorBuilder.java index ced03fc00..05f8c1df5 100644 --- a/src/main/java/build/buf/protovalidate/EvaluatorBuilder.java +++ b/src/main/java/build/buf/protovalidate/EvaluatorBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/Expression.java b/src/main/java/build/buf/protovalidate/Expression.java index 638128d68..4d3978c44 100644 --- a/src/main/java/build/buf/protovalidate/Expression.java +++ b/src/main/java/build/buf/protovalidate/Expression.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/FieldEvaluator.java b/src/main/java/build/buf/protovalidate/FieldEvaluator.java index 922e9153f..877aec5ea 100644 --- a/src/main/java/build/buf/protovalidate/FieldEvaluator.java +++ b/src/main/java/build/buf/protovalidate/FieldEvaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/FieldPathUtils.java b/src/main/java/build/buf/protovalidate/FieldPathUtils.java index 1c8c1b0b8..4d34cfd38 100644 --- a/src/main/java/build/buf/protovalidate/FieldPathUtils.java +++ b/src/main/java/build/buf/protovalidate/FieldPathUtils.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/Format.java b/src/main/java/build/buf/protovalidate/Format.java index 1a9b9bf19..af476f83e 100644 --- a/src/main/java/build/buf/protovalidate/Format.java +++ b/src/main/java/build/buf/protovalidate/Format.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/Ipv4.java b/src/main/java/build/buf/protovalidate/Ipv4.java index 94bc4e251..74bed89df 100644 --- a/src/main/java/build/buf/protovalidate/Ipv4.java +++ b/src/main/java/build/buf/protovalidate/Ipv4.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/Ipv6.java b/src/main/java/build/buf/protovalidate/Ipv6.java index e72559ef0..b1679939b 100644 --- a/src/main/java/build/buf/protovalidate/Ipv6.java +++ b/src/main/java/build/buf/protovalidate/Ipv6.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/ListElementValue.java b/src/main/java/build/buf/protovalidate/ListElementValue.java index dbb96d67f..fd9d0a114 100644 --- a/src/main/java/build/buf/protovalidate/ListElementValue.java +++ b/src/main/java/build/buf/protovalidate/ListElementValue.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/ListEvaluator.java b/src/main/java/build/buf/protovalidate/ListEvaluator.java index 4702c8fad..6b389ede8 100644 --- a/src/main/java/build/buf/protovalidate/ListEvaluator.java +++ b/src/main/java/build/buf/protovalidate/ListEvaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/MapEvaluator.java b/src/main/java/build/buf/protovalidate/MapEvaluator.java index 5d66b86c8..bc418e977 100644 --- a/src/main/java/build/buf/protovalidate/MapEvaluator.java +++ b/src/main/java/build/buf/protovalidate/MapEvaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/MessageEvaluator.java b/src/main/java/build/buf/protovalidate/MessageEvaluator.java index 07a58a7f2..e7966473c 100644 --- a/src/main/java/build/buf/protovalidate/MessageEvaluator.java +++ b/src/main/java/build/buf/protovalidate/MessageEvaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/MessageOneofEvaluator.java b/src/main/java/build/buf/protovalidate/MessageOneofEvaluator.java index 3069838aa..aecce4e92 100644 --- a/src/main/java/build/buf/protovalidate/MessageOneofEvaluator.java +++ b/src/main/java/build/buf/protovalidate/MessageOneofEvaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/MessageValue.java b/src/main/java/build/buf/protovalidate/MessageValue.java index c2145313c..ee15f4a29 100644 --- a/src/main/java/build/buf/protovalidate/MessageValue.java +++ b/src/main/java/build/buf/protovalidate/MessageValue.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/NowVariable.java b/src/main/java/build/buf/protovalidate/NowVariable.java index 27e5f933d..8ece15336 100644 --- a/src/main/java/build/buf/protovalidate/NowVariable.java +++ b/src/main/java/build/buf/protovalidate/NowVariable.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/ObjectValue.java b/src/main/java/build/buf/protovalidate/ObjectValue.java index 1ca0afc92..73d320e44 100644 --- a/src/main/java/build/buf/protovalidate/ObjectValue.java +++ b/src/main/java/build/buf/protovalidate/ObjectValue.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/OneofEvaluator.java b/src/main/java/build/buf/protovalidate/OneofEvaluator.java index 4124039b8..5ddccd6d6 100644 --- a/src/main/java/build/buf/protovalidate/OneofEvaluator.java +++ b/src/main/java/build/buf/protovalidate/OneofEvaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/ProtoAdapter.java b/src/main/java/build/buf/protovalidate/ProtoAdapter.java index 90b101325..1ed924577 100644 --- a/src/main/java/build/buf/protovalidate/ProtoAdapter.java +++ b/src/main/java/build/buf/protovalidate/ProtoAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/RuleCache.java b/src/main/java/build/buf/protovalidate/RuleCache.java index 6c39852e9..44497daec 100644 --- a/src/main/java/build/buf/protovalidate/RuleCache.java +++ b/src/main/java/build/buf/protovalidate/RuleCache.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/RuleResolver.java b/src/main/java/build/buf/protovalidate/RuleResolver.java index 4901ab1af..fff7dba89 100644 --- a/src/main/java/build/buf/protovalidate/RuleResolver.java +++ b/src/main/java/build/buf/protovalidate/RuleResolver.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/RuleViolation.java b/src/main/java/build/buf/protovalidate/RuleViolation.java index 6486d1590..454d2f782 100644 --- a/src/main/java/build/buf/protovalidate/RuleViolation.java +++ b/src/main/java/build/buf/protovalidate/RuleViolation.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/RuleViolationHelper.java b/src/main/java/build/buf/protovalidate/RuleViolationHelper.java index d134b6d4b..eaa8b4b8b 100644 --- a/src/main/java/build/buf/protovalidate/RuleViolationHelper.java +++ b/src/main/java/build/buf/protovalidate/RuleViolationHelper.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/UnknownDescriptorEvaluator.java b/src/main/java/build/buf/protovalidate/UnknownDescriptorEvaluator.java index ea74468c4..343f2e4b2 100644 --- a/src/main/java/build/buf/protovalidate/UnknownDescriptorEvaluator.java +++ b/src/main/java/build/buf/protovalidate/UnknownDescriptorEvaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/Uri.java b/src/main/java/build/buf/protovalidate/Uri.java index f829047ad..5977b7f2b 100644 --- a/src/main/java/build/buf/protovalidate/Uri.java +++ b/src/main/java/build/buf/protovalidate/Uri.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/ValidateLibrary.java b/src/main/java/build/buf/protovalidate/ValidateLibrary.java index 734040238..bbe2074df 100644 --- a/src/main/java/build/buf/protovalidate/ValidateLibrary.java +++ b/src/main/java/build/buf/protovalidate/ValidateLibrary.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/ValidationResult.java b/src/main/java/build/buf/protovalidate/ValidationResult.java index b92691f6f..5373b5a8a 100644 --- a/src/main/java/build/buf/protovalidate/ValidationResult.java +++ b/src/main/java/build/buf/protovalidate/ValidationResult.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/Validator.java b/src/main/java/build/buf/protovalidate/Validator.java index f8e67195e..449abef73 100644 --- a/src/main/java/build/buf/protovalidate/Validator.java +++ b/src/main/java/build/buf/protovalidate/Validator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/ValidatorFactory.java b/src/main/java/build/buf/protovalidate/ValidatorFactory.java index adb50c8c3..78a807274 100644 --- a/src/main/java/build/buf/protovalidate/ValidatorFactory.java +++ b/src/main/java/build/buf/protovalidate/ValidatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/ValidatorImpl.java b/src/main/java/build/buf/protovalidate/ValidatorImpl.java index 1e178d482..9d749a91a 100644 --- a/src/main/java/build/buf/protovalidate/ValidatorImpl.java +++ b/src/main/java/build/buf/protovalidate/ValidatorImpl.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/Value.java b/src/main/java/build/buf/protovalidate/Value.java index 5d6217b57..6adac4313 100644 --- a/src/main/java/build/buf/protovalidate/Value.java +++ b/src/main/java/build/buf/protovalidate/Value.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/ValueEvaluator.java b/src/main/java/build/buf/protovalidate/ValueEvaluator.java index 198d65b61..433da1c40 100644 --- a/src/main/java/build/buf/protovalidate/ValueEvaluator.java +++ b/src/main/java/build/buf/protovalidate/ValueEvaluator.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/Variable.java b/src/main/java/build/buf/protovalidate/Variable.java index c449cb726..592d20328 100644 --- a/src/main/java/build/buf/protovalidate/Variable.java +++ b/src/main/java/build/buf/protovalidate/Variable.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/Violation.java b/src/main/java/build/buf/protovalidate/Violation.java index ffc7e9f2e..85e7b946d 100644 --- a/src/main/java/build/buf/protovalidate/Violation.java +++ b/src/main/java/build/buf/protovalidate/Violation.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/exceptions/CompilationException.java b/src/main/java/build/buf/protovalidate/exceptions/CompilationException.java index b1f1398c1..00337cafd 100644 --- a/src/main/java/build/buf/protovalidate/exceptions/CompilationException.java +++ b/src/main/java/build/buf/protovalidate/exceptions/CompilationException.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/exceptions/ExecutionException.java b/src/main/java/build/buf/protovalidate/exceptions/ExecutionException.java index 2c3b34711..041279fdb 100644 --- a/src/main/java/build/buf/protovalidate/exceptions/ExecutionException.java +++ b/src/main/java/build/buf/protovalidate/exceptions/ExecutionException.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/main/java/build/buf/protovalidate/exceptions/ValidationException.java b/src/main/java/build/buf/protovalidate/exceptions/ValidationException.java index ad989ba55..6d3a4e097 100644 --- a/src/main/java/build/buf/protovalidate/exceptions/ValidationException.java +++ b/src/main/java/build/buf/protovalidate/exceptions/ValidationException.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/java/build/buf/protovalidate/CustomOverloadTest.java b/src/test/java/build/buf/protovalidate/CustomOverloadTest.java index ac5356a2c..a7a6fcb9e 100644 --- a/src/test/java/build/buf/protovalidate/CustomOverloadTest.java +++ b/src/test/java/build/buf/protovalidate/CustomOverloadTest.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/java/build/buf/protovalidate/FormatTest.java b/src/test/java/build/buf/protovalidate/FormatTest.java index 0bc4e37ee..3e9f460f6 100644 --- a/src/test/java/build/buf/protovalidate/FormatTest.java +++ b/src/test/java/build/buf/protovalidate/FormatTest.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/java/build/buf/protovalidate/Issue427Test.java b/src/test/java/build/buf/protovalidate/Issue427Test.java index eba70197d..b112a63aa 100644 --- a/src/test/java/build/buf/protovalidate/Issue427Test.java +++ b/src/test/java/build/buf/protovalidate/Issue427Test.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/java/build/buf/protovalidate/ValidationResultTest.java b/src/test/java/build/buf/protovalidate/ValidationResultTest.java index 8228b113a..244909294 100644 --- a/src/test/java/build/buf/protovalidate/ValidationResultTest.java +++ b/src/test/java/build/buf/protovalidate/ValidationResultTest.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/java/build/buf/protovalidate/ValidatorCelExpressionTest.java b/src/test/java/build/buf/protovalidate/ValidatorCelExpressionTest.java index cad4ba943..515e6e089 100644 --- a/src/test/java/build/buf/protovalidate/ValidatorCelExpressionTest.java +++ b/src/test/java/build/buf/protovalidate/ValidatorCelExpressionTest.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/java/build/buf/protovalidate/ValidatorConstructionTest.java b/src/test/java/build/buf/protovalidate/ValidatorConstructionTest.java index c4a02bc73..635019e6b 100644 --- a/src/test/java/build/buf/protovalidate/ValidatorConstructionTest.java +++ b/src/test/java/build/buf/protovalidate/ValidatorConstructionTest.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/java/build/buf/protovalidate/ValidatorDifferentJavaPackagesTest.java b/src/test/java/build/buf/protovalidate/ValidatorDifferentJavaPackagesTest.java index dc7b30f84..3c4c77474 100644 --- a/src/test/java/build/buf/protovalidate/ValidatorDifferentJavaPackagesTest.java +++ b/src/test/java/build/buf/protovalidate/ValidatorDifferentJavaPackagesTest.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/java/build/buf/protovalidate/ValidatorDynamicMessageTest.java b/src/test/java/build/buf/protovalidate/ValidatorDynamicMessageTest.java index ff9fc5f81..31149c6a5 100644 --- a/src/test/java/build/buf/protovalidate/ValidatorDynamicMessageTest.java +++ b/src/test/java/build/buf/protovalidate/ValidatorDynamicMessageTest.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/java/build/buf/protovalidate/ValidatorImportTest.java b/src/test/java/build/buf/protovalidate/ValidatorImportTest.java index e6e2afffc..cb7912cb4 100644 --- a/src/test/java/build/buf/protovalidate/ValidatorImportTest.java +++ b/src/test/java/build/buf/protovalidate/ValidatorImportTest.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/java/build/buf/protovalidate/ValidatorStringExtensionsTest.java b/src/test/java/build/buf/protovalidate/ValidatorStringExtensionsTest.java index 72f58fe55..7f5f55658 100644 --- a/src/test/java/build/buf/protovalidate/ValidatorStringExtensionsTest.java +++ b/src/test/java/build/buf/protovalidate/ValidatorStringExtensionsTest.java @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/resources/proto/validationtest/custom_rules.proto b/src/test/resources/proto/validationtest/custom_rules.proto index 0a59a4630..56d3da4cc 100644 --- a/src/test/resources/proto/validationtest/custom_rules.proto +++ b/src/test/resources/proto/validationtest/custom_rules.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/resources/proto/validationtest/import_test.proto b/src/test/resources/proto/validationtest/import_test.proto index 139daa301..4ba07c147 100644 --- a/src/test/resources/proto/validationtest/import_test.proto +++ b/src/test/resources/proto/validationtest/import_test.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/resources/proto/validationtest/issue427.proto b/src/test/resources/proto/validationtest/issue427.proto index eb1fb0db7..821ea6d84 100644 --- a/src/test/resources/proto/validationtest/issue427.proto +++ b/src/test/resources/proto/validationtest/issue427.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/resources/proto/validationtest/predefined.proto b/src/test/resources/proto/validationtest/predefined.proto index 55a37ab02..06fdf1334 100644 --- a/src/test/resources/proto/validationtest/predefined.proto +++ b/src/test/resources/proto/validationtest/predefined.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/resources/proto/validationtest/required.proto b/src/test/resources/proto/validationtest/required.proto index d308577e2..eda000c33 100644 --- a/src/test/resources/proto/validationtest/required.proto +++ b/src/test/resources/proto/validationtest/required.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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. diff --git a/src/test/resources/proto/validationtest/validationtest.proto b/src/test/resources/proto/validationtest/validationtest.proto index 1d9007267..cd6b30f75 100644 --- a/src/test/resources/proto/validationtest/validationtest.proto +++ b/src/test/resources/proto/validationtest/validationtest.proto @@ -1,4 +1,4 @@ -// Copyright 2023-2025 Buf Technologies, Inc. +// Copyright 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.