From a311f18e95849acc47ec38a95cd3b0d625643daa Mon Sep 17 00:00:00 2001 From: mjpt777 Date: Sat, 12 Jan 2019 10:40:00 +0000 Subject: [PATCH] [C++] Update copyright. --- CMakeLists.txt | 2 +- build.gradle | 2 +- 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 +- .../src/main/java/uk/co/real_logic/sbe/MarketDataBenchmark.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 +- .../src/main/java/uk/co/real_logic/sbe/examples/OtfExample.java | 2 +- sbe-tool/src/main/cpp/CMakeLists.txt | 2 +- sbe-tool/src/main/cpp/dummy.cpp | 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/cpp/sbe/sbe.h | 2 +- sbe-tool/src/main/java/uk/co/real_logic/sbe/PrimitiveType.java | 2 +- sbe-tool/src/main/java/uk/co/real_logic/sbe/PrimitiveValue.java | 2 +- sbe-tool/src/main/java/uk/co/real_logic/sbe/SbeTool.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/generation/CodeGenerator.java | 2 +- .../main/java/uk/co/real_logic/sbe/generation/Generators.java | 2 +- .../main/java/uk/co/real_logic/sbe/generation/NamedToken.java | 2 +- .../uk/co/real_logic/sbe/generation/TargetCodeGenerator.java | 2 +- .../co/real_logic/sbe/generation/TargetCodeGeneratorLoader.java | 2 +- .../java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java | 2 +- .../main/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/csharp/CSharpGenerator.java | 2 +- .../sbe/generation/csharp/CSharpNamespaceOutputManager.java | 2 +- .../java/uk/co/real_logic/sbe/generation/csharp/CSharpUtil.java | 2 +- .../uk/co/real_logic/sbe/generation/java/JavaGenerator.java | 2 +- .../java/uk/co/real_logic/sbe/generation/java/JavaUtil.java | 2 +- .../main/java/uk/co/real_logic/sbe/generation/rust/Rust.java | 2 +- .../uk/co/real_logic/sbe/generation/rust/RustCodecType.java | 2 +- .../sbe/generation/rust/RustFlatFileOutputManager.java | 2 +- .../uk/co/real_logic/sbe/generation/rust/RustGenerator.java | 2 +- .../java/uk/co/real_logic/sbe/generation/rust/RustUtil.java | 2 +- .../co/real_logic/sbe/generation/rust/SplitCompositeTokens.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 +- .../src/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 +- .../main/java/uk/co/real_logic/sbe/ir/MessageComponents.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/json/JsonPrinter.java | 2 +- .../main/java/uk/co/real_logic/sbe/json/JsonTokenListener.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/util/ValidationUtil.java | 2 +- .../src/main/java/uk/co/real_logic/sbe/xml/CompositeType.java | 2 +- .../src/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 +- .../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 +- sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/SetType.java | 2 +- sbe-tool/src/main/java/uk/co/real_logic/sbe/xml/Type.java | 2 +- .../src/main/java/uk/co/real_logic/sbe/xml/XmlSchemaParser.java | 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/GroupWithDataTest.cpp | 2 +- sbe-tool/src/test/cpp/MessageBlockLengthTest.cpp | 2 +- sbe-tool/src/test/cpp/Rc3OtfFullIrTest.cpp | 2 +- .../src/test/java/uk/co/real_logic/sbe/EncodedCarTestBase.java | 2 +- .../test/java/uk/co/real_logic/sbe/TargetCodeGeneratorTest.java | 2 +- .../src/test/java/uk/co/real_logic/sbe/TestTargetLanguage.java | 2 +- sbe-tool/src/test/java/uk/co/real_logic/sbe/TestUtil.java | 2 +- .../test/java/uk/co/real_logic/sbe/codec/java/TypesTest.java | 2 +- .../sbe/generation/java/CompositeElementsGenerationTest.java | 2 +- .../real_logic/sbe/generation/java/ConstantCharArrayTest.java | 2 +- .../real_logic/sbe/generation/java/GenerateFixBinaryTest.java | 2 +- .../uk/co/real_logic/sbe/generation/java/JavaGeneratorTest.java | 2 +- .../sbe/generation/java/PackageOutputManagerTest.java | 2 +- .../uk/co/real_logic/sbe/generation/java/ReflectionUtil.java | 2 +- .../co/real_logic/sbe/generation/java/SchemaExtensionTest.java | 2 +- .../java/uk/co/real_logic/sbe/generation/java/ToStringTest.java | 2 +- .../java/uk/co/real_logic/sbe/ir/BasicXmlIrGenerationTest.java | 2 +- .../java/uk/co/real_logic/sbe/ir/CompositeElementsIrTest.java | 2 +- .../test/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 +- .../test/java/uk/co/real_logic/sbe/ir/GroupWithDataIrTest.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 +- .../test/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 +- .../test/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 +- .../src/test/java/uk/co/real_logic/sbe/xml/OffsetFileTest.java | 2 +- .../src/test/java/uk/co/real_logic/sbe/xml/SetTypeTest.java | 2 +- 123 files changed, 123 insertions(+), 123 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88a9b6597e..47ccf8e317 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2013-2018 Real Logic Ltd. +# Copyright 2013-2019 Real Logic Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build.gradle b/build.gradle index 84f7c14921..a4af08cc09 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/CMakeLists.txt b/sbe-benchmarks/src/main/cpp/CMakeLists.txt index cadc41051d..4a02883d6b 100644 --- a/sbe-benchmarks/src/main/cpp/CMakeLists.txt +++ b/sbe-benchmarks/src/main/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2013-2018 Real Logic Ltd. +# Copyright 2013-2019 Real Logic Ltd. # # Licensed 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 8d0145fbe8..3a44d224ce 100644 --- a/sbe-benchmarks/src/main/cpp/CarBench.cpp +++ b/sbe-benchmarks/src/main/cpp/CarBench.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 372e269a49..968440c902 100644 --- a/sbe-benchmarks/src/main/cpp/CodecBench.h +++ b/sbe-benchmarks/src/main/cpp/CodecBench.h @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 febb984e63..86f5b25ade 100644 --- a/sbe-benchmarks/src/main/cpp/MarketDataBench.cpp +++ b/sbe-benchmarks/src/main/cpp/MarketDataBench.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 88020f4d54..203d5fdb78 100644 --- a/sbe-benchmarks/src/main/cpp/SbeCarCodecBench.h +++ b/sbe-benchmarks/src/main/cpp/SbeCarCodecBench.h @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 b4fb04a025..d52753bee8 100644 --- a/sbe-benchmarks/src/main/cpp/SbeMarketDataCodecBench.h +++ b/sbe-benchmarks/src/main/cpp/SbeMarketDataCodecBench.h @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 0e7e558a23..ba7e768377 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 9202390a5f..e9a11cc6ce 100644 --- a/sbe-benchmarks/src/main/cpp/benchlet.h +++ b/sbe-benchmarks/src/main/cpp/benchlet.h @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 2ab940ec5f..c49af8d914 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 23eb9faf63..7dc25aed5a 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 71b75d28f0..096b7befbc 100644 --- a/sbe-samples/src/main/cpp/CMakeLists.txt +++ b/sbe-samples/src/main/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2013-2018 Real Logic Ltd. +# Copyright 2013-2019 Real Logic Ltd. # # Licensed 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 5099a177f4..33936efad2 100644 --- a/sbe-samples/src/main/cpp/GeneratedStubExample.cpp +++ b/sbe-samples/src/main/cpp/GeneratedStubExample.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 bbf304dab4..8801d99477 100644 --- a/sbe-samples/src/main/cpp/OtfExample.cpp +++ b/sbe-samples/src/main/cpp/OtfExample.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 57ad2431ea..58a0124168 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 4553be2e21..7bde807e66 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 ca68293e1f..016dff938d 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 7f142c3cbb..cf9aa5d526 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 f5013b3057..acdd19e9bb 100644 --- a/sbe-tool/src/main/cpp/CMakeLists.txt +++ b/sbe-tool/src/main/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2013-2018 Real Logic Ltd. +# Copyright 2013-2019 Real Logic Ltd. # # Licensed 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/dummy.cpp b/sbe-tool/src/main/cpp/dummy.cpp index 2f5c10934d..99a68b2a5f 100644 --- a/sbe-tool/src/main/cpp/dummy.cpp +++ b/sbe-tool/src/main/cpp/dummy.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 d4640e1207..f5d3f0c0d3 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 3000278585..29e23ee873 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 3696a7f96f..3dda594c0f 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 393a55f55d..eda967a262 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 d85c5bb65b..61b8012030 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/sbe/sbe.h b/sbe-tool/src/main/cpp/sbe/sbe.h index cd05074941..246d3047e9 100644 --- a/sbe-tool/src/main/cpp/sbe/sbe.h +++ b/sbe-tool/src/main/cpp/sbe/sbe.h @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 7f9b9d3444..ff32a1fc5e 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 260420b425..e2b64760fa 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 08acf81309..02713043a6 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 c6bf7457e2..30ed8d7e6a 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 e7d7cbae93..8214e5fbf5 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 6cf8ccb4a0..d020edafe8 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 0045c5873e..2d9b73c6a4 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/NamedToken.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/NamedToken.java index 74686e5910..4ba67d69f4 100644 --- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/NamedToken.java +++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/NamedToken.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 36bafff2b5..867b348a80 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 c589d2bcfc..fc800c9aad 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/CppGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java index d5d8fe6360..691135adfc 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 bed107d4a0..cd2d250dac 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 c7ad98e4a4..7b527911c3 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/CSharpGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/csharp/CSharpGenerator.java index aca47e9f07..1840190591 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * 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 e37a5df807..68d6e3ba9b 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * 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 a2ac69c680..1ab34e0107 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * 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 546e7e4999..7da29f7a3f 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 1868ffd1ba..fc070079a5 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/Rust.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/Rust.java index 3bfd7d3c3e..89526a62d2 100644 --- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/Rust.java +++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/Rust.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/RustCodecType.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustCodecType.java index e44abdf290..9ae2e8139b 100644 --- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustCodecType.java +++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustCodecType.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/RustFlatFileOutputManager.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustFlatFileOutputManager.java index 294b766e0c..822fb20b14 100644 --- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustFlatFileOutputManager.java +++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/RustFlatFileOutputManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 91fd9cb811..41ec20aa82 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 1c681d7795..e387b31d22 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/SplitCompositeTokens.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/SplitCompositeTokens.java index 9ed2586f8e..1677cfea93 100644 --- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/SplitCompositeTokens.java +++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/rust/SplitCompositeTokens.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 ec33dbede5..8ec4ab0e4c 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 477222f119..a1ec6d96c1 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 a1f05bbf4b..fe08134aee 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 65c74e225b..b5fdd198ac 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 1b4fbba641..1700127239 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 efdb332e3b..1030027fc7 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 21b7531d5d..dbdfd828f7 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/MessageComponents.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/MessageComponents.java index bf006386ab..22a8a20ca3 100644 --- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/MessageComponents.java +++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/ir/MessageComponents.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 5434db0166..55e1375ac0 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 9eac22591f..49908d5643 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 bbc34d9965..8839e7916d 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 491e77f503..dc712ea6e9 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 d6e6b7f9fa..1027d431b1 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 4e4f7b7093..493df3d029 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 5cfef561cd..2c7d11d7e5 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 a61f9dd9e7..93c71cf9ff 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 d00d5c1fd1..702cbc5915 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/util/ValidationUtil.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/util/ValidationUtil.java index 4a65c82b3c..3dc4c7a300 100644 --- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/util/ValidationUtil.java +++ b/sbe-tool/src/main/java/uk/co/real_logic/sbe/util/ValidationUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 2b77887264..1086a86fd7 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 ea5eb3b48d..84cf8a6f4d 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 fc431a94a9..56fbe07310 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 422664ea25..e250609ff9 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 6398aa8eeb..307701a449 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 bb91d876a9..f3a0d00dcd 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,4 +1,4 @@ -/* Copyright 2013-2018 Real Logic Ltd. +/* Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 803aed7f61..c524b90403 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 5fca9a0439..3d8fca3760 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 906d1a8502..9f99ab6fcf 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,6 +1,6 @@ /* -*- mode: java; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil -*- */ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 c55c79cb68..cb3d2d4569 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 11f9edea5b..f48a5b656e 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 4729b317ff..4bad4aa177 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 bc6378ee67..a1f0dd5b88 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * Copyright 2017 MarketFactory Inc * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/sbe-tool/src/test/cpp/BoundsCheckTest.cpp b/sbe-tool/src/test/cpp/BoundsCheckTest.cpp index 03f7ecd3ea..1e9c274d92 100644 --- a/sbe-tool/src/test/cpp/BoundsCheckTest.cpp +++ b/sbe-tool/src/test/cpp/BoundsCheckTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 40073c2deb..52010e7f4a 100644 --- a/sbe-tool/src/test/cpp/CMakeLists.txt +++ b/sbe-tool/src/test/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2013-2017 Real Logic Ltd. +# Copyright 2013-2019 Real Logic Ltd. # # Licensed 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 7604c2a2d5..9090ef46af 100644 --- a/sbe-tool/src/test/cpp/CodeGenTest.cpp +++ b/sbe-tool/src/test/cpp/CodeGenTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 760ba4d90d..efdfb571ad 100644 --- a/sbe-tool/src/test/cpp/CompositeElementsTest.cpp +++ b/sbe-tool/src/test/cpp/CompositeElementsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 ed91f3b872..cee06bd6d3 100644 --- a/sbe-tool/src/test/cpp/CompositeOffsetsCodeGenTest.cpp +++ b/sbe-tool/src/test/cpp/CompositeOffsetsCodeGenTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 ebe9a7ba56..6bbed4e32f 100644 --- a/sbe-tool/src/test/cpp/CompositeOffsetsIrTest.cpp +++ b/sbe-tool/src/test/cpp/CompositeOffsetsIrTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 2711db8afd..204e76d256 100644 --- a/sbe-tool/src/test/cpp/GroupWithDataTest.cpp +++ b/sbe-tool/src/test/cpp/GroupWithDataTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 24d74c099e..bc12f55612 100644 --- a/sbe-tool/src/test/cpp/MessageBlockLengthTest.cpp +++ b/sbe-tool/src/test/cpp/MessageBlockLengthTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 f59ef95a0d..7d68a0f238 100644 --- a/sbe-tool/src/test/cpp/Rc3OtfFullIrTest.cpp +++ b/sbe-tool/src/test/cpp/Rc3OtfFullIrTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 d826d4ca1d..fd3ac84374 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 cdf3c41128..e239239edf 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 7595874cc2..bcb476fa33 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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/TestUtil.java b/sbe-tool/src/test/java/uk/co/real_logic/sbe/TestUtil.java index b30f19bb32..3b3ba768ac 100644 --- a/sbe-tool/src/test/java/uk/co/real_logic/sbe/TestUtil.java +++ b/sbe-tool/src/test/java/uk/co/real_logic/sbe/TestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 523b8f10c9..8f9e76bf36 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 4e973de4e9..88ca7b450a 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 0394f9a613..763bc50552 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 4f9e4280a4..897875158b 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 21b3b1fb56..c39fa0adcc 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 0eb2b8c1b1..70961cbfa2 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 bf92bee807..673071d9fd 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 11d544dba8..2c5bf3b5f4 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 d494132498..310905b7e6 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 8c0e403c41..979d3a7777 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 fbeaf76269..0e5af650fb 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 014edaf049..e35b95ce90 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 dc1081ddaf..fce87ffc94 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 d9d13ec3dc..fa86c115e0 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 c6c2037f11..90b701ba9a 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 06c72f2781..f93e8fbd99 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 a902852d9d..a491ae2953 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 aba99b5840..184cfd5f2d 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 5f7eb2eb53..47c8a800f4 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 cc8fa18f6a..4045103877 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 e1dc3462a6..4bb42bf9da 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 b896ca7bd4..8b0462addb 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 448ca1334b..d29ce3115a 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 23b5c4e424..77b4cbd0b6 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 3ceca8f509..a9ddd37677 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * 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 1873cbfc8c..f14ee49e10 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 99d51c4584..0752578711 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed 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 9ad37e3fa1..8664450409 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-2018 Real Logic Ltd. + * Copyright 2013-2019 Real Logic Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.