From 4caa7f4e5db809fa2a411d949db44181e581b329 Mon Sep 17 00:00:00 2001
From: Dmytro Vyazelenko <696855+vyazelenko@users.noreply.github.com>
Date: Fri, 3 Jan 2025 22:06:15 +0100
Subject: [PATCH] Update copyright.
---
CMakeLists.txt | 2 +-
CONTRIBUTING.md | 2 +-
README.md | 2 +-
build.gradle | 4 ++--
sbe-benchmarks/src/main/cpp/CMakeLists.txt | 2 +-
sbe-benchmarks/src/main/cpp/CarBench.cpp | 2 +-
sbe-benchmarks/src/main/cpp/CodecBench.h | 2 +-
sbe-benchmarks/src/main/cpp/MarketDataBench.cpp | 2 +-
sbe-benchmarks/src/main/cpp/SbeCarCodecBench.h | 2 +-
sbe-benchmarks/src/main/cpp/SbeMarketDataCodecBench.h | 2 +-
sbe-benchmarks/src/main/cpp/benchlet-main.cpp | 2 +-
sbe-benchmarks/src/main/cpp/benchlet.h | 2 +-
.../src/main/java/uk/co/real_logic/sbe/CarBenchmark.java | 2 +-
.../main/java/uk/co/real_logic/sbe/MarketDataBenchmark.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/package-info.java | 2 +-
sbe-samples/src/main/cpp/CMakeLists.txt | 2 +-
sbe-samples/src/main/cpp/GeneratedStubExample.cpp | 2 +-
sbe-samples/src/main/cpp/OtfExample.cpp | 2 +-
.../uk/co/real_logic/sbe/examples/ExampleTokenListener.java | 2 +-
.../co/real_logic/sbe/examples/ExampleUsingGeneratedStub.java | 2 +-
.../sbe/examples/ExampleUsingGeneratedStubExtension.java | 2 +-
.../main/java/uk/co/real_logic/sbe/examples/OtfExample.java | 2 +-
.../main/java/uk/co/real_logic/sbe/examples/package-info.java | 2 +-
sbe-tool/src/main/cpp/CMakeLists.txt | 2 +-
sbe-tool/src/main/cpp/otf/Encoding.h | 2 +-
sbe-tool/src/main/cpp/otf/IrDecoder.h | 2 +-
sbe-tool/src/main/cpp/otf/OtfHeaderDecoder.h | 2 +-
sbe-tool/src/main/cpp/otf/OtfMessageDecoder.h | 2 +-
sbe-tool/src/main/cpp/otf/Token.h | 2 +-
sbe-tool/src/main/golang/otf/encoding.go | 2 +-
.../src/main/java/uk/co/real_logic/sbe/PrimitiveType.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/PrimitiveValue.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/SbeTool.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/ValidationUtil.java | 2 +-
.../main/java/uk/co/real_logic/sbe/codec/java/GroupOrder.java | 2 +-
.../java/uk/co/real_logic/sbe/codec/java/MethodSelector.java | 2 +-
.../java/uk/co/real_logic/sbe/codec/java/package-info.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/CodeGenerator.java | 2 +-
.../main/java/uk/co/real_logic/sbe/generation/Generators.java | 2 +-
.../uk/co/real_logic/sbe/generation/TargetCodeGenerator.java | 2 +-
.../real_logic/sbe/generation/TargetCodeGeneratorLoader.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/c/CGenerator.java | 2 +-
.../uk/co/real_logic/sbe/generation/c/COutputManager.java | 2 +-
.../main/java/uk/co/real_logic/sbe/generation/c/CUtil.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/c/package-info.java | 2 +-
.../sbe/generation/common/FieldPrecedenceModel.java | 2 +-
.../co/real_logic/sbe/generation/common/PrecedenceChecks.java | 2 +-
.../uk/co/real_logic/sbe/generation/cpp/CppDtoGenerator.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/cpp/CppDtos.java | 2 +-
.../uk/co/real_logic/sbe/generation/cpp/CppGenerator.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/cpp/CppUtil.java | 2 +-
.../real_logic/sbe/generation/cpp/NamespaceOutputManager.java | 2 +-
.../uk/co/real_logic/sbe/generation/cpp/package-info.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/csharp/CSharp.java | 2 +-
.../real_logic/sbe/generation/csharp/CSharpDtoGenerator.java | 2 +-
.../uk/co/real_logic/sbe/generation/csharp/CSharpDtos.java | 2 +-
.../co/real_logic/sbe/generation/csharp/CSharpGenerator.java | 2 +-
.../sbe/generation/csharp/CSharpNamespaceOutputManager.java | 2 +-
.../uk/co/real_logic/sbe/generation/csharp/CSharpUtil.java | 2 +-
.../uk/co/real_logic/sbe/generation/csharp/package-info.java | 2 +-
.../generation/golang/flyweight/GolangFlyweightGenerator.java | 2 +-
.../golang/flyweight/GolangFlyweightOutputManager.java | 2 +-
.../sbe/generation/golang/flyweight/GolangFlyweightUtil.java | 2 +-
.../uk/co/real_logic/sbe/generation/golang/package-info.java | 2 +-
.../sbe/generation/golang/struct/GolangGenerator.java | 2 +-
.../sbe/generation/golang/struct/GolangOutputManager.java | 2 +-
.../real_logic/sbe/generation/golang/struct/GolangUtil.java | 2 +-
.../co/real_logic/sbe/generation/java/JavaDtoGenerator.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/java/JavaDtos.java | 2 +-
.../uk/co/real_logic/sbe/generation/java/JavaGenerator.java | 2 +-
.../co/real_logic/sbe/generation/java/JavaOutputManager.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/java/JavaUtil.java | 2 +-
.../uk/co/real_logic/sbe/generation/java/package-info.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/package-info.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/rust/LibRsDef.java | 2 +-
.../uk/co/real_logic/sbe/generation/rust/MessageCoderDef.java | 2 +-
.../uk/co/real_logic/sbe/generation/rust/RustGenerator.java | 2 +-
.../co/real_logic/sbe/generation/rust/RustOutputManager.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/rust/RustUtil.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/rust/SubGroup.java | 2 +-
.../uk/co/real_logic/sbe/generation/rust/package-info.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Encoding.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/ir/GenerationUtil.java | 2 +-
.../main/java/uk/co/real_logic/sbe/ir/HeaderStructure.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Ir.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrDecoder.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrEncoder.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrUtil.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Signal.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Token.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/ir/package-info.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/json/JsonPrinter.java | 2 +-
.../java/uk/co/real_logic/sbe/json/JsonTokenListener.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/json/package-info.java | 2 +-
.../java/uk/co/real_logic/sbe/otf/AbstractTokenListener.java | 2 +-
.../main/java/uk/co/real_logic/sbe/otf/OtfHeaderDecoder.java | 2 +-
.../main/java/uk/co/real_logic/sbe/otf/OtfMessageDecoder.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/otf/TokenListener.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/Types.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/otf/package-info.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/package-info.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/xml/CompositeType.java | 2 +-
.../main/java/uk/co/real_logic/sbe/xml/EncodedDataType.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/EnumType.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/xml/ErrorHandler.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Field.java | 2 +-
.../uk/co/real_logic/sbe/xml/IdKeyedSchemaTransformer.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/xml/IrGenerator.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Message.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/xml/MessageSchema.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/xml/ParserOptions.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Presence.java | 2 +-
.../main/java/uk/co/real_logic/sbe/xml/SchemaTransformer.java | 2 +-
.../uk/co/real_logic/sbe/xml/SchemaTransformerFactory.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SetType.java | 2 +-
.../co/real_logic/sbe/xml/SinceVersionSchemaTransformer.java | 2 +-
sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Type.java | 2 +-
.../main/java/uk/co/real_logic/sbe/xml/XmlSchemaParser.java | 2 +-
.../src/main/java/uk/co/real_logic/sbe/xml/package-info.java | 2 +-
.../uk/co/real_logic/sbe/properties/DtosPropertyTest.java | 2 +-
.../uk/co/real_logic/sbe/properties/JsonPropertyTest.java | 2 +-
.../uk/co/real_logic/sbe/properties/ParserPropertyTest.java | 2 +-
.../real_logic/sbe/properties/arbitraries/SbeArbitraries.java | 2 +-
.../real_logic/sbe/properties/schema/CompositeTypeSchema.java | 2 +-
.../sbe/properties/schema/EncodedDataTypeSchema.java | 2 +-
.../co/real_logic/sbe/properties/schema/EnumTypeSchema.java | 2 +-
.../uk/co/real_logic/sbe/properties/schema/FieldSchema.java | 2 +-
.../uk/co/real_logic/sbe/properties/schema/GroupSchema.java | 2 +-
.../uk/co/real_logic/sbe/properties/schema/MessageSchema.java | 2 +-
.../uk/co/real_logic/sbe/properties/schema/SetSchema.java | 2 +-
.../real_logic/sbe/properties/schema/TestXmlSchemaWriter.java | 2 +-
.../uk/co/real_logic/sbe/properties/schema/TypeSchema.java | 2 +-
.../real_logic/sbe/properties/schema/TypeSchemaVisitor.java | 2 +-
.../uk/co/real_logic/sbe/properties/schema/VarDataSchema.java | 2 +-
.../sbe/properties/utils/InMemoryOutputManager.java | 2 +-
sbe-tool/src/test/c/BoundsCheckTest.cpp | 2 +-
sbe-tool/src/test/c/CComplianceTest.c | 2 +-
sbe-tool/src/test/c/CComplianceWithVersionTest.c | 2 +-
sbe-tool/src/test/c/CMakeLists.txt | 2 +-
sbe-tool/src/test/c/CodeGenTest.cpp | 2 +-
sbe-tool/src/test/c/GroupWithDataTest.cpp | 2 +-
sbe-tool/src/test/c/Issue889Test.cpp | 2 +-
sbe-tool/src/test/cpp/BoundsCheckTest.cpp | 2 +-
sbe-tool/src/test/cpp/CMakeLists.txt | 2 +-
sbe-tool/src/test/cpp/CodeGenTest.cpp | 2 +-
sbe-tool/src/test/cpp/CompositeElementsTest.cpp | 2 +-
sbe-tool/src/test/cpp/CompositeOffsetsCodeGenTest.cpp | 2 +-
sbe-tool/src/test/cpp/CompositeOffsetsIrTest.cpp | 2 +-
sbe-tool/src/test/cpp/FieldAccessOrderCheckTest.cpp | 2 +-
sbe-tool/src/test/cpp/GroupWithDataTest.cpp | 2 +-
sbe-tool/src/test/cpp/Issue835Test.cpp | 2 +-
sbe-tool/src/test/cpp/Issue889Test.cpp | 2 +-
sbe-tool/src/test/cpp/MessageBlockLengthTest.cpp | 2 +-
sbe-tool/src/test/cpp/Rc3OtfFullIrTest.cpp | 2 +-
.../test/java/uk/co/real_logic/sbe/EncodedCarTestBase.java | 2 +-
.../java/uk/co/real_logic/sbe/FieldAccessOrderCheckTest.java | 2 +-
.../java/uk/co/real_logic/sbe/TargetCodeGeneratorTest.java | 2 +-
.../test/java/uk/co/real_logic/sbe/TestTargetLanguage.java | 2 +-
sbe-tool/src/test/java/uk/co/real_logic/sbe/Tests.java | 2 +-
.../test/java/uk/co/real_logic/sbe/codec/java/TypesTest.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/cpp/CppEnumTest.java | 2 +-
.../uk/co/real_logic/sbe/generation/cpp/CppGeneratorTest.java | 2 +-
.../co/real_logic/sbe/generation/csharp/CSharpEnumTest.java | 2 +-
.../real_logic/sbe/generation/csharp/CSharpGeneratorTest.java | 2 +-
.../sbe/generation/csharp/Issue567GroupSizeTest.java | 2 +-
.../sbe/generation/golang/GolangStructGeneratorTest.java | 2 +-
.../co/real_logic/sbe/generation/java/CarDecodeTestUtil.java | 2 +-
.../real_logic/sbe/generation/java/CharacterEncodingTest.java | 2 +-
.../sbe/generation/java/CompositeElementsGenerationTest.java | 2 +-
.../real_logic/sbe/generation/java/ConstantCharArrayTest.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/java/DtoTest.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/java/EnumTest.java | 2 +-
.../sbe/generation/java/FixedSizeDataGeneratorTest.java | 2 +-
.../real_logic/sbe/generation/java/GenerateFixBinaryTest.java | 2 +-
.../sbe/generation/java/GenerateIlinkBinaryTest.java | 2 +-
.../co/real_logic/sbe/generation/java/JavaGeneratorTest.java | 2 +-
.../real_logic/sbe/generation/java/JavaOutputManagerTest.java | 2 +-
.../co/real_logic/sbe/generation/java/NullEnumTypedTest.java | 2 +-
.../sbe/generation/java/PackageOutputManagerTest.java | 2 +-
.../co/real_logic/sbe/generation/java/QualifiedYieldTest.java | 2 +-
.../uk/co/real_logic/sbe/generation/java/ReflectionUtil.java | 2 +-
.../java/uk/co/real_logic/sbe/generation/java/RewindTest.java | 2 +-
.../real_logic/sbe/generation/java/SchemaExtensionTest.java | 2 +-
.../java/SinceVersionTransformedSchemaJavaGenerationTest.java | 2 +-
.../sbe/generation/java/SkipAndDecodedLengthTest.java | 2 +-
.../uk/co/real_logic/sbe/generation/java/ToStringTest.java | 2 +-
.../sbe/generation/java/ValueRefWithLowerCaseEnumTest.java | 2 +-
.../real_logic/sbe/generation/java/WarningFormattingTest.java | 2 +-
.../uk/co/real_logic/sbe/generation/rust/RustUtilTest.java | 2 +-
.../uk/co/real_logic/sbe/ir/BasicXmlIrGenerationTest.java | 2 +-
.../java/uk/co/real_logic/sbe/ir/CompositeElementsIrTest.java | 2 +-
.../java/uk/co/real_logic/sbe/ir/CompositeOffsetsTest.java | 2 +-
.../test/java/uk/co/real_logic/sbe/ir/CompositeRefsTest.java | 2 +-
.../src/test/java/uk/co/real_logic/sbe/ir/EncodedIrTest.java | 2 +-
.../java/uk/co/real_logic/sbe/ir/GroupWithDataIrTest.java | 2 +-
.../uk/co/real_logic/sbe/ir/SinceVersionValidationTest.java | 2 +-
.../src/test/java/uk/co/real_logic/sbe/ir/ValueRefsTest.java | 2 +-
.../test/java/uk/co/real_logic/sbe/json/JsonPrinterTest.java | 2 +-
.../java/uk/co/real_logic/sbe/xml/BasicSchemaFileTest.java | 2 +-
.../java/uk/co/real_logic/sbe/xml/CompositeElementsTest.java | 2 +-
.../test/java/uk/co/real_logic/sbe/xml/CompositeTypeTest.java | 2 +-
.../java/uk/co/real_logic/sbe/xml/CyclicReferencesTest.java | 2 +-
.../co/real_logic/sbe/xml/EmbeddedLengthAndCountFileTest.java | 2 +-
.../java/uk/co/real_logic/sbe/xml/EncodedDataTypeTest.java | 2 +-
.../src/test/java/uk/co/real_logic/sbe/xml/EnumTypeTest.java | 2 +-
.../test/java/uk/co/real_logic/sbe/xml/ErrorHandlerTest.java | 2 +-
.../test/java/uk/co/real_logic/sbe/xml/GroupWithDataTest.java | 2 +-
.../test/java/uk/co/real_logic/sbe/xml/OffsetFileTest.java | 2 +-
.../java/uk/co/real_logic/sbe/xml/RelativeXIncludeTest.java | 2 +-
.../co/real_logic/sbe/xml/SchemaTransformerFactoryTest.java | 2 +-
.../src/test/java/uk/co/real_logic/sbe/xml/SetTypeTest.java | 2 +-
.../real_logic/sbe/xml/SinceVersionSchemaTransformerTest.java | 2 +-
212 files changed, 213 insertions(+), 213 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7b78278fca..326986a509 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2013-2024 Real Logic Limited.
+# Copyright 2013-2025 Real Logic Limited.
#
# 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/CONTRIBUTING.md b/CONTRIBUTING.md
index 24b6402de5..bac5877c8e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,7 +16,7 @@ If you are adding a new file it should have the following header:
```
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/README.md b/README.md
index 3b2d354d45..c051584e3b 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,7 @@ Or run test directly with `Cargo`
License (See LICENSE file for full license)
-------------------------------------------
-Copyright 2013-2024 Real Logic Limited.
+Copyright 2013-2025 Real Logic Limited.
Copyright 2017 MarketFactory Inc.
Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/build.gradle b/build.gradle
index 3e3b3b2ee7..586f2d9c5a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -194,7 +194,7 @@ subprojects {
javadoc {
failOnError false
title = '
Simple Binary Encoding (SBE)
'
- options.bottom = 'Copyright © 2013-2024 Real Logic Limited. All Rights Reserved.'
+ options.bottom = 'Copyright © 2013-2025 Real Logic Limited. All Rights Reserved.'
options.encoding = 'UTF-8'
options.docEncoding = 'UTF-8'
options.charSet = 'UTF-8'
diff --git a/sbe-benchmarks/src/main/cpp/CMakeLists.txt b/sbe-benchmarks/src/main/cpp/CMakeLists.txt
index 055ea4f63a..38a1f071b4 100644
--- a/sbe-benchmarks/src/main/cpp/CMakeLists.txt
+++ b/sbe-benchmarks/src/main/cpp/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2013-2024 Real Logic Limited.
+# Copyright 2013-2025 Real Logic Limited.
#
# 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/sbe-benchmarks/src/main/cpp/CarBench.cpp b/sbe-benchmarks/src/main/cpp/CarBench.cpp
index 42c757efd2..74e174f016 100644
--- a/sbe-benchmarks/src/main/cpp/CarBench.cpp
+++ b/sbe-benchmarks/src/main/cpp/CarBench.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-benchmarks/src/main/cpp/CodecBench.h b/sbe-benchmarks/src/main/cpp/CodecBench.h
index 14cf19547e..005cfa0fc4 100644
--- a/sbe-benchmarks/src/main/cpp/CodecBench.h
+++ b/sbe-benchmarks/src/main/cpp/CodecBench.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-benchmarks/src/main/cpp/MarketDataBench.cpp b/sbe-benchmarks/src/main/cpp/MarketDataBench.cpp
index a320b30ab7..04d00a9cf8 100644
--- a/sbe-benchmarks/src/main/cpp/MarketDataBench.cpp
+++ b/sbe-benchmarks/src/main/cpp/MarketDataBench.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-benchmarks/src/main/cpp/SbeCarCodecBench.h b/sbe-benchmarks/src/main/cpp/SbeCarCodecBench.h
index fb044428ae..9f40e6e080 100644
--- a/sbe-benchmarks/src/main/cpp/SbeCarCodecBench.h
+++ b/sbe-benchmarks/src/main/cpp/SbeCarCodecBench.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-benchmarks/src/main/cpp/SbeMarketDataCodecBench.h b/sbe-benchmarks/src/main/cpp/SbeMarketDataCodecBench.h
index fbe11e6de0..38f58d6729 100644
--- a/sbe-benchmarks/src/main/cpp/SbeMarketDataCodecBench.h
+++ b/sbe-benchmarks/src/main/cpp/SbeMarketDataCodecBench.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-benchmarks/src/main/cpp/benchlet-main.cpp b/sbe-benchmarks/src/main/cpp/benchlet-main.cpp
index f60927438f..c106879458 100644
--- a/sbe-benchmarks/src/main/cpp/benchlet-main.cpp
+++ b/sbe-benchmarks/src/main/cpp/benchlet-main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-benchmarks/src/main/cpp/benchlet.h b/sbe-benchmarks/src/main/cpp/benchlet.h
index c883dd0faf..aa3eb621ac 100644
--- a/sbe-benchmarks/src/main/cpp/benchlet.h
+++ b/sbe-benchmarks/src/main/cpp/benchlet.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/CarBenchmark.java b/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/CarBenchmark.java
index 1531933165..dbc37037ff 100644
--- a/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/CarBenchmark.java
+++ b/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/CarBenchmark.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/MarketDataBenchmark.java b/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/MarketDataBenchmark.java
index 1125c6ccc3..c97c0f0144 100644
--- a/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/MarketDataBenchmark.java
+++ b/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/MarketDataBenchmark.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/package-info.java b/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/package-info.java
index 5e8842c2c8..88ae5ee4ba 100644
--- a/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/package-info.java
+++ b/sbe-benchmarks/src/main/java/uk/co/real_logic/sbe/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-samples/src/main/cpp/CMakeLists.txt b/sbe-samples/src/main/cpp/CMakeLists.txt
index 2e0a6c8d16..dd64470943 100644
--- a/sbe-samples/src/main/cpp/CMakeLists.txt
+++ b/sbe-samples/src/main/cpp/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2013-2024 Real Logic Limited.
+# Copyright 2013-2025 Real Logic Limited.
#
# 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/sbe-samples/src/main/cpp/GeneratedStubExample.cpp b/sbe-samples/src/main/cpp/GeneratedStubExample.cpp
index 2ee019f9df..a1e4908678 100644
--- a/sbe-samples/src/main/cpp/GeneratedStubExample.cpp
+++ b/sbe-samples/src/main/cpp/GeneratedStubExample.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-samples/src/main/cpp/OtfExample.cpp b/sbe-samples/src/main/cpp/OtfExample.cpp
index ed24a59a6c..89921520ad 100644
--- a/sbe-samples/src/main/cpp/OtfExample.cpp
+++ b/sbe-samples/src/main/cpp/OtfExample.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleTokenListener.java b/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleTokenListener.java
index fb03fb954e..51302141d0 100644
--- a/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleTokenListener.java
+++ b/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleTokenListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleUsingGeneratedStub.java b/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleUsingGeneratedStub.java
index 16e4617ce3..00ff187351 100644
--- a/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleUsingGeneratedStub.java
+++ b/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleUsingGeneratedStub.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleUsingGeneratedStubExtension.java b/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleUsingGeneratedStubExtension.java
index 02daba6701..f053e7fd39 100644
--- a/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleUsingGeneratedStubExtension.java
+++ b/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/ExampleUsingGeneratedStubExtension.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/OtfExample.java b/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/OtfExample.java
index a45f734aea..2a1c864575 100644
--- a/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/OtfExample.java
+++ b/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/OtfExample.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/package-info.java b/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/package-info.java
index a582d13016..1924360927 100644
--- a/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/package-info.java
+++ b/sbe-samples/src/main/java/uk/co/real_logic/sbe/examples/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/cpp/CMakeLists.txt b/sbe-tool/src/main/cpp/CMakeLists.txt
index abb1f83a49..bcfdad0e3b 100644
--- a/sbe-tool/src/main/cpp/CMakeLists.txt
+++ b/sbe-tool/src/main/cpp/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2013-2024 Real Logic Limited.
+# Copyright 2013-2025 Real Logic Limited.
#
# 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/sbe-tool/src/main/cpp/otf/Encoding.h b/sbe-tool/src/main/cpp/otf/Encoding.h
index c6464e5ffc..0f265117cc 100644
--- a/sbe-tool/src/main/cpp/otf/Encoding.h
+++ b/sbe-tool/src/main/cpp/otf/Encoding.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/cpp/otf/IrDecoder.h b/sbe-tool/src/main/cpp/otf/IrDecoder.h
index b4ed9cefd8..2c497d29ad 100644
--- a/sbe-tool/src/main/cpp/otf/IrDecoder.h
+++ b/sbe-tool/src/main/cpp/otf/IrDecoder.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/cpp/otf/OtfHeaderDecoder.h b/sbe-tool/src/main/cpp/otf/OtfHeaderDecoder.h
index 56249a832b..46440d9233 100644
--- a/sbe-tool/src/main/cpp/otf/OtfHeaderDecoder.h
+++ b/sbe-tool/src/main/cpp/otf/OtfHeaderDecoder.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/cpp/otf/OtfMessageDecoder.h b/sbe-tool/src/main/cpp/otf/OtfMessageDecoder.h
index edd65bff17..e84e51db3f 100644
--- a/sbe-tool/src/main/cpp/otf/OtfMessageDecoder.h
+++ b/sbe-tool/src/main/cpp/otf/OtfMessageDecoder.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/cpp/otf/Token.h b/sbe-tool/src/main/cpp/otf/Token.h
index 69e06224cc..2855c2a86c 100644
--- a/sbe-tool/src/main/cpp/otf/Token.h
+++ b/sbe-tool/src/main/cpp/otf/Token.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/golang/otf/encoding.go b/sbe-tool/src/main/golang/otf/encoding.go
index a10fef5b2d..b98f336892 100644
--- a/sbe-tool/src/main/golang/otf/encoding.go
+++ b/sbe-tool/src/main/golang/otf/encoding.go
@@ -1,4 +1,4 @@
-// Copyright 2013-2024 Real Logic Limited.
+// Copyright 2013-2025 Real Logic Limited.
//
// 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/PrimitiveType.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/PrimitiveType.java
index 92cb21c32d..ed4a263768 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/PrimitiveType.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/PrimitiveType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/PrimitiveValue.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/PrimitiveValue.java
index 18b543aef6..db90ae0459 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/PrimitiveValue.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/PrimitiveValue.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/SbeTool.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/SbeTool.java
index 9c0ab8df4b..552a9656ab 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/SbeTool.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/SbeTool.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/ValidationUtil.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ValidationUtil.java
index a7bb7e0d19..426e7c4fd1 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ValidationUtil.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ValidationUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/GroupOrder.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/GroupOrder.java
index 93e86eee1e..4d60edc6a5 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/GroupOrder.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/GroupOrder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/MethodSelector.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/MethodSelector.java
index 7f17222cdc..687a921a0a 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/MethodSelector.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/MethodSelector.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/package-info.java
index f10999cff9..a97ba65c46 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/codec/java/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/CodeGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/CodeGenerator.java
index 03dcf30090..2afc91a9c8 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/CodeGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/CodeGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/Generators.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/Generators.java
index a6ba5850ea..c2af0d3738 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/Generators.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/Generators.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/TargetCodeGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/TargetCodeGenerator.java
index 461cb2bb22..aa8a41fc21 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/TargetCodeGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/TargetCodeGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/TargetCodeGeneratorLoader.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/TargetCodeGeneratorLoader.java
index c979bede45..db33966a89 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/TargetCodeGeneratorLoader.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/TargetCodeGeneratorLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/CGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/CGenerator.java
index 68afbb8283..427034515d 100755
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/CGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/CGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/COutputManager.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/COutputManager.java
index 0da63b7c09..4459dc09ac 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/COutputManager.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/COutputManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/CUtil.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/CUtil.java
index 518abd80b2..09067240c0 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/CUtil.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/CUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/package-info.java
index 956b86d379..5cba823b2d 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/c/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/common/FieldPrecedenceModel.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/common/FieldPrecedenceModel.java
index 40e5ac7441..cad644fedf 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/common/FieldPrecedenceModel.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/common/FieldPrecedenceModel.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/common/PrecedenceChecks.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/common/PrecedenceChecks.java
index cd5e1856aa..882e4dd66e 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/common/PrecedenceChecks.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/common/PrecedenceChecks.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppDtoGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppDtoGenerator.java
index b6f337a837..05d214d751 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppDtoGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppDtoGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright (C) 2017 MarketFactory, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppDtos.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppDtos.java
index 6e59b6dd06..1dde335d57 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppDtos.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppDtos.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright 2017 MarketFactory Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java
index b8d427241a..df1140ee22 100755
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppUtil.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppUtil.java
index 469faac27a..f076301379 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppUtil.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/NamespaceOutputManager.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/NamespaceOutputManager.java
index 43c45fa9f7..71f993dc97 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/NamespaceOutputManager.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/NamespaceOutputManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/package-info.java
index 4ea7958015..49a0229afc 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharp.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharp.java
index f13b9cfab6..5125f79246 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharp.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharp.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright 2017 MarketFactory Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpDtoGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpDtoGenerator.java
index b5225caa67..47bef5a349 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpDtoGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpDtoGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright (C) 2017 MarketFactory, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpDtos.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpDtos.java
index 118b8e8d45..ab5b591b48 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpDtos.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpDtos.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright 2017 MarketFactory Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpGenerator.java
index af9979879a..b6fd5d7746 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright (C) 2017 MarketFactory, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpNamespaceOutputManager.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpNamespaceOutputManager.java
index 6ec2505238..841c2fbfb1 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpNamespaceOutputManager.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpNamespaceOutputManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright (C) 2017 MarketFactory, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpUtil.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpUtil.java
index b4fee26faf..0fd31feed6 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpUtil.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright (C) 2017 MarketFactory, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/package-info.java
index 54b9fdd77c..53c5a9418d 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightGenerator.java
index 259c461408..8b2d65ab62 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightOutputManager.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightOutputManager.java
index 3b9e72b716..541fee82b6 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightOutputManager.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightOutputManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightUtil.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightUtil.java
index ba03adbc3b..2b74309d13 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightUtil.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/package-info.java
index c30d9ed062..a11cc42072 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangGenerator.java
index 58c357951d..d764a11eca 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright (C) 2016 MarketFactory, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangOutputManager.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangOutputManager.java
index a584396a09..faf3178e3d 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangOutputManager.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangOutputManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright (C) 2016 MarketFactory, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangUtil.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangUtil.java
index 2689da26de..f2a6343387 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangUtil.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/struct/GolangUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright (C) 2016 MarketFactory, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaDtoGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaDtoGenerator.java
index 8c5bfb8b02..4d8b3d334c 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaDtoGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaDtoGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright (C) 2017 MarketFactory, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaDtos.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaDtos.java
index 3d4dc61482..852e6bdd04 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaDtos.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaDtos.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright (C) 2017 MarketFactory, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaGenerator.java
index b47b8839cc..5f28c17a90 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaOutputManager.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaOutputManager.java
index 9bbe32bc86..51817dc04c 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaOutputManager.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaOutputManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaUtil.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaUtil.java
index 7f885f673c..2290e7f468 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaUtil.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/JavaUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/package-info.java
index cfe10b0723..ee4ebf09fc 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/java/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/package-info.java
index 7a6cae1bac..2c9b0501aa 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/LibRsDef.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/LibRsDef.java
index 39a5ed633c..f361397916 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/LibRsDef.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/LibRsDef.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/MessageCoderDef.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/MessageCoderDef.java
index 8faaa9c451..da9060b9a2 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/MessageCoderDef.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/MessageCoderDef.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustGenerator.java
index d56c680d28..32f1633178 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustOutputManager.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustOutputManager.java
index 49f5f6747d..fe8ca08e63 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustOutputManager.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustOutputManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustUtil.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustUtil.java
index ae55de1e9e..a38bea7a7a 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustUtil.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/SubGroup.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/SubGroup.java
index d0b5abc433..5c1981a874 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/SubGroup.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/SubGroup.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/package-info.java
index bfaccf83ee..2c817689c3 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Encoding.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Encoding.java
index db4e41a9ff..0a7b332130 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Encoding.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Encoding.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/GenerationUtil.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/GenerationUtil.java
index 318cc3061f..dfae5acb7d 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/GenerationUtil.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/GenerationUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/HeaderStructure.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/HeaderStructure.java
index 1ca42e82d1..42fa6b9103 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/HeaderStructure.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/HeaderStructure.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Ir.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Ir.java
index 87eba20050..09e3f33ead 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Ir.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Ir.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrDecoder.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrDecoder.java
index 4db9e04a99..98e1a9d409 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrDecoder.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrDecoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrEncoder.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrEncoder.java
index 82ad99d714..c3bf073e5e 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrEncoder.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrEncoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrUtil.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrUtil.java
index b72f8b46a0..13694d0579 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrUtil.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/IrUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Signal.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Signal.java
index db6d2cb849..22c21b7735 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Signal.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Signal.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Token.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Token.java
index 6d97572727..7ea00920c0 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Token.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/Token.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/package-info.java
index b4533bccb0..f317c5e7f3 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/JsonPrinter.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/JsonPrinter.java
index 3071afb6c9..efff7fdd93 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/JsonPrinter.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/JsonPrinter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/JsonTokenListener.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/JsonTokenListener.java
index 9ae537b397..4d81dc47b9 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/JsonTokenListener.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/JsonTokenListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/package-info.java
index a7214788a4..476fe58c1c 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/json/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/AbstractTokenListener.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/AbstractTokenListener.java
index 3f2e518d31..1422092ba1 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/AbstractTokenListener.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/AbstractTokenListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfHeaderDecoder.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfHeaderDecoder.java
index 7bbe1fb11f..41f79bfba8 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfHeaderDecoder.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfHeaderDecoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfMessageDecoder.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfMessageDecoder.java
index f9c243555b..1143379c7d 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfMessageDecoder.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/OtfMessageDecoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/TokenListener.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/TokenListener.java
index df2782b168..a746798965 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/TokenListener.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/TokenListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/Types.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/Types.java
index 0f8916d55b..d9c64a2a2f 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/Types.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/Types.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/package-info.java
index d3e1aebfb7..04cf0dddd4 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/otf/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/package-info.java
index 06dfbeb735..fd30d70f78 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/CompositeType.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/CompositeType.java
index f7d6052df2..37b8b0e808 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/CompositeType.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/CompositeType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/EncodedDataType.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/EncodedDataType.java
index 78fe6e10a0..0239e864ec 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/EncodedDataType.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/EncodedDataType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/EnumType.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/EnumType.java
index b2566ea787..bedafa57b3 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/EnumType.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/EnumType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/ErrorHandler.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/ErrorHandler.java
index 8d3c48ea3f..ceb020e85b 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/ErrorHandler.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/ErrorHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Field.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Field.java
index d445da2f92..aa91b6ff31 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Field.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Field.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/IdKeyedSchemaTransformer.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/IdKeyedSchemaTransformer.java
index 49cf4ca722..b79e1d6493 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/IdKeyedSchemaTransformer.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/IdKeyedSchemaTransformer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/IrGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/IrGenerator.java
index 8f507ca366..3575d38413 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/IrGenerator.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/IrGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Message.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Message.java
index 90695b736a..9fbdfc7789 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Message.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Message.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/MessageSchema.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/MessageSchema.java
index 5203939b4d..c9dfbec5e5 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/MessageSchema.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/MessageSchema.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/ParserOptions.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/ParserOptions.java
index 93aa9c8260..b4569347c6 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/ParserOptions.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/ParserOptions.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Presence.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Presence.java
index 2eee8a20c0..f608e572ec 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Presence.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Presence.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SchemaTransformer.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SchemaTransformer.java
index 11bdccbe08..8407385f0d 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SchemaTransformer.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SchemaTransformer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SchemaTransformerFactory.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SchemaTransformerFactory.java
index c52ae6feed..7b0e678c88 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SchemaTransformerFactory.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SchemaTransformerFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SetType.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SetType.java
index ff5b025ae4..467ac93b80 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SetType.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SetType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SinceVersionSchemaTransformer.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SinceVersionSchemaTransformer.java
index b96605d860..a5d876baab 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SinceVersionSchemaTransformer.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SinceVersionSchemaTransformer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Type.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Type.java
index 9590c3e756..9b193b6cd9 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Type.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Type.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/XmlSchemaParser.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/XmlSchemaParser.java
index 008e5a1629..8667d2501c 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/XmlSchemaParser.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/XmlSchemaParser.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright 2017 MarketFactory Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/package-info.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/package-info.java
index c16ea698f3..7c0ead4286 100644
--- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/package-info.java
+++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/DtosPropertyTest.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/DtosPropertyTest.java
index a8341e578c..04e1d8fdae 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/DtosPropertyTest.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/DtosPropertyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/JsonPropertyTest.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/JsonPropertyTest.java
index f3d49fbbe7..ebac19703e 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/JsonPropertyTest.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/JsonPropertyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/ParserPropertyTest.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/ParserPropertyTest.java
index 3be05c85ae..451ea8d0e7 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/ParserPropertyTest.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/ParserPropertyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/arbitraries/SbeArbitraries.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/arbitraries/SbeArbitraries.java
index b8543b0abd..c1dc232ee3 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/arbitraries/SbeArbitraries.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/arbitraries/SbeArbitraries.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/CompositeTypeSchema.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/CompositeTypeSchema.java
index 264a49219d..f51e23fd90 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/CompositeTypeSchema.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/CompositeTypeSchema.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/EncodedDataTypeSchema.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/EncodedDataTypeSchema.java
index ea9d3228bb..443c594934 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/EncodedDataTypeSchema.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/EncodedDataTypeSchema.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/EnumTypeSchema.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/EnumTypeSchema.java
index b129e54c71..284791d38b 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/EnumTypeSchema.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/EnumTypeSchema.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/FieldSchema.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/FieldSchema.java
index 1cf9cc2ccf..9a809642dc 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/FieldSchema.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/FieldSchema.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/GroupSchema.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/GroupSchema.java
index c0fafb0dbf..4046d60ecd 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/GroupSchema.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/GroupSchema.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/MessageSchema.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/MessageSchema.java
index edde5e89b6..a071ee2db9 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/MessageSchema.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/MessageSchema.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/SetSchema.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/SetSchema.java
index 071f8e7419..502812a672 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/SetSchema.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/SetSchema.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TestXmlSchemaWriter.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TestXmlSchemaWriter.java
index faeaab331b..5dc4569db2 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TestXmlSchemaWriter.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TestXmlSchemaWriter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TypeSchema.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TypeSchema.java
index 4a359fa6be..e03d2f5bf8 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TypeSchema.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TypeSchema.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TypeSchemaVisitor.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TypeSchemaVisitor.java
index 7dbc69188f..9e4cb435b2 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TypeSchemaVisitor.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/TypeSchemaVisitor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/VarDataSchema.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/VarDataSchema.java
index a4298e89e7..eb636a7b80 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/VarDataSchema.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/schema/VarDataSchema.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/utils/InMemoryOutputManager.java b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/utils/InMemoryOutputManager.java
index dc8482c525..065737c57e 100644
--- a/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/utils/InMemoryOutputManager.java
+++ b/sbe-tool/src/propertyTest/java/uk/co/real_logic/sbe/properties/utils/InMemoryOutputManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/c/BoundsCheckTest.cpp b/sbe-tool/src/test/c/BoundsCheckTest.cpp
index 047fab85e6..eda469aed9 100644
--- a/sbe-tool/src/test/c/BoundsCheckTest.cpp
+++ b/sbe-tool/src/test/c/BoundsCheckTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/c/CComplianceTest.c b/sbe-tool/src/test/c/CComplianceTest.c
index 150edec6e5..33f8070605 100644
--- a/sbe-tool/src/test/c/CComplianceTest.c
+++ b/sbe-tool/src/test/c/CComplianceTest.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/c/CComplianceWithVersionTest.c b/sbe-tool/src/test/c/CComplianceWithVersionTest.c
index 9156d58ce5..4de06c4b92 100644
--- a/sbe-tool/src/test/c/CComplianceWithVersionTest.c
+++ b/sbe-tool/src/test/c/CComplianceWithVersionTest.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/c/CMakeLists.txt b/sbe-tool/src/test/c/CMakeLists.txt
index 33169a501d..2ed9136bec 100644
--- a/sbe-tool/src/test/c/CMakeLists.txt
+++ b/sbe-tool/src/test/c/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2013-2024 Real Logic Limited.
+# Copyright 2013-2025 Real Logic Limited.
#
# 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/sbe-tool/src/test/c/CodeGenTest.cpp b/sbe-tool/src/test/c/CodeGenTest.cpp
index cda5433609..6f2a195a11 100644
--- a/sbe-tool/src/test/c/CodeGenTest.cpp
+++ b/sbe-tool/src/test/c/CodeGenTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/c/GroupWithDataTest.cpp b/sbe-tool/src/test/c/GroupWithDataTest.cpp
index f643b2de43..68e34d8bfd 100644
--- a/sbe-tool/src/test/c/GroupWithDataTest.cpp
+++ b/sbe-tool/src/test/c/GroupWithDataTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/c/Issue889Test.cpp b/sbe-tool/src/test/c/Issue889Test.cpp
index 800065e7da..2c39ea7d7e 100644
--- a/sbe-tool/src/test/c/Issue889Test.cpp
+++ b/sbe-tool/src/test/c/Issue889Test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/cpp/BoundsCheckTest.cpp b/sbe-tool/src/test/cpp/BoundsCheckTest.cpp
index aaa6a174a0..9b1763ce0d 100644
--- a/sbe-tool/src/test/cpp/BoundsCheckTest.cpp
+++ b/sbe-tool/src/test/cpp/BoundsCheckTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/cpp/CMakeLists.txt b/sbe-tool/src/test/cpp/CMakeLists.txt
index ee09f3881e..675688cc0c 100644
--- a/sbe-tool/src/test/cpp/CMakeLists.txt
+++ b/sbe-tool/src/test/cpp/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2013-2024 Real Logic Limited.
+# Copyright 2013-2025 Real Logic Limited.
#
# 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/sbe-tool/src/test/cpp/CodeGenTest.cpp b/sbe-tool/src/test/cpp/CodeGenTest.cpp
index 039620a6c1..25c645248f 100644
--- a/sbe-tool/src/test/cpp/CodeGenTest.cpp
+++ b/sbe-tool/src/test/cpp/CodeGenTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/cpp/CompositeElementsTest.cpp b/sbe-tool/src/test/cpp/CompositeElementsTest.cpp
index cede889d68..660333368c 100644
--- a/sbe-tool/src/test/cpp/CompositeElementsTest.cpp
+++ b/sbe-tool/src/test/cpp/CompositeElementsTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/cpp/CompositeOffsetsCodeGenTest.cpp b/sbe-tool/src/test/cpp/CompositeOffsetsCodeGenTest.cpp
index f767072ac6..39383e7659 100644
--- a/sbe-tool/src/test/cpp/CompositeOffsetsCodeGenTest.cpp
+++ b/sbe-tool/src/test/cpp/CompositeOffsetsCodeGenTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/cpp/CompositeOffsetsIrTest.cpp b/sbe-tool/src/test/cpp/CompositeOffsetsIrTest.cpp
index 22ebe9ecc2..468c2a4594 100644
--- a/sbe-tool/src/test/cpp/CompositeOffsetsIrTest.cpp
+++ b/sbe-tool/src/test/cpp/CompositeOffsetsIrTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/cpp/FieldAccessOrderCheckTest.cpp b/sbe-tool/src/test/cpp/FieldAccessOrderCheckTest.cpp
index 24ad58c9b8..ef59c81d01 100644
--- a/sbe-tool/src/test/cpp/FieldAccessOrderCheckTest.cpp
+++ b/sbe-tool/src/test/cpp/FieldAccessOrderCheckTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/cpp/GroupWithDataTest.cpp b/sbe-tool/src/test/cpp/GroupWithDataTest.cpp
index 03d35c2dee..e984de02e9 100644
--- a/sbe-tool/src/test/cpp/GroupWithDataTest.cpp
+++ b/sbe-tool/src/test/cpp/GroupWithDataTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/cpp/Issue835Test.cpp b/sbe-tool/src/test/cpp/Issue835Test.cpp
index 9f59ae3fb0..a1fd46f864 100644
--- a/sbe-tool/src/test/cpp/Issue835Test.cpp
+++ b/sbe-tool/src/test/cpp/Issue835Test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/cpp/Issue889Test.cpp b/sbe-tool/src/test/cpp/Issue889Test.cpp
index 2acafb021a..3919c2a889 100644
--- a/sbe-tool/src/test/cpp/Issue889Test.cpp
+++ b/sbe-tool/src/test/cpp/Issue889Test.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/cpp/MessageBlockLengthTest.cpp b/sbe-tool/src/test/cpp/MessageBlockLengthTest.cpp
index 881dd0c020..4d76653fa0 100644
--- a/sbe-tool/src/test/cpp/MessageBlockLengthTest.cpp
+++ b/sbe-tool/src/test/cpp/MessageBlockLengthTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/cpp/Rc3OtfFullIrTest.cpp b/sbe-tool/src/test/cpp/Rc3OtfFullIrTest.cpp
index fe8a58e6b1..fc2dabafda 100644
--- a/sbe-tool/src/test/cpp/Rc3OtfFullIrTest.cpp
+++ b/sbe-tool/src/test/cpp/Rc3OtfFullIrTest.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/EncodedCarTestBase.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/EncodedCarTestBase.java
index 335e3a59b0..d785c2865b 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/EncodedCarTestBase.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/EncodedCarTestBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/FieldAccessOrderCheckTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/FieldAccessOrderCheckTest.java
index 6ac554b8a7..9afc026648 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/FieldAccessOrderCheckTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/FieldAccessOrderCheckTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/TargetCodeGeneratorTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/TargetCodeGeneratorTest.java
index d0a0bdbdeb..8b943f6275 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/TargetCodeGeneratorTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/TargetCodeGeneratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/TestTargetLanguage.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/TestTargetLanguage.java
index 616aa06603..e47bf3a2bf 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/TestTargetLanguage.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/TestTargetLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/Tests.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/Tests.java
index be6fad4b98..d7b91086b7 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/Tests.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/Tests.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/codec/java/TypesTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/codec/java/TypesTest.java
index b09495875d..27886bdb2b 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/codec/java/TypesTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/codec/java/TypesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/cpp/CppEnumTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/cpp/CppEnumTest.java
index db69b1cf83..0091dd16f0 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/cpp/CppEnumTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/cpp/CppEnumTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/cpp/CppGeneratorTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/cpp/CppGeneratorTest.java
index 79c1651c03..6d4990df3b 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/cpp/CppGeneratorTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/cpp/CppGeneratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/CSharpEnumTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/CSharpEnumTest.java
index fec4a1bcfd..b042fc558d 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/CSharpEnumTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/CSharpEnumTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/CSharpGeneratorTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/CSharpGeneratorTest.java
index 295ddd293b..e78952d1d2 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/CSharpGeneratorTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/CSharpGeneratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/Issue567GroupSizeTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/Issue567GroupSizeTest.java
index f96c1ee283..dc60b05010 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/Issue567GroupSizeTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/csharp/Issue567GroupSizeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/golang/GolangStructGeneratorTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/golang/GolangStructGeneratorTest.java
index b4d6198680..aa578e2de9 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/golang/GolangStructGeneratorTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/golang/GolangStructGeneratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CarDecodeTestUtil.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CarDecodeTestUtil.java
index 4e063e9b4a..a5d089df1c 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CarDecodeTestUtil.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CarDecodeTestUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CharacterEncodingTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CharacterEncodingTest.java
index 487ce653d3..773ed6e497 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CharacterEncodingTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CharacterEncodingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CompositeElementsGenerationTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CompositeElementsGenerationTest.java
index ffc38c539f..e44d03263c 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CompositeElementsGenerationTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/CompositeElementsGenerationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ConstantCharArrayTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ConstantCharArrayTest.java
index e6fe0c252a..e65dda9aa3 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ConstantCharArrayTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ConstantCharArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/DtoTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/DtoTest.java
index 68b2fdce83..56d6869199 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/DtoTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/DtoTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/EnumTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/EnumTest.java
index 11c3424e6c..90eca7fc1c 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/EnumTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/EnumTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/FixedSizeDataGeneratorTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/FixedSizeDataGeneratorTest.java
index cd334d9cc1..74d95b309e 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/FixedSizeDataGeneratorTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/FixedSizeDataGeneratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/GenerateFixBinaryTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/GenerateFixBinaryTest.java
index 277404993f..a26048d38d 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/GenerateFixBinaryTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/GenerateFixBinaryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/GenerateIlinkBinaryTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/GenerateIlinkBinaryTest.java
index babefc9391..3f9b7b024e 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/GenerateIlinkBinaryTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/GenerateIlinkBinaryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/JavaGeneratorTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/JavaGeneratorTest.java
index 68679c15a1..4b50d633e6 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/JavaGeneratorTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/JavaGeneratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/JavaOutputManagerTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/JavaOutputManagerTest.java
index 1eff4fa662..7d6d315744 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/JavaOutputManagerTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/JavaOutputManagerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/NullEnumTypedTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/NullEnumTypedTest.java
index d949d6dfe8..97f2ac8c3b 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/NullEnumTypedTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/NullEnumTypedTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/PackageOutputManagerTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/PackageOutputManagerTest.java
index 36e78d2a28..932da0638b 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/PackageOutputManagerTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/PackageOutputManagerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/QualifiedYieldTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/QualifiedYieldTest.java
index c5f0133783..5f0900a9f8 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/QualifiedYieldTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/QualifiedYieldTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ReflectionUtil.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ReflectionUtil.java
index 2db082c6fc..acba97facd 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ReflectionUtil.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ReflectionUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/RewindTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/RewindTest.java
index de19ed99ed..01a42a1ce5 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/RewindTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/RewindTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SchemaExtensionTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SchemaExtensionTest.java
index ee85bc2abe..bf4ebe746d 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SchemaExtensionTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SchemaExtensionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SinceVersionTransformedSchemaJavaGenerationTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SinceVersionTransformedSchemaJavaGenerationTest.java
index d69fc82a26..39cee1146b 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SinceVersionTransformedSchemaJavaGenerationTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SinceVersionTransformedSchemaJavaGenerationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SkipAndDecodedLengthTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SkipAndDecodedLengthTest.java
index a69c9bfadb..4984038080 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SkipAndDecodedLengthTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/SkipAndDecodedLengthTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ToStringTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ToStringTest.java
index daec79f9ec..13761019a4 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ToStringTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ToStringTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ValueRefWithLowerCaseEnumTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ValueRefWithLowerCaseEnumTest.java
index 675f99d05e..3d71f72c31 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ValueRefWithLowerCaseEnumTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/ValueRefWithLowerCaseEnumTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/WarningFormattingTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/WarningFormattingTest.java
index 2871b78d54..abf3b96e91 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/WarningFormattingTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/WarningFormattingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/rust/RustUtilTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/rust/RustUtilTest.java
index 6092fb5d48..e86e54c438 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/rust/RustUtilTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/rust/RustUtilTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/BasicXmlIrGenerationTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/BasicXmlIrGenerationTest.java
index f3509f7d97..97faca7848 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/BasicXmlIrGenerationTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/BasicXmlIrGenerationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeElementsIrTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeElementsIrTest.java
index c888b3f9c5..f5acaa4544 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeElementsIrTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeElementsIrTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeOffsetsTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeOffsetsTest.java
index ee2eef15e9..c5c88e9179 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeOffsetsTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeOffsetsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeRefsTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeRefsTest.java
index 0d0416dd5a..4e80cd7b53 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeRefsTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/CompositeRefsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/EncodedIrTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/EncodedIrTest.java
index d534863d86..2111fb1038 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/EncodedIrTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/EncodedIrTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/GroupWithDataIrTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/GroupWithDataIrTest.java
index 5519bcbf15..d4a31725d1 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/GroupWithDataIrTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/GroupWithDataIrTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/SinceVersionValidationTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/SinceVersionValidationTest.java
index a2223ced19..3c8cfaf4a2 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/SinceVersionValidationTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/SinceVersionValidationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/ValueRefsTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/ValueRefsTest.java
index b4bdfe9b52..b84abc5b42 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/ValueRefsTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/ValueRefsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/json/JsonPrinterTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/json/JsonPrinterTest.java
index b5995c4dac..664e45bdee 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/json/JsonPrinterTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/json/JsonPrinterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/BasicSchemaFileTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/BasicSchemaFileTest.java
index 3d392e0e95..09ff6834e4 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/BasicSchemaFileTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/BasicSchemaFileTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CompositeElementsTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CompositeElementsTest.java
index a44ee8d4cd..19066eac25 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CompositeElementsTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CompositeElementsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CompositeTypeTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CompositeTypeTest.java
index 38d399d1e0..ff63651471 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CompositeTypeTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CompositeTypeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CyclicReferencesTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CyclicReferencesTest.java
index b3b3f7ae4e..052d0aa77f 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CyclicReferencesTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/CyclicReferencesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EmbeddedLengthAndCountFileTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EmbeddedLengthAndCountFileTest.java
index 63495cd586..48515d5dc8 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EmbeddedLengthAndCountFileTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EmbeddedLengthAndCountFileTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EncodedDataTypeTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EncodedDataTypeTest.java
index a0648b730c..f83abce08b 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EncodedDataTypeTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EncodedDataTypeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EnumTypeTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EnumTypeTest.java
index 70d8159f9b..9acd1b6c3b 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EnumTypeTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/EnumTypeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/ErrorHandlerTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/ErrorHandlerTest.java
index bfb2965116..94011259e1 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/ErrorHandlerTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/ErrorHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
* Copyright 2017 MarketFactory Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/GroupWithDataTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/GroupWithDataTest.java
index 265b088c7d..0aadb1715d 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/GroupWithDataTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/GroupWithDataTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/OffsetFileTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/OffsetFileTest.java
index b8c2c130fb..c865dedd33 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/OffsetFileTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/OffsetFileTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/RelativeXIncludeTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/RelativeXIncludeTest.java
index 7c134861be..c710b46e04 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/RelativeXIncludeTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/RelativeXIncludeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SchemaTransformerFactoryTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SchemaTransformerFactoryTest.java
index f4ec8c63db..d92183e2d0 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SchemaTransformerFactoryTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SchemaTransformerFactoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SetTypeTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SetTypeTest.java
index 256e832ded..60d09daa15 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SetTypeTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SetTypeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* 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/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SinceVersionSchemaTransformerTest.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SinceVersionSchemaTransformerTest.java
index 32690f6b87..0fd1d90bfd 100644
--- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SinceVersionSchemaTransformerTest.java
+++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/xml/SinceVersionSchemaTransformerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2013-2024 Real Logic Limited.
+ * Copyright 2013-2025 Real Logic Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.