diff --git a/src/main/java/io/vlingo/xoom/codegen/CodeGenerationContext.java b/src/main/java/io/vlingo/xoom/codegen/CodeGenerationContext.java index 2ec1e8c..24c46ac 100644 --- a/src/main/java/io/vlingo/xoom/codegen/CodeGenerationContext.java +++ b/src/main/java/io/vlingo/xoom/codegen/CodeGenerationContext.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/CodeGenerationException.java b/src/main/java/io/vlingo/xoom/codegen/CodeGenerationException.java index 250f30c..fa2ec75 100644 --- a/src/main/java/io/vlingo/xoom/codegen/CodeGenerationException.java +++ b/src/main/java/io/vlingo/xoom/codegen/CodeGenerationException.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/CodeGenerationStep.java b/src/main/java/io/vlingo/xoom/codegen/CodeGenerationStep.java index 7a19fef..b79485e 100644 --- a/src/main/java/io/vlingo/xoom/codegen/CodeGenerationStep.java +++ b/src/main/java/io/vlingo/xoom/codegen/CodeGenerationStep.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/FileLocationResolver.java b/src/main/java/io/vlingo/xoom/codegen/FileLocationResolver.java index 606ee3e..e2eb7c0 100644 --- a/src/main/java/io/vlingo/xoom/codegen/FileLocationResolver.java +++ b/src/main/java/io/vlingo/xoom/codegen/FileLocationResolver.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/TextExpectation.java b/src/main/java/io/vlingo/xoom/codegen/TextExpectation.java index 7435fc3..35eb893 100644 --- a/src/main/java/io/vlingo/xoom/codegen/TextExpectation.java +++ b/src/main/java/io/vlingo/xoom/codegen/TextExpectation.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/content/CodeElementFormatter.java b/src/main/java/io/vlingo/xoom/codegen/content/CodeElementFormatter.java index 1f03c36..b5049c8 100644 --- a/src/main/java/io/vlingo/xoom/codegen/content/CodeElementFormatter.java +++ b/src/main/java/io/vlingo/xoom/codegen/content/CodeElementFormatter.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/content/ContentCreationStep.java b/src/main/java/io/vlingo/xoom/codegen/content/ContentCreationStep.java index 1320b10..fe6046f 100644 --- a/src/main/java/io/vlingo/xoom/codegen/content/ContentCreationStep.java +++ b/src/main/java/io/vlingo/xoom/codegen/content/ContentCreationStep.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/content/ContentLoader.java b/src/main/java/io/vlingo/xoom/codegen/content/ContentLoader.java index cfd18d4..e25c064 100644 --- a/src/main/java/io/vlingo/xoom/codegen/content/ContentLoader.java +++ b/src/main/java/io/vlingo/xoom/codegen/content/ContentLoader.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/content/ContentQuery.java b/src/main/java/io/vlingo/xoom/codegen/content/ContentQuery.java index 04908da..80fe913 100644 --- a/src/main/java/io/vlingo/xoom/codegen/content/ContentQuery.java +++ b/src/main/java/io/vlingo/xoom/codegen/content/ContentQuery.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/content/ModuleRetriever.java b/src/main/java/io/vlingo/xoom/codegen/content/ModuleRetriever.java index a22ed56..6d73f7d 100644 --- a/src/main/java/io/vlingo/xoom/codegen/content/ModuleRetriever.java +++ b/src/main/java/io/vlingo/xoom/codegen/content/ModuleRetriever.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/content/ProtocolBasedContent.java b/src/main/java/io/vlingo/xoom/codegen/content/ProtocolBasedContent.java index 538ea20..7daac24 100644 --- a/src/main/java/io/vlingo/xoom/codegen/content/ProtocolBasedContent.java +++ b/src/main/java/io/vlingo/xoom/codegen/content/ProtocolBasedContent.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/content/TextBasedContent.java b/src/main/java/io/vlingo/xoom/codegen/content/TextBasedContent.java index 8689c40..a8a236a 100644 --- a/src/main/java/io/vlingo/xoom/codegen/content/TextBasedContent.java +++ b/src/main/java/io/vlingo/xoom/codegen/content/TextBasedContent.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/content/TypeBasedContent.java b/src/main/java/io/vlingo/xoom/codegen/content/TypeBasedContent.java index 10421c6..d4dc1ff 100644 --- a/src/main/java/io/vlingo/xoom/codegen/content/TypeBasedContent.java +++ b/src/main/java/io/vlingo/xoom/codegen/content/TypeBasedContent.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/dialect/Dialect.java b/src/main/java/io/vlingo/xoom/codegen/dialect/Dialect.java index b1f4ba7..1b5ecbc 100644 --- a/src/main/java/io/vlingo/xoom/codegen/dialect/Dialect.java +++ b/src/main/java/io/vlingo/xoom/codegen/dialect/Dialect.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/dialect/KotlinSyntaxConverter.java b/src/main/java/io/vlingo/xoom/codegen/dialect/KotlinSyntaxConverter.java index db74b45..5a95f56 100644 --- a/src/main/java/io/vlingo/xoom/codegen/dialect/KotlinSyntaxConverter.java +++ b/src/main/java/io/vlingo/xoom/codegen/dialect/KotlinSyntaxConverter.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/dialect/ReservedWordsHandler.java b/src/main/java/io/vlingo/xoom/codegen/dialect/ReservedWordsHandler.java index 61854f2..9b2d3c0 100644 --- a/src/main/java/io/vlingo/xoom/codegen/dialect/ReservedWordsHandler.java +++ b/src/main/java/io/vlingo/xoom/codegen/dialect/ReservedWordsHandler.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/parameter/CodeGenerationParameter.java b/src/main/java/io/vlingo/xoom/codegen/parameter/CodeGenerationParameter.java index e6cb125..c68a6b9 100644 --- a/src/main/java/io/vlingo/xoom/codegen/parameter/CodeGenerationParameter.java +++ b/src/main/java/io/vlingo/xoom/codegen/parameter/CodeGenerationParameter.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/parameter/CodeGenerationParameters.java b/src/main/java/io/vlingo/xoom/codegen/parameter/CodeGenerationParameters.java index 8532ddd..9e47b8d 100644 --- a/src/main/java/io/vlingo/xoom/codegen/parameter/CodeGenerationParameters.java +++ b/src/main/java/io/vlingo/xoom/codegen/parameter/CodeGenerationParameters.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/parameter/ImportParameter.java b/src/main/java/io/vlingo/xoom/codegen/parameter/ImportParameter.java index 3712f16..1066e52 100644 --- a/src/main/java/io/vlingo/xoom/codegen/parameter/ImportParameter.java +++ b/src/main/java/io/vlingo/xoom/codegen/parameter/ImportParameter.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/parameter/ParameterLabel.java b/src/main/java/io/vlingo/xoom/codegen/parameter/ParameterLabel.java index 5cfd2ae..adb7084 100644 --- a/src/main/java/io/vlingo/xoom/codegen/parameter/ParameterLabel.java +++ b/src/main/java/io/vlingo/xoom/codegen/parameter/ParameterLabel.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/template/BasicTemplateData.java b/src/main/java/io/vlingo/xoom/codegen/template/BasicTemplateData.java index a8943ec..6aff690 100644 --- a/src/main/java/io/vlingo/xoom/codegen/template/BasicTemplateData.java +++ b/src/main/java/io/vlingo/xoom/codegen/template/BasicTemplateData.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/template/OutputFile.java b/src/main/java/io/vlingo/xoom/codegen/template/OutputFile.java index 2d89ff2..169fe30 100644 --- a/src/main/java/io/vlingo/xoom/codegen/template/OutputFile.java +++ b/src/main/java/io/vlingo/xoom/codegen/template/OutputFile.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/template/OutputFileInstantiator.java b/src/main/java/io/vlingo/xoom/codegen/template/OutputFileInstantiator.java index 0e1640a..dd00c0d 100644 --- a/src/main/java/io/vlingo/xoom/codegen/template/OutputFileInstantiator.java +++ b/src/main/java/io/vlingo/xoom/codegen/template/OutputFileInstantiator.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/template/ParameterKey.java b/src/main/java/io/vlingo/xoom/codegen/template/ParameterKey.java index 1103c5b..edfe5a3 100644 --- a/src/main/java/io/vlingo/xoom/codegen/template/ParameterKey.java +++ b/src/main/java/io/vlingo/xoom/codegen/template/ParameterKey.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/template/TemplateCustomFunctions.java b/src/main/java/io/vlingo/xoom/codegen/template/TemplateCustomFunctions.java index c6d8860..948217c 100644 --- a/src/main/java/io/vlingo/xoom/codegen/template/TemplateCustomFunctions.java +++ b/src/main/java/io/vlingo/xoom/codegen/template/TemplateCustomFunctions.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/template/TemplateData.java b/src/main/java/io/vlingo/xoom/codegen/template/TemplateData.java index e968a71..ec4a889 100644 --- a/src/main/java/io/vlingo/xoom/codegen/template/TemplateData.java +++ b/src/main/java/io/vlingo/xoom/codegen/template/TemplateData.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/template/TemplateParameters.java b/src/main/java/io/vlingo/xoom/codegen/template/TemplateParameters.java index daa38e7..f2c7d95 100644 --- a/src/main/java/io/vlingo/xoom/codegen/template/TemplateParameters.java +++ b/src/main/java/io/vlingo/xoom/codegen/template/TemplateParameters.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/template/TemplateProcessingStep.java b/src/main/java/io/vlingo/xoom/codegen/template/TemplateProcessingStep.java index cbf0876..8ac4454 100644 --- a/src/main/java/io/vlingo/xoom/codegen/template/TemplateProcessingStep.java +++ b/src/main/java/io/vlingo/xoom/codegen/template/TemplateProcessingStep.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/io/vlingo/xoom/codegen/template/TemplateProcessorConfiguration.java b/src/main/java/io/vlingo/xoom/codegen/template/TemplateProcessorConfiguration.java index 89cde78..0047dfc 100644 --- a/src/main/java/io/vlingo/xoom/codegen/template/TemplateProcessorConfiguration.java +++ b/src/main/java/io/vlingo/xoom/codegen/template/TemplateProcessorConfiguration.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/main/java/nativebuild/NativeBuildEntryPoint.java b/src/main/java/nativebuild/NativeBuildEntryPoint.java index 627e379..0e9b0be 100644 --- a/src/main/java/nativebuild/NativeBuildEntryPoint.java +++ b/src/main/java/nativebuild/NativeBuildEntryPoint.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/test/java/io/vlingo/xoom/codegen/content/CodeElementFormatterTest.java b/src/test/java/io/vlingo/xoom/codegen/content/CodeElementFormatterTest.java index 7ea5613..c23d661 100644 --- a/src/test/java/io/vlingo/xoom/codegen/content/CodeElementFormatterTest.java +++ b/src/test/java/io/vlingo/xoom/codegen/content/CodeElementFormatterTest.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/test/java/io/vlingo/xoom/codegen/content/ContentQueryTest.java b/src/test/java/io/vlingo/xoom/codegen/content/ContentQueryTest.java index 112d89a..bc470c3 100644 --- a/src/test/java/io/vlingo/xoom/codegen/content/ContentQueryTest.java +++ b/src/test/java/io/vlingo/xoom/codegen/content/ContentQueryTest.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/test/java/io/vlingo/xoom/codegen/content/FakeTemplateStandards.java b/src/test/java/io/vlingo/xoom/codegen/content/FakeTemplateStandards.java index 9b402d4..e5bf4db 100644 --- a/src/test/java/io/vlingo/xoom/codegen/content/FakeTemplateStandards.java +++ b/src/test/java/io/vlingo/xoom/codegen/content/FakeTemplateStandards.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/test/java/io/vlingo/xoom/codegen/dialect/KotlinSyntaxConverterTest.java b/src/test/java/io/vlingo/xoom/codegen/dialect/KotlinSyntaxConverterTest.java index c55c57f..2c37e39 100644 --- a/src/test/java/io/vlingo/xoom/codegen/dialect/KotlinSyntaxConverterTest.java +++ b/src/test/java/io/vlingo/xoom/codegen/dialect/KotlinSyntaxConverterTest.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/test/java/io/vlingo/xoom/codegen/template/TemplateCustomFunctionsTest.java b/src/test/java/io/vlingo/xoom/codegen/template/TemplateCustomFunctionsTest.java index 5a063e0..1f64321 100644 --- a/src/test/java/io/vlingo/xoom/codegen/template/TemplateCustomFunctionsTest.java +++ b/src/test/java/io/vlingo/xoom/codegen/template/TemplateCustomFunctionsTest.java @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL