diff --git a/README.md b/README.md index 84498115..67730862 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ mvn clean install -Pmodules -Pnative-image More Details [GraalVM](GraalVM.md) License (See LICENSE file for full license) ------------------------------------------- -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/actors/Actor.java b/src/main/java/io/vlingo/xoom/actors/Actor.java index 65ed7b6a..734dda16 100644 --- a/src/main/java/io/vlingo/xoom/actors/Actor.java +++ b/src/main/java/io/vlingo/xoom/actors/Actor.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/actors/ActorFactory.java b/src/main/java/io/vlingo/xoom/actors/ActorFactory.java index 34587716..8b329c04 100644 --- a/src/main/java/io/vlingo/xoom/actors/ActorFactory.java +++ b/src/main/java/io/vlingo/xoom/actors/ActorFactory.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/actors/ActorInstantiator.java b/src/main/java/io/vlingo/xoom/actors/ActorInstantiator.java index 3ef6691d..f22fff55 100644 --- a/src/main/java/io/vlingo/xoom/actors/ActorInstantiator.java +++ b/src/main/java/io/vlingo/xoom/actors/ActorInstantiator.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/actors/ActorInstantiatorRegistry.java b/src/main/java/io/vlingo/xoom/actors/ActorInstantiatorRegistry.java index 23dfe257..e761c16f 100644 --- a/src/main/java/io/vlingo/xoom/actors/ActorInstantiatorRegistry.java +++ b/src/main/java/io/vlingo/xoom/actors/ActorInstantiatorRegistry.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/actors/ActorLoggerAdapter.java b/src/main/java/io/vlingo/xoom/actors/ActorLoggerAdapter.java index 40e5dfb1..70aed0ac 100644 --- a/src/main/java/io/vlingo/xoom/actors/ActorLoggerAdapter.java +++ b/src/main/java/io/vlingo/xoom/actors/ActorLoggerAdapter.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/actors/ActorProxy.java b/src/main/java/io/vlingo/xoom/actors/ActorProxy.java index faf178aa..63c1d344 100644 --- a/src/main/java/io/vlingo/xoom/actors/ActorProxy.java +++ b/src/main/java/io/vlingo/xoom/actors/ActorProxy.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/actors/ActorProxyBase.java b/src/main/java/io/vlingo/xoom/actors/ActorProxyBase.java index 339a9f00..fdcd0aa2 100644 --- a/src/main/java/io/vlingo/xoom/actors/ActorProxyBase.java +++ b/src/main/java/io/vlingo/xoom/actors/ActorProxyBase.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/actors/ActorProxyStub.java b/src/main/java/io/vlingo/xoom/actors/ActorProxyStub.java index bdc3b387..d7ec7583 100644 --- a/src/main/java/io/vlingo/xoom/actors/ActorProxyStub.java +++ b/src/main/java/io/vlingo/xoom/actors/ActorProxyStub.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/actors/Address.java b/src/main/java/io/vlingo/xoom/actors/Address.java index f9eca684..9a1ae90d 100644 --- a/src/main/java/io/vlingo/xoom/actors/Address.java +++ b/src/main/java/io/vlingo/xoom/actors/Address.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/actors/AddressFactory.java b/src/main/java/io/vlingo/xoom/actors/AddressFactory.java index 65f32afd..e8f4c716 100644 --- a/src/main/java/io/vlingo/xoom/actors/AddressFactory.java +++ b/src/main/java/io/vlingo/xoom/actors/AddressFactory.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/actors/Addressable.java b/src/main/java/io/vlingo/xoom/actors/Addressable.java index 17ccb742..f6fdcb49 100644 --- a/src/main/java/io/vlingo/xoom/actors/Addressable.java +++ b/src/main/java/io/vlingo/xoom/actors/Addressable.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/actors/Addressable__Proxy.java b/src/main/java/io/vlingo/xoom/actors/Addressable__Proxy.java index 1b16f6dd..76d3e075 100644 --- a/src/main/java/io/vlingo/xoom/actors/Addressable__Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/Addressable__Proxy.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/actors/Backoff.java b/src/main/java/io/vlingo/xoom/actors/Backoff.java index 84cef10c..594620f9 100644 --- a/src/main/java/io/vlingo/xoom/actors/Backoff.java +++ b/src/main/java/io/vlingo/xoom/actors/Backoff.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/actors/BasicAddress.java b/src/main/java/io/vlingo/xoom/actors/BasicAddress.java index 4d9e29c7..0895b1ec 100644 --- a/src/main/java/io/vlingo/xoom/actors/BasicAddress.java +++ b/src/main/java/io/vlingo/xoom/actors/BasicAddress.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/actors/BasicAddressFactory.java b/src/main/java/io/vlingo/xoom/actors/BasicAddressFactory.java index 470e3ced..48565da4 100644 --- a/src/main/java/io/vlingo/xoom/actors/BasicAddressFactory.java +++ b/src/main/java/io/vlingo/xoom/actors/BasicAddressFactory.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/actors/BroadcastRouter.java b/src/main/java/io/vlingo/xoom/actors/BroadcastRouter.java index eb871196..b4442996 100644 --- a/src/main/java/io/vlingo/xoom/actors/BroadcastRouter.java +++ b/src/main/java/io/vlingo/xoom/actors/BroadcastRouter.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/actors/Cancellable__Proxy.java b/src/main/java/io/vlingo/xoom/actors/Cancellable__Proxy.java index c68a5b88..2a47d325 100644 --- a/src/main/java/io/vlingo/xoom/actors/Cancellable__Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/Cancellable__Proxy.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/actors/Characters.java b/src/main/java/io/vlingo/xoom/actors/Characters.java index fd8d8218..42ec0265 100644 --- a/src/main/java/io/vlingo/xoom/actors/Characters.java +++ b/src/main/java/io/vlingo/xoom/actors/Characters.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/actors/CommonSupervisor.java b/src/main/java/io/vlingo/xoom/actors/CommonSupervisor.java index 047b3fb2..8a0807e0 100644 --- a/src/main/java/io/vlingo/xoom/actors/CommonSupervisor.java +++ b/src/main/java/io/vlingo/xoom/actors/CommonSupervisor.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/actors/CompletesEventually.java b/src/main/java/io/vlingo/xoom/actors/CompletesEventually.java index 3fac96bd..b5915be4 100644 --- a/src/main/java/io/vlingo/xoom/actors/CompletesEventually.java +++ b/src/main/java/io/vlingo/xoom/actors/CompletesEventually.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/actors/CompletesEventuallyActor.java b/src/main/java/io/vlingo/xoom/actors/CompletesEventuallyActor.java index 46a42bd0..524e4207 100644 --- a/src/main/java/io/vlingo/xoom/actors/CompletesEventuallyActor.java +++ b/src/main/java/io/vlingo/xoom/actors/CompletesEventuallyActor.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/actors/CompletesEventuallyProvider.java b/src/main/java/io/vlingo/xoom/actors/CompletesEventuallyProvider.java index 30090251..9cf3d5ec 100644 --- a/src/main/java/io/vlingo/xoom/actors/CompletesEventuallyProvider.java +++ b/src/main/java/io/vlingo/xoom/actors/CompletesEventuallyProvider.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/actors/CompletesEventuallyProviderKeeper.java b/src/main/java/io/vlingo/xoom/actors/CompletesEventuallyProviderKeeper.java index b22eea75..09417c12 100644 --- a/src/main/java/io/vlingo/xoom/actors/CompletesEventuallyProviderKeeper.java +++ b/src/main/java/io/vlingo/xoom/actors/CompletesEventuallyProviderKeeper.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/actors/CompletesEventually__Proxy.java b/src/main/java/io/vlingo/xoom/actors/CompletesEventually__Proxy.java index 6770cd01..337d5c47 100644 --- a/src/main/java/io/vlingo/xoom/actors/CompletesEventually__Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/CompletesEventually__Proxy.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/actors/CompletionSupplier.java b/src/main/java/io/vlingo/xoom/actors/CompletionSupplier.java index 77adabe0..76e22151 100644 --- a/src/main/java/io/vlingo/xoom/actors/CompletionSupplier.java +++ b/src/main/java/io/vlingo/xoom/actors/CompletionSupplier.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/actors/CompletionTranslator.java b/src/main/java/io/vlingo/xoom/actors/CompletionTranslator.java index 0137e1dc..83e39e5c 100644 --- a/src/main/java/io/vlingo/xoom/actors/CompletionTranslator.java +++ b/src/main/java/io/vlingo/xoom/actors/CompletionTranslator.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/actors/Configuration.java b/src/main/java/io/vlingo/xoom/actors/Configuration.java index de0478a2..596979e1 100644 --- a/src/main/java/io/vlingo/xoom/actors/Configuration.java +++ b/src/main/java/io/vlingo/xoom/actors/Configuration.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/actors/ContentBasedRouter.java b/src/main/java/io/vlingo/xoom/actors/ContentBasedRouter.java index be17b865..1b937b1d 100644 --- a/src/main/java/io/vlingo/xoom/actors/ContentBasedRouter.java +++ b/src/main/java/io/vlingo/xoom/actors/ContentBasedRouter.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/actors/DeadLetter.java b/src/main/java/io/vlingo/xoom/actors/DeadLetter.java index 97f0add9..69ccf357 100644 --- a/src/main/java/io/vlingo/xoom/actors/DeadLetter.java +++ b/src/main/java/io/vlingo/xoom/actors/DeadLetter.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/actors/DeadLetters.java b/src/main/java/io/vlingo/xoom/actors/DeadLetters.java index a63eb63a..e5b7015e 100644 --- a/src/main/java/io/vlingo/xoom/actors/DeadLetters.java +++ b/src/main/java/io/vlingo/xoom/actors/DeadLetters.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/actors/DeadLettersActor.java b/src/main/java/io/vlingo/xoom/actors/DeadLettersActor.java index 7e45db84..35b2c36d 100644 --- a/src/main/java/io/vlingo/xoom/actors/DeadLettersActor.java +++ b/src/main/java/io/vlingo/xoom/actors/DeadLettersActor.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/actors/DeadLettersListener.java b/src/main/java/io/vlingo/xoom/actors/DeadLettersListener.java index b6445994..59e58555 100644 --- a/src/main/java/io/vlingo/xoom/actors/DeadLettersListener.java +++ b/src/main/java/io/vlingo/xoom/actors/DeadLettersListener.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/actors/DeadLettersListener__Proxy.java b/src/main/java/io/vlingo/xoom/actors/DeadLettersListener__Proxy.java index d66d3704..c2fc054b 100644 --- a/src/main/java/io/vlingo/xoom/actors/DeadLettersListener__Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/DeadLettersListener__Proxy.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/actors/DeadLetters__Proxy.java b/src/main/java/io/vlingo/xoom/actors/DeadLetters__Proxy.java index 67ffdf3b..f91b8898 100644 --- a/src/main/java/io/vlingo/xoom/actors/DeadLetters__Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/DeadLetters__Proxy.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/actors/DefaultSupervisor.java b/src/main/java/io/vlingo/xoom/actors/DefaultSupervisor.java index 381d5be4..0045ceda 100644 --- a/src/main/java/io/vlingo/xoom/actors/DefaultSupervisor.java +++ b/src/main/java/io/vlingo/xoom/actors/DefaultSupervisor.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/actors/Definition.java b/src/main/java/io/vlingo/xoom/actors/Definition.java index 749ac114..f63c574b 100644 --- a/src/main/java/io/vlingo/xoom/actors/Definition.java +++ b/src/main/java/io/vlingo/xoom/actors/Definition.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/actors/Directory.java b/src/main/java/io/vlingo/xoom/actors/Directory.java index da499832..4b55d825 100644 --- a/src/main/java/io/vlingo/xoom/actors/Directory.java +++ b/src/main/java/io/vlingo/xoom/actors/Directory.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/actors/DirectoryEvictionConfiguration.java b/src/main/java/io/vlingo/xoom/actors/DirectoryEvictionConfiguration.java index df888c6c..a333b593 100644 --- a/src/main/java/io/vlingo/xoom/actors/DirectoryEvictionConfiguration.java +++ b/src/main/java/io/vlingo/xoom/actors/DirectoryEvictionConfiguration.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/actors/DirectoryEvictor.java b/src/main/java/io/vlingo/xoom/actors/DirectoryEvictor.java index d8d018ed..15c65111 100644 --- a/src/main/java/io/vlingo/xoom/actors/DirectoryEvictor.java +++ b/src/main/java/io/vlingo/xoom/actors/DirectoryEvictor.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/actors/DirectoryScanner.java b/src/main/java/io/vlingo/xoom/actors/DirectoryScanner.java index 41fdae10..9313c2c3 100644 --- a/src/main/java/io/vlingo/xoom/actors/DirectoryScanner.java +++ b/src/main/java/io/vlingo/xoom/actors/DirectoryScanner.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/actors/DirectoryScannerActor.java b/src/main/java/io/vlingo/xoom/actors/DirectoryScannerActor.java index 53735649..d23a3514 100644 --- a/src/main/java/io/vlingo/xoom/actors/DirectoryScannerActor.java +++ b/src/main/java/io/vlingo/xoom/actors/DirectoryScannerActor.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/actors/DirectoryScanner__Proxy.java b/src/main/java/io/vlingo/xoom/actors/DirectoryScanner__Proxy.java index 269959f8..a928ed74 100644 --- a/src/main/java/io/vlingo/xoom/actors/DirectoryScanner__Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/DirectoryScanner__Proxy.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/actors/Dispatcher.java b/src/main/java/io/vlingo/xoom/actors/Dispatcher.java index 0d13a466..aceac876 100644 --- a/src/main/java/io/vlingo/xoom/actors/Dispatcher.java +++ b/src/main/java/io/vlingo/xoom/actors/Dispatcher.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/actors/Environment.java b/src/main/java/io/vlingo/xoom/actors/Environment.java index e491af45..9c042ffa 100644 --- a/src/main/java/io/vlingo/xoom/actors/Environment.java +++ b/src/main/java/io/vlingo/xoom/actors/Environment.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/actors/FailureMark.java b/src/main/java/io/vlingo/xoom/actors/FailureMark.java index 99df8249..db3e74ed 100644 --- a/src/main/java/io/vlingo/xoom/actors/FailureMark.java +++ b/src/main/java/io/vlingo/xoom/actors/FailureMark.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/actors/InvalidProtocolException.java b/src/main/java/io/vlingo/xoom/actors/InvalidProtocolException.java index 89cb2d6b..514b69bc 100644 --- a/src/main/java/io/vlingo/xoom/actors/InvalidProtocolException.java +++ b/src/main/java/io/vlingo/xoom/actors/InvalidProtocolException.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/actors/LifeCycle.java b/src/main/java/io/vlingo/xoom/actors/LifeCycle.java index 9f3675eb..0c4a974d 100644 --- a/src/main/java/io/vlingo/xoom/actors/LifeCycle.java +++ b/src/main/java/io/vlingo/xoom/actors/LifeCycle.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/actors/LocalMessage.java b/src/main/java/io/vlingo/xoom/actors/LocalMessage.java index 4ccc577a..1b37a859 100644 --- a/src/main/java/io/vlingo/xoom/actors/LocalMessage.java +++ b/src/main/java/io/vlingo/xoom/actors/LocalMessage.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/actors/Logger.java b/src/main/java/io/vlingo/xoom/actors/Logger.java index aa542ee5..00d921cd 100644 --- a/src/main/java/io/vlingo/xoom/actors/Logger.java +++ b/src/main/java/io/vlingo/xoom/actors/Logger.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/actors/LoggerProvider.java b/src/main/java/io/vlingo/xoom/actors/LoggerProvider.java index 2f59ff76..19436d5c 100644 --- a/src/main/java/io/vlingo/xoom/actors/LoggerProvider.java +++ b/src/main/java/io/vlingo/xoom/actors/LoggerProvider.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/actors/LoggerProviderKeeper.java b/src/main/java/io/vlingo/xoom/actors/LoggerProviderKeeper.java index 217a81ef..cd285f90 100644 --- a/src/main/java/io/vlingo/xoom/actors/LoggerProviderKeeper.java +++ b/src/main/java/io/vlingo/xoom/actors/LoggerProviderKeeper.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/actors/Logger__Proxy.java b/src/main/java/io/vlingo/xoom/actors/Logger__Proxy.java index 9b31c763..f712f533 100644 --- a/src/main/java/io/vlingo/xoom/actors/Logger__Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/Logger__Proxy.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/actors/Mailbox.java b/src/main/java/io/vlingo/xoom/actors/Mailbox.java index 167b0634..c09ee581 100644 --- a/src/main/java/io/vlingo/xoom/actors/Mailbox.java +++ b/src/main/java/io/vlingo/xoom/actors/Mailbox.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/actors/MailboxConfiguration.java b/src/main/java/io/vlingo/xoom/actors/MailboxConfiguration.java index 0cdb3767..16122fd1 100644 --- a/src/main/java/io/vlingo/xoom/actors/MailboxConfiguration.java +++ b/src/main/java/io/vlingo/xoom/actors/MailboxConfiguration.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/actors/MailboxProvider.java b/src/main/java/io/vlingo/xoom/actors/MailboxProvider.java index 75fabe7e..13640f20 100644 --- a/src/main/java/io/vlingo/xoom/actors/MailboxProvider.java +++ b/src/main/java/io/vlingo/xoom/actors/MailboxProvider.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/actors/MailboxProviderKeeper.java b/src/main/java/io/vlingo/xoom/actors/MailboxProviderKeeper.java index 77bb97f2..f70e64b3 100644 --- a/src/main/java/io/vlingo/xoom/actors/MailboxProviderKeeper.java +++ b/src/main/java/io/vlingo/xoom/actors/MailboxProviderKeeper.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/actors/Message.java b/src/main/java/io/vlingo/xoom/actors/Message.java index 5c288841..6dd53761 100644 --- a/src/main/java/io/vlingo/xoom/actors/Message.java +++ b/src/main/java/io/vlingo/xoom/actors/Message.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/actors/NoProtocol.java b/src/main/java/io/vlingo/xoom/actors/NoProtocol.java index 03a3092e..bd92531b 100644 --- a/src/main/java/io/vlingo/xoom/actors/NoProtocol.java +++ b/src/main/java/io/vlingo/xoom/actors/NoProtocol.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/actors/NoProtocol__Proxy.java b/src/main/java/io/vlingo/xoom/actors/NoProtocol__Proxy.java index c0be6ecd..b9198791 100644 --- a/src/main/java/io/vlingo/xoom/actors/NoProtocol__Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/NoProtocol__Proxy.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/actors/PooledCompletes.java b/src/main/java/io/vlingo/xoom/actors/PooledCompletes.java index 4cd2a08e..fa037adc 100644 --- a/src/main/java/io/vlingo/xoom/actors/PooledCompletes.java +++ b/src/main/java/io/vlingo/xoom/actors/PooledCompletes.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/actors/PrivateRootActor.java b/src/main/java/io/vlingo/xoom/actors/PrivateRootActor.java index 823836f3..1c6b8637 100644 --- a/src/main/java/io/vlingo/xoom/actors/PrivateRootActor.java +++ b/src/main/java/io/vlingo/xoom/actors/PrivateRootActor.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/actors/Properties.java b/src/main/java/io/vlingo/xoom/actors/Properties.java index 1788226f..7b5b1837 100644 --- a/src/main/java/io/vlingo/xoom/actors/Properties.java +++ b/src/main/java/io/vlingo/xoom/actors/Properties.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/actors/Protocols.java b/src/main/java/io/vlingo/xoom/actors/Protocols.java index 9e435b66..8f9bdb36 100644 --- a/src/main/java/io/vlingo/xoom/actors/Protocols.java +++ b/src/main/java/io/vlingo/xoom/actors/Protocols.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/actors/Proxy.java b/src/main/java/io/vlingo/xoom/actors/Proxy.java index 97fe8d2d..63ce078d 100644 --- a/src/main/java/io/vlingo/xoom/actors/Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/Proxy.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/actors/ProxyGenerator.java b/src/main/java/io/vlingo/xoom/actors/ProxyGenerator.java index 8ff22089..877c3ca6 100644 --- a/src/main/java/io/vlingo/xoom/actors/ProxyGenerator.java +++ b/src/main/java/io/vlingo/xoom/actors/ProxyGenerator.java @@ -1,5 +1,5 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 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/actors/PublicRootActor.java b/src/main/java/io/vlingo/xoom/actors/PublicRootActor.java index 729f23f4..d185244c 100644 --- a/src/main/java/io/vlingo/xoom/actors/PublicRootActor.java +++ b/src/main/java/io/vlingo/xoom/actors/PublicRootActor.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/actors/RandomRouter.java b/src/main/java/io/vlingo/xoom/actors/RandomRouter.java index 666878ef..4e14e2a2 100644 --- a/src/main/java/io/vlingo/xoom/actors/RandomRouter.java +++ b/src/main/java/io/vlingo/xoom/actors/RandomRouter.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/actors/Registrar.java b/src/main/java/io/vlingo/xoom/actors/Registrar.java index 71c856e6..fa2d5ba4 100644 --- a/src/main/java/io/vlingo/xoom/actors/Registrar.java +++ b/src/main/java/io/vlingo/xoom/actors/Registrar.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/actors/Relocatable.java b/src/main/java/io/vlingo/xoom/actors/Relocatable.java index cb234590..aa2768a6 100644 --- a/src/main/java/io/vlingo/xoom/actors/Relocatable.java +++ b/src/main/java/io/vlingo/xoom/actors/Relocatable.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/actors/ResultReturns.java b/src/main/java/io/vlingo/xoom/actors/ResultReturns.java index 37438781..e50fc22c 100644 --- a/src/main/java/io/vlingo/xoom/actors/ResultReturns.java +++ b/src/main/java/io/vlingo/xoom/actors/ResultReturns.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/actors/ResumingMailbox.java b/src/main/java/io/vlingo/xoom/actors/ResumingMailbox.java index d68f5d5f..556c1dfc 100644 --- a/src/main/java/io/vlingo/xoom/actors/ResumingMailbox.java +++ b/src/main/java/io/vlingo/xoom/actors/ResumingMailbox.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/actors/Returns.java b/src/main/java/io/vlingo/xoom/actors/Returns.java index 6b012c9a..353c5389 100644 --- a/src/main/java/io/vlingo/xoom/actors/Returns.java +++ b/src/main/java/io/vlingo/xoom/actors/Returns.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/actors/RoundRobinRouter.java b/src/main/java/io/vlingo/xoom/actors/RoundRobinRouter.java index 1345fcb1..c9c08fda 100644 --- a/src/main/java/io/vlingo/xoom/actors/RoundRobinRouter.java +++ b/src/main/java/io/vlingo/xoom/actors/RoundRobinRouter.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/actors/Routee.java b/src/main/java/io/vlingo/xoom/actors/Routee.java index ea3de7ee..11ecaa15 100644 --- a/src/main/java/io/vlingo/xoom/actors/Routee.java +++ b/src/main/java/io/vlingo/xoom/actors/Routee.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/actors/Router.java b/src/main/java/io/vlingo/xoom/actors/Router.java index edf061a5..51d90927 100644 --- a/src/main/java/io/vlingo/xoom/actors/Router.java +++ b/src/main/java/io/vlingo/xoom/actors/Router.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/actors/RouterSpecification.java b/src/main/java/io/vlingo/xoom/actors/RouterSpecification.java index 9f2907aa..1ed0d373 100644 --- a/src/main/java/io/vlingo/xoom/actors/RouterSpecification.java +++ b/src/main/java/io/vlingo/xoom/actors/RouterSpecification.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/actors/Routing.java b/src/main/java/io/vlingo/xoom/actors/Routing.java index 6bea7944..a1822f75 100644 --- a/src/main/java/io/vlingo/xoom/actors/Routing.java +++ b/src/main/java/io/vlingo/xoom/actors/Routing.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/actors/SafeProxyGenerable.java b/src/main/java/io/vlingo/xoom/actors/SafeProxyGenerable.java index 5804c1da..a56866aa 100644 --- a/src/main/java/io/vlingo/xoom/actors/SafeProxyGenerable.java +++ b/src/main/java/io/vlingo/xoom/actors/SafeProxyGenerable.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/actors/SmallestMailboxRouter.java b/src/main/java/io/vlingo/xoom/actors/SmallestMailboxRouter.java index 193496f9..13cfe048 100644 --- a/src/main/java/io/vlingo/xoom/actors/SmallestMailboxRouter.java +++ b/src/main/java/io/vlingo/xoom/actors/SmallestMailboxRouter.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/actors/Stage.java b/src/main/java/io/vlingo/xoom/actors/Stage.java index 5fe843c9..111fb63d 100644 --- a/src/main/java/io/vlingo/xoom/actors/Stage.java +++ b/src/main/java/io/vlingo/xoom/actors/Stage.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/actors/StageSupervisedActor.java b/src/main/java/io/vlingo/xoom/actors/StageSupervisedActor.java index b4b241bb..7bf7d501 100644 --- a/src/main/java/io/vlingo/xoom/actors/StageSupervisedActor.java +++ b/src/main/java/io/vlingo/xoom/actors/StageSupervisedActor.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/actors/Startable.java b/src/main/java/io/vlingo/xoom/actors/Startable.java index 141d1cab..3173785f 100644 --- a/src/main/java/io/vlingo/xoom/actors/Startable.java +++ b/src/main/java/io/vlingo/xoom/actors/Startable.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/actors/Startable__Proxy.java b/src/main/java/io/vlingo/xoom/actors/Startable__Proxy.java index aaa538ef..6d2c62cd 100644 --- a/src/main/java/io/vlingo/xoom/actors/Startable__Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/Startable__Proxy.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/actors/Stoppable.java b/src/main/java/io/vlingo/xoom/actors/Stoppable.java index e761d778..c9b4a809 100644 --- a/src/main/java/io/vlingo/xoom/actors/Stoppable.java +++ b/src/main/java/io/vlingo/xoom/actors/Stoppable.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/actors/Stoppable__Proxy.java b/src/main/java/io/vlingo/xoom/actors/Stoppable__Proxy.java index b57bbac7..cdea14d7 100644 --- a/src/main/java/io/vlingo/xoom/actors/Stoppable__Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/Stoppable__Proxy.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/actors/Stowage.java b/src/main/java/io/vlingo/xoom/actors/Stowage.java index 923e2c84..75b84c95 100644 --- a/src/main/java/io/vlingo/xoom/actors/Stowage.java +++ b/src/main/java/io/vlingo/xoom/actors/Stowage.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/actors/StowedLocalMessage.java b/src/main/java/io/vlingo/xoom/actors/StowedLocalMessage.java index 27808a1b..7fc25fb2 100644 --- a/src/main/java/io/vlingo/xoom/actors/StowedLocalMessage.java +++ b/src/main/java/io/vlingo/xoom/actors/StowedLocalMessage.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/actors/Supervised.java b/src/main/java/io/vlingo/xoom/actors/Supervised.java index 1d548fa2..cc7e1b93 100644 --- a/src/main/java/io/vlingo/xoom/actors/Supervised.java +++ b/src/main/java/io/vlingo/xoom/actors/Supervised.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/actors/SupervisionStrategy.java b/src/main/java/io/vlingo/xoom/actors/SupervisionStrategy.java index c6801318..fd4edea7 100644 --- a/src/main/java/io/vlingo/xoom/actors/SupervisionStrategy.java +++ b/src/main/java/io/vlingo/xoom/actors/SupervisionStrategy.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/actors/Supervisor.java b/src/main/java/io/vlingo/xoom/actors/Supervisor.java index f06d2ba2..f16c3cb1 100644 --- a/src/main/java/io/vlingo/xoom/actors/Supervisor.java +++ b/src/main/java/io/vlingo/xoom/actors/Supervisor.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/actors/Supervisor__Proxy.java b/src/main/java/io/vlingo/xoom/actors/Supervisor__Proxy.java index 1f1f2a72..750ee3a2 100644 --- a/src/main/java/io/vlingo/xoom/actors/Supervisor__Proxy.java +++ b/src/main/java/io/vlingo/xoom/actors/Supervisor__Proxy.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/actors/UUIDAddress.java b/src/main/java/io/vlingo/xoom/actors/UUIDAddress.java index 3424e95c..19cd8762 100644 --- a/src/main/java/io/vlingo/xoom/actors/UUIDAddress.java +++ b/src/main/java/io/vlingo/xoom/actors/UUIDAddress.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/actors/UUIDAddressFactory.java b/src/main/java/io/vlingo/xoom/actors/UUIDAddressFactory.java index 0b564f0e..d71099e0 100644 --- a/src/main/java/io/vlingo/xoom/actors/UUIDAddressFactory.java +++ b/src/main/java/io/vlingo/xoom/actors/UUIDAddressFactory.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/actors/World.java b/src/main/java/io/vlingo/xoom/actors/World.java index 36358b3e..4bbd0dfd 100644 --- a/src/main/java/io/vlingo/xoom/actors/World.java +++ b/src/main/java/io/vlingo/xoom/actors/World.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/actors/__InternalOnlyAccessor.java b/src/main/java/io/vlingo/xoom/actors/__InternalOnlyAccessor.java index 74f4ae3e..9d0aca9b 100644 --- a/src/main/java/io/vlingo/xoom/actors/__InternalOnlyAccessor.java +++ b/src/main/java/io/vlingo/xoom/actors/__InternalOnlyAccessor.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/actors/logging/LogEvent.java b/src/main/java/io/vlingo/xoom/actors/logging/LogEvent.java index d3428fa8..560110c2 100644 --- a/src/main/java/io/vlingo/xoom/actors/logging/LogEvent.java +++ b/src/main/java/io/vlingo/xoom/actors/logging/LogEvent.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/actors/plugin/AbstractPlugin.java b/src/main/java/io/vlingo/xoom/actors/plugin/AbstractPlugin.java index 0d7f6756..d6a9a2ac 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/AbstractPlugin.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/AbstractPlugin.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/actors/plugin/Plugin.java b/src/main/java/io/vlingo/xoom/actors/plugin/Plugin.java index f86cf388..5f71c8de 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/Plugin.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/Plugin.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/actors/plugin/PluginClassLoader.java b/src/main/java/io/vlingo/xoom/actors/plugin/PluginClassLoader.java index 3f9159b9..53643512 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/PluginClassLoader.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/PluginClassLoader.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/actors/plugin/PluginConfiguration.java b/src/main/java/io/vlingo/xoom/actors/plugin/PluginConfiguration.java index a5a685fd..7dad3b23 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/PluginConfiguration.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/PluginConfiguration.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/actors/plugin/PluginLoader.java b/src/main/java/io/vlingo/xoom/actors/plugin/PluginLoader.java index 2f8b615d..d9113a41 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/PluginLoader.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/PluginLoader.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/actors/plugin/PluginProperties.java b/src/main/java/io/vlingo/xoom/actors/plugin/PluginProperties.java index 30129748..37b3f7ae 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/PluginProperties.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/PluginProperties.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/actors/plugin/PluginScanner.java b/src/main/java/io/vlingo/xoom/actors/plugin/PluginScanner.java index 0566a4aa..08ea20e3 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/PluginScanner.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/PluginScanner.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/actors/plugin/completes/CompletesEventuallyPool.java b/src/main/java/io/vlingo/xoom/actors/plugin/completes/CompletesEventuallyPool.java index 4d572631..0640ac6a 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/completes/CompletesEventuallyPool.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/completes/CompletesEventuallyPool.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/actors/plugin/completes/DefaultCompletesEventuallyProviderKeeper.java b/src/main/java/io/vlingo/xoom/actors/plugin/completes/DefaultCompletesEventuallyProviderKeeper.java index 2542929c..548e656c 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/completes/DefaultCompletesEventuallyProviderKeeper.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/completes/DefaultCompletesEventuallyProviderKeeper.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/actors/plugin/completes/PooledCompletesPlugin.java b/src/main/java/io/vlingo/xoom/actors/plugin/completes/PooledCompletesPlugin.java index 350dc9b2..f13f94f7 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/completes/PooledCompletesPlugin.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/completes/PooledCompletesPlugin.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/actors/plugin/logging/DefaultLoggerProviderKeeper.java b/src/main/java/io/vlingo/xoom/actors/plugin/logging/DefaultLoggerProviderKeeper.java index b8e8c7a9..5ff7931a 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/logging/DefaultLoggerProviderKeeper.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/logging/DefaultLoggerProviderKeeper.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/actors/plugin/logging/noop/NoOpLogger.java b/src/main/java/io/vlingo/xoom/actors/plugin/logging/noop/NoOpLogger.java index cef2b98a..49f4f817 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/logging/noop/NoOpLogger.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/logging/noop/NoOpLogger.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/actors/plugin/logging/noop/NoOpLoggerProvider.java b/src/main/java/io/vlingo/xoom/actors/plugin/logging/noop/NoOpLoggerProvider.java index 202d038a..583124b8 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/logging/noop/NoOpLoggerProvider.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/logging/noop/NoOpLoggerProvider.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/actors/plugin/logging/slf4j/Slf4jLogger.java b/src/main/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLogger.java index 3b10f111..8d9c5021 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLogger.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLogger.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/actors/plugin/logging/slf4j/Slf4jLoggerActor.java b/src/main/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLoggerActor.java index 7063286f..2e3338c3 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLoggerActor.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLoggerActor.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/actors/plugin/logging/slf4j/Slf4jLoggerPlugin.java b/src/main/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLoggerPlugin.java index a7abf168..5b1580f0 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLoggerPlugin.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLoggerPlugin.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/actors/plugin/mailbox/DefaultMailboxProviderKeeper.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeper.java index b97d9cf5..2ba31802 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeper.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeper.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/actors/plugin/mailbox/DefaultMailboxProviderKeeperPlugin.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeperPlugin.java index 55a73b21..1f364499 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeperPlugin.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeperPlugin.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/actors/plugin/mailbox/DefaultMailboxProviderKeeperPluginConfiguration.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeperPluginConfiguration.java index 9ccc3477..7a6c476c 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeperPluginConfiguration.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeperPluginConfiguration.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/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueDispatcher.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueDispatcher.java index cdcc8e0f..5106fb48 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueDispatcher.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueDispatcher.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/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueMailbox.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueMailbox.java index dc2c7588..10314f0b 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueMailbox.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueMailbox.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/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueuePlugin.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueuePlugin.java index 1abfd920..f0bf9cd0 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueuePlugin.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueuePlugin.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/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailbox.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailbox.java index 6dd6b6ca..7babbce9 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailbox.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailbox.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/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailboxPlugin.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailboxPlugin.java index 0977a12a..9c755179 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailboxPlugin.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailboxPlugin.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/actors/plugin/mailbox/concurrentqueue/ExecutorDispatcher.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ExecutorDispatcher.java index 4bad04d6..51fd5754 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ExecutorDispatcher.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ExecutorDispatcher.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/actors/plugin/mailbox/sharedringbuffer/RingBufferDispatcher.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/RingBufferDispatcher.java index 0d36b4f3..f6f0591b 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/RingBufferDispatcher.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/RingBufferDispatcher.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/actors/plugin/mailbox/sharedringbuffer/SharedRingBufferMailbox.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/SharedRingBufferMailbox.java index dc8e2170..d5fe2385 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/SharedRingBufferMailbox.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/SharedRingBufferMailbox.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/actors/plugin/mailbox/sharedringbuffer/SharedRingBufferMailboxPlugin.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/SharedRingBufferMailboxPlugin.java index d9ecfa34..fe10aab4 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/SharedRingBufferMailboxPlugin.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/SharedRingBufferMailboxPlugin.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/actors/plugin/mailbox/testkit/TestMailbox.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/testkit/TestMailbox.java index 6060138a..51ffa54f 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/testkit/TestMailbox.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/testkit/TestMailbox.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/actors/plugin/mailbox/testkit/TestMailboxPlugin.java b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/testkit/TestMailboxPlugin.java index 841e9302..0b180c90 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/testkit/TestMailboxPlugin.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/mailbox/testkit/TestMailboxPlugin.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/actors/plugin/supervision/CommonSupervisorsPlugin.java b/src/main/java/io/vlingo/xoom/actors/plugin/supervision/CommonSupervisorsPlugin.java index 7452224c..b88df95c 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/supervision/CommonSupervisorsPlugin.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/supervision/CommonSupervisorsPlugin.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/actors/plugin/supervision/ConfiguredSupervisor.java b/src/main/java/io/vlingo/xoom/actors/plugin/supervision/ConfiguredSupervisor.java index 07fd321b..e5f3226d 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/supervision/ConfiguredSupervisor.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/supervision/ConfiguredSupervisor.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/actors/plugin/supervision/DefaultSupervisorOverride.java b/src/main/java/io/vlingo/xoom/actors/plugin/supervision/DefaultSupervisorOverride.java index a2dd1d9f..459afd45 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/supervision/DefaultSupervisorOverride.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/supervision/DefaultSupervisorOverride.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/actors/plugin/supervision/DefaultSupervisorOverridePlugin.java b/src/main/java/io/vlingo/xoom/actors/plugin/supervision/DefaultSupervisorOverridePlugin.java index 4a052075..5ad82c7f 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/supervision/DefaultSupervisorOverridePlugin.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/supervision/DefaultSupervisorOverridePlugin.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/actors/plugin/supervision/DefinitionValues.java b/src/main/java/io/vlingo/xoom/actors/plugin/supervision/DefinitionValues.java index 25c84ba2..114e374f 100644 --- a/src/main/java/io/vlingo/xoom/actors/plugin/supervision/DefinitionValues.java +++ b/src/main/java/io/vlingo/xoom/actors/plugin/supervision/DefinitionValues.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/actors/pubsub/AffectedSubscriptions.java b/src/main/java/io/vlingo/xoom/actors/pubsub/AffectedSubscriptions.java index 2b0f239c..611c8221 100644 --- a/src/main/java/io/vlingo/xoom/actors/pubsub/AffectedSubscriptions.java +++ b/src/main/java/io/vlingo/xoom/actors/pubsub/AffectedSubscriptions.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/actors/pubsub/DefaultPublisher.java b/src/main/java/io/vlingo/xoom/actors/pubsub/DefaultPublisher.java index d93139d8..6670fa66 100644 --- a/src/main/java/io/vlingo/xoom/actors/pubsub/DefaultPublisher.java +++ b/src/main/java/io/vlingo/xoom/actors/pubsub/DefaultPublisher.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/actors/pubsub/Message.java b/src/main/java/io/vlingo/xoom/actors/pubsub/Message.java index 8fa4bfbd..1dc44e95 100644 --- a/src/main/java/io/vlingo/xoom/actors/pubsub/Message.java +++ b/src/main/java/io/vlingo/xoom/actors/pubsub/Message.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/actors/pubsub/Publisher.java b/src/main/java/io/vlingo/xoom/actors/pubsub/Publisher.java index 91abfffd..cc46836d 100644 --- a/src/main/java/io/vlingo/xoom/actors/pubsub/Publisher.java +++ b/src/main/java/io/vlingo/xoom/actors/pubsub/Publisher.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/actors/pubsub/Subscriber.java b/src/main/java/io/vlingo/xoom/actors/pubsub/Subscriber.java index a90567a1..a1e2f62e 100644 --- a/src/main/java/io/vlingo/xoom/actors/pubsub/Subscriber.java +++ b/src/main/java/io/vlingo/xoom/actors/pubsub/Subscriber.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/actors/pubsub/Subscriptions.java b/src/main/java/io/vlingo/xoom/actors/pubsub/Subscriptions.java index 296b5a5d..98dae224 100644 --- a/src/main/java/io/vlingo/xoom/actors/pubsub/Subscriptions.java +++ b/src/main/java/io/vlingo/xoom/actors/pubsub/Subscriptions.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/actors/pubsub/Topic.java b/src/main/java/io/vlingo/xoom/actors/pubsub/Topic.java index d9c606cf..de774dbb 100644 --- a/src/main/java/io/vlingo/xoom/actors/pubsub/Topic.java +++ b/src/main/java/io/vlingo/xoom/actors/pubsub/Topic.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/actors/testkit/AccessSafely.java b/src/main/java/io/vlingo/xoom/actors/testkit/AccessSafely.java index 980ed814..2250c10b 100644 --- a/src/main/java/io/vlingo/xoom/actors/testkit/AccessSafely.java +++ b/src/main/java/io/vlingo/xoom/actors/testkit/AccessSafely.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/actors/testkit/TestActor.java b/src/main/java/io/vlingo/xoom/actors/testkit/TestActor.java index b88f1b09..c52de4e7 100644 --- a/src/main/java/io/vlingo/xoom/actors/testkit/TestActor.java +++ b/src/main/java/io/vlingo/xoom/actors/testkit/TestActor.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/actors/testkit/TestContext.java b/src/main/java/io/vlingo/xoom/actors/testkit/TestContext.java index cda12479..7a35a3b7 100644 --- a/src/main/java/io/vlingo/xoom/actors/testkit/TestContext.java +++ b/src/main/java/io/vlingo/xoom/actors/testkit/TestContext.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/actors/testkit/TestEnvironment.java b/src/main/java/io/vlingo/xoom/actors/testkit/TestEnvironment.java index 12a356b7..9e7182e7 100644 --- a/src/main/java/io/vlingo/xoom/actors/testkit/TestEnvironment.java +++ b/src/main/java/io/vlingo/xoom/actors/testkit/TestEnvironment.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/actors/testkit/TestState.java b/src/main/java/io/vlingo/xoom/actors/testkit/TestState.java index 6049f8a0..18e6326b 100644 --- a/src/main/java/io/vlingo/xoom/actors/testkit/TestState.java +++ b/src/main/java/io/vlingo/xoom/actors/testkit/TestState.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/actors/testkit/TestStateView.java b/src/main/java/io/vlingo/xoom/actors/testkit/TestStateView.java index fc798dc8..5c7cd113 100644 --- a/src/main/java/io/vlingo/xoom/actors/testkit/TestStateView.java +++ b/src/main/java/io/vlingo/xoom/actors/testkit/TestStateView.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/actors/testkit/TestUntil.java b/src/main/java/io/vlingo/xoom/actors/testkit/TestUntil.java index d7841dfb..c30bc3a2 100644 --- a/src/main/java/io/vlingo/xoom/actors/testkit/TestUntil.java +++ b/src/main/java/io/vlingo/xoom/actors/testkit/TestUntil.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/actors/testkit/TestWorld.java b/src/main/java/io/vlingo/xoom/actors/testkit/TestWorld.java index 274179ff..996f1c6c 100644 --- a/src/main/java/io/vlingo/xoom/actors/testkit/TestWorld.java +++ b/src/main/java/io/vlingo/xoom/actors/testkit/TestWorld.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/common/Scheduled__Proxy.java b/src/main/java/io/vlingo/xoom/common/Scheduled__Proxy.java index 3ff65564..184b1d07 100644 --- a/src/main/java/io/vlingo/xoom/common/Scheduled__Proxy.java +++ b/src/main/java/io/vlingo/xoom/common/Scheduled__Proxy.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/actors/ActorEnvironmentTest.java b/src/test/java/io/vlingo/xoom/actors/ActorEnvironmentTest.java index e5f81bf8..2bddeb0a 100644 --- a/src/test/java/io/vlingo/xoom/actors/ActorEnvironmentTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ActorEnvironmentTest.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/actors/ActorFactoryTest.java b/src/test/java/io/vlingo/xoom/actors/ActorFactoryTest.java index 549a901b..d0046fc5 100644 --- a/src/test/java/io/vlingo/xoom/actors/ActorFactoryTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ActorFactoryTest.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/actors/ActorInstantiatorTest.java b/src/test/java/io/vlingo/xoom/actors/ActorInstantiatorTest.java index 35e2672c..e5bf63b1 100644 --- a/src/test/java/io/vlingo/xoom/actors/ActorInstantiatorTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ActorInstantiatorTest.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/actors/ActorLifecycleTest.java b/src/test/java/io/vlingo/xoom/actors/ActorLifecycleTest.java index 92f57e46..5d0c84bf 100644 --- a/src/test/java/io/vlingo/xoom/actors/ActorLifecycleTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ActorLifecycleTest.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/actors/ActorMessageSendingSpeedTest.java b/src/test/java/io/vlingo/xoom/actors/ActorMessageSendingSpeedTest.java index 693d4923..1d482c73 100644 --- a/src/test/java/io/vlingo/xoom/actors/ActorMessageSendingSpeedTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ActorMessageSendingSpeedTest.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/actors/ActorProxyBaseTest.java b/src/test/java/io/vlingo/xoom/actors/ActorProxyBaseTest.java index bc213b4e..7544811d 100644 --- a/src/test/java/io/vlingo/xoom/actors/ActorProxyBaseTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ActorProxyBaseTest.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/actors/ActorProxyTest.java b/src/test/java/io/vlingo/xoom/actors/ActorProxyTest.java index 510135a0..b7f71b67 100644 --- a/src/test/java/io/vlingo/xoom/actors/ActorProxyTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ActorProxyTest.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/actors/ActorStopTest.java b/src/test/java/io/vlingo/xoom/actors/ActorStopTest.java index c6813ef5..a90bdf7b 100644 --- a/src/test/java/io/vlingo/xoom/actors/ActorStopTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ActorStopTest.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/actors/ActorStowDisperseTest.java b/src/test/java/io/vlingo/xoom/actors/ActorStowDisperseTest.java index 7117a591..d3388605 100644 --- a/src/test/java/io/vlingo/xoom/actors/ActorStowDisperseTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ActorStowDisperseTest.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/actors/ActorSuspendResumeTest.java b/src/test/java/io/vlingo/xoom/actors/ActorSuspendResumeTest.java index 809b2ecf..7ef2986a 100644 --- a/src/test/java/io/vlingo/xoom/actors/ActorSuspendResumeTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ActorSuspendResumeTest.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/actors/ActorsTest.java b/src/test/java/io/vlingo/xoom/actors/ActorsTest.java index 87ebf393..bf8a237f 100644 --- a/src/test/java/io/vlingo/xoom/actors/ActorsTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ActorsTest.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/actors/AddressTest.java b/src/test/java/io/vlingo/xoom/actors/AddressTest.java index a41734ac..9c794753 100644 --- a/src/test/java/io/vlingo/xoom/actors/AddressTest.java +++ b/src/test/java/io/vlingo/xoom/actors/AddressTest.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/actors/AnswerEventuallyTest.java b/src/test/java/io/vlingo/xoom/actors/AnswerEventuallyTest.java index 7b822c32..de81eee2 100644 --- a/src/test/java/io/vlingo/xoom/actors/AnswerEventuallyTest.java +++ b/src/test/java/io/vlingo/xoom/actors/AnswerEventuallyTest.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/actors/BroadcastRouterTest.java b/src/test/java/io/vlingo/xoom/actors/BroadcastRouterTest.java index 7291986b..6b2371b0 100644 --- a/src/test/java/io/vlingo/xoom/actors/BroadcastRouterTest.java +++ b/src/test/java/io/vlingo/xoom/actors/BroadcastRouterTest.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/actors/CharactersTest.java b/src/test/java/io/vlingo/xoom/actors/CharactersTest.java index 54a19bfd..54165ba7 100644 --- a/src/test/java/io/vlingo/xoom/actors/CharactersTest.java +++ b/src/test/java/io/vlingo/xoom/actors/CharactersTest.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/actors/CompletesActorProtocolTest.java b/src/test/java/io/vlingo/xoom/actors/CompletesActorProtocolTest.java index 40e0e1d3..9d7795dc 100644 --- a/src/test/java/io/vlingo/xoom/actors/CompletesActorProtocolTest.java +++ b/src/test/java/io/vlingo/xoom/actors/CompletesActorProtocolTest.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/actors/ConfigurationTest.java b/src/test/java/io/vlingo/xoom/actors/ConfigurationTest.java index ff59824e..0fa6f1bc 100644 --- a/src/test/java/io/vlingo/xoom/actors/ConfigurationTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ConfigurationTest.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/actors/ContentBasedRouterTest.java b/src/test/java/io/vlingo/xoom/actors/ContentBasedRouterTest.java index bc53d71b..2a7bb17f 100644 --- a/src/test/java/io/vlingo/xoom/actors/ContentBasedRouterTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ContentBasedRouterTest.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/actors/DeadLettersTest.java b/src/test/java/io/vlingo/xoom/actors/DeadLettersTest.java index b29d6e29..6882080a 100644 --- a/src/test/java/io/vlingo/xoom/actors/DeadLettersTest.java +++ b/src/test/java/io/vlingo/xoom/actors/DeadLettersTest.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/actors/DefinitionTest.java b/src/test/java/io/vlingo/xoom/actors/DefinitionTest.java index 199c79be..8783e7c2 100644 --- a/src/test/java/io/vlingo/xoom/actors/DefinitionTest.java +++ b/src/test/java/io/vlingo/xoom/actors/DefinitionTest.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/actors/DirectoryTest.java b/src/test/java/io/vlingo/xoom/actors/DirectoryTest.java index 25a696c0..25576b77 100644 --- a/src/test/java/io/vlingo/xoom/actors/DirectoryTest.java +++ b/src/test/java/io/vlingo/xoom/actors/DirectoryTest.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/actors/DispatcherTest.java b/src/test/java/io/vlingo/xoom/actors/DispatcherTest.java index e9229d41..102c3c9e 100644 --- a/src/test/java/io/vlingo/xoom/actors/DispatcherTest.java +++ b/src/test/java/io/vlingo/xoom/actors/DispatcherTest.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/actors/FutureActorProtocolTest.java b/src/test/java/io/vlingo/xoom/actors/FutureActorProtocolTest.java index 512cf469..00de387c 100644 --- a/src/test/java/io/vlingo/xoom/actors/FutureActorProtocolTest.java +++ b/src/test/java/io/vlingo/xoom/actors/FutureActorProtocolTest.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/actors/GenericParserTest.java b/src/test/java/io/vlingo/xoom/actors/GenericParserTest.java index 3e470865..d3e8409d 100644 --- a/src/test/java/io/vlingo/xoom/actors/GenericParserTest.java +++ b/src/test/java/io/vlingo/xoom/actors/GenericParserTest.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/actors/InterruptableActorTest.java b/src/test/java/io/vlingo/xoom/actors/InterruptableActorTest.java index febcf9e8..ea5f44f9 100644 --- a/src/test/java/io/vlingo/xoom/actors/InterruptableActorTest.java +++ b/src/test/java/io/vlingo/xoom/actors/InterruptableActorTest.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/actors/LocalMessageTest.java b/src/test/java/io/vlingo/xoom/actors/LocalMessageTest.java index 09ba57ed..53fe6ee5 100644 --- a/src/test/java/io/vlingo/xoom/actors/LocalMessageTest.java +++ b/src/test/java/io/vlingo/xoom/actors/LocalMessageTest.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/actors/MailboxConfigurationTest.java b/src/test/java/io/vlingo/xoom/actors/MailboxConfigurationTest.java index 107d53fd..3dc806b7 100644 --- a/src/test/java/io/vlingo/xoom/actors/MailboxConfigurationTest.java +++ b/src/test/java/io/vlingo/xoom/actors/MailboxConfigurationTest.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/actors/MockCompletes.java b/src/test/java/io/vlingo/xoom/actors/MockCompletes.java index 773c84c0..6433cb10 100644 --- a/src/test/java/io/vlingo/xoom/actors/MockCompletes.java +++ b/src/test/java/io/vlingo/xoom/actors/MockCompletes.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/actors/ProtocolsTest.java b/src/test/java/io/vlingo/xoom/actors/ProtocolsTest.java index fd0c1b10..ff14c19d 100644 --- a/src/test/java/io/vlingo/xoom/actors/ProtocolsTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ProtocolsTest.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/actors/ProxyGeneratorTest.java b/src/test/java/io/vlingo/xoom/actors/ProxyGeneratorTest.java index 8ceeb794..fd53e377 100644 --- a/src/test/java/io/vlingo/xoom/actors/ProxyGeneratorTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ProxyGeneratorTest.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/actors/RandomRouterTest.java b/src/test/java/io/vlingo/xoom/actors/RandomRouterTest.java index 5a60a4c3..55a35b38 100644 --- a/src/test/java/io/vlingo/xoom/actors/RandomRouterTest.java +++ b/src/test/java/io/vlingo/xoom/actors/RandomRouterTest.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/actors/RepeatableCompletesTest.java b/src/test/java/io/vlingo/xoom/actors/RepeatableCompletesTest.java index 0237ba1a..5ae4c790 100644 --- a/src/test/java/io/vlingo/xoom/actors/RepeatableCompletesTest.java +++ b/src/test/java/io/vlingo/xoom/actors/RepeatableCompletesTest.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/actors/ReusableQueueMailboxTest.java b/src/test/java/io/vlingo/xoom/actors/ReusableQueueMailboxTest.java index c8b5271b..576ebc4a 100644 --- a/src/test/java/io/vlingo/xoom/actors/ReusableQueueMailboxTest.java +++ b/src/test/java/io/vlingo/xoom/actors/ReusableQueueMailboxTest.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/actors/RoundRobinRouterTest.java b/src/test/java/io/vlingo/xoom/actors/RoundRobinRouterTest.java index f7bde863..613d733a 100644 --- a/src/test/java/io/vlingo/xoom/actors/RoundRobinRouterTest.java +++ b/src/test/java/io/vlingo/xoom/actors/RoundRobinRouterTest.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/actors/SchedulerTest.java b/src/test/java/io/vlingo/xoom/actors/SchedulerTest.java index cbce480e..b93b8f7d 100644 --- a/src/test/java/io/vlingo/xoom/actors/SchedulerTest.java +++ b/src/test/java/io/vlingo/xoom/actors/SchedulerTest.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/actors/SmallestMailboxRouterTest.java b/src/test/java/io/vlingo/xoom/actors/SmallestMailboxRouterTest.java index 7a71996e..b213b466 100644 --- a/src/test/java/io/vlingo/xoom/actors/SmallestMailboxRouterTest.java +++ b/src/test/java/io/vlingo/xoom/actors/SmallestMailboxRouterTest.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/actors/StageNamedTest.java b/src/test/java/io/vlingo/xoom/actors/StageNamedTest.java index b174a9c5..9e46d87f 100644 --- a/src/test/java/io/vlingo/xoom/actors/StageNamedTest.java +++ b/src/test/java/io/vlingo/xoom/actors/StageNamedTest.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/actors/StageSupervisedActorTest.java b/src/test/java/io/vlingo/xoom/actors/StageSupervisedActorTest.java index e5e2a86f..c564ed89 100644 --- a/src/test/java/io/vlingo/xoom/actors/StageSupervisedActorTest.java +++ b/src/test/java/io/vlingo/xoom/actors/StageSupervisedActorTest.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/actors/StageTest.java b/src/test/java/io/vlingo/xoom/actors/StageTest.java index c50096e4..8cb19a06 100644 --- a/src/test/java/io/vlingo/xoom/actors/StageTest.java +++ b/src/test/java/io/vlingo/xoom/actors/StageTest.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/actors/StowageTest.java b/src/test/java/io/vlingo/xoom/actors/StowageTest.java index a56f61a3..d3cc340e 100644 --- a/src/test/java/io/vlingo/xoom/actors/StowageTest.java +++ b/src/test/java/io/vlingo/xoom/actors/StowageTest.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/actors/TestAddressableActor.java b/src/test/java/io/vlingo/xoom/actors/TestAddressableActor.java index 59026bc3..3f84793f 100644 --- a/src/test/java/io/vlingo/xoom/actors/TestAddressableActor.java +++ b/src/test/java/io/vlingo/xoom/actors/TestAddressableActor.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/actors/UUIDAddressTest.java b/src/test/java/io/vlingo/xoom/actors/UUIDAddressTest.java index 3a782319..abe38b24 100644 --- a/src/test/java/io/vlingo/xoom/actors/UUIDAddressTest.java +++ b/src/test/java/io/vlingo/xoom/actors/UUIDAddressTest.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/actors/WorldDefaultConfigurationTest.java b/src/test/java/io/vlingo/xoom/actors/WorldDefaultConfigurationTest.java index 0c357926..0085425a 100644 --- a/src/test/java/io/vlingo/xoom/actors/WorldDefaultConfigurationTest.java +++ b/src/test/java/io/vlingo/xoom/actors/WorldDefaultConfigurationTest.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/actors/WorldTest.java b/src/test/java/io/vlingo/xoom/actors/WorldTest.java index dbf63ef8..3a0ea913 100644 --- a/src/test/java/io/vlingo/xoom/actors/WorldTest.java +++ b/src/test/java/io/vlingo/xoom/actors/WorldTest.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/actors/plugin/PluginPropertiesTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/PluginPropertiesTest.java index 62f9da8f..bfba4aa0 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/PluginPropertiesTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/PluginPropertiesTest.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/actors/plugin/completes/MockCompletesEventually.java b/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockCompletesEventually.java index 8426e496..e783f26d 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockCompletesEventually.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockCompletesEventually.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/actors/plugin/completes/MockCompletesEventuallyProvider.java b/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockCompletesEventuallyProvider.java index a60ef74d..81836438 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockCompletesEventuallyProvider.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockCompletesEventuallyProvider.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/actors/plugin/completes/MockCompletesPlugin.java b/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockCompletesPlugin.java index 26d60933..add074f0 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockCompletesPlugin.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockCompletesPlugin.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/actors/plugin/completes/MockRegistrar.java b/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockRegistrar.java index 0239c54b..63b742b4 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockRegistrar.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/completes/MockRegistrar.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/actors/plugin/completes/PooledCompletesPluginTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/completes/PooledCompletesPluginTest.java index 362537db..26613765 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/completes/PooledCompletesPluginTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/completes/PooledCompletesPluginTest.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/actors/plugin/completes/PooledCompletesProviderTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/completes/PooledCompletesProviderTest.java index bf10c059..d2ff03ed 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/completes/PooledCompletesProviderTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/completes/PooledCompletesProviderTest.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/actors/plugin/logging/slf4j/Slf4jLoggerPluginTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLoggerPluginTest.java index 78971fc6..9302ab21 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLoggerPluginTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/logging/slf4j/Slf4jLoggerPluginTest.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/actors/plugin/mailbox/DefaultMailboxProviderKeeperPluginTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeperPluginTest.java index f6464293..9a6a13d5 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeperPluginTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/DefaultMailboxProviderKeeperPluginTest.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/actors/plugin/mailbox/MailboxTypeTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/MailboxTypeTest.java index 6e8699a7..4a726348 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/MailboxTypeTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/MailboxTypeTest.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/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueDispatcherTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueDispatcherTest.java index 941c88fd..71a44953 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueDispatcherTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueDispatcherTest.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/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueMailboxActorTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueMailboxActorTest.java index 0a14e804..050dab59 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueMailboxActorTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueMailboxActorTest.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/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailboxTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailboxTest.java index dcba595a..96dd3e1a 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailboxTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailboxTest.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/actors/plugin/mailbox/concurrentqueue/ExecutorDispatcherTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ExecutorDispatcherTest.java index f975fd1c..d19a3585 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ExecutorDispatcherTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/concurrentqueue/ExecutorDispatcherTest.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/actors/plugin/mailbox/sharedringbuffer/PropertiesFileConfigRingBufferMailboxActorTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/PropertiesFileConfigRingBufferMailboxActorTest.java index 1ce50af1..b7105562 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/PropertiesFileConfigRingBufferMailboxActorTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/PropertiesFileConfigRingBufferMailboxActorTest.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/actors/plugin/mailbox/sharedringbuffer/RingBufferDispatcherTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/RingBufferDispatcherTest.java index 7c921c8a..d813b683 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/RingBufferDispatcherTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/RingBufferDispatcherTest.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/actors/plugin/mailbox/sharedringbuffer/RingBufferMailboxActorTest.java b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/RingBufferMailboxActorTest.java index a382eceb..c5ef3d20 100644 --- a/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/RingBufferMailboxActorTest.java +++ b/src/test/java/io/vlingo/xoom/actors/plugin/mailbox/sharedringbuffer/RingBufferMailboxActorTest.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/actors/supervision/BasicSupervisionTest.java b/src/test/java/io/vlingo/xoom/actors/supervision/BasicSupervisionTest.java index aab96a07..bdea8ab4 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/BasicSupervisionTest.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/BasicSupervisionTest.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/actors/supervision/CommonSupervisionTest.java b/src/test/java/io/vlingo/xoom/actors/supervision/CommonSupervisionTest.java index 2a3cbfea..67ebb446 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/CommonSupervisionTest.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/CommonSupervisionTest.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/actors/supervision/DefaultSupervisorOverrideTest.java b/src/test/java/io/vlingo/xoom/actors/supervision/DefaultSupervisorOverrideTest.java index 7669f8f4..1f9358fb 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/DefaultSupervisorOverrideTest.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/DefaultSupervisorOverrideTest.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/actors/supervision/EscalateSupervisorActor.java b/src/test/java/io/vlingo/xoom/actors/supervision/EscalateSupervisorActor.java index 134a7925..a96b949a 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/EscalateSupervisorActor.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/EscalateSupervisorActor.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/actors/supervision/FailureControl.java b/src/test/java/io/vlingo/xoom/actors/supervision/FailureControl.java index f6e94e5b..ecbabfa7 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/FailureControl.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/FailureControl.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/actors/supervision/FailureControlActor.java b/src/test/java/io/vlingo/xoom/actors/supervision/FailureControlActor.java index 45f7e918..19335164 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/FailureControlActor.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/FailureControlActor.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/actors/supervision/FailureControlSender.java b/src/test/java/io/vlingo/xoom/actors/supervision/FailureControlSender.java index c6c08a6b..f2f0ebb6 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/FailureControlSender.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/FailureControlSender.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/actors/supervision/Ping.java b/src/test/java/io/vlingo/xoom/actors/supervision/Ping.java index 7547e142..8c8e25a0 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/Ping.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/Ping.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/actors/supervision/PingActor.java b/src/test/java/io/vlingo/xoom/actors/supervision/PingActor.java index a48f020c..187d8fc0 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/PingActor.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/PingActor.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/actors/supervision/PingSupervisorActor.java b/src/test/java/io/vlingo/xoom/actors/supervision/PingSupervisorActor.java index fc1e909e..da3e6ea7 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/PingSupervisorActor.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/PingSupervisorActor.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/actors/supervision/Pong.java b/src/test/java/io/vlingo/xoom/actors/supervision/Pong.java index a23dcdd9..28926f79 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/Pong.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/Pong.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/actors/supervision/PongActor.java b/src/test/java/io/vlingo/xoom/actors/supervision/PongActor.java index 7bee4998..630cbcf0 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/PongActor.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/PongActor.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/actors/supervision/PongSupervisorActor.java b/src/test/java/io/vlingo/xoom/actors/supervision/PongSupervisorActor.java index ac6bd9f1..b415b3fa 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/PongSupervisorActor.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/PongSupervisorActor.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/actors/supervision/RestartFiveInOneSupervisorActor.java b/src/test/java/io/vlingo/xoom/actors/supervision/RestartFiveInOneSupervisorActor.java index 74c45d1e..1c5008fe 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/RestartFiveInOneSupervisorActor.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/RestartFiveInOneSupervisorActor.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/actors/supervision/RestartForeverSupervisorActor.java b/src/test/java/io/vlingo/xoom/actors/supervision/RestartForeverSupervisorActor.java index 5c14241c..0fc9af37 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/RestartForeverSupervisorActor.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/RestartForeverSupervisorActor.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/actors/supervision/ResumeForeverSupervisorActor.java b/src/test/java/io/vlingo/xoom/actors/supervision/ResumeForeverSupervisorActor.java index 06ea3094..41c40135 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/ResumeForeverSupervisorActor.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/ResumeForeverSupervisorActor.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/actors/supervision/StopAllSupervisorActor.java b/src/test/java/io/vlingo/xoom/actors/supervision/StopAllSupervisorActor.java index 827d7fb8..a14ede75 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/StopAllSupervisorActor.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/StopAllSupervisorActor.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/actors/supervision/SupervisionStrategyTest.java b/src/test/java/io/vlingo/xoom/actors/supervision/SupervisionStrategyTest.java index 203dd5e8..583d76a4 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/SupervisionStrategyTest.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/SupervisionStrategyTest.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/actors/supervision/SuspendedSenderSupervisorActor.java b/src/test/java/io/vlingo/xoom/actors/supervision/SuspendedSenderSupervisorActor.java index f0a0f8a0..69389d47 100644 --- a/src/test/java/io/vlingo/xoom/actors/supervision/SuspendedSenderSupervisorActor.java +++ b/src/test/java/io/vlingo/xoom/actors/supervision/SuspendedSenderSupervisorActor.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/actors/testkit/TestkitTest.java b/src/test/java/io/vlingo/xoom/actors/testkit/TestkitTest.java index 932775d3..2931bc30 100644 --- a/src/test/java/io/vlingo/xoom/actors/testkit/TestkitTest.java +++ b/src/test/java/io/vlingo/xoom/actors/testkit/TestkitTest.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