From e9c43add8a2d0daf395abeafc66547290f72a08e Mon Sep 17 00:00:00 2001 From: Adam Fraser Date: Sun, 1 Jan 2023 08:17:59 -0800 Subject: [PATCH] update copyright --- core/js/src/main/scala/zio/ChunkPlatformSpecific.scala | 2 +- core/js/src/main/scala/zio/ClockPlatformSpecific.scala | 2 +- core/js/src/main/scala/zio/ExecutorPlatformSpecific.scala | 2 +- core/js/src/main/scala/zio/FiberPlatformSpecific.scala | 2 +- core/js/src/main/scala/zio/RuntimePlatformSpecific.scala | 2 +- core/js/src/main/scala/zio/Scheduler.scala | 2 +- core/js/src/main/scala/zio/TaskPlatformSpecific.scala | 2 +- core/js/src/main/scala/zio/ZIOPlatformSpecific.scala | 2 +- core/js/src/main/scala/zio/internal/BoundedHubArb.scala | 2 +- core/js/src/main/scala/zio/internal/BoundedHubPow2.scala | 2 +- core/js/src/main/scala/zio/internal/BoundedHubSingle.scala | 2 +- core/js/src/main/scala/zio/internal/DefaultExecutors.scala | 2 +- .../src/main/scala/zio/internal/OneElementConcurrentQueue.scala | 2 +- core/js/src/main/scala/zio/internal/OneShot.scala | 2 +- core/js/src/main/scala/zio/internal/PlatformSpecific.scala | 2 +- core/js/src/main/scala/zio/internal/RingBuffer.scala | 2 +- core/js/src/main/scala/zio/internal/Sync.scala | 2 +- core/js/src/main/scala/zio/internal/UnboundedHub.scala | 2 +- .../metrics/ConcurrentMetricHooksPlatformSpecific.scala | 2 +- .../src/main/java/zio/internal/MutableQueueFieldsPadding.java | 2 +- core/jvm/src/main/scala/zio/ChunkPlatformSpecific.scala | 2 +- core/jvm/src/main/scala/zio/ClockPlatformSpecific.scala | 2 +- core/jvm/src/main/scala/zio/ExecutorPlatformSpecific.scala | 2 +- core/jvm/src/main/scala/zio/FiberPlatformSpecific.scala | 2 +- core/jvm/src/main/scala/zio/RuntimePlatformSpecific.scala | 2 +- core/jvm/src/main/scala/zio/Scheduler.scala | 2 +- core/jvm/src/main/scala/zio/TaskPlatformSpecific.scala | 2 +- core/jvm/src/main/scala/zio/ZIOPlatformSpecific.scala | 2 +- core/jvm/src/main/scala/zio/ZInputStream.scala | 2 +- core/jvm/src/main/scala/zio/ZOutputStream.scala | 2 +- core/jvm/src/main/scala/zio/internal/BoundedHubArb.scala | 2 +- core/jvm/src/main/scala/zio/internal/BoundedHubPow2.scala | 2 +- core/jvm/src/main/scala/zio/internal/BoundedHubSingle.scala | 2 +- core/jvm/src/main/scala/zio/internal/DefaultExecutors.scala | 2 +- core/jvm/src/main/scala/zio/internal/NamedThreadFactory.scala | 2 +- .../src/main/scala/zio/internal/OneElementConcurrentQueue.scala | 2 +- core/jvm/src/main/scala/zio/internal/OneShot.scala | 2 +- core/jvm/src/main/scala/zio/internal/PlatformSpecific.scala | 2 +- core/jvm/src/main/scala/zio/internal/RingBuffer.scala | 2 +- core/jvm/src/main/scala/zio/internal/Sync.scala | 2 +- core/jvm/src/main/scala/zio/internal/UnboundedHub.scala | 2 +- core/jvm/src/main/scala/zio/internal/ZScheduler.scala | 2 +- .../metrics/ConcurrentMetricHooksPlatformSpecific.scala | 2 +- core/jvm/src/main/scala/zio/interop/javaz.scala | 2 +- core/native/src/main/scala/zio/ChunkPlatformSpecific.scala | 2 +- core/native/src/main/scala/zio/ClockPlatformSpecific.scala | 2 +- core/native/src/main/scala/zio/ExecutorPlatformSpecific.scala | 2 +- core/native/src/main/scala/zio/FiberPlatformSpecific.scala | 2 +- core/native/src/main/scala/zio/RuntimePlatformSpecific.scala | 2 +- core/native/src/main/scala/zio/Scheduler.scala | 2 +- core/native/src/main/scala/zio/TaskPlatformSpecific.scala | 2 +- core/native/src/main/scala/zio/ZIOPlatformSpecific.scala | 2 +- core/native/src/main/scala/zio/internal/BoundedHubArb.scala | 2 +- core/native/src/main/scala/zio/internal/BoundedHubPow2.scala | 2 +- core/native/src/main/scala/zio/internal/BoundedHubSingle.scala | 2 +- core/native/src/main/scala/zio/internal/DefaultExecutors.scala | 2 +- .../src/main/scala/zio/internal/OneElementConcurrentQueue.scala | 2 +- core/native/src/main/scala/zio/internal/OneShot.scala | 2 +- core/native/src/main/scala/zio/internal/PlatformSpecific.scala | 2 +- core/native/src/main/scala/zio/internal/RingBuffer.scala | 2 +- core/native/src/main/scala/zio/internal/Sync.scala | 2 +- core/native/src/main/scala/zio/internal/UnboundedHub.scala | 2 +- .../metrics/ConcurrentMetricHooksPlatformSpecific.scala | 2 +- core/shared/src/main/scala-2.11-2.12/zio/BuildFromCompat.scala | 2 +- core/shared/src/main/scala-2.11-2.12/zio/ChunkBuilder.scala | 2 +- .../shared/src/main/scala-2.11-2.12/zio/ChunkCanBuildFrom.scala | 2 +- core/shared/src/main/scala-2.11-2.12/zio/ChunkFactory.scala | 2 +- core/shared/src/main/scala-2.11-2.12/zio/ChunkLike.scala | 2 +- core/shared/src/main/scala-2.11/zio/=!=.scala | 2 +- core/shared/src/main/scala-2.11/zio/CanFail.scala | 2 +- core/shared/src/main/scala-2.11/zio/FutureTransformCompat.scala | 2 +- .../shared/src/main/scala-2.11/zio/IntersectionTypeCompat.scala | 2 +- core/shared/src/main/scala-2.11/zio/either.scala | 2 +- .../shared/src/main/scala-2.12+/zio/FutureTransformCompat.scala | 2 +- core/shared/src/main/scala-2.12+/zio/either.scala | 2 +- core/shared/src/main/scala-2.12-2.13/zio/=!=.scala | 2 +- core/shared/src/main/scala-2.12-2.13/zio/CanFail.scala | 2 +- .../src/main/scala-2.12-2.13/zio/IntersectionTypeCompat.scala | 2 +- core/shared/src/main/scala-2.13+/zio/BuildFromCompat.scala | 2 +- core/shared/src/main/scala-2.13+/zio/ChunkBuilder.scala | 2 +- core/shared/src/main/scala-2.13+/zio/ChunkFactory.scala | 2 +- core/shared/src/main/scala-2.13+/zio/ChunkLike.scala | 2 +- core/shared/src/main/scala-2/zio/UnsafeVersionSpecific.scala | 2 +- core/shared/src/main/scala-3/zio/=!=.scala | 2 +- core/shared/src/main/scala-3/zio/CanFail.scala | 2 +- core/shared/src/main/scala-3/zio/Experimental.scala | 2 +- core/shared/src/main/scala-3/zio/IntersectionTypeCompat.scala | 2 +- core/shared/src/main/scala-3/zio/UnsafeVersionSpecific.scala | 2 +- core/shared/src/main/scala/zio/Cached.scala | 2 +- core/shared/src/main/scala/zio/CancelableFuture.scala | 2 +- core/shared/src/main/scala/zio/Cause.scala | 2 +- core/shared/src/main/scala/zio/Chunk.scala | 2 +- core/shared/src/main/scala/zio/Clock.scala | 2 +- core/shared/src/main/scala/zio/Config.scala | 2 +- core/shared/src/main/scala/zio/ConfigProvider.scala | 2 +- core/shared/src/main/scala/zio/Console.scala | 2 +- core/shared/src/main/scala/zio/DefaultServices.scala | 2 +- core/shared/src/main/scala/zio/Dequeue.scala | 2 +- core/shared/src/main/scala/zio/Duration.scala | 2 +- core/shared/src/main/scala/zio/Enqueue.scala | 2 +- core/shared/src/main/scala/zio/ExecutionStrategy.scala | 2 +- core/shared/src/main/scala/zio/Executor.scala | 2 +- core/shared/src/main/scala/zio/ExitCode.scala | 2 +- core/shared/src/main/scala/zio/Fiber.scala | 2 +- core/shared/src/main/scala/zio/FiberFailure.scala | 2 +- core/shared/src/main/scala/zio/FiberId.scala | 2 +- core/shared/src/main/scala/zio/FiberRef.scala | 2 +- core/shared/src/main/scala/zio/FiberRefs.scala | 2 +- core/shared/src/main/scala/zio/Hub.scala | 2 +- core/shared/src/main/scala/zio/InterruptStatus.scala | 2 +- core/shared/src/main/scala/zio/LogAnnotation.scala | 2 +- core/shared/src/main/scala/zio/LogLevel.scala | 2 +- core/shared/src/main/scala/zio/LogSpan.scala | 2 +- core/shared/src/main/scala/zio/NonEmptyChunk.scala | 2 +- core/shared/src/main/scala/zio/Promise.scala | 2 +- core/shared/src/main/scala/zio/Queue.scala | 2 +- core/shared/src/main/scala/zio/Random.scala | 2 +- core/shared/src/main/scala/zio/Ref.scala | 2 +- core/shared/src/main/scala/zio/Reloadable.scala | 2 +- core/shared/src/main/scala/zio/Runtime.scala | 2 +- core/shared/src/main/scala/zio/RuntimeFlag.scala | 2 +- core/shared/src/main/scala/zio/RuntimeFlags.scala | 2 +- core/shared/src/main/scala/zio/Schedule.scala | 2 +- core/shared/src/main/scala/zio/Scope.scala | 2 +- core/shared/src/main/scala/zio/ScopedRef.scala | 2 +- core/shared/src/main/scala/zio/Semaphore.scala | 2 +- core/shared/src/main/scala/zio/StackTrace.scala | 2 +- core/shared/src/main/scala/zio/Supervisor.scala | 2 +- core/shared/src/main/scala/zio/System.scala | 2 +- core/shared/src/main/scala/zio/Trace.scala | 2 +- core/shared/src/main/scala/zio/Unsafe.scala | 2 +- core/shared/src/main/scala/zio/VersionSpecific.scala | 2 +- core/shared/src/main/scala/zio/ZEnvironment.scala | 2 +- core/shared/src/main/scala/zio/ZIO.scala | 2 +- core/shared/src/main/scala/zio/ZIOApp.scala | 2 +- core/shared/src/main/scala/zio/ZIOAppArgs.scala | 2 +- core/shared/src/main/scala/zio/ZIOAppDefault.scala | 2 +- core/shared/src/main/scala/zio/ZKeyedPool.scala | 2 +- core/shared/src/main/scala/zio/ZLayer.scala | 2 +- core/shared/src/main/scala/zio/ZPool.scala | 2 +- core/shared/src/main/scala/zio/ZState.scala | 2 +- core/shared/src/main/scala/zio/internal/ExecutionMetrics.scala | 2 +- core/shared/src/main/scala/zio/internal/FastList.scala | 2 +- core/shared/src/main/scala/zio/internal/FiberMessage.scala | 2 +- core/shared/src/main/scala/zio/internal/FiberRenderer.scala | 2 +- core/shared/src/main/scala/zio/internal/FiberRuntime.scala | 2 +- core/shared/src/main/scala/zio/internal/FiberScope.scala | 2 +- core/shared/src/main/scala/zio/internal/Hub.scala | 2 +- .../src/main/scala/zio/internal/MutableConcurrentQueue.scala | 2 +- core/shared/src/main/scala/zio/internal/PinchableArray.scala | 2 +- core/shared/src/main/scala/zio/internal/Platform.scala | 2 +- core/shared/src/main/scala/zio/internal/RingBufferArb.scala | 2 +- core/shared/src/main/scala/zio/internal/RingBufferPow2.scala | 2 +- .../src/main/scala/zio/internal/SingleThreadedRingBuffer.scala | 2 +- core/shared/src/main/scala/zio/internal/Stack.scala | 2 +- core/shared/src/main/scala/zio/internal/StackTraceBuilder.scala | 2 +- core/shared/src/main/scala/zio/internal/UniqueKey.scala | 2 +- core/shared/src/main/scala/zio/internal/impls/LinkedQueue.scala | 2 +- .../shared/src/main/scala/zio/internal/metrics/MetricHook.scala | 2 +- core/shared/src/main/scala/zio/metrics/Metric.scala | 2 +- core/shared/src/main/scala/zio/metrics/MetricClient.scala | 2 +- core/shared/src/main/scala/zio/metrics/MetricKey.scala | 2 +- core/shared/src/main/scala/zio/metrics/MetricKeyType.scala | 2 +- core/shared/src/main/scala/zio/metrics/MetricLabel.scala | 2 +- core/shared/src/main/scala/zio/metrics/MetricPair.scala | 2 +- core/shared/src/main/scala/zio/metrics/MetricState.scala | 2 +- core/shared/src/main/scala/zio/metrics/PollingMetric.scala | 2 +- core/shared/src/main/scala/zio/package.scala | 2 +- core/shared/src/main/scala/zio/stm/STM.scala | 2 +- core/shared/src/main/scala/zio/stm/TArray.scala | 2 +- core/shared/src/main/scala/zio/stm/TDequeue.scala | 2 +- core/shared/src/main/scala/zio/stm/TEnqueue.scala | 2 +- core/shared/src/main/scala/zio/stm/THub.scala | 2 +- core/shared/src/main/scala/zio/stm/TMap.scala | 2 +- core/shared/src/main/scala/zio/stm/TPriorityQueue.scala | 2 +- core/shared/src/main/scala/zio/stm/TPromise.scala | 2 +- core/shared/src/main/scala/zio/stm/TQueue.scala | 2 +- core/shared/src/main/scala/zio/stm/TRandom.scala | 2 +- core/shared/src/main/scala/zio/stm/TReentrantLock.scala | 2 +- core/shared/src/main/scala/zio/stm/TRef.scala | 2 +- core/shared/src/main/scala/zio/stm/TSemaphore.scala | 2 +- core/shared/src/main/scala/zio/stm/TSet.scala | 2 +- core/shared/src/main/scala/zio/stm/ZSTM.scala | 2 +- core/shared/src/main/scala/zio/stm/package.scala | 2 +- .../shared/src/main/scala-2/zio/macros/AccessibleMMMacro.scala | 2 +- .../shared/src/main/scala-2/zio/macros/AccessibleMMacro.scala | 2 +- .../src/main/scala-2/zio/macros/AccessibleMMacroBase.scala | 2 +- macros/shared/src/main/scala-2/zio/macros/AccessibleMacro.scala | 2 +- .../src/main/scala-2/zio/macros/AccessibleMacroBase.scala | 2 +- macros/shared/src/main/scala-2/zio/macros/accessible.scala | 2 +- macros/shared/src/main/scala-2/zio/macros/accessibleM.scala | 2 +- macros/shared/src/main/scala-2/zio/macros/accessibleMM.scala | 2 +- macros/shared/src/main/scala-2/zio/macros/throwing.scala | 2 +- .../main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala | 2 +- .../src/main/scala/zio/managed/ZManagedPlatformSpecific.scala | 2 +- .../main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala | 2 +- .../src/main/scala/zio/managed/ZManagedPlatformSpecific.scala | 2 +- .../main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala | 2 +- .../src/main/scala/zio/managed/ZManagedPlatformSpecific.scala | 2 +- managed/shared/src/main/scala/zio/managed/ZManaged.scala | 2 +- managed/shared/src/main/scala/zio/managed/package.scala | 2 +- .../main/scala-2/zio/internal/stacktracer/SourceLocation.scala | 2 +- .../main/scala-3/zio/internal/stacktracer/SourceLocation.scala | 2 +- streams/js/src/main/scala/zio/stream/platform.scala | 2 +- .../scala/zio/stream/compression/CompressionException.scala | 2 +- .../scala/zio/stream/compression/CompressionParameters.scala | 2 +- streams/jvm/src/main/scala/zio/stream/compression/Deflate.scala | 2 +- .../jvm/src/main/scala/zio/stream/compression/Gunzipper.scala | 2 +- streams/jvm/src/main/scala/zio/stream/compression/Gzipper.scala | 2 +- streams/jvm/src/main/scala/zio/stream/platform.scala | 2 +- streams/native/src/main/scala/zio/stream/platform.scala | 2 +- streams/shared/src/main/scala/zio/stream/SubscriptionRef.scala | 2 +- streams/shared/src/main/scala/zio/stream/Take.scala | 2 +- streams/shared/src/main/scala/zio/stream/ZPipeline.scala | 2 +- streams/shared/src/main/scala/zio/stream/ZSink.scala | 2 +- streams/shared/src/main/scala/zio/stream/ZStream.scala | 2 +- .../src/main/scala/zio/stream/internal/ZInputStream.scala | 2 +- streams/shared/src/main/scala/zio/stream/internal/ZReader.scala | 2 +- streams/shared/src/main/scala/zio/stream/package.scala | 2 +- .../jvm/src/main/scala/zio/test/junit/ZTestJUnitRunner.scala | 2 +- .../src/main/scala-2.12-2.13/zio/test/magnolia/DeriveGen.scala | 2 +- .../shared/src/main/scala-3/zio/test/magnolia/DeriveGen.scala | 2 +- .../src/main/scala/zio/test/refined/BooleanInstances.scala | 2 +- .../shared/src/main/scala/zio/test/refined/CharInstances.scala | 2 +- .../src/main/scala/zio/test/refined/CollectionInstances.scala | 2 +- .../src/main/scala/zio/test/refined/GenericInstances.scala | 2 +- .../src/main/scala/zio/test/refined/NumericInstances.scala | 2 +- .../src/main/scala/zio/test/refined/StringInstances.scala | 2 +- test-refined/shared/src/main/scala/zio/test/refined/all.scala | 2 +- test-sbt/js/src/main/scala/zio/test/sbt/SummaryProtocol.scala | 2 +- test-sbt/js/src/main/scala/zio/test/sbt/ZTestFramework.scala | 2 +- test-sbt/js/src/main/scala/zio/test/sbt/ZTestRunnerJS.scala | 2 +- test-sbt/jvm/src/main/scala/zio/test/sbt/ZTestFramework.scala | 2 +- test-sbt/jvm/src/main/scala/zio/test/sbt/ZTestRunnerJVM.scala | 2 +- .../native/src/main/scala/zio/test/sbt/SummaryProtocol.scala | 2 +- .../native/src/main/scala/zio/test/sbt/ZTestFramework.scala | 2 +- .../native/src/main/scala/zio/test/sbt/ZTestRunnerNative.scala | 2 +- test/js/src/main/scala/zio/test/ConcurrentHashMap.scala | 2 +- test/js/src/main/scala/zio/test/TestClockPlatformSpecific.scala | 2 +- test/js/src/main/scala/zio/test/TestPlatform.scala | 2 +- test/jvm/src/main/scala/zio/test/ConcurrentHashMap.scala | 2 +- .../jvm/src/main/scala/zio/test/TestClockPlatformSpecific.scala | 2 +- test/jvm/src/main/scala/zio/test/TestPlatform.scala | 2 +- test/native/src/main/scala/zio/test/ConcurrentHashMap.scala | 2 +- .../src/main/scala/zio/test/TestClockPlatformSpecific.scala | 2 +- test/native/src/main/scala/zio/test/TestPlatform.scala | 2 +- test/shared/src/main/scala-2.11/zio/test/TestVersion.scala | 2 +- test/shared/src/main/scala-2.12/zio/test/TestVersion.scala | 2 +- test/shared/src/main/scala-2.13/zio/test/TestVersion.scala | 2 +- test/shared/src/main/scala-2/zio/test/AssertionVariants.scala | 2 +- test/shared/src/main/scala-2/zio/test/CompileVariants.scala | 2 +- test/shared/src/main/scala-2/zio/test/Eql.scala | 2 +- test/shared/src/main/scala-2/zio/test/Macros.scala | 2 +- test/shared/src/main/scala-3/zio/test/AssertionVariants.scala | 2 +- test/shared/src/main/scala-3/zio/test/CompileVariants.scala | 2 +- test/shared/src/main/scala-3/zio/test/Macros.scala | 2 +- test/shared/src/main/scala-3/zio/test/TestVersion.scala | 2 +- test/shared/src/main/scala/zio/test/FilteredSpec.scala | 2 +- test/shared/src/main/scala/zio/test/Fun.scala | 2 +- test/shared/src/main/scala/zio/test/FunctionVariants.scala | 2 +- test/shared/src/main/scala/zio/test/Gen.scala | 2 +- test/shared/src/main/scala/zio/test/GenFailureDetails.scala | 2 +- test/shared/src/main/scala/zio/test/GenZIO.scala | 2 +- test/shared/src/main/scala/zio/test/RenderUtils.scala | 2 +- test/shared/src/main/scala/zio/test/Restorable.scala | 2 +- test/shared/src/main/scala/zio/test/Sample.scala | 2 +- test/shared/src/main/scala/zio/test/Spec.scala | 2 +- test/shared/src/main/scala/zio/test/Summary.scala | 2 +- test/shared/src/main/scala/zio/test/SummaryBuilder.scala | 2 +- test/shared/src/main/scala/zio/test/TestAnnotation.scala | 2 +- test/shared/src/main/scala/zio/test/TestAnnotationMap.scala | 2 +- .../shared/src/main/scala/zio/test/TestAnnotationRenderer.scala | 2 +- test/shared/src/main/scala/zio/test/TestArgs.scala | 2 +- test/shared/src/main/scala/zio/test/TestAspect.scala | 2 +- test/shared/src/main/scala/zio/test/TestClock.scala | 2 +- test/shared/src/main/scala/zio/test/TestConfig.scala | 2 +- test/shared/src/main/scala/zio/test/TestConsole.scala | 2 +- test/shared/src/main/scala/zio/test/TestExecutor.scala | 2 +- test/shared/src/main/scala/zio/test/TestFailure.scala | 2 +- test/shared/src/main/scala/zio/test/TestLogger.scala | 2 +- test/shared/src/main/scala/zio/test/TestRandom.scala | 2 +- test/shared/src/main/scala/zio/test/TestRunner.scala | 2 +- test/shared/src/main/scala/zio/test/TestServices.scala | 2 +- test/shared/src/main/scala/zio/test/TestSuccess.scala | 2 +- test/shared/src/main/scala/zio/test/TestSystem.scala | 2 +- test/shared/src/main/scala/zio/test/TestTimeoutException.scala | 2 +- test/shared/src/main/scala/zio/test/TimeVariants.scala | 2 +- test/shared/src/main/scala/zio/test/TimeoutVariants.scala | 2 +- test/shared/src/main/scala/zio/test/ZIOSpec.scala | 2 +- test/shared/src/main/scala/zio/test/ZIOSpecAbstract.scala | 2 +- .../src/main/scala/zio/test/internal/myers/MyersDiff.scala | 2 +- test/shared/src/main/scala/zio/test/laws/GenF.scala | 2 +- test/shared/src/main/scala/zio/test/laws/GenF2.scala | 2 +- test/shared/src/main/scala/zio/test/laws/ZLawful.scala | 2 +- test/shared/src/main/scala/zio/test/laws/ZLawful2.scala | 2 +- test/shared/src/main/scala/zio/test/laws/ZLawfulF.scala | 2 +- test/shared/src/main/scala/zio/test/laws/ZLawfulF2.scala | 2 +- test/shared/src/main/scala/zio/test/laws/ZLaws.scala | 2 +- test/shared/src/main/scala/zio/test/laws/ZLaws2.scala | 2 +- test/shared/src/main/scala/zio/test/laws/ZLawsF.scala | 2 +- test/shared/src/main/scala/zio/test/laws/ZLawsF2.scala | 2 +- test/shared/src/main/scala/zio/test/laws/package.scala | 2 +- test/shared/src/main/scala/zio/test/package.scala | 2 +- .../shared/src/main/scala/zio/test/poly/GenFractionalPoly.scala | 2 +- test/shared/src/main/scala/zio/test/poly/GenIntegralPoly.scala | 2 +- test/shared/src/main/scala/zio/test/poly/GenNumericPoly.scala | 2 +- test/shared/src/main/scala/zio/test/poly/GenOrderingPoly.scala | 2 +- test/shared/src/main/scala/zio/test/poly/GenPoly.scala | 2 +- .../shared/src/main/scala/zio/test/render/ConsoleRenderer.scala | 2 +- .../shared/src/main/scala/zio/test/render/ExecutionResult.scala | 2 +- test/shared/src/main/scala/zio/test/render/LogLine.scala | 2 +- test/shared/src/main/scala/zio/test/render/TestRenderer.scala | 2 +- test/shared/src/main/scala/zio/test/render/package.scala | 2 +- 313 files changed, 313 insertions(+), 313 deletions(-) diff --git a/core/js/src/main/scala/zio/ChunkPlatformSpecific.scala b/core/js/src/main/scala/zio/ChunkPlatformSpecific.scala index b6c7f4bc5b9b..1c7155313343 100644 --- a/core/js/src/main/scala/zio/ChunkPlatformSpecific.scala +++ b/core/js/src/main/scala/zio/ChunkPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/ClockPlatformSpecific.scala b/core/js/src/main/scala/zio/ClockPlatformSpecific.scala index b4fafe888afa..7d9c0cd43261 100644 --- a/core/js/src/main/scala/zio/ClockPlatformSpecific.scala +++ b/core/js/src/main/scala/zio/ClockPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/ExecutorPlatformSpecific.scala b/core/js/src/main/scala/zio/ExecutorPlatformSpecific.scala index 11340f40e82b..71d932b2d76e 100644 --- a/core/js/src/main/scala/zio/ExecutorPlatformSpecific.scala +++ b/core/js/src/main/scala/zio/ExecutorPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/FiberPlatformSpecific.scala b/core/js/src/main/scala/zio/FiberPlatformSpecific.scala index 73b2a90dbe45..8109cd1a8afb 100644 --- a/core/js/src/main/scala/zio/FiberPlatformSpecific.scala +++ b/core/js/src/main/scala/zio/FiberPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/RuntimePlatformSpecific.scala b/core/js/src/main/scala/zio/RuntimePlatformSpecific.scala index 847bddcc0019..2aa2cca6de0b 100644 --- a/core/js/src/main/scala/zio/RuntimePlatformSpecific.scala +++ b/core/js/src/main/scala/zio/RuntimePlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/Scheduler.scala b/core/js/src/main/scala/zio/Scheduler.scala index ff7c3faf2a89..5fe755f48b32 100644 --- a/core/js/src/main/scala/zio/Scheduler.scala +++ b/core/js/src/main/scala/zio/Scheduler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/TaskPlatformSpecific.scala b/core/js/src/main/scala/zio/TaskPlatformSpecific.scala index 72dcc33c4ead..a306c2374f36 100644 --- a/core/js/src/main/scala/zio/TaskPlatformSpecific.scala +++ b/core/js/src/main/scala/zio/TaskPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/ZIOPlatformSpecific.scala b/core/js/src/main/scala/zio/ZIOPlatformSpecific.scala index 4a10df36ca41..568df1a12b48 100644 --- a/core/js/src/main/scala/zio/ZIOPlatformSpecific.scala +++ b/core/js/src/main/scala/zio/ZIOPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/internal/BoundedHubArb.scala b/core/js/src/main/scala/zio/internal/BoundedHubArb.scala index b02065f0bb11..f07e391fd264 100644 --- a/core/js/src/main/scala/zio/internal/BoundedHubArb.scala +++ b/core/js/src/main/scala/zio/internal/BoundedHubArb.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/internal/BoundedHubPow2.scala b/core/js/src/main/scala/zio/internal/BoundedHubPow2.scala index 43d3f6aa7a01..25f895cc49e4 100644 --- a/core/js/src/main/scala/zio/internal/BoundedHubPow2.scala +++ b/core/js/src/main/scala/zio/internal/BoundedHubPow2.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/internal/BoundedHubSingle.scala b/core/js/src/main/scala/zio/internal/BoundedHubSingle.scala index f36f8036c480..2d48c7adefec 100644 --- a/core/js/src/main/scala/zio/internal/BoundedHubSingle.scala +++ b/core/js/src/main/scala/zio/internal/BoundedHubSingle.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/internal/DefaultExecutors.scala b/core/js/src/main/scala/zio/internal/DefaultExecutors.scala index bc092f5b4682..eabe0fdcd85d 100644 --- a/core/js/src/main/scala/zio/internal/DefaultExecutors.scala +++ b/core/js/src/main/scala/zio/internal/DefaultExecutors.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/internal/OneElementConcurrentQueue.scala b/core/js/src/main/scala/zio/internal/OneElementConcurrentQueue.scala index fadc5b4cfdcd..19b1d7f11392 100644 --- a/core/js/src/main/scala/zio/internal/OneElementConcurrentQueue.scala +++ b/core/js/src/main/scala/zio/internal/OneElementConcurrentQueue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/internal/OneShot.scala b/core/js/src/main/scala/zio/internal/OneShot.scala index 0400a9b5a4ec..fcd8a37fc0fb 100644 --- a/core/js/src/main/scala/zio/internal/OneShot.scala +++ b/core/js/src/main/scala/zio/internal/OneShot.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/internal/PlatformSpecific.scala b/core/js/src/main/scala/zio/internal/PlatformSpecific.scala index 8f56679e0758..cfdce1ecceaa 100644 --- a/core/js/src/main/scala/zio/internal/PlatformSpecific.scala +++ b/core/js/src/main/scala/zio/internal/PlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/internal/RingBuffer.scala b/core/js/src/main/scala/zio/internal/RingBuffer.scala index ea4403ca898e..1a02a028fd77 100644 --- a/core/js/src/main/scala/zio/internal/RingBuffer.scala +++ b/core/js/src/main/scala/zio/internal/RingBuffer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/internal/Sync.scala b/core/js/src/main/scala/zio/internal/Sync.scala index 58695b5398a4..d7a5819b875a 100644 --- a/core/js/src/main/scala/zio/internal/Sync.scala +++ b/core/js/src/main/scala/zio/internal/Sync.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/internal/UnboundedHub.scala b/core/js/src/main/scala/zio/internal/UnboundedHub.scala index d5c9c8bbd3e5..cc66ca33c0b7 100644 --- a/core/js/src/main/scala/zio/internal/UnboundedHub.scala +++ b/core/js/src/main/scala/zio/internal/UnboundedHub.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/js/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala b/core/js/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala index 78bb14dcde33..6845aa519a23 100644 --- a/core/js/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala +++ b/core/js/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/java/zio/internal/MutableQueueFieldsPadding.java b/core/jvm/src/main/java/zio/internal/MutableQueueFieldsPadding.java index a7031d509926..710556150f36 100644 --- a/core/jvm/src/main/java/zio/internal/MutableQueueFieldsPadding.java +++ b/core/jvm/src/main/java/zio/internal/MutableQueueFieldsPadding.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/ChunkPlatformSpecific.scala b/core/jvm/src/main/scala/zio/ChunkPlatformSpecific.scala index f312a4c7b0ea..264674b2feab 100644 --- a/core/jvm/src/main/scala/zio/ChunkPlatformSpecific.scala +++ b/core/jvm/src/main/scala/zio/ChunkPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/ClockPlatformSpecific.scala b/core/jvm/src/main/scala/zio/ClockPlatformSpecific.scala index 78a69b7f2ba1..fb236bda9181 100644 --- a/core/jvm/src/main/scala/zio/ClockPlatformSpecific.scala +++ b/core/jvm/src/main/scala/zio/ClockPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/ExecutorPlatformSpecific.scala b/core/jvm/src/main/scala/zio/ExecutorPlatformSpecific.scala index 47cf6d8aaa6a..fb9d6be71b0c 100644 --- a/core/jvm/src/main/scala/zio/ExecutorPlatformSpecific.scala +++ b/core/jvm/src/main/scala/zio/ExecutorPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/FiberPlatformSpecific.scala b/core/jvm/src/main/scala/zio/FiberPlatformSpecific.scala index 4d449faba6b3..9f029aecd591 100644 --- a/core/jvm/src/main/scala/zio/FiberPlatformSpecific.scala +++ b/core/jvm/src/main/scala/zio/FiberPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/RuntimePlatformSpecific.scala b/core/jvm/src/main/scala/zio/RuntimePlatformSpecific.scala index 4c0684fe2417..6dfa777cd2fd 100644 --- a/core/jvm/src/main/scala/zio/RuntimePlatformSpecific.scala +++ b/core/jvm/src/main/scala/zio/RuntimePlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/Scheduler.scala b/core/jvm/src/main/scala/zio/Scheduler.scala index 7c419de58b77..7ef242a021b7 100644 --- a/core/jvm/src/main/scala/zio/Scheduler.scala +++ b/core/jvm/src/main/scala/zio/Scheduler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/TaskPlatformSpecific.scala b/core/jvm/src/main/scala/zio/TaskPlatformSpecific.scala index cb4e479d74f4..812f03684087 100644 --- a/core/jvm/src/main/scala/zio/TaskPlatformSpecific.scala +++ b/core/jvm/src/main/scala/zio/TaskPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/ZIOPlatformSpecific.scala b/core/jvm/src/main/scala/zio/ZIOPlatformSpecific.scala index 608896fac4c5..a1fb8c7b3062 100644 --- a/core/jvm/src/main/scala/zio/ZIOPlatformSpecific.scala +++ b/core/jvm/src/main/scala/zio/ZIOPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/ZInputStream.scala b/core/jvm/src/main/scala/zio/ZInputStream.scala index e7cac25641be..85579a2e4ce7 100644 --- a/core/jvm/src/main/scala/zio/ZInputStream.scala +++ b/core/jvm/src/main/scala/zio/ZInputStream.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/ZOutputStream.scala b/core/jvm/src/main/scala/zio/ZOutputStream.scala index d1b1e7e60a6d..7dc7b3d2327c 100644 --- a/core/jvm/src/main/scala/zio/ZOutputStream.scala +++ b/core/jvm/src/main/scala/zio/ZOutputStream.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/BoundedHubArb.scala b/core/jvm/src/main/scala/zio/internal/BoundedHubArb.scala index ff26f6c87dd6..68f553b60dc9 100644 --- a/core/jvm/src/main/scala/zio/internal/BoundedHubArb.scala +++ b/core/jvm/src/main/scala/zio/internal/BoundedHubArb.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/BoundedHubPow2.scala b/core/jvm/src/main/scala/zio/internal/BoundedHubPow2.scala index c062c52ab175..63e364430d26 100644 --- a/core/jvm/src/main/scala/zio/internal/BoundedHubPow2.scala +++ b/core/jvm/src/main/scala/zio/internal/BoundedHubPow2.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/BoundedHubSingle.scala b/core/jvm/src/main/scala/zio/internal/BoundedHubSingle.scala index 0fb56056b415..3378d137ab81 100644 --- a/core/jvm/src/main/scala/zio/internal/BoundedHubSingle.scala +++ b/core/jvm/src/main/scala/zio/internal/BoundedHubSingle.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/DefaultExecutors.scala b/core/jvm/src/main/scala/zio/internal/DefaultExecutors.scala index 3fd8959fc40a..3361408d3555 100644 --- a/core/jvm/src/main/scala/zio/internal/DefaultExecutors.scala +++ b/core/jvm/src/main/scala/zio/internal/DefaultExecutors.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/NamedThreadFactory.scala b/core/jvm/src/main/scala/zio/internal/NamedThreadFactory.scala index 3a2ed0bbc339..36b7da6da841 100644 --- a/core/jvm/src/main/scala/zio/internal/NamedThreadFactory.scala +++ b/core/jvm/src/main/scala/zio/internal/NamedThreadFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/OneElementConcurrentQueue.scala b/core/jvm/src/main/scala/zio/internal/OneElementConcurrentQueue.scala index e8af08f2debf..32219fd38c67 100644 --- a/core/jvm/src/main/scala/zio/internal/OneElementConcurrentQueue.scala +++ b/core/jvm/src/main/scala/zio/internal/OneElementConcurrentQueue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/OneShot.scala b/core/jvm/src/main/scala/zio/internal/OneShot.scala index 354afaba9f32..2d24dc240216 100644 --- a/core/jvm/src/main/scala/zio/internal/OneShot.scala +++ b/core/jvm/src/main/scala/zio/internal/OneShot.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/PlatformSpecific.scala b/core/jvm/src/main/scala/zio/internal/PlatformSpecific.scala index c2aa1a886c2a..f7ac7a5b41c9 100644 --- a/core/jvm/src/main/scala/zio/internal/PlatformSpecific.scala +++ b/core/jvm/src/main/scala/zio/internal/PlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/RingBuffer.scala b/core/jvm/src/main/scala/zio/internal/RingBuffer.scala index 4e14577f2a02..0bc9bfb4c4bb 100644 --- a/core/jvm/src/main/scala/zio/internal/RingBuffer.scala +++ b/core/jvm/src/main/scala/zio/internal/RingBuffer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/Sync.scala b/core/jvm/src/main/scala/zio/internal/Sync.scala index 7677b3133221..6ea24600677c 100644 --- a/core/jvm/src/main/scala/zio/internal/Sync.scala +++ b/core/jvm/src/main/scala/zio/internal/Sync.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/UnboundedHub.scala b/core/jvm/src/main/scala/zio/internal/UnboundedHub.scala index 3631a804716b..6ccf3ecd558a 100644 --- a/core/jvm/src/main/scala/zio/internal/UnboundedHub.scala +++ b/core/jvm/src/main/scala/zio/internal/UnboundedHub.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/ZScheduler.scala b/core/jvm/src/main/scala/zio/internal/ZScheduler.scala index 1f36bbc5ef14..ea812c76fed2 100644 --- a/core/jvm/src/main/scala/zio/internal/ZScheduler.scala +++ b/core/jvm/src/main/scala/zio/internal/ZScheduler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala b/core/jvm/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala index b8bf84321d78..e62502ce76f4 100644 --- a/core/jvm/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala +++ b/core/jvm/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/jvm/src/main/scala/zio/interop/javaz.scala b/core/jvm/src/main/scala/zio/interop/javaz.scala index b34a1ea3838c..228d8a36ba2a 100644 --- a/core/jvm/src/main/scala/zio/interop/javaz.scala +++ b/core/jvm/src/main/scala/zio/interop/javaz.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/ChunkPlatformSpecific.scala b/core/native/src/main/scala/zio/ChunkPlatformSpecific.scala index b6c7f4bc5b9b..1c7155313343 100644 --- a/core/native/src/main/scala/zio/ChunkPlatformSpecific.scala +++ b/core/native/src/main/scala/zio/ChunkPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/ClockPlatformSpecific.scala b/core/native/src/main/scala/zio/ClockPlatformSpecific.scala index 006c03c33884..02dde457eaf1 100644 --- a/core/native/src/main/scala/zio/ClockPlatformSpecific.scala +++ b/core/native/src/main/scala/zio/ClockPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/ExecutorPlatformSpecific.scala b/core/native/src/main/scala/zio/ExecutorPlatformSpecific.scala index 11340f40e82b..71d932b2d76e 100644 --- a/core/native/src/main/scala/zio/ExecutorPlatformSpecific.scala +++ b/core/native/src/main/scala/zio/ExecutorPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/FiberPlatformSpecific.scala b/core/native/src/main/scala/zio/FiberPlatformSpecific.scala index 73b2a90dbe45..8109cd1a8afb 100644 --- a/core/native/src/main/scala/zio/FiberPlatformSpecific.scala +++ b/core/native/src/main/scala/zio/FiberPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/RuntimePlatformSpecific.scala b/core/native/src/main/scala/zio/RuntimePlatformSpecific.scala index 69360b1fba02..4e94179fe1e9 100644 --- a/core/native/src/main/scala/zio/RuntimePlatformSpecific.scala +++ b/core/native/src/main/scala/zio/RuntimePlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/Scheduler.scala b/core/native/src/main/scala/zio/Scheduler.scala index ff7c3faf2a89..5fe755f48b32 100644 --- a/core/native/src/main/scala/zio/Scheduler.scala +++ b/core/native/src/main/scala/zio/Scheduler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/TaskPlatformSpecific.scala b/core/native/src/main/scala/zio/TaskPlatformSpecific.scala index 7b35a73bbfda..b9d21e97c786 100644 --- a/core/native/src/main/scala/zio/TaskPlatformSpecific.scala +++ b/core/native/src/main/scala/zio/TaskPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/ZIOPlatformSpecific.scala b/core/native/src/main/scala/zio/ZIOPlatformSpecific.scala index b356f7df172f..128a37f50556 100644 --- a/core/native/src/main/scala/zio/ZIOPlatformSpecific.scala +++ b/core/native/src/main/scala/zio/ZIOPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/internal/BoundedHubArb.scala b/core/native/src/main/scala/zio/internal/BoundedHubArb.scala index b02065f0bb11..f07e391fd264 100644 --- a/core/native/src/main/scala/zio/internal/BoundedHubArb.scala +++ b/core/native/src/main/scala/zio/internal/BoundedHubArb.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/internal/BoundedHubPow2.scala b/core/native/src/main/scala/zio/internal/BoundedHubPow2.scala index 43d3f6aa7a01..25f895cc49e4 100644 --- a/core/native/src/main/scala/zio/internal/BoundedHubPow2.scala +++ b/core/native/src/main/scala/zio/internal/BoundedHubPow2.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/internal/BoundedHubSingle.scala b/core/native/src/main/scala/zio/internal/BoundedHubSingle.scala index f36f8036c480..2d48c7adefec 100644 --- a/core/native/src/main/scala/zio/internal/BoundedHubSingle.scala +++ b/core/native/src/main/scala/zio/internal/BoundedHubSingle.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/internal/DefaultExecutors.scala b/core/native/src/main/scala/zio/internal/DefaultExecutors.scala index 4a441a285df9..69fadaf43ec6 100644 --- a/core/native/src/main/scala/zio/internal/DefaultExecutors.scala +++ b/core/native/src/main/scala/zio/internal/DefaultExecutors.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/internal/OneElementConcurrentQueue.scala b/core/native/src/main/scala/zio/internal/OneElementConcurrentQueue.scala index fadc5b4cfdcd..19b1d7f11392 100644 --- a/core/native/src/main/scala/zio/internal/OneElementConcurrentQueue.scala +++ b/core/native/src/main/scala/zio/internal/OneElementConcurrentQueue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/internal/OneShot.scala b/core/native/src/main/scala/zio/internal/OneShot.scala index 3c57b46b8775..499bc5494b62 100644 --- a/core/native/src/main/scala/zio/internal/OneShot.scala +++ b/core/native/src/main/scala/zio/internal/OneShot.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/internal/PlatformSpecific.scala b/core/native/src/main/scala/zio/internal/PlatformSpecific.scala index efe456cf2a76..2891d9a2ecd3 100644 --- a/core/native/src/main/scala/zio/internal/PlatformSpecific.scala +++ b/core/native/src/main/scala/zio/internal/PlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/internal/RingBuffer.scala b/core/native/src/main/scala/zio/internal/RingBuffer.scala index ea4403ca898e..1a02a028fd77 100644 --- a/core/native/src/main/scala/zio/internal/RingBuffer.scala +++ b/core/native/src/main/scala/zio/internal/RingBuffer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/internal/Sync.scala b/core/native/src/main/scala/zio/internal/Sync.scala index 2e71747a0a73..18d00c83adc2 100644 --- a/core/native/src/main/scala/zio/internal/Sync.scala +++ b/core/native/src/main/scala/zio/internal/Sync.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/internal/UnboundedHub.scala b/core/native/src/main/scala/zio/internal/UnboundedHub.scala index d5c9c8bbd3e5..cc66ca33c0b7 100644 --- a/core/native/src/main/scala/zio/internal/UnboundedHub.scala +++ b/core/native/src/main/scala/zio/internal/UnboundedHub.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/native/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala b/core/native/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala index eb14bd5a25a1..d8618975d6a3 100644 --- a/core/native/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala +++ b/core/native/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.11-2.12/zio/BuildFromCompat.scala b/core/shared/src/main/scala-2.11-2.12/zio/BuildFromCompat.scala index 8444f01140dc..b52340186f15 100644 --- a/core/shared/src/main/scala-2.11-2.12/zio/BuildFromCompat.scala +++ b/core/shared/src/main/scala-2.11-2.12/zio/BuildFromCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.11-2.12/zio/ChunkBuilder.scala b/core/shared/src/main/scala-2.11-2.12/zio/ChunkBuilder.scala index 8b7226b4eec6..1f21e6f8a762 100644 --- a/core/shared/src/main/scala-2.11-2.12/zio/ChunkBuilder.scala +++ b/core/shared/src/main/scala-2.11-2.12/zio/ChunkBuilder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.11-2.12/zio/ChunkCanBuildFrom.scala b/core/shared/src/main/scala-2.11-2.12/zio/ChunkCanBuildFrom.scala index 25966d6389d1..f6a76236b6e3 100644 --- a/core/shared/src/main/scala-2.11-2.12/zio/ChunkCanBuildFrom.scala +++ b/core/shared/src/main/scala-2.11-2.12/zio/ChunkCanBuildFrom.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.11-2.12/zio/ChunkFactory.scala b/core/shared/src/main/scala-2.11-2.12/zio/ChunkFactory.scala index e09d07ada603..5f563a2556d9 100644 --- a/core/shared/src/main/scala-2.11-2.12/zio/ChunkFactory.scala +++ b/core/shared/src/main/scala-2.11-2.12/zio/ChunkFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.11-2.12/zio/ChunkLike.scala b/core/shared/src/main/scala-2.11-2.12/zio/ChunkLike.scala index 306b67c00c68..4e763db33b59 100644 --- a/core/shared/src/main/scala-2.11-2.12/zio/ChunkLike.scala +++ b/core/shared/src/main/scala-2.11-2.12/zio/ChunkLike.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.11/zio/=!=.scala b/core/shared/src/main/scala-2.11/zio/=!=.scala index bbd143f0c45e..a7b90f5782ae 100644 --- a/core/shared/src/main/scala-2.11/zio/=!=.scala +++ b/core/shared/src/main/scala-2.11/zio/=!=.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * Copyright 2013-2021 Miles Sabin * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/shared/src/main/scala-2.11/zio/CanFail.scala b/core/shared/src/main/scala-2.11/zio/CanFail.scala index 05dfe6e64795..7bb313c14149 100644 --- a/core/shared/src/main/scala-2.11/zio/CanFail.scala +++ b/core/shared/src/main/scala-2.11/zio/CanFail.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.11/zio/FutureTransformCompat.scala b/core/shared/src/main/scala-2.11/zio/FutureTransformCompat.scala index 7938f3429ad8..5ec3e1a508fe 100644 --- a/core/shared/src/main/scala-2.11/zio/FutureTransformCompat.scala +++ b/core/shared/src/main/scala-2.11/zio/FutureTransformCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.11/zio/IntersectionTypeCompat.scala b/core/shared/src/main/scala-2.11/zio/IntersectionTypeCompat.scala index 06aa8e9a876e..d61c7a0c134c 100644 --- a/core/shared/src/main/scala-2.11/zio/IntersectionTypeCompat.scala +++ b/core/shared/src/main/scala-2.11/zio/IntersectionTypeCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.11/zio/either.scala b/core/shared/src/main/scala-2.11/zio/either.scala index 7bdb245c9d61..afe1f0866561 100644 --- a/core/shared/src/main/scala-2.11/zio/either.scala +++ b/core/shared/src/main/scala-2.11/zio/either.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.12+/zio/FutureTransformCompat.scala b/core/shared/src/main/scala-2.12+/zio/FutureTransformCompat.scala index d072c3e84009..ee9998a97fba 100644 --- a/core/shared/src/main/scala-2.12+/zio/FutureTransformCompat.scala +++ b/core/shared/src/main/scala-2.12+/zio/FutureTransformCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.12+/zio/either.scala b/core/shared/src/main/scala-2.12+/zio/either.scala index ac6580278dca..5817f1dd12b3 100644 --- a/core/shared/src/main/scala-2.12+/zio/either.scala +++ b/core/shared/src/main/scala-2.12+/zio/either.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.12-2.13/zio/=!=.scala b/core/shared/src/main/scala-2.12-2.13/zio/=!=.scala index 9978031fd786..1edad756763a 100644 --- a/core/shared/src/main/scala-2.12-2.13/zio/=!=.scala +++ b/core/shared/src/main/scala-2.12-2.13/zio/=!=.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * Copyright 2013-2021 Miles Sabin * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/shared/src/main/scala-2.12-2.13/zio/CanFail.scala b/core/shared/src/main/scala-2.12-2.13/zio/CanFail.scala index 02bd4df21079..27580de6fc64 100644 --- a/core/shared/src/main/scala-2.12-2.13/zio/CanFail.scala +++ b/core/shared/src/main/scala-2.12-2.13/zio/CanFail.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.12-2.13/zio/IntersectionTypeCompat.scala b/core/shared/src/main/scala-2.12-2.13/zio/IntersectionTypeCompat.scala index 06aa8e9a876e..d61c7a0c134c 100644 --- a/core/shared/src/main/scala-2.12-2.13/zio/IntersectionTypeCompat.scala +++ b/core/shared/src/main/scala-2.12-2.13/zio/IntersectionTypeCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.13+/zio/BuildFromCompat.scala b/core/shared/src/main/scala-2.13+/zio/BuildFromCompat.scala index 9f3b70a38128..0ed47116c908 100644 --- a/core/shared/src/main/scala-2.13+/zio/BuildFromCompat.scala +++ b/core/shared/src/main/scala-2.13+/zio/BuildFromCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.13+/zio/ChunkBuilder.scala b/core/shared/src/main/scala-2.13+/zio/ChunkBuilder.scala index 6a9b7e270a0c..476f54296839 100644 --- a/core/shared/src/main/scala-2.13+/zio/ChunkBuilder.scala +++ b/core/shared/src/main/scala-2.13+/zio/ChunkBuilder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.13+/zio/ChunkFactory.scala b/core/shared/src/main/scala-2.13+/zio/ChunkFactory.scala index b83af33248a4..bd6628518d59 100644 --- a/core/shared/src/main/scala-2.13+/zio/ChunkFactory.scala +++ b/core/shared/src/main/scala-2.13+/zio/ChunkFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2.13+/zio/ChunkLike.scala b/core/shared/src/main/scala-2.13+/zio/ChunkLike.scala index 762dd4c5978e..cb6c749520c3 100644 --- a/core/shared/src/main/scala-2.13+/zio/ChunkLike.scala +++ b/core/shared/src/main/scala-2.13+/zio/ChunkLike.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-2/zio/UnsafeVersionSpecific.scala b/core/shared/src/main/scala-2/zio/UnsafeVersionSpecific.scala index ca430e7cb93e..92889608a6d3 100644 --- a/core/shared/src/main/scala-2/zio/UnsafeVersionSpecific.scala +++ b/core/shared/src/main/scala-2/zio/UnsafeVersionSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-3/zio/=!=.scala b/core/shared/src/main/scala-3/zio/=!=.scala index bd4ecabf3a04..ad215c08ae85 100644 --- a/core/shared/src/main/scala-3/zio/=!=.scala +++ b/core/shared/src/main/scala-3/zio/=!=.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-3/zio/CanFail.scala b/core/shared/src/main/scala-3/zio/CanFail.scala index 794741e5589a..d1576631311e 100644 --- a/core/shared/src/main/scala-3/zio/CanFail.scala +++ b/core/shared/src/main/scala-3/zio/CanFail.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-3/zio/Experimental.scala b/core/shared/src/main/scala-3/zio/Experimental.scala index 5e55cea90867..9b1d84718d41 100644 --- a/core/shared/src/main/scala-3/zio/Experimental.scala +++ b/core/shared/src/main/scala-3/zio/Experimental.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-3/zio/IntersectionTypeCompat.scala b/core/shared/src/main/scala-3/zio/IntersectionTypeCompat.scala index aeadd0570568..2af795d82457 100644 --- a/core/shared/src/main/scala-3/zio/IntersectionTypeCompat.scala +++ b/core/shared/src/main/scala-3/zio/IntersectionTypeCompat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala-3/zio/UnsafeVersionSpecific.scala b/core/shared/src/main/scala-3/zio/UnsafeVersionSpecific.scala index 01d068d98ccd..4157dca6cb6e 100644 --- a/core/shared/src/main/scala-3/zio/UnsafeVersionSpecific.scala +++ b/core/shared/src/main/scala-3/zio/UnsafeVersionSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Cached.scala b/core/shared/src/main/scala/zio/Cached.scala index 807b3d873fe0..35b2384dd662 100644 --- a/core/shared/src/main/scala/zio/Cached.scala +++ b/core/shared/src/main/scala/zio/Cached.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/CancelableFuture.scala b/core/shared/src/main/scala/zio/CancelableFuture.scala index 6cdb700cc1d1..1aceda2c7699 100644 --- a/core/shared/src/main/scala/zio/CancelableFuture.scala +++ b/core/shared/src/main/scala/zio/CancelableFuture.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Cause.scala b/core/shared/src/main/scala/zio/Cause.scala index 41908c6ee0a6..7fee57548e8d 100644 --- a/core/shared/src/main/scala/zio/Cause.scala +++ b/core/shared/src/main/scala/zio/Cause.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Chunk.scala b/core/shared/src/main/scala/zio/Chunk.scala index cf3148d6de6f..50e2fe89fbf9 100644 --- a/core/shared/src/main/scala/zio/Chunk.scala +++ b/core/shared/src/main/scala/zio/Chunk.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Clock.scala b/core/shared/src/main/scala/zio/Clock.scala index 426f084ba370..796e9849052f 100644 --- a/core/shared/src/main/scala/zio/Clock.scala +++ b/core/shared/src/main/scala/zio/Clock.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Config.scala b/core/shared/src/main/scala/zio/Config.scala index 8752c033809d..21a1ed2ce224 100644 --- a/core/shared/src/main/scala/zio/Config.scala +++ b/core/shared/src/main/scala/zio/Config.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ConfigProvider.scala b/core/shared/src/main/scala/zio/ConfigProvider.scala index f91044dbeb3a..d45f711f427b 100644 --- a/core/shared/src/main/scala/zio/ConfigProvider.scala +++ b/core/shared/src/main/scala/zio/ConfigProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Console.scala b/core/shared/src/main/scala/zio/Console.scala index 70972f83cebc..b0bd18f987e1 100644 --- a/core/shared/src/main/scala/zio/Console.scala +++ b/core/shared/src/main/scala/zio/Console.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/DefaultServices.scala b/core/shared/src/main/scala/zio/DefaultServices.scala index 6b01f270dc8c..d589d3f589e1 100644 --- a/core/shared/src/main/scala/zio/DefaultServices.scala +++ b/core/shared/src/main/scala/zio/DefaultServices.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Dequeue.scala b/core/shared/src/main/scala/zio/Dequeue.scala index 6c700a694c2e..58167ff77277 100644 --- a/core/shared/src/main/scala/zio/Dequeue.scala +++ b/core/shared/src/main/scala/zio/Dequeue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Duration.scala b/core/shared/src/main/scala/zio/Duration.scala index 0f2f77c92d14..e31cfea21357 100644 --- a/core/shared/src/main/scala/zio/Duration.scala +++ b/core/shared/src/main/scala/zio/Duration.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Enqueue.scala b/core/shared/src/main/scala/zio/Enqueue.scala index c7a91ef76eb4..380cbebdaed1 100644 --- a/core/shared/src/main/scala/zio/Enqueue.scala +++ b/core/shared/src/main/scala/zio/Enqueue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ExecutionStrategy.scala b/core/shared/src/main/scala/zio/ExecutionStrategy.scala index 7be17ea82183..aa84a4183e5a 100644 --- a/core/shared/src/main/scala/zio/ExecutionStrategy.scala +++ b/core/shared/src/main/scala/zio/ExecutionStrategy.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Executor.scala b/core/shared/src/main/scala/zio/Executor.scala index 14286b333b3e..cc3fdd8be05f 100644 --- a/core/shared/src/main/scala/zio/Executor.scala +++ b/core/shared/src/main/scala/zio/Executor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ExitCode.scala b/core/shared/src/main/scala/zio/ExitCode.scala index 008e3335882f..3243663b486b 100644 --- a/core/shared/src/main/scala/zio/ExitCode.scala +++ b/core/shared/src/main/scala/zio/ExitCode.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Fiber.scala b/core/shared/src/main/scala/zio/Fiber.scala index 811385c2524b..9683da1702a7 100644 --- a/core/shared/src/main/scala/zio/Fiber.scala +++ b/core/shared/src/main/scala/zio/Fiber.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/FiberFailure.scala b/core/shared/src/main/scala/zio/FiberFailure.scala index f8567fc9d651..6fcb83b4957a 100644 --- a/core/shared/src/main/scala/zio/FiberFailure.scala +++ b/core/shared/src/main/scala/zio/FiberFailure.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/FiberId.scala b/core/shared/src/main/scala/zio/FiberId.scala index cd17fd3f06e6..aa97c3fe64e2 100644 --- a/core/shared/src/main/scala/zio/FiberId.scala +++ b/core/shared/src/main/scala/zio/FiberId.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/FiberRef.scala b/core/shared/src/main/scala/zio/FiberRef.scala index 66a3fa682bb2..1661e3da0734 100644 --- a/core/shared/src/main/scala/zio/FiberRef.scala +++ b/core/shared/src/main/scala/zio/FiberRef.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/FiberRefs.scala b/core/shared/src/main/scala/zio/FiberRefs.scala index db52677757b2..efbbee90c6a6 100644 --- a/core/shared/src/main/scala/zio/FiberRefs.scala +++ b/core/shared/src/main/scala/zio/FiberRefs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Hub.scala b/core/shared/src/main/scala/zio/Hub.scala index 52e3b8c86bc2..e17fbca60104 100644 --- a/core/shared/src/main/scala/zio/Hub.scala +++ b/core/shared/src/main/scala/zio/Hub.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/InterruptStatus.scala b/core/shared/src/main/scala/zio/InterruptStatus.scala index 657c2552061f..ba8e1c607207 100644 --- a/core/shared/src/main/scala/zio/InterruptStatus.scala +++ b/core/shared/src/main/scala/zio/InterruptStatus.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/LogAnnotation.scala b/core/shared/src/main/scala/zio/LogAnnotation.scala index 056df8c2875b..623458502008 100644 --- a/core/shared/src/main/scala/zio/LogAnnotation.scala +++ b/core/shared/src/main/scala/zio/LogAnnotation.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/LogLevel.scala b/core/shared/src/main/scala/zio/LogLevel.scala index a8e7bbb7096b..0d263194327f 100644 --- a/core/shared/src/main/scala/zio/LogLevel.scala +++ b/core/shared/src/main/scala/zio/LogLevel.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/LogSpan.scala b/core/shared/src/main/scala/zio/LogSpan.scala index f64dab8b8ef6..3010131a5214 100644 --- a/core/shared/src/main/scala/zio/LogSpan.scala +++ b/core/shared/src/main/scala/zio/LogSpan.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/NonEmptyChunk.scala b/core/shared/src/main/scala/zio/NonEmptyChunk.scala index 1b674ff7d0b8..15b59447b4ea 100644 --- a/core/shared/src/main/scala/zio/NonEmptyChunk.scala +++ b/core/shared/src/main/scala/zio/NonEmptyChunk.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Promise.scala b/core/shared/src/main/scala/zio/Promise.scala index 9dade1635303..8fb3454b2df4 100644 --- a/core/shared/src/main/scala/zio/Promise.scala +++ b/core/shared/src/main/scala/zio/Promise.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Queue.scala b/core/shared/src/main/scala/zio/Queue.scala index 74ccedf6740d..e5a480b6e31e 100644 --- a/core/shared/src/main/scala/zio/Queue.scala +++ b/core/shared/src/main/scala/zio/Queue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Random.scala b/core/shared/src/main/scala/zio/Random.scala index 4f9a56d4de5d..3a2913ecb774 100644 --- a/core/shared/src/main/scala/zio/Random.scala +++ b/core/shared/src/main/scala/zio/Random.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Ref.scala b/core/shared/src/main/scala/zio/Ref.scala index 39252ba45a69..b315f73131e5 100644 --- a/core/shared/src/main/scala/zio/Ref.scala +++ b/core/shared/src/main/scala/zio/Ref.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Reloadable.scala b/core/shared/src/main/scala/zio/Reloadable.scala index d65202f4f20c..5d0391d199e9 100644 --- a/core/shared/src/main/scala/zio/Reloadable.scala +++ b/core/shared/src/main/scala/zio/Reloadable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Runtime.scala b/core/shared/src/main/scala/zio/Runtime.scala index ad209aab43fc..2381474a0388 100644 --- a/core/shared/src/main/scala/zio/Runtime.scala +++ b/core/shared/src/main/scala/zio/Runtime.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/RuntimeFlag.scala b/core/shared/src/main/scala/zio/RuntimeFlag.scala index 57230e07c52b..4598bfc4b04d 100644 --- a/core/shared/src/main/scala/zio/RuntimeFlag.scala +++ b/core/shared/src/main/scala/zio/RuntimeFlag.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/RuntimeFlags.scala b/core/shared/src/main/scala/zio/RuntimeFlags.scala index 54f0e0d1c0f6..c7bd595a0c64 100644 --- a/core/shared/src/main/scala/zio/RuntimeFlags.scala +++ b/core/shared/src/main/scala/zio/RuntimeFlags.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Schedule.scala b/core/shared/src/main/scala/zio/Schedule.scala index 6abe01163202..b8649cc38915 100644 --- a/core/shared/src/main/scala/zio/Schedule.scala +++ b/core/shared/src/main/scala/zio/Schedule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Scope.scala b/core/shared/src/main/scala/zio/Scope.scala index 3e589f9d3980..4fb825f71d09 100644 --- a/core/shared/src/main/scala/zio/Scope.scala +++ b/core/shared/src/main/scala/zio/Scope.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ScopedRef.scala b/core/shared/src/main/scala/zio/ScopedRef.scala index 6b4845912e52..d02a1d4bbb50 100644 --- a/core/shared/src/main/scala/zio/ScopedRef.scala +++ b/core/shared/src/main/scala/zio/ScopedRef.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Semaphore.scala b/core/shared/src/main/scala/zio/Semaphore.scala index eac406be4a56..1bdaa18587e8 100644 --- a/core/shared/src/main/scala/zio/Semaphore.scala +++ b/core/shared/src/main/scala/zio/Semaphore.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/StackTrace.scala b/core/shared/src/main/scala/zio/StackTrace.scala index 44386443c50b..5250dd7604b1 100644 --- a/core/shared/src/main/scala/zio/StackTrace.scala +++ b/core/shared/src/main/scala/zio/StackTrace.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Supervisor.scala b/core/shared/src/main/scala/zio/Supervisor.scala index 1be0274b0345..2d1dffc65ba0 100644 --- a/core/shared/src/main/scala/zio/Supervisor.scala +++ b/core/shared/src/main/scala/zio/Supervisor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/System.scala b/core/shared/src/main/scala/zio/System.scala index e14968b7088a..bbabafee1ae2 100644 --- a/core/shared/src/main/scala/zio/System.scala +++ b/core/shared/src/main/scala/zio/System.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Trace.scala b/core/shared/src/main/scala/zio/Trace.scala index a1132ff6c7b1..4879bb182dd4 100644 --- a/core/shared/src/main/scala/zio/Trace.scala +++ b/core/shared/src/main/scala/zio/Trace.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/Unsafe.scala b/core/shared/src/main/scala/zio/Unsafe.scala index 9ed3a413456e..1b3acde1daf4 100644 --- a/core/shared/src/main/scala/zio/Unsafe.scala +++ b/core/shared/src/main/scala/zio/Unsafe.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/VersionSpecific.scala b/core/shared/src/main/scala/zio/VersionSpecific.scala index b8a271f12356..3d04803224aa 100644 --- a/core/shared/src/main/scala/zio/VersionSpecific.scala +++ b/core/shared/src/main/scala/zio/VersionSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ZEnvironment.scala b/core/shared/src/main/scala/zio/ZEnvironment.scala index a7fd4e1c456b..f2b016d03558 100644 --- a/core/shared/src/main/scala/zio/ZEnvironment.scala +++ b/core/shared/src/main/scala/zio/ZEnvironment.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ZIO.scala b/core/shared/src/main/scala/zio/ZIO.scala index 5f28b46d0d2e..1ca3124e4226 100644 --- a/core/shared/src/main/scala/zio/ZIO.scala +++ b/core/shared/src/main/scala/zio/ZIO.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ZIOApp.scala b/core/shared/src/main/scala/zio/ZIOApp.scala index 7a39436e23cc..b90fc83bbcc7 100644 --- a/core/shared/src/main/scala/zio/ZIOApp.scala +++ b/core/shared/src/main/scala/zio/ZIOApp.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ZIOAppArgs.scala b/core/shared/src/main/scala/zio/ZIOAppArgs.scala index 224e409fc964..e5be54c987c4 100644 --- a/core/shared/src/main/scala/zio/ZIOAppArgs.scala +++ b/core/shared/src/main/scala/zio/ZIOAppArgs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ZIOAppDefault.scala b/core/shared/src/main/scala/zio/ZIOAppDefault.scala index 5f9f726bc170..617d6071880b 100644 --- a/core/shared/src/main/scala/zio/ZIOAppDefault.scala +++ b/core/shared/src/main/scala/zio/ZIOAppDefault.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ZKeyedPool.scala b/core/shared/src/main/scala/zio/ZKeyedPool.scala index 04aae3e09234..2eb8db5780fb 100644 --- a/core/shared/src/main/scala/zio/ZKeyedPool.scala +++ b/core/shared/src/main/scala/zio/ZKeyedPool.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ZLayer.scala b/core/shared/src/main/scala/zio/ZLayer.scala index 50803b543e6b..b1535e2d4362 100644 --- a/core/shared/src/main/scala/zio/ZLayer.scala +++ b/core/shared/src/main/scala/zio/ZLayer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ZPool.scala b/core/shared/src/main/scala/zio/ZPool.scala index 97c0d4809e23..7a85f86f84c6 100644 --- a/core/shared/src/main/scala/zio/ZPool.scala +++ b/core/shared/src/main/scala/zio/ZPool.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/ZState.scala b/core/shared/src/main/scala/zio/ZState.scala index 6dfa172f1fdc..69c700ff4e13 100644 --- a/core/shared/src/main/scala/zio/ZState.scala +++ b/core/shared/src/main/scala/zio/ZState.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/ExecutionMetrics.scala b/core/shared/src/main/scala/zio/internal/ExecutionMetrics.scala index 7dad618a16d0..149695346ac5 100644 --- a/core/shared/src/main/scala/zio/internal/ExecutionMetrics.scala +++ b/core/shared/src/main/scala/zio/internal/ExecutionMetrics.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/FastList.scala b/core/shared/src/main/scala/zio/internal/FastList.scala index 213f9b6ca562..233dd79fcc9e 100644 --- a/core/shared/src/main/scala/zio/internal/FastList.scala +++ b/core/shared/src/main/scala/zio/internal/FastList.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/FiberMessage.scala b/core/shared/src/main/scala/zio/internal/FiberMessage.scala index b6cce843f98b..cff33ebf3591 100644 --- a/core/shared/src/main/scala/zio/internal/FiberMessage.scala +++ b/core/shared/src/main/scala/zio/internal/FiberMessage.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/FiberRenderer.scala b/core/shared/src/main/scala/zio/internal/FiberRenderer.scala index 46057fe8bd20..f80712bd71d3 100644 --- a/core/shared/src/main/scala/zio/internal/FiberRenderer.scala +++ b/core/shared/src/main/scala/zio/internal/FiberRenderer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/FiberRuntime.scala b/core/shared/src/main/scala/zio/internal/FiberRuntime.scala index 6f29c82aad60..e3f54f8b03ef 100644 --- a/core/shared/src/main/scala/zio/internal/FiberRuntime.scala +++ b/core/shared/src/main/scala/zio/internal/FiberRuntime.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/FiberScope.scala b/core/shared/src/main/scala/zio/internal/FiberScope.scala index 5f41baed6a5c..1f8eaa616b89 100644 --- a/core/shared/src/main/scala/zio/internal/FiberScope.scala +++ b/core/shared/src/main/scala/zio/internal/FiberScope.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/Hub.scala b/core/shared/src/main/scala/zio/internal/Hub.scala index b82c07cfff45..13dae28eb15f 100644 --- a/core/shared/src/main/scala/zio/internal/Hub.scala +++ b/core/shared/src/main/scala/zio/internal/Hub.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/MutableConcurrentQueue.scala b/core/shared/src/main/scala/zio/internal/MutableConcurrentQueue.scala index 5704646a5542..831636c678e7 100644 --- a/core/shared/src/main/scala/zio/internal/MutableConcurrentQueue.scala +++ b/core/shared/src/main/scala/zio/internal/MutableConcurrentQueue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/PinchableArray.scala b/core/shared/src/main/scala/zio/internal/PinchableArray.scala index 60a1d182a72f..bdcc889237cb 100644 --- a/core/shared/src/main/scala/zio/internal/PinchableArray.scala +++ b/core/shared/src/main/scala/zio/internal/PinchableArray.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/Platform.scala b/core/shared/src/main/scala/zio/internal/Platform.scala index c5803ecb4cae..1245bfc5f237 100644 --- a/core/shared/src/main/scala/zio/internal/Platform.scala +++ b/core/shared/src/main/scala/zio/internal/Platform.scala @@ -5,7 +5,7 @@ import zio.stacktracer.TracingImplicits.disableAutoTrace import scala.concurrent.ExecutionContext /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/RingBufferArb.scala b/core/shared/src/main/scala/zio/internal/RingBufferArb.scala index de9b587ad9d0..2c0c87bb6774 100644 --- a/core/shared/src/main/scala/zio/internal/RingBufferArb.scala +++ b/core/shared/src/main/scala/zio/internal/RingBufferArb.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/RingBufferPow2.scala b/core/shared/src/main/scala/zio/internal/RingBufferPow2.scala index a1d4a3e10a81..be560a30e62f 100644 --- a/core/shared/src/main/scala/zio/internal/RingBufferPow2.scala +++ b/core/shared/src/main/scala/zio/internal/RingBufferPow2.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/SingleThreadedRingBuffer.scala b/core/shared/src/main/scala/zio/internal/SingleThreadedRingBuffer.scala index a9767f81c575..633589a0b24e 100644 --- a/core/shared/src/main/scala/zio/internal/SingleThreadedRingBuffer.scala +++ b/core/shared/src/main/scala/zio/internal/SingleThreadedRingBuffer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/Stack.scala b/core/shared/src/main/scala/zio/internal/Stack.scala index 27aad7a43feb..a1b25c9e6866 100644 --- a/core/shared/src/main/scala/zio/internal/Stack.scala +++ b/core/shared/src/main/scala/zio/internal/Stack.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/StackTraceBuilder.scala b/core/shared/src/main/scala/zio/internal/StackTraceBuilder.scala index 6e2af568fac3..97676af924c5 100644 --- a/core/shared/src/main/scala/zio/internal/StackTraceBuilder.scala +++ b/core/shared/src/main/scala/zio/internal/StackTraceBuilder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/UniqueKey.scala b/core/shared/src/main/scala/zio/internal/UniqueKey.scala index d7d58086c88c..8914b4f4157d 100644 --- a/core/shared/src/main/scala/zio/internal/UniqueKey.scala +++ b/core/shared/src/main/scala/zio/internal/UniqueKey.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/impls/LinkedQueue.scala b/core/shared/src/main/scala/zio/internal/impls/LinkedQueue.scala index 39cd141a97da..4599edc40520 100644 --- a/core/shared/src/main/scala/zio/internal/impls/LinkedQueue.scala +++ b/core/shared/src/main/scala/zio/internal/impls/LinkedQueue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/internal/metrics/MetricHook.scala b/core/shared/src/main/scala/zio/internal/metrics/MetricHook.scala index bc3f59876693..22a6ad5806e1 100644 --- a/core/shared/src/main/scala/zio/internal/metrics/MetricHook.scala +++ b/core/shared/src/main/scala/zio/internal/metrics/MetricHook.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/metrics/Metric.scala b/core/shared/src/main/scala/zio/metrics/Metric.scala index a106eeb8b358..ae3c495d0d1c 100644 --- a/core/shared/src/main/scala/zio/metrics/Metric.scala +++ b/core/shared/src/main/scala/zio/metrics/Metric.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/metrics/MetricClient.scala b/core/shared/src/main/scala/zio/metrics/MetricClient.scala index 4bd2fbd38414..eb8d6c0daf67 100644 --- a/core/shared/src/main/scala/zio/metrics/MetricClient.scala +++ b/core/shared/src/main/scala/zio/metrics/MetricClient.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/metrics/MetricKey.scala b/core/shared/src/main/scala/zio/metrics/MetricKey.scala index 9f9ccff02494..84e708372eb0 100644 --- a/core/shared/src/main/scala/zio/metrics/MetricKey.scala +++ b/core/shared/src/main/scala/zio/metrics/MetricKey.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/metrics/MetricKeyType.scala b/core/shared/src/main/scala/zio/metrics/MetricKeyType.scala index cd68735fc4bc..3184ed153167 100644 --- a/core/shared/src/main/scala/zio/metrics/MetricKeyType.scala +++ b/core/shared/src/main/scala/zio/metrics/MetricKeyType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/metrics/MetricLabel.scala b/core/shared/src/main/scala/zio/metrics/MetricLabel.scala index 6640f99e641b..ae9dc43757aa 100644 --- a/core/shared/src/main/scala/zio/metrics/MetricLabel.scala +++ b/core/shared/src/main/scala/zio/metrics/MetricLabel.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/metrics/MetricPair.scala b/core/shared/src/main/scala/zio/metrics/MetricPair.scala index bd1f59a53370..168c28ec1ef5 100644 --- a/core/shared/src/main/scala/zio/metrics/MetricPair.scala +++ b/core/shared/src/main/scala/zio/metrics/MetricPair.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/metrics/MetricState.scala b/core/shared/src/main/scala/zio/metrics/MetricState.scala index b0e3194a290a..2accff9b1c98 100644 --- a/core/shared/src/main/scala/zio/metrics/MetricState.scala +++ b/core/shared/src/main/scala/zio/metrics/MetricState.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/metrics/PollingMetric.scala b/core/shared/src/main/scala/zio/metrics/PollingMetric.scala index f70423ac54d0..439ea4c54a4c 100644 --- a/core/shared/src/main/scala/zio/metrics/PollingMetric.scala +++ b/core/shared/src/main/scala/zio/metrics/PollingMetric.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 John A. De Goes and the ZIO Contributors + * Copyright 2022-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/package.scala b/core/shared/src/main/scala/zio/package.scala index 96dcabd579a3..f33a182b460d 100644 --- a/core/shared/src/main/scala/zio/package.scala +++ b/core/shared/src/main/scala/zio/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/STM.scala b/core/shared/src/main/scala/zio/stm/STM.scala index aa80911e4f1c..e4bc3ce32635 100644 --- a/core/shared/src/main/scala/zio/stm/STM.scala +++ b/core/shared/src/main/scala/zio/stm/STM.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TArray.scala b/core/shared/src/main/scala/zio/stm/TArray.scala index faef25d9968a..dd9c3a2e0c72 100644 --- a/core/shared/src/main/scala/zio/stm/TArray.scala +++ b/core/shared/src/main/scala/zio/stm/TArray.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TDequeue.scala b/core/shared/src/main/scala/zio/stm/TDequeue.scala index 99752303a311..18827c9a74bb 100644 --- a/core/shared/src/main/scala/zio/stm/TDequeue.scala +++ b/core/shared/src/main/scala/zio/stm/TDequeue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TEnqueue.scala b/core/shared/src/main/scala/zio/stm/TEnqueue.scala index 35fe73c8f3f6..a44b0012a8fd 100644 --- a/core/shared/src/main/scala/zio/stm/TEnqueue.scala +++ b/core/shared/src/main/scala/zio/stm/TEnqueue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/THub.scala b/core/shared/src/main/scala/zio/stm/THub.scala index 758183899d96..352fe14e0bea 100644 --- a/core/shared/src/main/scala/zio/stm/THub.scala +++ b/core/shared/src/main/scala/zio/stm/THub.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TMap.scala b/core/shared/src/main/scala/zio/stm/TMap.scala index c8b14f18cbbd..4f22ef3ff6f5 100644 --- a/core/shared/src/main/scala/zio/stm/TMap.scala +++ b/core/shared/src/main/scala/zio/stm/TMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TPriorityQueue.scala b/core/shared/src/main/scala/zio/stm/TPriorityQueue.scala index 14be15b1b2e5..da5d9d26a443 100644 --- a/core/shared/src/main/scala/zio/stm/TPriorityQueue.scala +++ b/core/shared/src/main/scala/zio/stm/TPriorityQueue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TPromise.scala b/core/shared/src/main/scala/zio/stm/TPromise.scala index 43aaba97e046..8e71d52cd9c6 100644 --- a/core/shared/src/main/scala/zio/stm/TPromise.scala +++ b/core/shared/src/main/scala/zio/stm/TPromise.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TQueue.scala b/core/shared/src/main/scala/zio/stm/TQueue.scala index 9cd832456fe4..236822086ddd 100644 --- a/core/shared/src/main/scala/zio/stm/TQueue.scala +++ b/core/shared/src/main/scala/zio/stm/TQueue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TRandom.scala b/core/shared/src/main/scala/zio/stm/TRandom.scala index aed10374b570..72192bad7e7a 100644 --- a/core/shared/src/main/scala/zio/stm/TRandom.scala +++ b/core/shared/src/main/scala/zio/stm/TRandom.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TReentrantLock.scala b/core/shared/src/main/scala/zio/stm/TReentrantLock.scala index 997b7461f467..6fd7de6fe2ff 100644 --- a/core/shared/src/main/scala/zio/stm/TReentrantLock.scala +++ b/core/shared/src/main/scala/zio/stm/TReentrantLock.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TRef.scala b/core/shared/src/main/scala/zio/stm/TRef.scala index d617caa34519..61294f03e5eb 100644 --- a/core/shared/src/main/scala/zio/stm/TRef.scala +++ b/core/shared/src/main/scala/zio/stm/TRef.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TSemaphore.scala b/core/shared/src/main/scala/zio/stm/TSemaphore.scala index a05607140bd0..966d13f6abc2 100644 --- a/core/shared/src/main/scala/zio/stm/TSemaphore.scala +++ b/core/shared/src/main/scala/zio/stm/TSemaphore.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/TSet.scala b/core/shared/src/main/scala/zio/stm/TSet.scala index bcf91704c931..c67ecdea4cd8 100644 --- a/core/shared/src/main/scala/zio/stm/TSet.scala +++ b/core/shared/src/main/scala/zio/stm/TSet.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/ZSTM.scala b/core/shared/src/main/scala/zio/stm/ZSTM.scala index d0c140891cae..eda5e4376286 100644 --- a/core/shared/src/main/scala/zio/stm/ZSTM.scala +++ b/core/shared/src/main/scala/zio/stm/ZSTM.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/shared/src/main/scala/zio/stm/package.scala b/core/shared/src/main/scala/zio/stm/package.scala index 8d5ce6015178..4de9769f3493 100644 --- a/core/shared/src/main/scala/zio/stm/package.scala +++ b/core/shared/src/main/scala/zio/stm/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/macros/shared/src/main/scala-2/zio/macros/AccessibleMMMacro.scala b/macros/shared/src/main/scala-2/zio/macros/AccessibleMMMacro.scala index b677027ad767..a2440a307d09 100644 --- a/macros/shared/src/main/scala-2/zio/macros/AccessibleMMMacro.scala +++ b/macros/shared/src/main/scala-2/zio/macros/AccessibleMMMacro.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/macros/shared/src/main/scala-2/zio/macros/AccessibleMMacro.scala b/macros/shared/src/main/scala-2/zio/macros/AccessibleMMacro.scala index 7a4697ff7d6d..ee32c354909e 100644 --- a/macros/shared/src/main/scala-2/zio/macros/AccessibleMMacro.scala +++ b/macros/shared/src/main/scala-2/zio/macros/AccessibleMMacro.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/macros/shared/src/main/scala-2/zio/macros/AccessibleMMacroBase.scala b/macros/shared/src/main/scala-2/zio/macros/AccessibleMMacroBase.scala index fa0e0b6a492c..36de8f437399 100644 --- a/macros/shared/src/main/scala-2/zio/macros/AccessibleMMacroBase.scala +++ b/macros/shared/src/main/scala-2/zio/macros/AccessibleMMacroBase.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/macros/shared/src/main/scala-2/zio/macros/AccessibleMacro.scala b/macros/shared/src/main/scala-2/zio/macros/AccessibleMacro.scala index a700e4ba6e16..6da58450b0f0 100644 --- a/macros/shared/src/main/scala-2/zio/macros/AccessibleMacro.scala +++ b/macros/shared/src/main/scala-2/zio/macros/AccessibleMacro.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/macros/shared/src/main/scala-2/zio/macros/AccessibleMacroBase.scala b/macros/shared/src/main/scala-2/zio/macros/AccessibleMacroBase.scala index 114405df06e5..f058b9635973 100644 --- a/macros/shared/src/main/scala-2/zio/macros/AccessibleMacroBase.scala +++ b/macros/shared/src/main/scala-2/zio/macros/AccessibleMacroBase.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/macros/shared/src/main/scala-2/zio/macros/accessible.scala b/macros/shared/src/main/scala-2/zio/macros/accessible.scala index 7011f04fd179..b2ae496d34d0 100644 --- a/macros/shared/src/main/scala-2/zio/macros/accessible.scala +++ b/macros/shared/src/main/scala-2/zio/macros/accessible.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/macros/shared/src/main/scala-2/zio/macros/accessibleM.scala b/macros/shared/src/main/scala-2/zio/macros/accessibleM.scala index e276f300e53f..b92482103e9c 100644 --- a/macros/shared/src/main/scala-2/zio/macros/accessibleM.scala +++ b/macros/shared/src/main/scala-2/zio/macros/accessibleM.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/macros/shared/src/main/scala-2/zio/macros/accessibleMM.scala b/macros/shared/src/main/scala-2/zio/macros/accessibleMM.scala index 0c54d018ebca..9707470d0336 100644 --- a/macros/shared/src/main/scala-2/zio/macros/accessibleMM.scala +++ b/macros/shared/src/main/scala-2/zio/macros/accessibleMM.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/macros/shared/src/main/scala-2/zio/macros/throwing.scala b/macros/shared/src/main/scala-2/zio/macros/throwing.scala index fbaa1accc044..c46f82bd3ce9 100644 --- a/macros/shared/src/main/scala-2/zio/macros/throwing.scala +++ b/macros/shared/src/main/scala-2/zio/macros/throwing.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed/js/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala b/managed/js/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala index ca6b03fe1ad9..d63f8cc986b2 100644 --- a/managed/js/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala +++ b/managed/js/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed/js/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala b/managed/js/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala index 3c7b0872e6fc..23dae43ee6fd 100644 --- a/managed/js/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala +++ b/managed/js/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed/jvm/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala b/managed/jvm/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala index 5e817a2f9a01..74e8c660fc0b 100644 --- a/managed/jvm/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala +++ b/managed/jvm/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed/jvm/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala b/managed/jvm/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala index b57fc4cb1154..ec037e414b5d 100644 --- a/managed/jvm/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala +++ b/managed/jvm/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed/native/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala b/managed/native/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala index ca6b03fe1ad9..d63f8cc986b2 100644 --- a/managed/native/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala +++ b/managed/native/src/main/scala/zio/managed/ZManagedCompatPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed/native/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala b/managed/native/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala index 3c7b0872e6fc..23dae43ee6fd 100644 --- a/managed/native/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala +++ b/managed/native/src/main/scala/zio/managed/ZManagedPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed/shared/src/main/scala/zio/managed/ZManaged.scala b/managed/shared/src/main/scala/zio/managed/ZManaged.scala index 32af0142bf55..3abb0a13037c 100644 --- a/managed/shared/src/main/scala/zio/managed/ZManaged.scala +++ b/managed/shared/src/main/scala/zio/managed/ZManaged.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed/shared/src/main/scala/zio/managed/package.scala b/managed/shared/src/main/scala/zio/managed/package.scala index 2480dfa3b065..5b222f5876ce 100644 --- a/managed/shared/src/main/scala/zio/managed/package.scala +++ b/managed/shared/src/main/scala/zio/managed/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/stacktracer/shared/src/main/scala-2/zio/internal/stacktracer/SourceLocation.scala b/stacktracer/shared/src/main/scala-2/zio/internal/stacktracer/SourceLocation.scala index 3525dda82f77..f95f93eea0e5 100644 --- a/stacktracer/shared/src/main/scala-2/zio/internal/stacktracer/SourceLocation.scala +++ b/stacktracer/shared/src/main/scala-2/zio/internal/stacktracer/SourceLocation.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/stacktracer/shared/src/main/scala-3/zio/internal/stacktracer/SourceLocation.scala b/stacktracer/shared/src/main/scala-3/zio/internal/stacktracer/SourceLocation.scala index 550ec319b3c3..4503c935f582 100644 --- a/stacktracer/shared/src/main/scala-3/zio/internal/stacktracer/SourceLocation.scala +++ b/stacktracer/shared/src/main/scala-3/zio/internal/stacktracer/SourceLocation.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/js/src/main/scala/zio/stream/platform.scala b/streams/js/src/main/scala/zio/stream/platform.scala index e6215855de2d..a2cb724d9b64 100644 --- a/streams/js/src/main/scala/zio/stream/platform.scala +++ b/streams/js/src/main/scala/zio/stream/platform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/jvm/src/main/scala/zio/stream/compression/CompressionException.scala b/streams/jvm/src/main/scala/zio/stream/compression/CompressionException.scala index 6e2307d78bb8..6fd4c5b822ad 100644 --- a/streams/jvm/src/main/scala/zio/stream/compression/CompressionException.scala +++ b/streams/jvm/src/main/scala/zio/stream/compression/CompressionException.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/jvm/src/main/scala/zio/stream/compression/CompressionParameters.scala b/streams/jvm/src/main/scala/zio/stream/compression/CompressionParameters.scala index a6f2e0b3e7cd..a7f9d8bb22e2 100644 --- a/streams/jvm/src/main/scala/zio/stream/compression/CompressionParameters.scala +++ b/streams/jvm/src/main/scala/zio/stream/compression/CompressionParameters.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/jvm/src/main/scala/zio/stream/compression/Deflate.scala b/streams/jvm/src/main/scala/zio/stream/compression/Deflate.scala index 0f73853f968c..00c883883747 100644 --- a/streams/jvm/src/main/scala/zio/stream/compression/Deflate.scala +++ b/streams/jvm/src/main/scala/zio/stream/compression/Deflate.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/jvm/src/main/scala/zio/stream/compression/Gunzipper.scala b/streams/jvm/src/main/scala/zio/stream/compression/Gunzipper.scala index dff39caf9c53..b19ee5672dc9 100644 --- a/streams/jvm/src/main/scala/zio/stream/compression/Gunzipper.scala +++ b/streams/jvm/src/main/scala/zio/stream/compression/Gunzipper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/jvm/src/main/scala/zio/stream/compression/Gzipper.scala b/streams/jvm/src/main/scala/zio/stream/compression/Gzipper.scala index 6a839f631784..642cd358a185 100644 --- a/streams/jvm/src/main/scala/zio/stream/compression/Gzipper.scala +++ b/streams/jvm/src/main/scala/zio/stream/compression/Gzipper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/jvm/src/main/scala/zio/stream/platform.scala b/streams/jvm/src/main/scala/zio/stream/platform.scala index 2677e650fa30..179cd0160da0 100644 --- a/streams/jvm/src/main/scala/zio/stream/platform.scala +++ b/streams/jvm/src/main/scala/zio/stream/platform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/native/src/main/scala/zio/stream/platform.scala b/streams/native/src/main/scala/zio/stream/platform.scala index e6215855de2d..a2cb724d9b64 100644 --- a/streams/native/src/main/scala/zio/stream/platform.scala +++ b/streams/native/src/main/scala/zio/stream/platform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/shared/src/main/scala/zio/stream/SubscriptionRef.scala b/streams/shared/src/main/scala/zio/stream/SubscriptionRef.scala index 7247f03933ae..2fb10ae3e043 100644 --- a/streams/shared/src/main/scala/zio/stream/SubscriptionRef.scala +++ b/streams/shared/src/main/scala/zio/stream/SubscriptionRef.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/shared/src/main/scala/zio/stream/Take.scala b/streams/shared/src/main/scala/zio/stream/Take.scala index 50dfec9c94fb..23cdc8b78edf 100644 --- a/streams/shared/src/main/scala/zio/stream/Take.scala +++ b/streams/shared/src/main/scala/zio/stream/Take.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/shared/src/main/scala/zio/stream/ZPipeline.scala b/streams/shared/src/main/scala/zio/stream/ZPipeline.scala index 58a8a7bd50ae..68a380d58410 100644 --- a/streams/shared/src/main/scala/zio/stream/ZPipeline.scala +++ b/streams/shared/src/main/scala/zio/stream/ZPipeline.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/shared/src/main/scala/zio/stream/ZSink.scala b/streams/shared/src/main/scala/zio/stream/ZSink.scala index cf9a5bdc6f65..4ad86c190812 100644 --- a/streams/shared/src/main/scala/zio/stream/ZSink.scala +++ b/streams/shared/src/main/scala/zio/stream/ZSink.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/shared/src/main/scala/zio/stream/ZStream.scala b/streams/shared/src/main/scala/zio/stream/ZStream.scala index 3c9e74e9fc55..28052860c654 100644 --- a/streams/shared/src/main/scala/zio/stream/ZStream.scala +++ b/streams/shared/src/main/scala/zio/stream/ZStream.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/shared/src/main/scala/zio/stream/internal/ZInputStream.scala b/streams/shared/src/main/scala/zio/stream/internal/ZInputStream.scala index 219d23491d6b..38e095fdc0de 100644 --- a/streams/shared/src/main/scala/zio/stream/internal/ZInputStream.scala +++ b/streams/shared/src/main/scala/zio/stream/internal/ZInputStream.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/shared/src/main/scala/zio/stream/internal/ZReader.scala b/streams/shared/src/main/scala/zio/stream/internal/ZReader.scala index 2d8f051bd921..bbf80437eac3 100644 --- a/streams/shared/src/main/scala/zio/stream/internal/ZReader.scala +++ b/streams/shared/src/main/scala/zio/stream/internal/ZReader.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/streams/shared/src/main/scala/zio/stream/package.scala b/streams/shared/src/main/scala/zio/stream/package.scala index a316cbd263b3..5fa9fbf436a2 100644 --- a/streams/shared/src/main/scala/zio/stream/package.scala +++ b/streams/shared/src/main/scala/zio/stream/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018-2022 John A. De Goes and the ZIO Contributors + * Copyright 2018-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-junit/jvm/src/main/scala/zio/test/junit/ZTestJUnitRunner.scala b/test-junit/jvm/src/main/scala/zio/test/junit/ZTestJUnitRunner.scala index b6d72383970c..cf77f426f2e6 100644 --- a/test-junit/jvm/src/main/scala/zio/test/junit/ZTestJUnitRunner.scala +++ b/test-junit/jvm/src/main/scala/zio/test/junit/ZTestJUnitRunner.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-magnolia/shared/src/main/scala-2.12-2.13/zio/test/magnolia/DeriveGen.scala b/test-magnolia/shared/src/main/scala-2.12-2.13/zio/test/magnolia/DeriveGen.scala index ec42e6de8e45..cf0dc0eb5e36 100644 --- a/test-magnolia/shared/src/main/scala-2.12-2.13/zio/test/magnolia/DeriveGen.scala +++ b/test-magnolia/shared/src/main/scala-2.12-2.13/zio/test/magnolia/DeriveGen.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-magnolia/shared/src/main/scala-3/zio/test/magnolia/DeriveGen.scala b/test-magnolia/shared/src/main/scala-3/zio/test/magnolia/DeriveGen.scala index 9e209f7d3a13..5d2573a5101f 100644 --- a/test-magnolia/shared/src/main/scala-3/zio/test/magnolia/DeriveGen.scala +++ b/test-magnolia/shared/src/main/scala-3/zio/test/magnolia/DeriveGen.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-refined/shared/src/main/scala/zio/test/refined/BooleanInstances.scala b/test-refined/shared/src/main/scala/zio/test/refined/BooleanInstances.scala index 12b137d44c73..0b5640f7062d 100644 --- a/test-refined/shared/src/main/scala/zio/test/refined/BooleanInstances.scala +++ b/test-refined/shared/src/main/scala/zio/test/refined/BooleanInstances.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-refined/shared/src/main/scala/zio/test/refined/CharInstances.scala b/test-refined/shared/src/main/scala/zio/test/refined/CharInstances.scala index fe9296a0df31..e193e82e445b 100644 --- a/test-refined/shared/src/main/scala/zio/test/refined/CharInstances.scala +++ b/test-refined/shared/src/main/scala/zio/test/refined/CharInstances.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-refined/shared/src/main/scala/zio/test/refined/CollectionInstances.scala b/test-refined/shared/src/main/scala/zio/test/refined/CollectionInstances.scala index e393076d23ae..f947a961e4ec 100644 --- a/test-refined/shared/src/main/scala/zio/test/refined/CollectionInstances.scala +++ b/test-refined/shared/src/main/scala/zio/test/refined/CollectionInstances.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-refined/shared/src/main/scala/zio/test/refined/GenericInstances.scala b/test-refined/shared/src/main/scala/zio/test/refined/GenericInstances.scala index f8065205256a..3ef729c97b06 100644 --- a/test-refined/shared/src/main/scala/zio/test/refined/GenericInstances.scala +++ b/test-refined/shared/src/main/scala/zio/test/refined/GenericInstances.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-refined/shared/src/main/scala/zio/test/refined/NumericInstances.scala b/test-refined/shared/src/main/scala/zio/test/refined/NumericInstances.scala index ae38dd97d80d..a912a7b42905 100644 --- a/test-refined/shared/src/main/scala/zio/test/refined/NumericInstances.scala +++ b/test-refined/shared/src/main/scala/zio/test/refined/NumericInstances.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-refined/shared/src/main/scala/zio/test/refined/StringInstances.scala b/test-refined/shared/src/main/scala/zio/test/refined/StringInstances.scala index 9851a89fe284..ba94a5f39837 100644 --- a/test-refined/shared/src/main/scala/zio/test/refined/StringInstances.scala +++ b/test-refined/shared/src/main/scala/zio/test/refined/StringInstances.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-refined/shared/src/main/scala/zio/test/refined/all.scala b/test-refined/shared/src/main/scala/zio/test/refined/all.scala index dc626c0fd9c9..52c7bf004067 100644 --- a/test-refined/shared/src/main/scala/zio/test/refined/all.scala +++ b/test-refined/shared/src/main/scala/zio/test/refined/all.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-sbt/js/src/main/scala/zio/test/sbt/SummaryProtocol.scala b/test-sbt/js/src/main/scala/zio/test/sbt/SummaryProtocol.scala index 6bdd97cb56ae..1a686b1ab6ce 100644 --- a/test-sbt/js/src/main/scala/zio/test/sbt/SummaryProtocol.scala +++ b/test-sbt/js/src/main/scala/zio/test/sbt/SummaryProtocol.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-sbt/js/src/main/scala/zio/test/sbt/ZTestFramework.scala b/test-sbt/js/src/main/scala/zio/test/sbt/ZTestFramework.scala index 1ef67d2ccb79..6ee06b1d7a4e 100644 --- a/test-sbt/js/src/main/scala/zio/test/sbt/ZTestFramework.scala +++ b/test-sbt/js/src/main/scala/zio/test/sbt/ZTestFramework.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-sbt/js/src/main/scala/zio/test/sbt/ZTestRunnerJS.scala b/test-sbt/js/src/main/scala/zio/test/sbt/ZTestRunnerJS.scala index bbe62b3dc4a0..9b9b18db3cf1 100644 --- a/test-sbt/js/src/main/scala/zio/test/sbt/ZTestRunnerJS.scala +++ b/test-sbt/js/src/main/scala/zio/test/sbt/ZTestRunnerJS.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-sbt/jvm/src/main/scala/zio/test/sbt/ZTestFramework.scala b/test-sbt/jvm/src/main/scala/zio/test/sbt/ZTestFramework.scala index 0999e3b888d4..fbfef9a49b00 100644 --- a/test-sbt/jvm/src/main/scala/zio/test/sbt/ZTestFramework.scala +++ b/test-sbt/jvm/src/main/scala/zio/test/sbt/ZTestFramework.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-sbt/jvm/src/main/scala/zio/test/sbt/ZTestRunnerJVM.scala b/test-sbt/jvm/src/main/scala/zio/test/sbt/ZTestRunnerJVM.scala index 23b1b2aeb02c..d07955d0770f 100644 --- a/test-sbt/jvm/src/main/scala/zio/test/sbt/ZTestRunnerJVM.scala +++ b/test-sbt/jvm/src/main/scala/zio/test/sbt/ZTestRunnerJVM.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-sbt/native/src/main/scala/zio/test/sbt/SummaryProtocol.scala b/test-sbt/native/src/main/scala/zio/test/sbt/SummaryProtocol.scala index d8b6af69e408..6771c950b56c 100644 --- a/test-sbt/native/src/main/scala/zio/test/sbt/SummaryProtocol.scala +++ b/test-sbt/native/src/main/scala/zio/test/sbt/SummaryProtocol.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-sbt/native/src/main/scala/zio/test/sbt/ZTestFramework.scala b/test-sbt/native/src/main/scala/zio/test/sbt/ZTestFramework.scala index b7e2cd7a1112..8d7b7eab3d3c 100644 --- a/test-sbt/native/src/main/scala/zio/test/sbt/ZTestFramework.scala +++ b/test-sbt/native/src/main/scala/zio/test/sbt/ZTestFramework.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test-sbt/native/src/main/scala/zio/test/sbt/ZTestRunnerNative.scala b/test-sbt/native/src/main/scala/zio/test/sbt/ZTestRunnerNative.scala index 64b74d7358ad..83ed8614665e 100644 --- a/test-sbt/native/src/main/scala/zio/test/sbt/ZTestRunnerNative.scala +++ b/test-sbt/native/src/main/scala/zio/test/sbt/ZTestRunnerNative.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/js/src/main/scala/zio/test/ConcurrentHashMap.scala b/test/js/src/main/scala/zio/test/ConcurrentHashMap.scala index c6efd19b5280..0115ada6ef78 100644 --- a/test/js/src/main/scala/zio/test/ConcurrentHashMap.scala +++ b/test/js/src/main/scala/zio/test/ConcurrentHashMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/js/src/main/scala/zio/test/TestClockPlatformSpecific.scala b/test/js/src/main/scala/zio/test/TestClockPlatformSpecific.scala index 4992ea8b8ed3..a8380e0233c3 100644 --- a/test/js/src/main/scala/zio/test/TestClockPlatformSpecific.scala +++ b/test/js/src/main/scala/zio/test/TestClockPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/js/src/main/scala/zio/test/TestPlatform.scala b/test/js/src/main/scala/zio/test/TestPlatform.scala index 278da50d1166..4d078a2636d9 100644 --- a/test/js/src/main/scala/zio/test/TestPlatform.scala +++ b/test/js/src/main/scala/zio/test/TestPlatform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/jvm/src/main/scala/zio/test/ConcurrentHashMap.scala b/test/jvm/src/main/scala/zio/test/ConcurrentHashMap.scala index 2286b07bf840..30d0705e3135 100644 --- a/test/jvm/src/main/scala/zio/test/ConcurrentHashMap.scala +++ b/test/jvm/src/main/scala/zio/test/ConcurrentHashMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/jvm/src/main/scala/zio/test/TestClockPlatformSpecific.scala b/test/jvm/src/main/scala/zio/test/TestClockPlatformSpecific.scala index b70c7b2bb9e4..8969da004418 100644 --- a/test/jvm/src/main/scala/zio/test/TestClockPlatformSpecific.scala +++ b/test/jvm/src/main/scala/zio/test/TestClockPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/jvm/src/main/scala/zio/test/TestPlatform.scala b/test/jvm/src/main/scala/zio/test/TestPlatform.scala index 193cdefaf39d..c9f7a6ccad42 100644 --- a/test/jvm/src/main/scala/zio/test/TestPlatform.scala +++ b/test/jvm/src/main/scala/zio/test/TestPlatform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/native/src/main/scala/zio/test/ConcurrentHashMap.scala b/test/native/src/main/scala/zio/test/ConcurrentHashMap.scala index 2286b07bf840..30d0705e3135 100644 --- a/test/native/src/main/scala/zio/test/ConcurrentHashMap.scala +++ b/test/native/src/main/scala/zio/test/ConcurrentHashMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/native/src/main/scala/zio/test/TestClockPlatformSpecific.scala b/test/native/src/main/scala/zio/test/TestClockPlatformSpecific.scala index 9f6147715454..a3b15a8d99ea 100644 --- a/test/native/src/main/scala/zio/test/TestClockPlatformSpecific.scala +++ b/test/native/src/main/scala/zio/test/TestClockPlatformSpecific.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/native/src/main/scala/zio/test/TestPlatform.scala b/test/native/src/main/scala/zio/test/TestPlatform.scala index cf8a51d782db..c110628c0972 100644 --- a/test/native/src/main/scala/zio/test/TestPlatform.scala +++ b/test/native/src/main/scala/zio/test/TestPlatform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala-2.11/zio/test/TestVersion.scala b/test/shared/src/main/scala-2.11/zio/test/TestVersion.scala index b3310e02e7f2..a43ad2894b2c 100644 --- a/test/shared/src/main/scala-2.11/zio/test/TestVersion.scala +++ b/test/shared/src/main/scala-2.11/zio/test/TestVersion.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala-2.12/zio/test/TestVersion.scala b/test/shared/src/main/scala-2.12/zio/test/TestVersion.scala index 7c4057c13f8a..edbf4699fe82 100644 --- a/test/shared/src/main/scala-2.12/zio/test/TestVersion.scala +++ b/test/shared/src/main/scala-2.12/zio/test/TestVersion.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala-2.13/zio/test/TestVersion.scala b/test/shared/src/main/scala-2.13/zio/test/TestVersion.scala index 73f0d344aebd..62ddbef169ac 100644 --- a/test/shared/src/main/scala-2.13/zio/test/TestVersion.scala +++ b/test/shared/src/main/scala-2.13/zio/test/TestVersion.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala-2/zio/test/AssertionVariants.scala b/test/shared/src/main/scala-2/zio/test/AssertionVariants.scala index b6e01e004f17..77bfe7fdc413 100644 --- a/test/shared/src/main/scala-2/zio/test/AssertionVariants.scala +++ b/test/shared/src/main/scala-2/zio/test/AssertionVariants.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala-2/zio/test/CompileVariants.scala b/test/shared/src/main/scala-2/zio/test/CompileVariants.scala index 2e95a8a827da..90a1518f18ff 100644 --- a/test/shared/src/main/scala-2/zio/test/CompileVariants.scala +++ b/test/shared/src/main/scala-2/zio/test/CompileVariants.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala-2/zio/test/Eql.scala b/test/shared/src/main/scala-2/zio/test/Eql.scala index 9f0261857e10..c22efeda9b4a 100644 --- a/test/shared/src/main/scala-2/zio/test/Eql.scala +++ b/test/shared/src/main/scala-2/zio/test/Eql.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala-2/zio/test/Macros.scala b/test/shared/src/main/scala-2/zio/test/Macros.scala index 5b735a99828e..7c55ca2b42f7 100644 --- a/test/shared/src/main/scala-2/zio/test/Macros.scala +++ b/test/shared/src/main/scala-2/zio/test/Macros.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala-3/zio/test/AssertionVariants.scala b/test/shared/src/main/scala-3/zio/test/AssertionVariants.scala index b165c0aaea26..485e18ab2ed8 100644 --- a/test/shared/src/main/scala-3/zio/test/AssertionVariants.scala +++ b/test/shared/src/main/scala-3/zio/test/AssertionVariants.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala-3/zio/test/CompileVariants.scala b/test/shared/src/main/scala-3/zio/test/CompileVariants.scala index 2005fd614271..704adbfed41b 100644 --- a/test/shared/src/main/scala-3/zio/test/CompileVariants.scala +++ b/test/shared/src/main/scala-3/zio/test/CompileVariants.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala-3/zio/test/Macros.scala b/test/shared/src/main/scala-3/zio/test/Macros.scala index 77bdfaf0af24..75e8c148de1c 100644 --- a/test/shared/src/main/scala-3/zio/test/Macros.scala +++ b/test/shared/src/main/scala-3/zio/test/Macros.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala-3/zio/test/TestVersion.scala b/test/shared/src/main/scala-3/zio/test/TestVersion.scala index 6356f1661069..94ea18a0063f 100644 --- a/test/shared/src/main/scala-3/zio/test/TestVersion.scala +++ b/test/shared/src/main/scala-3/zio/test/TestVersion.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/FilteredSpec.scala b/test/shared/src/main/scala/zio/test/FilteredSpec.scala index 0fde651bd133..e4995144e861 100644 --- a/test/shared/src/main/scala/zio/test/FilteredSpec.scala +++ b/test/shared/src/main/scala/zio/test/FilteredSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/Fun.scala b/test/shared/src/main/scala/zio/test/Fun.scala index 3fbfe08c7fc4..2426c7c9bebb 100644 --- a/test/shared/src/main/scala/zio/test/Fun.scala +++ b/test/shared/src/main/scala/zio/test/Fun.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/FunctionVariants.scala b/test/shared/src/main/scala/zio/test/FunctionVariants.scala index edd90669e052..7ffec7366947 100644 --- a/test/shared/src/main/scala/zio/test/FunctionVariants.scala +++ b/test/shared/src/main/scala/zio/test/FunctionVariants.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/Gen.scala b/test/shared/src/main/scala/zio/test/Gen.scala index e8186234f83e..d689fb245828 100644 --- a/test/shared/src/main/scala/zio/test/Gen.scala +++ b/test/shared/src/main/scala/zio/test/Gen.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/GenFailureDetails.scala b/test/shared/src/main/scala/zio/test/GenFailureDetails.scala index 0f2614980450..5630b4415792 100644 --- a/test/shared/src/main/scala/zio/test/GenFailureDetails.scala +++ b/test/shared/src/main/scala/zio/test/GenFailureDetails.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/GenZIO.scala b/test/shared/src/main/scala/zio/test/GenZIO.scala index af051f1b91b7..e4f19f64d878 100644 --- a/test/shared/src/main/scala/zio/test/GenZIO.scala +++ b/test/shared/src/main/scala/zio/test/GenZIO.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/RenderUtils.scala b/test/shared/src/main/scala/zio/test/RenderUtils.scala index 240176f015fc..251992919bac 100644 --- a/test/shared/src/main/scala/zio/test/RenderUtils.scala +++ b/test/shared/src/main/scala/zio/test/RenderUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/Restorable.scala b/test/shared/src/main/scala/zio/test/Restorable.scala index 38118a7ad485..bc897c6d3dce 100644 --- a/test/shared/src/main/scala/zio/test/Restorable.scala +++ b/test/shared/src/main/scala/zio/test/Restorable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/Sample.scala b/test/shared/src/main/scala/zio/test/Sample.scala index d59655b95195..c69f07fc4a69 100644 --- a/test/shared/src/main/scala/zio/test/Sample.scala +++ b/test/shared/src/main/scala/zio/test/Sample.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/Spec.scala b/test/shared/src/main/scala/zio/test/Spec.scala index 341ef75ec7ca..dedaf63ca1e6 100644 --- a/test/shared/src/main/scala/zio/test/Spec.scala +++ b/test/shared/src/main/scala/zio/test/Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/Summary.scala b/test/shared/src/main/scala/zio/test/Summary.scala index bb760904a684..ad23f4003156 100644 --- a/test/shared/src/main/scala/zio/test/Summary.scala +++ b/test/shared/src/main/scala/zio/test/Summary.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/SummaryBuilder.scala b/test/shared/src/main/scala/zio/test/SummaryBuilder.scala index e7e74ab6605e..d10722ccdbde 100644 --- a/test/shared/src/main/scala/zio/test/SummaryBuilder.scala +++ b/test/shared/src/main/scala/zio/test/SummaryBuilder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestAnnotation.scala b/test/shared/src/main/scala/zio/test/TestAnnotation.scala index 28cf8454bf18..21eb32af75d8 100755 --- a/test/shared/src/main/scala/zio/test/TestAnnotation.scala +++ b/test/shared/src/main/scala/zio/test/TestAnnotation.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestAnnotationMap.scala b/test/shared/src/main/scala/zio/test/TestAnnotationMap.scala index 6fc9ab753a12..317a7ec4463f 100755 --- a/test/shared/src/main/scala/zio/test/TestAnnotationMap.scala +++ b/test/shared/src/main/scala/zio/test/TestAnnotationMap.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestAnnotationRenderer.scala b/test/shared/src/main/scala/zio/test/TestAnnotationRenderer.scala index facde3142a45..e4a2ffe08a1c 100644 --- a/test/shared/src/main/scala/zio/test/TestAnnotationRenderer.scala +++ b/test/shared/src/main/scala/zio/test/TestAnnotationRenderer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestArgs.scala b/test/shared/src/main/scala/zio/test/TestArgs.scala index 4e48e5c4ddcc..301d91701a71 100644 --- a/test/shared/src/main/scala/zio/test/TestArgs.scala +++ b/test/shared/src/main/scala/zio/test/TestArgs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestAspect.scala b/test/shared/src/main/scala/zio/test/TestAspect.scala index 1375b833e0e5..e1a8fcd07d8f 100644 --- a/test/shared/src/main/scala/zio/test/TestAspect.scala +++ b/test/shared/src/main/scala/zio/test/TestAspect.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestClock.scala b/test/shared/src/main/scala/zio/test/TestClock.scala index c62aadcf7682..0dbaeba5a306 100644 --- a/test/shared/src/main/scala/zio/test/TestClock.scala +++ b/test/shared/src/main/scala/zio/test/TestClock.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestConfig.scala b/test/shared/src/main/scala/zio/test/TestConfig.scala index 6ee5564d38d2..837f3816794a 100644 --- a/test/shared/src/main/scala/zio/test/TestConfig.scala +++ b/test/shared/src/main/scala/zio/test/TestConfig.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestConsole.scala b/test/shared/src/main/scala/zio/test/TestConsole.scala index 0e058dd263b0..049982eea77c 100644 --- a/test/shared/src/main/scala/zio/test/TestConsole.scala +++ b/test/shared/src/main/scala/zio/test/TestConsole.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestExecutor.scala b/test/shared/src/main/scala/zio/test/TestExecutor.scala index 6eda36f90746..55e5247ae82d 100644 --- a/test/shared/src/main/scala/zio/test/TestExecutor.scala +++ b/test/shared/src/main/scala/zio/test/TestExecutor.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestFailure.scala b/test/shared/src/main/scala/zio/test/TestFailure.scala index 58374d14fdc9..94ade73f4544 100644 --- a/test/shared/src/main/scala/zio/test/TestFailure.scala +++ b/test/shared/src/main/scala/zio/test/TestFailure.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestLogger.scala b/test/shared/src/main/scala/zio/test/TestLogger.scala index 6ef1efb736eb..3f3fd3f6f658 100644 --- a/test/shared/src/main/scala/zio/test/TestLogger.scala +++ b/test/shared/src/main/scala/zio/test/TestLogger.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestRandom.scala b/test/shared/src/main/scala/zio/test/TestRandom.scala index 729edf0ecdb0..be26652ee8fe 100644 --- a/test/shared/src/main/scala/zio/test/TestRandom.scala +++ b/test/shared/src/main/scala/zio/test/TestRandom.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestRunner.scala b/test/shared/src/main/scala/zio/test/TestRunner.scala index c9ddcb15a3bc..6e73827faa76 100644 --- a/test/shared/src/main/scala/zio/test/TestRunner.scala +++ b/test/shared/src/main/scala/zio/test/TestRunner.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestServices.scala b/test/shared/src/main/scala/zio/test/TestServices.scala index ebd5cd41a0aa..bd1678a68d52 100644 --- a/test/shared/src/main/scala/zio/test/TestServices.scala +++ b/test/shared/src/main/scala/zio/test/TestServices.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2022 John A. De Goes and the ZIO Contributors + * Copyright 2017-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestSuccess.scala b/test/shared/src/main/scala/zio/test/TestSuccess.scala index bb99320d6fac..831ea9e7ae23 100644 --- a/test/shared/src/main/scala/zio/test/TestSuccess.scala +++ b/test/shared/src/main/scala/zio/test/TestSuccess.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestSystem.scala b/test/shared/src/main/scala/zio/test/TestSystem.scala index 785b4ae4b0aa..4df9a5a5c9a6 100644 --- a/test/shared/src/main/scala/zio/test/TestSystem.scala +++ b/test/shared/src/main/scala/zio/test/TestSystem.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TestTimeoutException.scala b/test/shared/src/main/scala/zio/test/TestTimeoutException.scala index aae617cfae12..2c44193326da 100644 --- a/test/shared/src/main/scala/zio/test/TestTimeoutException.scala +++ b/test/shared/src/main/scala/zio/test/TestTimeoutException.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TimeVariants.scala b/test/shared/src/main/scala/zio/test/TimeVariants.scala index 72b9e29d75d8..76bf746b5bac 100644 --- a/test/shared/src/main/scala/zio/test/TimeVariants.scala +++ b/test/shared/src/main/scala/zio/test/TimeVariants.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/TimeoutVariants.scala b/test/shared/src/main/scala/zio/test/TimeoutVariants.scala index 67f45a1744b3..14de9031cab4 100644 --- a/test/shared/src/main/scala/zio/test/TimeoutVariants.scala +++ b/test/shared/src/main/scala/zio/test/TimeoutVariants.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/ZIOSpec.scala b/test/shared/src/main/scala/zio/test/ZIOSpec.scala index be0053c6ce19..3bc46576ab04 100644 --- a/test/shared/src/main/scala/zio/test/ZIOSpec.scala +++ b/test/shared/src/main/scala/zio/test/ZIOSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/ZIOSpecAbstract.scala b/test/shared/src/main/scala/zio/test/ZIOSpecAbstract.scala index 743e9ab2e965..2b0d1f3de418 100644 --- a/test/shared/src/main/scala/zio/test/ZIOSpecAbstract.scala +++ b/test/shared/src/main/scala/zio/test/ZIOSpecAbstract.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 John A. De Goes and the ZIO Contributors + * Copyright 2021-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/internal/myers/MyersDiff.scala b/test/shared/src/main/scala/zio/test/internal/myers/MyersDiff.scala index e2386aabf5b4..2aa638549ada 100644 --- a/test/shared/src/main/scala/zio/test/internal/myers/MyersDiff.scala +++ b/test/shared/src/main/scala/zio/test/internal/myers/MyersDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/laws/GenF.scala b/test/shared/src/main/scala/zio/test/laws/GenF.scala index e7651d989647..fceb00a1c607 100644 --- a/test/shared/src/main/scala/zio/test/laws/GenF.scala +++ b/test/shared/src/main/scala/zio/test/laws/GenF.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/laws/GenF2.scala b/test/shared/src/main/scala/zio/test/laws/GenF2.scala index 96376a6b720d..070d74952305 100644 --- a/test/shared/src/main/scala/zio/test/laws/GenF2.scala +++ b/test/shared/src/main/scala/zio/test/laws/GenF2.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/laws/ZLawful.scala b/test/shared/src/main/scala/zio/test/laws/ZLawful.scala index 790ac5085bed..dc2fc64f3de9 100644 --- a/test/shared/src/main/scala/zio/test/laws/ZLawful.scala +++ b/test/shared/src/main/scala/zio/test/laws/ZLawful.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/laws/ZLawful2.scala b/test/shared/src/main/scala/zio/test/laws/ZLawful2.scala index 4e236e22f415..3b0788a18847 100644 --- a/test/shared/src/main/scala/zio/test/laws/ZLawful2.scala +++ b/test/shared/src/main/scala/zio/test/laws/ZLawful2.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/laws/ZLawfulF.scala b/test/shared/src/main/scala/zio/test/laws/ZLawfulF.scala index ad5a2b407a81..14e8cfb491a0 100644 --- a/test/shared/src/main/scala/zio/test/laws/ZLawfulF.scala +++ b/test/shared/src/main/scala/zio/test/laws/ZLawfulF.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/laws/ZLawfulF2.scala b/test/shared/src/main/scala/zio/test/laws/ZLawfulF2.scala index d16fd0cf37b4..93f80356b843 100644 --- a/test/shared/src/main/scala/zio/test/laws/ZLawfulF2.scala +++ b/test/shared/src/main/scala/zio/test/laws/ZLawfulF2.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/laws/ZLaws.scala b/test/shared/src/main/scala/zio/test/laws/ZLaws.scala index 169ef5711bd4..39910db011ee 100644 --- a/test/shared/src/main/scala/zio/test/laws/ZLaws.scala +++ b/test/shared/src/main/scala/zio/test/laws/ZLaws.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/laws/ZLaws2.scala b/test/shared/src/main/scala/zio/test/laws/ZLaws2.scala index 99a39dfc6779..ac9a0af67494 100644 --- a/test/shared/src/main/scala/zio/test/laws/ZLaws2.scala +++ b/test/shared/src/main/scala/zio/test/laws/ZLaws2.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/laws/ZLawsF.scala b/test/shared/src/main/scala/zio/test/laws/ZLawsF.scala index 46ef82690512..423879b35b0b 100644 --- a/test/shared/src/main/scala/zio/test/laws/ZLawsF.scala +++ b/test/shared/src/main/scala/zio/test/laws/ZLawsF.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/laws/ZLawsF2.scala b/test/shared/src/main/scala/zio/test/laws/ZLawsF2.scala index 7dd820c60922..cde68f78886c 100644 --- a/test/shared/src/main/scala/zio/test/laws/ZLawsF2.scala +++ b/test/shared/src/main/scala/zio/test/laws/ZLawsF2.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/laws/package.scala b/test/shared/src/main/scala/zio/test/laws/package.scala index 45d654cff9e2..eecd585cd027 100644 --- a/test/shared/src/main/scala/zio/test/laws/package.scala +++ b/test/shared/src/main/scala/zio/test/laws/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/package.scala b/test/shared/src/main/scala/zio/test/package.scala index cc57c9e9b18d..33fb8998aba6 100644 --- a/test/shared/src/main/scala/zio/test/package.scala +++ b/test/shared/src/main/scala/zio/test/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/poly/GenFractionalPoly.scala b/test/shared/src/main/scala/zio/test/poly/GenFractionalPoly.scala index faf0a1624701..8000121d5538 100644 --- a/test/shared/src/main/scala/zio/test/poly/GenFractionalPoly.scala +++ b/test/shared/src/main/scala/zio/test/poly/GenFractionalPoly.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/poly/GenIntegralPoly.scala b/test/shared/src/main/scala/zio/test/poly/GenIntegralPoly.scala index ea15f749b3a6..d2d5ef3f07d0 100644 --- a/test/shared/src/main/scala/zio/test/poly/GenIntegralPoly.scala +++ b/test/shared/src/main/scala/zio/test/poly/GenIntegralPoly.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/poly/GenNumericPoly.scala b/test/shared/src/main/scala/zio/test/poly/GenNumericPoly.scala index 18b592f6e305..9888bd33a1d4 100644 --- a/test/shared/src/main/scala/zio/test/poly/GenNumericPoly.scala +++ b/test/shared/src/main/scala/zio/test/poly/GenNumericPoly.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/poly/GenOrderingPoly.scala b/test/shared/src/main/scala/zio/test/poly/GenOrderingPoly.scala index 066e9804e24e..78ab621253eb 100644 --- a/test/shared/src/main/scala/zio/test/poly/GenOrderingPoly.scala +++ b/test/shared/src/main/scala/zio/test/poly/GenOrderingPoly.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/poly/GenPoly.scala b/test/shared/src/main/scala/zio/test/poly/GenPoly.scala index 0eadc99b6d73..88e3991aa580 100644 --- a/test/shared/src/main/scala/zio/test/poly/GenPoly.scala +++ b/test/shared/src/main/scala/zio/test/poly/GenPoly.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2022 John A. De Goes and the ZIO Contributors + * Copyright 2020-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/render/ConsoleRenderer.scala b/test/shared/src/main/scala/zio/test/render/ConsoleRenderer.scala index b90b33b04e96..9d8de45e63ef 100644 --- a/test/shared/src/main/scala/zio/test/render/ConsoleRenderer.scala +++ b/test/shared/src/main/scala/zio/test/render/ConsoleRenderer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/render/ExecutionResult.scala b/test/shared/src/main/scala/zio/test/render/ExecutionResult.scala index 27e596ab59f4..1f086235d88d 100644 --- a/test/shared/src/main/scala/zio/test/render/ExecutionResult.scala +++ b/test/shared/src/main/scala/zio/test/render/ExecutionResult.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/render/LogLine.scala b/test/shared/src/main/scala/zio/test/render/LogLine.scala index e1f8a8c7ce28..21f6dfa3a71a 100644 --- a/test/shared/src/main/scala/zio/test/render/LogLine.scala +++ b/test/shared/src/main/scala/zio/test/render/LogLine.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/render/TestRenderer.scala b/test/shared/src/main/scala/zio/test/render/TestRenderer.scala index 7485543ba971..6e8ad77880f2 100644 --- a/test/shared/src/main/scala/zio/test/render/TestRenderer.scala +++ b/test/shared/src/main/scala/zio/test/render/TestRenderer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/src/main/scala/zio/test/render/package.scala b/test/shared/src/main/scala/zio/test/render/package.scala index 29d8612ba48b..e14e9c8b1608 100644 --- a/test/shared/src/main/scala/zio/test/render/package.scala +++ b/test/shared/src/main/scala/zio/test/render/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 John A. De Goes and the ZIO Contributors + * Copyright 2019-2023 John A. De Goes and the ZIO Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.