From 14caac0633a8598eb347cd20733d890e687c928f Mon Sep 17 00:00:00 2001 From: Tomasz Jaskula Date: Wed, 1 Feb 2023 13:38:19 +0100 Subject: [PATCH] Update copyright --- src/Vlingo.Xoom.Actors.Tests/ActorEnvironmentTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ActorFactoryTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ActorLifecycleTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ActorMessageSendingSpeedTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ActorProxyBaseTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ActorProxyTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ActorStopTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ActorStowDisperseTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ActorSuspendResumeTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ActorsTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/AddressTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/AnswerEventuallyTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/BroadcastRouterTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/CharactersTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/CompletesActorProtocolTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ConfigurationTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ContentBasedRouterTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Converter.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/DeadLettersTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/DefinitionTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/DirectoryTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/DispatcherTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/GuidAddressTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/InterruptableActorTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/LocalMessageTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/MailboxConfigurationTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/MockCompletes.cs | 2 +- .../Plugin/Completes/MockCompletesEventually.cs | 2 +- .../Plugin/Completes/MockCompletesEventuallyProvider.cs | 2 +- .../Plugin/Completes/MockCompletesPlugin.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockRegistrar.cs | 2 +- .../Plugin/Completes/PooledCompletesPluginTest.cs | 2 +- .../Plugin/Completes/PooledCompletesProviderTest.cs | 2 +- .../Plugin/Logging/ConsoleLoggerTest.cs | 2 +- .../ManyToOneConcurrentArrayQueueDispatcherTest.cs | 2 +- .../ManyToOneConcurrentArrayQueueMailboxActorTest.cs | 2 +- .../Mailbox/ConcurrentQueue/ConcurrentQueueMailboxTest.cs | 2 +- .../Plugin/Mailbox/ConcurrentQueue/ExecutorDispatcherTest.cs | 2 +- .../Plugin/Mailbox/DefaultMailboxProviderKeeperPluginTest.cs | 2 +- .../Plugin/Mailbox/DefaultMailboxProviderKeeperTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ICountTaker.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/MailboxTypeTest.cs | 2 +- .../PropertiesFileConfigRingBufferMailboxActorTest.cs | 2 +- .../Plugin/Mailbox/SharedRingBuffer/RingBufferDispatcherTest.cs | 2 +- .../Mailbox/SharedRingBuffer/RingBufferMailboxActorTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Plugin/PluginPropertiesTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ProtocolsTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ProxyGeneratorTests.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/ProxyLookupTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/RandomRouterTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/RoundRobinRouterTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/SchedulerTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/SmallestMailboxRouterTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/StageNamedTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/StageSupervisedActorTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/StageTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/StowageTest.cs | 2 +- .../Supervision/BasicSupervisionTest.cs | 2 +- .../Supervision/CommonSupervisionTest.cs | 2 +- .../Supervision/DefaultSupervisorOverrideTest.cs | 2 +- .../Supervision/EscalateSupervisorActor.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Supervision/FailureControlActor.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Supervision/IFailureControl.cs | 2 +- .../Supervision/IFailureControlSender.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Supervision/IPing.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Supervision/IPong.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Supervision/PingActor.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Supervision/PingSupervisorActor.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Supervision/PongActor.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/Supervision/PongSupervisorActor.cs | 2 +- .../Supervision/RestartFiveInOneSupervisorActor.cs | 2 +- .../Supervision/RestartForeverSupervisorActor.cs | 2 +- .../Supervision/ResumeForeverSupervisorActor.cs | 2 +- .../Supervision/StopAllSupervisorActor.cs | 2 +- .../Supervision/SupervisionStrategyTest.cs | 2 +- .../Supervision/SuspendedSenderSupervisorActor.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/TaskActorProtocolTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/TaskExtensionsTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/TestActorInterfaces.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/TestKit/TestkitTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/WorldDefaultConfigurationTest.cs | 2 +- src/Vlingo.Xoom.Actors.Tests/WorldTest.cs | 2 +- src/Vlingo.Xoom.Actors/Actor.cs | 2 +- .../ActorAddressAlreadyRegisteredException.cs | 2 +- src/Vlingo.Xoom.Actors/ActorFactory.cs | 2 +- src/Vlingo.Xoom.Actors/ActorLoggerAdapter.cs | 2 +- src/Vlingo.Xoom.Actors/ActorProxy.cs | 2 +- src/Vlingo.Xoom.Actors/ActorProxyBase.cs | 2 +- src/Vlingo.Xoom.Actors/ActorProxyStub.cs | 2 +- src/Vlingo.Xoom.Actors/Addressable__Proxy.cs | 2 +- src/Vlingo.Xoom.Actors/Backoff.cs | 2 +- src/Vlingo.Xoom.Actors/BasicAddress.cs | 2 +- src/Vlingo.Xoom.Actors/BasicAddressFactory.cs | 2 +- src/Vlingo.Xoom.Actors/BroadcastRouter.cs | 2 +- src/Vlingo.Xoom.Actors/Cancellable__Proxy.cs | 2 +- src/Vlingo.Xoom.Actors/Characters.cs | 2 +- src/Vlingo.Xoom.Actors/CommonSupervisor.cs | 2 +- src/Vlingo.Xoom.Actors/CompletesEventuallyActor.cs | 2 +- src/Vlingo.Xoom.Actors/CompletesEventually__Proxy.cs | 2 +- src/Vlingo.Xoom.Actors/CompletionSupplier.cs | 2 +- src/Vlingo.Xoom.Actors/CompletionTranslator.cs | 2 +- src/Vlingo.Xoom.Actors/Configuration.cs | 2 +- src/Vlingo.Xoom.Actors/ContentBasedRouter.cs | 2 +- src/Vlingo.Xoom.Actors/DeadLetter.cs | 2 +- src/Vlingo.Xoom.Actors/DeadLettersActor.cs | 2 +- src/Vlingo.Xoom.Actors/DeadLettersListener__Proxy.cs | 2 +- src/Vlingo.Xoom.Actors/DeadLetters__Proxy.cs | 2 +- src/Vlingo.Xoom.Actors/DefaultSupervisionStrategyImpl.cs | 2 +- src/Vlingo.Xoom.Actors/DefaultSupervisor.cs | 2 +- src/Vlingo.Xoom.Actors/DefaultSupervisorImpl.cs | 2 +- src/Vlingo.Xoom.Actors/Definition.cs | 2 +- src/Vlingo.Xoom.Actors/Directory.cs | 2 +- src/Vlingo.Xoom.Actors/DirectoryEvictor.cs | 2 +- src/Vlingo.Xoom.Actors/DirectoryScannerActor.cs | 2 +- src/Vlingo.Xoom.Actors/DirectoryScanner__Proxy.cs | 2 +- src/Vlingo.Xoom.Actors/Environment.cs | 2 +- src/Vlingo.Xoom.Actors/Evictable.cs | 2 +- src/Vlingo.Xoom.Actors/ExecutorDispatcherAsync.cs | 2 +- src/Vlingo.Xoom.Actors/ExpressionExtensions.cs | 2 +- src/Vlingo.Xoom.Actors/FailureMark.cs | 2 +- src/Vlingo.Xoom.Actors/GuidAddress.cs | 2 +- src/Vlingo.Xoom.Actors/GuidAddressFactory.cs | 2 +- src/Vlingo.Xoom.Actors/IAddress.cs | 2 +- src/Vlingo.Xoom.Actors/IAddressFactory.cs | 2 +- src/Vlingo.Xoom.Actors/IAddressable.cs | 2 +- src/Vlingo.Xoom.Actors/ICompletesEventually.cs | 2 +- src/Vlingo.Xoom.Actors/ICompletesEventuallyProvider.cs | 2 +- src/Vlingo.Xoom.Actors/ICompletesEventuallyProviderKeeper.cs | 2 +- src/Vlingo.Xoom.Actors/IDeadLetters.cs | 2 +- src/Vlingo.Xoom.Actors/IDeadLettersListener.cs | 2 +- src/Vlingo.Xoom.Actors/IDirectoryScanner.cs | 2 +- src/Vlingo.Xoom.Actors/IDispatcher.cs | 2 +- src/Vlingo.Xoom.Actors/ILogger.cs | 2 +- src/Vlingo.Xoom.Actors/ILoggerProvider.cs | 2 +- src/Vlingo.Xoom.Actors/ILoggerProviderKeeper.cs | 2 +- src/Vlingo.Xoom.Actors/IMailbox.cs | 2 +- src/Vlingo.Xoom.Actors/IMailboxConfiguration.cs | 2 +- src/Vlingo.Xoom.Actors/IMailboxProvider.cs | 2 +- src/Vlingo.Xoom.Actors/IMailboxProviderKeeper.cs | 2 +- src/Vlingo.Xoom.Actors/IMessage.cs | 2 +- src/Vlingo.Xoom.Actors/INoProtocol.cs | 2 +- src/Vlingo.Xoom.Actors/IProxy.cs | 2 +- src/Vlingo.Xoom.Actors/IRegistrar.cs | 2 +- src/Vlingo.Xoom.Actors/IRelocatable.cs | 2 +- src/Vlingo.Xoom.Actors/ISafeProxyGenerable.cs | 2 +- src/Vlingo.Xoom.Actors/IStartable.cs | 2 +- src/Vlingo.Xoom.Actors/IStoppable.cs | 2 +- src/Vlingo.Xoom.Actors/ISupervised.cs | 2 +- src/Vlingo.Xoom.Actors/ISupervisionStrategy.cs | 2 +- src/Vlingo.Xoom.Actors/ISupervisor.cs | 2 +- src/Vlingo.Xoom.Actors/InvalidProtocolException.cs | 2 +- src/Vlingo.Xoom.Actors/LifeCycle.cs | 2 +- src/Vlingo.Xoom.Actors/LocalMessage.cs | 2 +- src/Vlingo.Xoom.Actors/LocalMessageAsync.cs | 2 +- src/Vlingo.Xoom.Actors/Logger__Proxy.cs | 2 +- src/Vlingo.Xoom.Actors/NoProtocol__Proxy.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/AbstractPlugin.cs | 2 +- .../Plugin/Completes/CompletesEventuallyPool.cs | 2 +- .../Completes/DefaultCompletesEventuallyProviderKeeper.cs | 2 +- .../Plugin/Completes/PooledCompletesPlugin.cs | 2 +- .../Plugin/Completes/PooledCompletesPluginConfiguration.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/DynamicTypeLoader.cs | 2 +- .../Plugin/Eviction/DirectoryEvictionConfiguration.cs | 2 +- .../Plugin/Eviction/DirectoryEvictionPlugin.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/IPlugin.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/IPluginConfiguration.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/IPluginTypeLoader.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLogger.cs | 2 +- .../Plugin/Logging/Console/ConsoleLoggerActor.cs | 2 +- .../Plugin/Logging/Console/ConsoleLoggerPlugin.cs | 2 +- .../Plugin/Logging/Console/ConsoleLoggerPluginConfiguration.cs | 2 +- .../Plugin/Logging/DefaultLoggerProviderKeeper.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/Logging/LogEvent.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/Logging/NoOp/NoOpLogger.cs | 2 +- .../Plugin/Logging/NoOp/NoOpLoggerProvider.cs | 2 +- .../ManyToOneConcurrentArrayQueueDispatcher.cs | 2 +- .../ManyToOneConcurrentArrayQueueMailbox.cs | 2 +- .../AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueuePlugin.cs | 2 +- .../ManyToOneConcurrentArrayQueuePluginConfiguration.cs | 2 +- .../Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailbox.cs | 2 +- .../Mailbox/ConcurrentQueue/ConcurrentQueueMailboxPlugin.cs | 2 +- .../ConcurrentQueueMailboxPluginConfiguration.cs | 2 +- .../Plugin/Mailbox/ConcurrentQueue/ExecutorDispatcher.cs | 2 +- .../Plugin/Mailbox/ConcurrentQueue/ThreadPoolExecutor.cs | 2 +- .../Plugin/Mailbox/DefaultMailboxProviderKeeper.cs | 2 +- .../Plugin/Mailbox/DefaultMailboxProviderKeeperPlugin.cs | 2 +- .../Mailbox/DefaultMailboxProviderKeeperPluginConfiguration.cs | 2 +- .../Plugin/Mailbox/SharedRingBuffer/RingBufferDispatcher.cs | 2 +- .../Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailbox.cs | 2 +- .../Mailbox/SharedRingBuffer/SharedRingBufferMailboxPlugin.cs | 2 +- .../SharedRingBufferMailboxPluginConfiguration.cs | 2 +- .../Plugin/Mailbox/SuspendedDeliveryOverrides.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestMailbox.cs | 2 +- .../Plugin/Mailbox/TestKit/TestMailboxPlugin.cs | 2 +- .../Plugin/Mailbox/TestKit/TestRuntimeDiscoverer.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/PluginLoader.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/PluginProperties.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/PluginScanner.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/StaticPluginTypeLoader.cs | 2 +- .../Plugin/Supervision/CommonSupervisorsPlugin.cs | 2 +- .../Plugin/Supervision/CommonSupervisorsPluginConfiguration.cs | 2 +- .../Plugin/Supervision/ConfiguredSupervisor.cs | 2 +- .../Plugin/Supervision/DefaultSupervisorOverride.cs | 2 +- .../Plugin/Supervision/DefaultSupervisorOverridePlugin.cs | 2 +- .../Supervision/DefaultSupervisorOverridePluginConfiguration.cs | 2 +- src/Vlingo.Xoom.Actors/Plugin/Supervision/DefinitionValues.cs | 2 +- src/Vlingo.Xoom.Actors/PooledCompletes.cs | 2 +- src/Vlingo.Xoom.Actors/PrivateRootActor.cs | 2 +- src/Vlingo.Xoom.Actors/Properties.cs | 2 +- src/Vlingo.Xoom.Actors/Protocols.cs | 2 +- src/Vlingo.Xoom.Actors/ProxyGenerator.cs | 2 +- src/Vlingo.Xoom.Actors/PubSub/AffectedSubscriptions.cs | 2 +- src/Vlingo.Xoom.Actors/PubSub/Condition.cs | 2 +- src/Vlingo.Xoom.Actors/PubSub/DefaultPublisher.cs | 2 +- src/Vlingo.Xoom.Actors/PubSub/IMessage.cs | 2 +- src/Vlingo.Xoom.Actors/PubSub/IPublisher.cs | 2 +- src/Vlingo.Xoom.Actors/PubSub/ISubscriber.cs | 2 +- src/Vlingo.Xoom.Actors/PubSub/Operation.cs | 2 +- src/Vlingo.Xoom.Actors/PubSub/Subscriptions.cs | 2 +- src/Vlingo.Xoom.Actors/PubSub/Topic.cs | 2 +- src/Vlingo.Xoom.Actors/PublicRootActor.cs | 2 +- src/Vlingo.Xoom.Actors/RandomRouter.cs | 2 +- src/Vlingo.Xoom.Actors/ResultCompletes.cs | 2 +- src/Vlingo.Xoom.Actors/ResumingMailbox.cs | 2 +- src/Vlingo.Xoom.Actors/RoundRobinRouter.cs | 2 +- src/Vlingo.Xoom.Actors/Routee.cs | 2 +- src/Vlingo.Xoom.Actors/Router.cs | 2 +- src/Vlingo.Xoom.Actors/RouterSpecification.cs | 2 +- src/Vlingo.Xoom.Actors/Routing.cs | 2 +- src/Vlingo.Xoom.Actors/SmallestMailboxRouter.cs | 2 +- src/Vlingo.Xoom.Actors/Stage.cs | 2 +- src/Vlingo.Xoom.Actors/StageSupervisedActor.cs | 2 +- src/Vlingo.Xoom.Actors/Startable__Proxy.cs | 2 +- src/Vlingo.Xoom.Actors/Stoppable__Proxy.cs | 2 +- src/Vlingo.Xoom.Actors/Stowage.cs | 2 +- src/Vlingo.Xoom.Actors/StowedLocalMessage.cs | 2 +- src/Vlingo.Xoom.Actors/SupervisionStrategyConstants.cs | 2 +- src/Vlingo.Xoom.Actors/Supervisor__Proxy.cs | 2 +- src/Vlingo.Xoom.Actors/TaskExtensions.cs | 2 +- src/Vlingo.Xoom.Actors/TestAddressableActor.cs | 2 +- src/Vlingo.Xoom.Actors/TestKit/AccessSafely.cs | 2 +- src/Vlingo.Xoom.Actors/TestKit/ITestStateView.cs | 2 +- src/Vlingo.Xoom.Actors/TestKit/TestActor.cs | 2 +- src/Vlingo.Xoom.Actors/TestKit/TestContext.cs | 2 +- src/Vlingo.Xoom.Actors/TestKit/TestEnvironment.cs | 2 +- src/Vlingo.Xoom.Actors/TestKit/TestState.cs | 2 +- src/Vlingo.Xoom.Actors/TestKit/TestUntil.cs | 2 +- src/Vlingo.Xoom.Actors/TestKit/TestWorld.cs | 2 +- src/Vlingo.Xoom.Actors/World.cs | 2 +- 249 files changed, 249 insertions(+), 249 deletions(-) diff --git a/src/Vlingo.Xoom.Actors.Tests/ActorEnvironmentTest.cs b/src/Vlingo.Xoom.Actors.Tests/ActorEnvironmentTest.cs index 37bda80a..db135ab4 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ActorEnvironmentTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ActorEnvironmentTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ActorFactoryTest.cs b/src/Vlingo.Xoom.Actors.Tests/ActorFactoryTest.cs index 2e9dba6b..0f4483a3 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ActorFactoryTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ActorFactoryTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ActorLifecycleTest.cs b/src/Vlingo.Xoom.Actors.Tests/ActorLifecycleTest.cs index c8a8bb3a..dfd7cff3 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ActorLifecycleTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ActorLifecycleTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ActorMessageSendingSpeedTest.cs b/src/Vlingo.Xoom.Actors.Tests/ActorMessageSendingSpeedTest.cs index 874b3035..7429c82f 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ActorMessageSendingSpeedTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ActorMessageSendingSpeedTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ActorProxyBaseTest.cs b/src/Vlingo.Xoom.Actors.Tests/ActorProxyBaseTest.cs index 0ec18f46..d5d48446 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ActorProxyBaseTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ActorProxyBaseTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ActorProxyTest.cs b/src/Vlingo.Xoom.Actors.Tests/ActorProxyTest.cs index 01bb9b4e..29c60b9c 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ActorProxyTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ActorProxyTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ActorStopTest.cs b/src/Vlingo.Xoom.Actors.Tests/ActorStopTest.cs index 95997f69..8991cef2 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ActorStopTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ActorStopTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ActorStowDisperseTest.cs b/src/Vlingo.Xoom.Actors.Tests/ActorStowDisperseTest.cs index f07feb94..6688541e 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ActorStowDisperseTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ActorStowDisperseTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ActorSuspendResumeTest.cs b/src/Vlingo.Xoom.Actors.Tests/ActorSuspendResumeTest.cs index 1caea8ea..44e3a7aa 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ActorSuspendResumeTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ActorSuspendResumeTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ActorsTest.cs b/src/Vlingo.Xoom.Actors.Tests/ActorsTest.cs index dbb3653a..2da6397f 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ActorsTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ActorsTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/AddressTest.cs b/src/Vlingo.Xoom.Actors.Tests/AddressTest.cs index b158f103..7c904ea1 100644 --- a/src/Vlingo.Xoom.Actors.Tests/AddressTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/AddressTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/AnswerEventuallyTest.cs b/src/Vlingo.Xoom.Actors.Tests/AnswerEventuallyTest.cs index d0a4bf1a..be10f4db 100644 --- a/src/Vlingo.Xoom.Actors.Tests/AnswerEventuallyTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/AnswerEventuallyTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/BroadcastRouterTest.cs b/src/Vlingo.Xoom.Actors.Tests/BroadcastRouterTest.cs index f08e63f0..bbb5e6d1 100644 --- a/src/Vlingo.Xoom.Actors.Tests/BroadcastRouterTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/BroadcastRouterTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/CharactersTest.cs b/src/Vlingo.Xoom.Actors.Tests/CharactersTest.cs index a370242b..bc027047 100644 --- a/src/Vlingo.Xoom.Actors.Tests/CharactersTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/CharactersTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/CompletesActorProtocolTest.cs b/src/Vlingo.Xoom.Actors.Tests/CompletesActorProtocolTest.cs index 6db22858..36e1683f 100644 --- a/src/Vlingo.Xoom.Actors.Tests/CompletesActorProtocolTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/CompletesActorProtocolTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ConfigurationTest.cs b/src/Vlingo.Xoom.Actors.Tests/ConfigurationTest.cs index 55e74882..2b260ca8 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ConfigurationTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ConfigurationTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ContentBasedRouterTest.cs b/src/Vlingo.Xoom.Actors.Tests/ContentBasedRouterTest.cs index ece139ac..03038d23 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ContentBasedRouterTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ContentBasedRouterTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Converter.cs b/src/Vlingo.Xoom.Actors.Tests/Converter.cs index 0e6a8825..10ff54b0 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Converter.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Converter.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/DeadLettersTest.cs b/src/Vlingo.Xoom.Actors.Tests/DeadLettersTest.cs index 48b4297f..1c098f5c 100644 --- a/src/Vlingo.Xoom.Actors.Tests/DeadLettersTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/DeadLettersTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/DefinitionTest.cs b/src/Vlingo.Xoom.Actors.Tests/DefinitionTest.cs index 6aef92e2..b8a92351 100644 --- a/src/Vlingo.Xoom.Actors.Tests/DefinitionTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/DefinitionTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/DirectoryTest.cs b/src/Vlingo.Xoom.Actors.Tests/DirectoryTest.cs index 1dd5fdc9..30142f0c 100644 --- a/src/Vlingo.Xoom.Actors.Tests/DirectoryTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/DirectoryTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/DispatcherTest.cs b/src/Vlingo.Xoom.Actors.Tests/DispatcherTest.cs index 79cfa204..2510852e 100644 --- a/src/Vlingo.Xoom.Actors.Tests/DispatcherTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/DispatcherTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/GuidAddressTest.cs b/src/Vlingo.Xoom.Actors.Tests/GuidAddressTest.cs index b9eb45d5..7a82ae85 100644 --- a/src/Vlingo.Xoom.Actors.Tests/GuidAddressTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/GuidAddressTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/InterruptableActorTest.cs b/src/Vlingo.Xoom.Actors.Tests/InterruptableActorTest.cs index 54034128..b8eb98bd 100644 --- a/src/Vlingo.Xoom.Actors.Tests/InterruptableActorTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/InterruptableActorTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/LocalMessageTest.cs b/src/Vlingo.Xoom.Actors.Tests/LocalMessageTest.cs index 332c542e..ba626ca1 100644 --- a/src/Vlingo.Xoom.Actors.Tests/LocalMessageTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/LocalMessageTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/MailboxConfigurationTest.cs b/src/Vlingo.Xoom.Actors.Tests/MailboxConfigurationTest.cs index 671d4f93..b51ec2cd 100644 --- a/src/Vlingo.Xoom.Actors.Tests/MailboxConfigurationTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/MailboxConfigurationTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/MockCompletes.cs b/src/Vlingo.Xoom.Actors.Tests/MockCompletes.cs index 368eaf94..06ef8f58 100644 --- a/src/Vlingo.Xoom.Actors.Tests/MockCompletes.cs +++ b/src/Vlingo.Xoom.Actors.Tests/MockCompletes.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesEventually.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesEventually.cs index b6ab8a02..98633c26 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesEventually.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesEventually.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesEventuallyProvider.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesEventuallyProvider.cs index 89bff096..5ca16be9 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesEventuallyProvider.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesEventuallyProvider.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesPlugin.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesPlugin.cs index 67143fe6..ebff2bb3 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesPlugin.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockCompletesPlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockRegistrar.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockRegistrar.cs index 4fc5c49b..08deb226 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockRegistrar.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/MockRegistrar.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/PooledCompletesPluginTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/PooledCompletesPluginTest.cs index c5cf4a42..11e9c6be 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/PooledCompletesPluginTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/PooledCompletesPluginTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/PooledCompletesProviderTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/PooledCompletesProviderTest.cs index 1ae4f842..d00915ff 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/PooledCompletesProviderTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Completes/PooledCompletesProviderTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Logging/ConsoleLoggerTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Logging/ConsoleLoggerTest.cs index fac1e5b9..bf364ce0 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Logging/ConsoleLoggerTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Logging/ConsoleLoggerTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueDispatcherTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueDispatcherTest.cs index 6793c0da..d5401db1 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueDispatcherTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueDispatcherTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueMailboxActorTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueMailboxActorTest.cs index d8dbb5eb..724d9099 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueMailboxActorTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueMailboxActorTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxTest.cs index 63ce9dff..76b0a0c7 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ConcurrentQueue/ExecutorDispatcherTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ConcurrentQueue/ExecutorDispatcherTest.cs index 6a518265..d048a323 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ConcurrentQueue/ExecutorDispatcherTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ConcurrentQueue/ExecutorDispatcherTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/DefaultMailboxProviderKeeperPluginTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/DefaultMailboxProviderKeeperPluginTest.cs index 9ea22da7..1fe590ed 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/DefaultMailboxProviderKeeperPluginTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/DefaultMailboxProviderKeeperPluginTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/DefaultMailboxProviderKeeperTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/DefaultMailboxProviderKeeperTest.cs index aab64575..c6ce8c0b 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/DefaultMailboxProviderKeeperTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/DefaultMailboxProviderKeeperTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ICountTaker.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ICountTaker.cs index 32ab31ad..8bb19fdd 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ICountTaker.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/ICountTaker.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/MailboxTypeTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/MailboxTypeTest.cs index 7167f08c..5a4399ca 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/MailboxTypeTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/MailboxTypeTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/PropertiesFileConfigRingBufferMailboxActorTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/PropertiesFileConfigRingBufferMailboxActorTest.cs index 01ccb2f5..50d12c04 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/PropertiesFileConfigRingBufferMailboxActorTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/PropertiesFileConfigRingBufferMailboxActorTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/RingBufferDispatcherTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/RingBufferDispatcherTest.cs index 774aabb9..90a15b6a 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/RingBufferDispatcherTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/RingBufferDispatcherTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/RingBufferMailboxActorTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/RingBufferMailboxActorTest.cs index f2897be5..a9cf38eb 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/RingBufferMailboxActorTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/Mailbox/SharedRingBuffer/RingBufferMailboxActorTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Plugin/PluginPropertiesTest.cs b/src/Vlingo.Xoom.Actors.Tests/Plugin/PluginPropertiesTest.cs index eb3e5107..95a8afae 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Plugin/PluginPropertiesTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Plugin/PluginPropertiesTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ProtocolsTest.cs b/src/Vlingo.Xoom.Actors.Tests/ProtocolsTest.cs index b3a15bc0..ccd3b640 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ProtocolsTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ProtocolsTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ProxyGeneratorTests.cs b/src/Vlingo.Xoom.Actors.Tests/ProxyGeneratorTests.cs index 62974c9b..092707b8 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ProxyGeneratorTests.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ProxyGeneratorTests.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/ProxyLookupTest.cs b/src/Vlingo.Xoom.Actors.Tests/ProxyLookupTest.cs index 155b1c7a..55f3c386 100644 --- a/src/Vlingo.Xoom.Actors.Tests/ProxyLookupTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/ProxyLookupTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/RandomRouterTest.cs b/src/Vlingo.Xoom.Actors.Tests/RandomRouterTest.cs index 1603e666..926bdbcc 100644 --- a/src/Vlingo.Xoom.Actors.Tests/RandomRouterTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/RandomRouterTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/RoundRobinRouterTest.cs b/src/Vlingo.Xoom.Actors.Tests/RoundRobinRouterTest.cs index e39ad92f..97f6094d 100644 --- a/src/Vlingo.Xoom.Actors.Tests/RoundRobinRouterTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/RoundRobinRouterTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/SchedulerTest.cs b/src/Vlingo.Xoom.Actors.Tests/SchedulerTest.cs index c5971675..568adebe 100644 --- a/src/Vlingo.Xoom.Actors.Tests/SchedulerTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/SchedulerTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/SmallestMailboxRouterTest.cs b/src/Vlingo.Xoom.Actors.Tests/SmallestMailboxRouterTest.cs index 611fdf3e..1bdec22b 100644 --- a/src/Vlingo.Xoom.Actors.Tests/SmallestMailboxRouterTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/SmallestMailboxRouterTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/StageNamedTest.cs b/src/Vlingo.Xoom.Actors.Tests/StageNamedTest.cs index 84ae13d2..c892958e 100644 --- a/src/Vlingo.Xoom.Actors.Tests/StageNamedTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/StageNamedTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/StageSupervisedActorTest.cs b/src/Vlingo.Xoom.Actors.Tests/StageSupervisedActorTest.cs index a6b3ab16..d354dd0b 100644 --- a/src/Vlingo.Xoom.Actors.Tests/StageSupervisedActorTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/StageSupervisedActorTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/StageTest.cs b/src/Vlingo.Xoom.Actors.Tests/StageTest.cs index 64c5fe21..b7b95388 100644 --- a/src/Vlingo.Xoom.Actors.Tests/StageTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/StageTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/StowageTest.cs b/src/Vlingo.Xoom.Actors.Tests/StowageTest.cs index 34051668..67ac4567 100644 --- a/src/Vlingo.Xoom.Actors.Tests/StowageTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/StowageTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/BasicSupervisionTest.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/BasicSupervisionTest.cs index 313b64b9..acf365c7 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/BasicSupervisionTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/BasicSupervisionTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/CommonSupervisionTest.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/CommonSupervisionTest.cs index 011ab02b..8b308f61 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/CommonSupervisionTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/CommonSupervisionTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/DefaultSupervisorOverrideTest.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/DefaultSupervisorOverrideTest.cs index c4951e41..ef9bc1bf 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/DefaultSupervisorOverrideTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/DefaultSupervisorOverrideTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/EscalateSupervisorActor.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/EscalateSupervisorActor.cs index f4a878ab..d7e73d70 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/EscalateSupervisorActor.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/EscalateSupervisorActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/FailureControlActor.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/FailureControlActor.cs index de7f5ae0..6237693f 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/FailureControlActor.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/FailureControlActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/IFailureControl.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/IFailureControl.cs index b762c1ba..7ae65896 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/IFailureControl.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/IFailureControl.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/IFailureControlSender.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/IFailureControlSender.cs index b241edd1..8d313c2e 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/IFailureControlSender.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/IFailureControlSender.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/IPing.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/IPing.cs index 927727cc..8f2cafc4 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/IPing.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/IPing.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/IPong.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/IPong.cs index 33300246..bec39be6 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/IPong.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/IPong.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/PingActor.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/PingActor.cs index d68246b9..a0357d06 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/PingActor.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/PingActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/PingSupervisorActor.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/PingSupervisorActor.cs index 54a0bccb..23f17e8b 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/PingSupervisorActor.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/PingSupervisorActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/PongActor.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/PongActor.cs index 6246cf05..415fe832 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/PongActor.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/PongActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/PongSupervisorActor.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/PongSupervisorActor.cs index 96e0c3e3..8f89113c 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/PongSupervisorActor.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/PongSupervisorActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/RestartFiveInOneSupervisorActor.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/RestartFiveInOneSupervisorActor.cs index 42c80ea5..5b8821ed 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/RestartFiveInOneSupervisorActor.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/RestartFiveInOneSupervisorActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/RestartForeverSupervisorActor.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/RestartForeverSupervisorActor.cs index 1bb4e797..2f1744d7 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/RestartForeverSupervisorActor.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/RestartForeverSupervisorActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/ResumeForeverSupervisorActor.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/ResumeForeverSupervisorActor.cs index 883d9eb8..43210bbe 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/ResumeForeverSupervisorActor.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/ResumeForeverSupervisorActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/StopAllSupervisorActor.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/StopAllSupervisorActor.cs index 9df770bd..c88b1f4b 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/StopAllSupervisorActor.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/StopAllSupervisorActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/SupervisionStrategyTest.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/SupervisionStrategyTest.cs index 92b0d406..f1504bbf 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/SupervisionStrategyTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/SupervisionStrategyTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/Supervision/SuspendedSenderSupervisorActor.cs b/src/Vlingo.Xoom.Actors.Tests/Supervision/SuspendedSenderSupervisorActor.cs index ded25399..72bdcb9e 100644 --- a/src/Vlingo.Xoom.Actors.Tests/Supervision/SuspendedSenderSupervisorActor.cs +++ b/src/Vlingo.Xoom.Actors.Tests/Supervision/SuspendedSenderSupervisorActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/TaskActorProtocolTest.cs b/src/Vlingo.Xoom.Actors.Tests/TaskActorProtocolTest.cs index be01224f..dd99b966 100644 --- a/src/Vlingo.Xoom.Actors.Tests/TaskActorProtocolTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/TaskActorProtocolTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/TaskExtensionsTest.cs b/src/Vlingo.Xoom.Actors.Tests/TaskExtensionsTest.cs index ba77cb56..361c3c3c 100644 --- a/src/Vlingo.Xoom.Actors.Tests/TaskExtensionsTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/TaskExtensionsTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/TestActorInterfaces.cs b/src/Vlingo.Xoom.Actors.Tests/TestActorInterfaces.cs index 6c114ccf..03570604 100644 --- a/src/Vlingo.Xoom.Actors.Tests/TestActorInterfaces.cs +++ b/src/Vlingo.Xoom.Actors.Tests/TestActorInterfaces.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/TestKit/TestkitTest.cs b/src/Vlingo.Xoom.Actors.Tests/TestKit/TestkitTest.cs index bfa772ef..269aad83 100644 --- a/src/Vlingo.Xoom.Actors.Tests/TestKit/TestkitTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/TestKit/TestkitTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/WorldDefaultConfigurationTest.cs b/src/Vlingo.Xoom.Actors.Tests/WorldDefaultConfigurationTest.cs index 38796b77..c0a499b3 100644 --- a/src/Vlingo.Xoom.Actors.Tests/WorldDefaultConfigurationTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/WorldDefaultConfigurationTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors.Tests/WorldTest.cs b/src/Vlingo.Xoom.Actors.Tests/WorldTest.cs index 28217fce..3b29fc6f 100644 --- a/src/Vlingo.Xoom.Actors.Tests/WorldTest.cs +++ b/src/Vlingo.Xoom.Actors.Tests/WorldTest.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Actor.cs b/src/Vlingo.Xoom.Actors/Actor.cs index 99205796..06ab2799 100644 --- a/src/Vlingo.Xoom.Actors/Actor.cs +++ b/src/Vlingo.Xoom.Actors/Actor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ActorAddressAlreadyRegisteredException.cs b/src/Vlingo.Xoom.Actors/ActorAddressAlreadyRegisteredException.cs index 70650228..c8242b55 100644 --- a/src/Vlingo.Xoom.Actors/ActorAddressAlreadyRegisteredException.cs +++ b/src/Vlingo.Xoom.Actors/ActorAddressAlreadyRegisteredException.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ActorFactory.cs b/src/Vlingo.Xoom.Actors/ActorFactory.cs index 5d93437f..5c42f0ec 100644 --- a/src/Vlingo.Xoom.Actors/ActorFactory.cs +++ b/src/Vlingo.Xoom.Actors/ActorFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ActorLoggerAdapter.cs b/src/Vlingo.Xoom.Actors/ActorLoggerAdapter.cs index 6843b774..8c645f91 100644 --- a/src/Vlingo.Xoom.Actors/ActorLoggerAdapter.cs +++ b/src/Vlingo.Xoom.Actors/ActorLoggerAdapter.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ActorProxy.cs b/src/Vlingo.Xoom.Actors/ActorProxy.cs index a2c48658..4543021b 100644 --- a/src/Vlingo.Xoom.Actors/ActorProxy.cs +++ b/src/Vlingo.Xoom.Actors/ActorProxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ActorProxyBase.cs b/src/Vlingo.Xoom.Actors/ActorProxyBase.cs index ab1a6102..eaf99aab 100644 --- a/src/Vlingo.Xoom.Actors/ActorProxyBase.cs +++ b/src/Vlingo.Xoom.Actors/ActorProxyBase.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ActorProxyStub.cs b/src/Vlingo.Xoom.Actors/ActorProxyStub.cs index 0263cf0a..b51c8051 100644 --- a/src/Vlingo.Xoom.Actors/ActorProxyStub.cs +++ b/src/Vlingo.Xoom.Actors/ActorProxyStub.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Addressable__Proxy.cs b/src/Vlingo.Xoom.Actors/Addressable__Proxy.cs index 51e7369c..67d38c90 100644 --- a/src/Vlingo.Xoom.Actors/Addressable__Proxy.cs +++ b/src/Vlingo.Xoom.Actors/Addressable__Proxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Backoff.cs b/src/Vlingo.Xoom.Actors/Backoff.cs index 1d5f8c4f..520eaebe 100644 --- a/src/Vlingo.Xoom.Actors/Backoff.cs +++ b/src/Vlingo.Xoom.Actors/Backoff.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/BasicAddress.cs b/src/Vlingo.Xoom.Actors/BasicAddress.cs index dccddf00..056a4282 100644 --- a/src/Vlingo.Xoom.Actors/BasicAddress.cs +++ b/src/Vlingo.Xoom.Actors/BasicAddress.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/BasicAddressFactory.cs b/src/Vlingo.Xoom.Actors/BasicAddressFactory.cs index 05e531e0..c708685b 100644 --- a/src/Vlingo.Xoom.Actors/BasicAddressFactory.cs +++ b/src/Vlingo.Xoom.Actors/BasicAddressFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/BroadcastRouter.cs b/src/Vlingo.Xoom.Actors/BroadcastRouter.cs index 23bf84d4..746d17d3 100644 --- a/src/Vlingo.Xoom.Actors/BroadcastRouter.cs +++ b/src/Vlingo.Xoom.Actors/BroadcastRouter.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Cancellable__Proxy.cs b/src/Vlingo.Xoom.Actors/Cancellable__Proxy.cs index caa31088..5c7bbd1a 100644 --- a/src/Vlingo.Xoom.Actors/Cancellable__Proxy.cs +++ b/src/Vlingo.Xoom.Actors/Cancellable__Proxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Characters.cs b/src/Vlingo.Xoom.Actors/Characters.cs index 1106c682..0b266b3e 100644 --- a/src/Vlingo.Xoom.Actors/Characters.cs +++ b/src/Vlingo.Xoom.Actors/Characters.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/CommonSupervisor.cs b/src/Vlingo.Xoom.Actors/CommonSupervisor.cs index 25ba634f..72fa2948 100644 --- a/src/Vlingo.Xoom.Actors/CommonSupervisor.cs +++ b/src/Vlingo.Xoom.Actors/CommonSupervisor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/CompletesEventuallyActor.cs b/src/Vlingo.Xoom.Actors/CompletesEventuallyActor.cs index 49a3fdb1..87ca424b 100644 --- a/src/Vlingo.Xoom.Actors/CompletesEventuallyActor.cs +++ b/src/Vlingo.Xoom.Actors/CompletesEventuallyActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/CompletesEventually__Proxy.cs b/src/Vlingo.Xoom.Actors/CompletesEventually__Proxy.cs index 771ba47c..c771566b 100644 --- a/src/Vlingo.Xoom.Actors/CompletesEventually__Proxy.cs +++ b/src/Vlingo.Xoom.Actors/CompletesEventually__Proxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/CompletionSupplier.cs b/src/Vlingo.Xoom.Actors/CompletionSupplier.cs index 4e8e7599..bbde0481 100644 --- a/src/Vlingo.Xoom.Actors/CompletionSupplier.cs +++ b/src/Vlingo.Xoom.Actors/CompletionSupplier.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/CompletionTranslator.cs b/src/Vlingo.Xoom.Actors/CompletionTranslator.cs index dbf2a373..075ecb80 100644 --- a/src/Vlingo.Xoom.Actors/CompletionTranslator.cs +++ b/src/Vlingo.Xoom.Actors/CompletionTranslator.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Configuration.cs b/src/Vlingo.Xoom.Actors/Configuration.cs index 48a48c53..7da4cf3d 100644 --- a/src/Vlingo.Xoom.Actors/Configuration.cs +++ b/src/Vlingo.Xoom.Actors/Configuration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ContentBasedRouter.cs b/src/Vlingo.Xoom.Actors/ContentBasedRouter.cs index 662c26ab..6612d971 100644 --- a/src/Vlingo.Xoom.Actors/ContentBasedRouter.cs +++ b/src/Vlingo.Xoom.Actors/ContentBasedRouter.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/DeadLetter.cs b/src/Vlingo.Xoom.Actors/DeadLetter.cs index 71306128..1a73b5c5 100644 --- a/src/Vlingo.Xoom.Actors/DeadLetter.cs +++ b/src/Vlingo.Xoom.Actors/DeadLetter.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/DeadLettersActor.cs b/src/Vlingo.Xoom.Actors/DeadLettersActor.cs index b8d1118f..e708858f 100644 --- a/src/Vlingo.Xoom.Actors/DeadLettersActor.cs +++ b/src/Vlingo.Xoom.Actors/DeadLettersActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/DeadLettersListener__Proxy.cs b/src/Vlingo.Xoom.Actors/DeadLettersListener__Proxy.cs index 16e6fab8..d828fb34 100644 --- a/src/Vlingo.Xoom.Actors/DeadLettersListener__Proxy.cs +++ b/src/Vlingo.Xoom.Actors/DeadLettersListener__Proxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/DeadLetters__Proxy.cs b/src/Vlingo.Xoom.Actors/DeadLetters__Proxy.cs index c7281e41..b986c376 100644 --- a/src/Vlingo.Xoom.Actors/DeadLetters__Proxy.cs +++ b/src/Vlingo.Xoom.Actors/DeadLetters__Proxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/DefaultSupervisionStrategyImpl.cs b/src/Vlingo.Xoom.Actors/DefaultSupervisionStrategyImpl.cs index 735f9fc3..4460881f 100644 --- a/src/Vlingo.Xoom.Actors/DefaultSupervisionStrategyImpl.cs +++ b/src/Vlingo.Xoom.Actors/DefaultSupervisionStrategyImpl.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/DefaultSupervisor.cs b/src/Vlingo.Xoom.Actors/DefaultSupervisor.cs index b0e29bd3..d93c3f01 100644 --- a/src/Vlingo.Xoom.Actors/DefaultSupervisor.cs +++ b/src/Vlingo.Xoom.Actors/DefaultSupervisor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/DefaultSupervisorImpl.cs b/src/Vlingo.Xoom.Actors/DefaultSupervisorImpl.cs index a8d81b56..3ee3323f 100644 --- a/src/Vlingo.Xoom.Actors/DefaultSupervisorImpl.cs +++ b/src/Vlingo.Xoom.Actors/DefaultSupervisorImpl.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Definition.cs b/src/Vlingo.Xoom.Actors/Definition.cs index d18594a2..80556841 100644 --- a/src/Vlingo.Xoom.Actors/Definition.cs +++ b/src/Vlingo.Xoom.Actors/Definition.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Directory.cs b/src/Vlingo.Xoom.Actors/Directory.cs index a31461f7..3568e5f5 100644 --- a/src/Vlingo.Xoom.Actors/Directory.cs +++ b/src/Vlingo.Xoom.Actors/Directory.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/DirectoryEvictor.cs b/src/Vlingo.Xoom.Actors/DirectoryEvictor.cs index 73428ff7..83a1da48 100644 --- a/src/Vlingo.Xoom.Actors/DirectoryEvictor.cs +++ b/src/Vlingo.Xoom.Actors/DirectoryEvictor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/DirectoryScannerActor.cs b/src/Vlingo.Xoom.Actors/DirectoryScannerActor.cs index 65ad1da6..546ad3d1 100644 --- a/src/Vlingo.Xoom.Actors/DirectoryScannerActor.cs +++ b/src/Vlingo.Xoom.Actors/DirectoryScannerActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/DirectoryScanner__Proxy.cs b/src/Vlingo.Xoom.Actors/DirectoryScanner__Proxy.cs index d0bd04d4..c9290b49 100644 --- a/src/Vlingo.Xoom.Actors/DirectoryScanner__Proxy.cs +++ b/src/Vlingo.Xoom.Actors/DirectoryScanner__Proxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Environment.cs b/src/Vlingo.Xoom.Actors/Environment.cs index c64e5ab6..d2033e75 100644 --- a/src/Vlingo.Xoom.Actors/Environment.cs +++ b/src/Vlingo.Xoom.Actors/Environment.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Evictable.cs b/src/Vlingo.Xoom.Actors/Evictable.cs index 0c4ee5c7..fab084f7 100644 --- a/src/Vlingo.Xoom.Actors/Evictable.cs +++ b/src/Vlingo.Xoom.Actors/Evictable.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ExecutorDispatcherAsync.cs b/src/Vlingo.Xoom.Actors/ExecutorDispatcherAsync.cs index 8585030b..1006210f 100644 --- a/src/Vlingo.Xoom.Actors/ExecutorDispatcherAsync.cs +++ b/src/Vlingo.Xoom.Actors/ExecutorDispatcherAsync.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ExpressionExtensions.cs b/src/Vlingo.Xoom.Actors/ExpressionExtensions.cs index a47d1c55..11c7cda0 100644 --- a/src/Vlingo.Xoom.Actors/ExpressionExtensions.cs +++ b/src/Vlingo.Xoom.Actors/ExpressionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/FailureMark.cs b/src/Vlingo.Xoom.Actors/FailureMark.cs index 23428ff2..a4c8c666 100644 --- a/src/Vlingo.Xoom.Actors/FailureMark.cs +++ b/src/Vlingo.Xoom.Actors/FailureMark.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/GuidAddress.cs b/src/Vlingo.Xoom.Actors/GuidAddress.cs index 256e344d..c4d7ca72 100644 --- a/src/Vlingo.Xoom.Actors/GuidAddress.cs +++ b/src/Vlingo.Xoom.Actors/GuidAddress.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/GuidAddressFactory.cs b/src/Vlingo.Xoom.Actors/GuidAddressFactory.cs index ae5c785f..10c2e543 100644 --- a/src/Vlingo.Xoom.Actors/GuidAddressFactory.cs +++ b/src/Vlingo.Xoom.Actors/GuidAddressFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IAddress.cs b/src/Vlingo.Xoom.Actors/IAddress.cs index b5ae3a4c..dd81eedf 100644 --- a/src/Vlingo.Xoom.Actors/IAddress.cs +++ b/src/Vlingo.Xoom.Actors/IAddress.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IAddressFactory.cs b/src/Vlingo.Xoom.Actors/IAddressFactory.cs index 7f8269f0..195a0111 100644 --- a/src/Vlingo.Xoom.Actors/IAddressFactory.cs +++ b/src/Vlingo.Xoom.Actors/IAddressFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IAddressable.cs b/src/Vlingo.Xoom.Actors/IAddressable.cs index 19e56810..b310b034 100644 --- a/src/Vlingo.Xoom.Actors/IAddressable.cs +++ b/src/Vlingo.Xoom.Actors/IAddressable.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ICompletesEventually.cs b/src/Vlingo.Xoom.Actors/ICompletesEventually.cs index 3de8b7a2..01d1652b 100644 --- a/src/Vlingo.Xoom.Actors/ICompletesEventually.cs +++ b/src/Vlingo.Xoom.Actors/ICompletesEventually.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ICompletesEventuallyProvider.cs b/src/Vlingo.Xoom.Actors/ICompletesEventuallyProvider.cs index 16daa9fb..b74d0fc7 100644 --- a/src/Vlingo.Xoom.Actors/ICompletesEventuallyProvider.cs +++ b/src/Vlingo.Xoom.Actors/ICompletesEventuallyProvider.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ICompletesEventuallyProviderKeeper.cs b/src/Vlingo.Xoom.Actors/ICompletesEventuallyProviderKeeper.cs index 110a7ab4..728f797f 100644 --- a/src/Vlingo.Xoom.Actors/ICompletesEventuallyProviderKeeper.cs +++ b/src/Vlingo.Xoom.Actors/ICompletesEventuallyProviderKeeper.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IDeadLetters.cs b/src/Vlingo.Xoom.Actors/IDeadLetters.cs index a47f91b5..5572e96c 100644 --- a/src/Vlingo.Xoom.Actors/IDeadLetters.cs +++ b/src/Vlingo.Xoom.Actors/IDeadLetters.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IDeadLettersListener.cs b/src/Vlingo.Xoom.Actors/IDeadLettersListener.cs index 08f6ebda..3cdb1f3b 100644 --- a/src/Vlingo.Xoom.Actors/IDeadLettersListener.cs +++ b/src/Vlingo.Xoom.Actors/IDeadLettersListener.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IDirectoryScanner.cs b/src/Vlingo.Xoom.Actors/IDirectoryScanner.cs index eff70ef0..46223a34 100644 --- a/src/Vlingo.Xoom.Actors/IDirectoryScanner.cs +++ b/src/Vlingo.Xoom.Actors/IDirectoryScanner.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IDispatcher.cs b/src/Vlingo.Xoom.Actors/IDispatcher.cs index 600ef9c0..f82354b8 100644 --- a/src/Vlingo.Xoom.Actors/IDispatcher.cs +++ b/src/Vlingo.Xoom.Actors/IDispatcher.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ILogger.cs b/src/Vlingo.Xoom.Actors/ILogger.cs index 8ffc6904..de88ad29 100644 --- a/src/Vlingo.Xoom.Actors/ILogger.cs +++ b/src/Vlingo.Xoom.Actors/ILogger.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ILoggerProvider.cs b/src/Vlingo.Xoom.Actors/ILoggerProvider.cs index 86f5b7f5..9488c990 100644 --- a/src/Vlingo.Xoom.Actors/ILoggerProvider.cs +++ b/src/Vlingo.Xoom.Actors/ILoggerProvider.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ILoggerProviderKeeper.cs b/src/Vlingo.Xoom.Actors/ILoggerProviderKeeper.cs index e4d41b6f..555cd581 100644 --- a/src/Vlingo.Xoom.Actors/ILoggerProviderKeeper.cs +++ b/src/Vlingo.Xoom.Actors/ILoggerProviderKeeper.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IMailbox.cs b/src/Vlingo.Xoom.Actors/IMailbox.cs index 8821ec4b..48b21607 100644 --- a/src/Vlingo.Xoom.Actors/IMailbox.cs +++ b/src/Vlingo.Xoom.Actors/IMailbox.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IMailboxConfiguration.cs b/src/Vlingo.Xoom.Actors/IMailboxConfiguration.cs index 294a8092..0fa64b04 100644 --- a/src/Vlingo.Xoom.Actors/IMailboxConfiguration.cs +++ b/src/Vlingo.Xoom.Actors/IMailboxConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IMailboxProvider.cs b/src/Vlingo.Xoom.Actors/IMailboxProvider.cs index 2c3ca0e6..7f146c99 100644 --- a/src/Vlingo.Xoom.Actors/IMailboxProvider.cs +++ b/src/Vlingo.Xoom.Actors/IMailboxProvider.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IMailboxProviderKeeper.cs b/src/Vlingo.Xoom.Actors/IMailboxProviderKeeper.cs index 5c9768fa..d1ff5057 100644 --- a/src/Vlingo.Xoom.Actors/IMailboxProviderKeeper.cs +++ b/src/Vlingo.Xoom.Actors/IMailboxProviderKeeper.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IMessage.cs b/src/Vlingo.Xoom.Actors/IMessage.cs index 5158abc4..e6525716 100644 --- a/src/Vlingo.Xoom.Actors/IMessage.cs +++ b/src/Vlingo.Xoom.Actors/IMessage.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/INoProtocol.cs b/src/Vlingo.Xoom.Actors/INoProtocol.cs index b8ee1e67..adddf8ab 100644 --- a/src/Vlingo.Xoom.Actors/INoProtocol.cs +++ b/src/Vlingo.Xoom.Actors/INoProtocol.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IProxy.cs b/src/Vlingo.Xoom.Actors/IProxy.cs index 59a7e396..961048b2 100644 --- a/src/Vlingo.Xoom.Actors/IProxy.cs +++ b/src/Vlingo.Xoom.Actors/IProxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IRegistrar.cs b/src/Vlingo.Xoom.Actors/IRegistrar.cs index c92074ae..43bb31c9 100644 --- a/src/Vlingo.Xoom.Actors/IRegistrar.cs +++ b/src/Vlingo.Xoom.Actors/IRegistrar.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IRelocatable.cs b/src/Vlingo.Xoom.Actors/IRelocatable.cs index 7b547c78..5368b26c 100644 --- a/src/Vlingo.Xoom.Actors/IRelocatable.cs +++ b/src/Vlingo.Xoom.Actors/IRelocatable.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ISafeProxyGenerable.cs b/src/Vlingo.Xoom.Actors/ISafeProxyGenerable.cs index 36b4951b..46510e11 100644 --- a/src/Vlingo.Xoom.Actors/ISafeProxyGenerable.cs +++ b/src/Vlingo.Xoom.Actors/ISafeProxyGenerable.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IStartable.cs b/src/Vlingo.Xoom.Actors/IStartable.cs index 8c4fc6a0..01280643 100644 --- a/src/Vlingo.Xoom.Actors/IStartable.cs +++ b/src/Vlingo.Xoom.Actors/IStartable.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/IStoppable.cs b/src/Vlingo.Xoom.Actors/IStoppable.cs index 0bf931db..df658b32 100644 --- a/src/Vlingo.Xoom.Actors/IStoppable.cs +++ b/src/Vlingo.Xoom.Actors/IStoppable.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ISupervised.cs b/src/Vlingo.Xoom.Actors/ISupervised.cs index 3571348e..99217173 100644 --- a/src/Vlingo.Xoom.Actors/ISupervised.cs +++ b/src/Vlingo.Xoom.Actors/ISupervised.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ISupervisionStrategy.cs b/src/Vlingo.Xoom.Actors/ISupervisionStrategy.cs index 277e344e..75c22308 100644 --- a/src/Vlingo.Xoom.Actors/ISupervisionStrategy.cs +++ b/src/Vlingo.Xoom.Actors/ISupervisionStrategy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ISupervisor.cs b/src/Vlingo.Xoom.Actors/ISupervisor.cs index 53a3a2a7..0d092935 100644 --- a/src/Vlingo.Xoom.Actors/ISupervisor.cs +++ b/src/Vlingo.Xoom.Actors/ISupervisor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/InvalidProtocolException.cs b/src/Vlingo.Xoom.Actors/InvalidProtocolException.cs index 33cb7142..8cc7d4c8 100644 --- a/src/Vlingo.Xoom.Actors/InvalidProtocolException.cs +++ b/src/Vlingo.Xoom.Actors/InvalidProtocolException.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/LifeCycle.cs b/src/Vlingo.Xoom.Actors/LifeCycle.cs index 30e013cf..053dee4b 100644 --- a/src/Vlingo.Xoom.Actors/LifeCycle.cs +++ b/src/Vlingo.Xoom.Actors/LifeCycle.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/LocalMessage.cs b/src/Vlingo.Xoom.Actors/LocalMessage.cs index 6fe296e7..09625bf0 100644 --- a/src/Vlingo.Xoom.Actors/LocalMessage.cs +++ b/src/Vlingo.Xoom.Actors/LocalMessage.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/LocalMessageAsync.cs b/src/Vlingo.Xoom.Actors/LocalMessageAsync.cs index f7042cae..a9979213 100644 --- a/src/Vlingo.Xoom.Actors/LocalMessageAsync.cs +++ b/src/Vlingo.Xoom.Actors/LocalMessageAsync.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Logger__Proxy.cs b/src/Vlingo.Xoom.Actors/Logger__Proxy.cs index 20737bc1..24a3311d 100644 --- a/src/Vlingo.Xoom.Actors/Logger__Proxy.cs +++ b/src/Vlingo.Xoom.Actors/Logger__Proxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/NoProtocol__Proxy.cs b/src/Vlingo.Xoom.Actors/NoProtocol__Proxy.cs index a11f7f38..95710c56 100644 --- a/src/Vlingo.Xoom.Actors/NoProtocol__Proxy.cs +++ b/src/Vlingo.Xoom.Actors/NoProtocol__Proxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/AbstractPlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/AbstractPlugin.cs index 49e7aea0..e01edae4 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/AbstractPlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/AbstractPlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Completes/CompletesEventuallyPool.cs b/src/Vlingo.Xoom.Actors/Plugin/Completes/CompletesEventuallyPool.cs index b79811dd..8e0c32a2 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Completes/CompletesEventuallyPool.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Completes/CompletesEventuallyPool.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Completes/DefaultCompletesEventuallyProviderKeeper.cs b/src/Vlingo.Xoom.Actors/Plugin/Completes/DefaultCompletesEventuallyProviderKeeper.cs index e7cf31a9..06d52cae 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Completes/DefaultCompletesEventuallyProviderKeeper.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Completes/DefaultCompletesEventuallyProviderKeeper.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Completes/PooledCompletesPlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/Completes/PooledCompletesPlugin.cs index 1b18cf11..9e7c4914 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Completes/PooledCompletesPlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Completes/PooledCompletesPlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Completes/PooledCompletesPluginConfiguration.cs b/src/Vlingo.Xoom.Actors/Plugin/Completes/PooledCompletesPluginConfiguration.cs index 3eddb9ac..54229eb6 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Completes/PooledCompletesPluginConfiguration.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Completes/PooledCompletesPluginConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/DynamicTypeLoader.cs b/src/Vlingo.Xoom.Actors/Plugin/DynamicTypeLoader.cs index 1fa3cf4d..07083a51 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/DynamicTypeLoader.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/DynamicTypeLoader.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Eviction/DirectoryEvictionConfiguration.cs b/src/Vlingo.Xoom.Actors/Plugin/Eviction/DirectoryEvictionConfiguration.cs index a5462f4a..b2e5d097 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Eviction/DirectoryEvictionConfiguration.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Eviction/DirectoryEvictionConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Eviction/DirectoryEvictionPlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/Eviction/DirectoryEvictionPlugin.cs index 91d134de..451d7b68 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Eviction/DirectoryEvictionPlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Eviction/DirectoryEvictionPlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/IPlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/IPlugin.cs index d922c7fd..02906a12 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/IPlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/IPlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/IPluginConfiguration.cs b/src/Vlingo.Xoom.Actors/Plugin/IPluginConfiguration.cs index 041b98a4..4abd2152 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/IPluginConfiguration.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/IPluginConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/IPluginTypeLoader.cs b/src/Vlingo.Xoom.Actors/Plugin/IPluginTypeLoader.cs index 08c7b929..3231d475 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/IPluginTypeLoader.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/IPluginTypeLoader.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLogger.cs b/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLogger.cs index d97b52ff..8e18de09 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLogger.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLogger.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerActor.cs b/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerActor.cs index 68bdc784..8946631a 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerActor.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerPlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerPlugin.cs index ddf789aa..8806d7aa 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerPlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerPlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerPluginConfiguration.cs b/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerPluginConfiguration.cs index 554fa6b9..5211a947 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerPluginConfiguration.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Logging/Console/ConsoleLoggerPluginConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Logging/DefaultLoggerProviderKeeper.cs b/src/Vlingo.Xoom.Actors/Plugin/Logging/DefaultLoggerProviderKeeper.cs index b81f6571..1217e7af 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Logging/DefaultLoggerProviderKeeper.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Logging/DefaultLoggerProviderKeeper.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Logging/LogEvent.cs b/src/Vlingo.Xoom.Actors/Plugin/Logging/LogEvent.cs index b24fdcc9..f6049e92 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Logging/LogEvent.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Logging/LogEvent.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Logging/NoOp/NoOpLogger.cs b/src/Vlingo.Xoom.Actors/Plugin/Logging/NoOp/NoOpLogger.cs index c89e42a2..34df1396 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Logging/NoOp/NoOpLogger.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Logging/NoOp/NoOpLogger.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Logging/NoOp/NoOpLoggerProvider.cs b/src/Vlingo.Xoom.Actors/Plugin/Logging/NoOp/NoOpLoggerProvider.cs index 2bad78db..438cf9bd 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Logging/NoOp/NoOpLoggerProvider.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Logging/NoOp/NoOpLoggerProvider.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueDispatcher.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueDispatcher.cs index 2f79d124..1eb02610 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueDispatcher.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueDispatcher.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueMailbox.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueMailbox.cs index 3439dffa..02a93f51 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueMailbox.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueueMailbox.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueuePlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueuePlugin.cs index 82c74ceb..1f6caeb8 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueuePlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueuePlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueuePluginConfiguration.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueuePluginConfiguration.cs index 003f7f85..ea442a15 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueuePluginConfiguration.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/AgronaMPSCArrayQueue/ManyToOneConcurrentArrayQueuePluginConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailbox.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailbox.cs index 1437f8a2..5b995fcb 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailbox.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailbox.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxPlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxPlugin.cs index c2874009..4af9391a 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxPlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxPlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxPluginConfiguration.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxPluginConfiguration.cs index 0c809fe7..100206f5 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxPluginConfiguration.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ConcurrentQueueMailboxPluginConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ExecutorDispatcher.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ExecutorDispatcher.cs index 8e991636..8ed9542f 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ExecutorDispatcher.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ExecutorDispatcher.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ThreadPoolExecutor.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ThreadPoolExecutor.cs index 0ab082aa..6039c7e4 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ThreadPoolExecutor.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/ConcurrentQueue/ThreadPoolExecutor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeper.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeper.cs index b0618d7c..fc0145ff 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeper.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeper.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeperPlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeperPlugin.cs index ecbd4c7d..8acdc617 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeperPlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeperPlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeperPluginConfiguration.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeperPluginConfiguration.cs index 99d750a3..3828e93e 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeperPluginConfiguration.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/DefaultMailboxProviderKeeperPluginConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/RingBufferDispatcher.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/RingBufferDispatcher.cs index 579ccbfd..5d7780fd 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/RingBufferDispatcher.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/RingBufferDispatcher.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailbox.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailbox.cs index f50f656d..8af40fb8 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailbox.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailbox.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailboxPlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailboxPlugin.cs index e1e19ecf..fcfab142 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailboxPlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailboxPlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailboxPluginConfiguration.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailboxPluginConfiguration.cs index 58c7f249..9313b402 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailboxPluginConfiguration.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SharedRingBuffer/SharedRingBufferMailboxPluginConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SuspendedDeliveryOverrides.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SuspendedDeliveryOverrides.cs index e58712dd..d9164ca5 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SuspendedDeliveryOverrides.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/SuspendedDeliveryOverrides.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestMailbox.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestMailbox.cs index 65d69537..76346a81 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestMailbox.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestMailbox.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestMailboxPlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestMailboxPlugin.cs index f0c95ee3..63c1f76f 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestMailboxPlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestMailboxPlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestRuntimeDiscoverer.cs b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestRuntimeDiscoverer.cs index c4327149..a079ce3c 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestRuntimeDiscoverer.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Mailbox/TestKit/TestRuntimeDiscoverer.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/PluginLoader.cs b/src/Vlingo.Xoom.Actors/Plugin/PluginLoader.cs index f6d33f27..2abc9bcc 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/PluginLoader.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/PluginLoader.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/PluginProperties.cs b/src/Vlingo.Xoom.Actors/Plugin/PluginProperties.cs index ba9f178b..ccf62cd6 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/PluginProperties.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/PluginProperties.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/PluginScanner.cs b/src/Vlingo.Xoom.Actors/Plugin/PluginScanner.cs index 4293bfbc..8e410c16 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/PluginScanner.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/PluginScanner.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/StaticPluginTypeLoader.cs b/src/Vlingo.Xoom.Actors/Plugin/StaticPluginTypeLoader.cs index 40b3eee4..c0905710 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/StaticPluginTypeLoader.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/StaticPluginTypeLoader.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Supervision/CommonSupervisorsPlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/Supervision/CommonSupervisorsPlugin.cs index 09d37464..ee492d0a 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Supervision/CommonSupervisorsPlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Supervision/CommonSupervisorsPlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Supervision/CommonSupervisorsPluginConfiguration.cs b/src/Vlingo.Xoom.Actors/Plugin/Supervision/CommonSupervisorsPluginConfiguration.cs index 9fb9bcbe..5c643245 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Supervision/CommonSupervisorsPluginConfiguration.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Supervision/CommonSupervisorsPluginConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Supervision/ConfiguredSupervisor.cs b/src/Vlingo.Xoom.Actors/Plugin/Supervision/ConfiguredSupervisor.cs index 638a9da0..fca26cfc 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Supervision/ConfiguredSupervisor.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Supervision/ConfiguredSupervisor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverride.cs b/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverride.cs index c3d41148..abc7204d 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverride.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverride.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverridePlugin.cs b/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverridePlugin.cs index 68cb8e8d..b12af57a 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverridePlugin.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverridePlugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverridePluginConfiguration.cs b/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverridePluginConfiguration.cs index d1de3d95..27c6292b 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverridePluginConfiguration.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefaultSupervisorOverridePluginConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefinitionValues.cs b/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefinitionValues.cs index 47077823..9eb3f7a6 100644 --- a/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefinitionValues.cs +++ b/src/Vlingo.Xoom.Actors/Plugin/Supervision/DefinitionValues.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PooledCompletes.cs b/src/Vlingo.Xoom.Actors/PooledCompletes.cs index b980d82a..842746c9 100644 --- a/src/Vlingo.Xoom.Actors/PooledCompletes.cs +++ b/src/Vlingo.Xoom.Actors/PooledCompletes.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PrivateRootActor.cs b/src/Vlingo.Xoom.Actors/PrivateRootActor.cs index 31a2761b..32b6e291 100644 --- a/src/Vlingo.Xoom.Actors/PrivateRootActor.cs +++ b/src/Vlingo.Xoom.Actors/PrivateRootActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Properties.cs b/src/Vlingo.Xoom.Actors/Properties.cs index 7e440dd1..db7c98f9 100644 --- a/src/Vlingo.Xoom.Actors/Properties.cs +++ b/src/Vlingo.Xoom.Actors/Properties.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Protocols.cs b/src/Vlingo.Xoom.Actors/Protocols.cs index 646c4875..4ecd50df 100644 --- a/src/Vlingo.Xoom.Actors/Protocols.cs +++ b/src/Vlingo.Xoom.Actors/Protocols.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ProxyGenerator.cs b/src/Vlingo.Xoom.Actors/ProxyGenerator.cs index ade64280..881743b2 100644 --- a/src/Vlingo.Xoom.Actors/ProxyGenerator.cs +++ b/src/Vlingo.Xoom.Actors/ProxyGenerator.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PubSub/AffectedSubscriptions.cs b/src/Vlingo.Xoom.Actors/PubSub/AffectedSubscriptions.cs index b89a6695..ad20baf3 100644 --- a/src/Vlingo.Xoom.Actors/PubSub/AffectedSubscriptions.cs +++ b/src/Vlingo.Xoom.Actors/PubSub/AffectedSubscriptions.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PubSub/Condition.cs b/src/Vlingo.Xoom.Actors/PubSub/Condition.cs index 0c08bf15..548c8276 100644 --- a/src/Vlingo.Xoom.Actors/PubSub/Condition.cs +++ b/src/Vlingo.Xoom.Actors/PubSub/Condition.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PubSub/DefaultPublisher.cs b/src/Vlingo.Xoom.Actors/PubSub/DefaultPublisher.cs index 297dc53f..662d26e7 100644 --- a/src/Vlingo.Xoom.Actors/PubSub/DefaultPublisher.cs +++ b/src/Vlingo.Xoom.Actors/PubSub/DefaultPublisher.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PubSub/IMessage.cs b/src/Vlingo.Xoom.Actors/PubSub/IMessage.cs index a5c73cfc..f516e012 100644 --- a/src/Vlingo.Xoom.Actors/PubSub/IMessage.cs +++ b/src/Vlingo.Xoom.Actors/PubSub/IMessage.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PubSub/IPublisher.cs b/src/Vlingo.Xoom.Actors/PubSub/IPublisher.cs index d2b1a020..e1038c8a 100644 --- a/src/Vlingo.Xoom.Actors/PubSub/IPublisher.cs +++ b/src/Vlingo.Xoom.Actors/PubSub/IPublisher.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PubSub/ISubscriber.cs b/src/Vlingo.Xoom.Actors/PubSub/ISubscriber.cs index 48552245..d481fdf9 100644 --- a/src/Vlingo.Xoom.Actors/PubSub/ISubscriber.cs +++ b/src/Vlingo.Xoom.Actors/PubSub/ISubscriber.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PubSub/Operation.cs b/src/Vlingo.Xoom.Actors/PubSub/Operation.cs index fd84be3d..7a57616d 100644 --- a/src/Vlingo.Xoom.Actors/PubSub/Operation.cs +++ b/src/Vlingo.Xoom.Actors/PubSub/Operation.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PubSub/Subscriptions.cs b/src/Vlingo.Xoom.Actors/PubSub/Subscriptions.cs index 4a3ac1b4..cf53153b 100644 --- a/src/Vlingo.Xoom.Actors/PubSub/Subscriptions.cs +++ b/src/Vlingo.Xoom.Actors/PubSub/Subscriptions.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PubSub/Topic.cs b/src/Vlingo.Xoom.Actors/PubSub/Topic.cs index 15064bc0..b19919a5 100644 --- a/src/Vlingo.Xoom.Actors/PubSub/Topic.cs +++ b/src/Vlingo.Xoom.Actors/PubSub/Topic.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/PublicRootActor.cs b/src/Vlingo.Xoom.Actors/PublicRootActor.cs index 5056bbba..2cf02304 100644 --- a/src/Vlingo.Xoom.Actors/PublicRootActor.cs +++ b/src/Vlingo.Xoom.Actors/PublicRootActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/RandomRouter.cs b/src/Vlingo.Xoom.Actors/RandomRouter.cs index b1103446..161e8aaf 100644 --- a/src/Vlingo.Xoom.Actors/RandomRouter.cs +++ b/src/Vlingo.Xoom.Actors/RandomRouter.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ResultCompletes.cs b/src/Vlingo.Xoom.Actors/ResultCompletes.cs index 56cfe362..2d2bc2d6 100644 --- a/src/Vlingo.Xoom.Actors/ResultCompletes.cs +++ b/src/Vlingo.Xoom.Actors/ResultCompletes.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/ResumingMailbox.cs b/src/Vlingo.Xoom.Actors/ResumingMailbox.cs index ef21e124..43d2494f 100644 --- a/src/Vlingo.Xoom.Actors/ResumingMailbox.cs +++ b/src/Vlingo.Xoom.Actors/ResumingMailbox.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/RoundRobinRouter.cs b/src/Vlingo.Xoom.Actors/RoundRobinRouter.cs index 81e047ba..6a40d769 100644 --- a/src/Vlingo.Xoom.Actors/RoundRobinRouter.cs +++ b/src/Vlingo.Xoom.Actors/RoundRobinRouter.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Routee.cs b/src/Vlingo.Xoom.Actors/Routee.cs index 16d53e17..fbf62b65 100644 --- a/src/Vlingo.Xoom.Actors/Routee.cs +++ b/src/Vlingo.Xoom.Actors/Routee.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Router.cs b/src/Vlingo.Xoom.Actors/Router.cs index d332017f..7281bc53 100644 --- a/src/Vlingo.Xoom.Actors/Router.cs +++ b/src/Vlingo.Xoom.Actors/Router.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/RouterSpecification.cs b/src/Vlingo.Xoom.Actors/RouterSpecification.cs index 8ed3cf65..643702b0 100644 --- a/src/Vlingo.Xoom.Actors/RouterSpecification.cs +++ b/src/Vlingo.Xoom.Actors/RouterSpecification.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Routing.cs b/src/Vlingo.Xoom.Actors/Routing.cs index 9d985ce1..2dd2104d 100644 --- a/src/Vlingo.Xoom.Actors/Routing.cs +++ b/src/Vlingo.Xoom.Actors/Routing.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/SmallestMailboxRouter.cs b/src/Vlingo.Xoom.Actors/SmallestMailboxRouter.cs index e83c9665..7a0c10b2 100644 --- a/src/Vlingo.Xoom.Actors/SmallestMailboxRouter.cs +++ b/src/Vlingo.Xoom.Actors/SmallestMailboxRouter.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Stage.cs b/src/Vlingo.Xoom.Actors/Stage.cs index b2a3fc2d..a799fe62 100644 --- a/src/Vlingo.Xoom.Actors/Stage.cs +++ b/src/Vlingo.Xoom.Actors/Stage.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/StageSupervisedActor.cs b/src/Vlingo.Xoom.Actors/StageSupervisedActor.cs index 536462a8..27d07907 100644 --- a/src/Vlingo.Xoom.Actors/StageSupervisedActor.cs +++ b/src/Vlingo.Xoom.Actors/StageSupervisedActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Startable__Proxy.cs b/src/Vlingo.Xoom.Actors/Startable__Proxy.cs index eb750817..09f68824 100644 --- a/src/Vlingo.Xoom.Actors/Startable__Proxy.cs +++ b/src/Vlingo.Xoom.Actors/Startable__Proxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Stoppable__Proxy.cs b/src/Vlingo.Xoom.Actors/Stoppable__Proxy.cs index c8fc9a8c..d7d9e39f 100644 --- a/src/Vlingo.Xoom.Actors/Stoppable__Proxy.cs +++ b/src/Vlingo.Xoom.Actors/Stoppable__Proxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Stowage.cs b/src/Vlingo.Xoom.Actors/Stowage.cs index c31ead83..2848cb7a 100644 --- a/src/Vlingo.Xoom.Actors/Stowage.cs +++ b/src/Vlingo.Xoom.Actors/Stowage.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/StowedLocalMessage.cs b/src/Vlingo.Xoom.Actors/StowedLocalMessage.cs index c6732e3f..6112bb1f 100644 --- a/src/Vlingo.Xoom.Actors/StowedLocalMessage.cs +++ b/src/Vlingo.Xoom.Actors/StowedLocalMessage.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/SupervisionStrategyConstants.cs b/src/Vlingo.Xoom.Actors/SupervisionStrategyConstants.cs index bf71ff02..e035d082 100644 --- a/src/Vlingo.Xoom.Actors/SupervisionStrategyConstants.cs +++ b/src/Vlingo.Xoom.Actors/SupervisionStrategyConstants.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/Supervisor__Proxy.cs b/src/Vlingo.Xoom.Actors/Supervisor__Proxy.cs index 26d6d7bb..0ae033dd 100644 --- a/src/Vlingo.Xoom.Actors/Supervisor__Proxy.cs +++ b/src/Vlingo.Xoom.Actors/Supervisor__Proxy.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/TaskExtensions.cs b/src/Vlingo.Xoom.Actors/TaskExtensions.cs index 2da72a9b..4eef01b1 100644 --- a/src/Vlingo.Xoom.Actors/TaskExtensions.cs +++ b/src/Vlingo.Xoom.Actors/TaskExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/TestAddressableActor.cs b/src/Vlingo.Xoom.Actors/TestAddressableActor.cs index a53d0130..4a83d5ca 100644 --- a/src/Vlingo.Xoom.Actors/TestAddressableActor.cs +++ b/src/Vlingo.Xoom.Actors/TestAddressableActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/TestKit/AccessSafely.cs b/src/Vlingo.Xoom.Actors/TestKit/AccessSafely.cs index 0c717feb..f51f715e 100644 --- a/src/Vlingo.Xoom.Actors/TestKit/AccessSafely.cs +++ b/src/Vlingo.Xoom.Actors/TestKit/AccessSafely.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/TestKit/ITestStateView.cs b/src/Vlingo.Xoom.Actors/TestKit/ITestStateView.cs index e81991d7..274975ee 100644 --- a/src/Vlingo.Xoom.Actors/TestKit/ITestStateView.cs +++ b/src/Vlingo.Xoom.Actors/TestKit/ITestStateView.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/TestKit/TestActor.cs b/src/Vlingo.Xoom.Actors/TestKit/TestActor.cs index be3e8ab4..a7f40321 100644 --- a/src/Vlingo.Xoom.Actors/TestKit/TestActor.cs +++ b/src/Vlingo.Xoom.Actors/TestKit/TestActor.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/TestKit/TestContext.cs b/src/Vlingo.Xoom.Actors/TestKit/TestContext.cs index 26edc373..6ae2b2d9 100644 --- a/src/Vlingo.Xoom.Actors/TestKit/TestContext.cs +++ b/src/Vlingo.Xoom.Actors/TestKit/TestContext.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/TestKit/TestEnvironment.cs b/src/Vlingo.Xoom.Actors/TestKit/TestEnvironment.cs index a627f481..c3f123ba 100644 --- a/src/Vlingo.Xoom.Actors/TestKit/TestEnvironment.cs +++ b/src/Vlingo.Xoom.Actors/TestKit/TestEnvironment.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/TestKit/TestState.cs b/src/Vlingo.Xoom.Actors/TestKit/TestState.cs index a598619f..86defb13 100644 --- a/src/Vlingo.Xoom.Actors/TestKit/TestState.cs +++ b/src/Vlingo.Xoom.Actors/TestKit/TestState.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/TestKit/TestUntil.cs b/src/Vlingo.Xoom.Actors/TestKit/TestUntil.cs index a75b6e2c..cc17e9b7 100644 --- a/src/Vlingo.Xoom.Actors/TestKit/TestUntil.cs +++ b/src/Vlingo.Xoom.Actors/TestKit/TestUntil.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/TestKit/TestWorld.cs b/src/Vlingo.Xoom.Actors/TestKit/TestWorld.cs index b6003234..c28e5694 100644 --- a/src/Vlingo.Xoom.Actors/TestKit/TestWorld.cs +++ b/src/Vlingo.Xoom.Actors/TestKit/TestWorld.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL diff --git a/src/Vlingo.Xoom.Actors/World.cs b/src/Vlingo.Xoom.Actors/World.cs index 02185f94..20318617 100644 --- a/src/Vlingo.Xoom.Actors/World.cs +++ b/src/Vlingo.Xoom.Actors/World.cs @@ -1,4 +1,4 @@ -// Copyright © 2012-2022 VLINGO LABS. All rights reserved. +// Copyright © 2012-2023 VLINGO LABS. All rights reserved. // // This Source Code Form is subject to the terms of the // Mozilla Public License, v. 2.0. If a copy of the MPL