diff --git a/src/main/java/io/vlingo/xoom/hello/Bootstrap.java b/src/main/java/io/vlingo/xoom/hello/Bootstrap.java index 90199ea..d1561c6 100644 --- a/src/main/java/io/vlingo/xoom/hello/Bootstrap.java +++ b/src/main/java/io/vlingo/xoom/hello/Bootstrap.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/hello/infra/DescriptionData.java b/src/main/java/io/vlingo/xoom/hello/infra/DescriptionData.java index aaca1af..dcaa141 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/DescriptionData.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/DescriptionData.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/hello/infra/GreetingData.java b/src/main/java/io/vlingo/xoom/hello/infra/GreetingData.java index 4291618..8293270 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/GreetingData.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/GreetingData.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/hello/infra/MessageData.java b/src/main/java/io/vlingo/xoom/hello/infra/MessageData.java index 091edac..ae67a3e 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/MessageData.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/MessageData.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/hello/infra/persistence/CommandModelStoreProvider.java b/src/main/java/io/vlingo/xoom/hello/infra/persistence/CommandModelStoreProvider.java index 93edd78..bd20aac 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/persistence/CommandModelStoreProvider.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/persistence/CommandModelStoreProvider.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/hello/infra/persistence/GreetingDataStateAdapter.java b/src/main/java/io/vlingo/xoom/hello/infra/persistence/GreetingDataStateAdapter.java index 3d8dcdc..a0dd684 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/persistence/GreetingDataStateAdapter.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/persistence/GreetingDataStateAdapter.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/hello/infra/persistence/GreetingProjectionActor.java b/src/main/java/io/vlingo/xoom/hello/infra/persistence/GreetingProjectionActor.java index 380538e..274fecc 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/persistence/GreetingProjectionActor.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/persistence/GreetingProjectionActor.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/hello/infra/persistence/GreetingStateAdapter.java b/src/main/java/io/vlingo/xoom/hello/infra/persistence/GreetingStateAdapter.java index 225916d..becd292 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/persistence/GreetingStateAdapter.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/persistence/GreetingStateAdapter.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/hello/infra/persistence/ProjectionDispatcherProvider.java b/src/main/java/io/vlingo/xoom/hello/infra/persistence/ProjectionDispatcherProvider.java index 5896297..f12565b 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/persistence/ProjectionDispatcherProvider.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/persistence/ProjectionDispatcherProvider.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/hello/infra/persistence/Queries.java b/src/main/java/io/vlingo/xoom/hello/infra/persistence/Queries.java index a7065fd..7000584 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/persistence/Queries.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/persistence/Queries.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/hello/infra/persistence/QueriesActor.java b/src/main/java/io/vlingo/xoom/hello/infra/persistence/QueriesActor.java index 3545f1b..ed9b15a 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/persistence/QueriesActor.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/persistence/QueriesActor.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/hello/infra/persistence/QueryModelStoreProvider.java b/src/main/java/io/vlingo/xoom/hello/infra/persistence/QueryModelStoreProvider.java index 7ada8b4..e90aab6 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/persistence/QueryModelStoreProvider.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/persistence/QueryModelStoreProvider.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/hello/infra/resource/GreetingResource.java b/src/main/java/io/vlingo/xoom/hello/infra/resource/GreetingResource.java index 96481b1..0f13ad7 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/resource/GreetingResource.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/resource/GreetingResource.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/hello/infra/resource/HelloResource.java b/src/main/java/io/vlingo/xoom/hello/infra/resource/HelloResource.java index a50bc4f..b3ede7f 100644 --- a/src/main/java/io/vlingo/xoom/hello/infra/resource/HelloResource.java +++ b/src/main/java/io/vlingo/xoom/hello/infra/resource/HelloResource.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/hello/model/Greeting.java b/src/main/java/io/vlingo/xoom/hello/model/Greeting.java index 53df9fe..a2ab1a4 100644 --- a/src/main/java/io/vlingo/xoom/hello/model/Greeting.java +++ b/src/main/java/io/vlingo/xoom/hello/model/Greeting.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/hello/model/GreetingEntity.java b/src/main/java/io/vlingo/xoom/hello/model/GreetingEntity.java index 194f480..6106535 100644 --- a/src/main/java/io/vlingo/xoom/hello/model/GreetingEntity.java +++ b/src/main/java/io/vlingo/xoom/hello/model/GreetingEntity.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/hello/model/GreetingState.java b/src/main/java/io/vlingo/xoom/hello/model/GreetingState.java index ba62bdd..59f7e4e 100644 --- a/src/main/java/io/vlingo/xoom/hello/model/GreetingState.java +++ b/src/main/java/io/vlingo/xoom/hello/model/GreetingState.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