diff --git a/core/src/main/scala/log/effect/Failure.scala b/core/src/main/scala/log/effect/Failure.scala index cc50c91b..f429b2c7 100644 --- a/core/src/main/scala/log/effect/Failure.scala +++ b/core/src/main/scala/log/effect/Failure.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/core/src/main/scala/log/effect/LogLevel.scala b/core/src/main/scala/log/effect/LogLevel.scala index d00da0b9..c1c4a198 100644 --- a/core/src/main/scala/log/effect/LogLevel.scala +++ b/core/src/main/scala/log/effect/LogLevel.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/core/src/main/scala/log/effect/LogWriter.scala b/core/src/main/scala/log/effect/LogWriter.scala index fa3e0869..8dbcc7fa 100644 --- a/core/src/main/scala/log/effect/LogWriter.scala +++ b/core/src/main/scala/log/effect/LogWriter.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/core/src/main/scala/log/effect/LogWriterConstructor.scala b/core/src/main/scala/log/effect/LogWriterConstructor.scala index fe3e6762..ae5745f4 100644 --- a/core/src/main/scala/log/effect/LogWriterConstructor.scala +++ b/core/src/main/scala/log/effect/LogWriterConstructor.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/core/src/main/scala/log/effect/internal/EffectSuspension.scala b/core/src/main/scala/log/effect/internal/EffectSuspension.scala index 5bba17d9..8bdb02b9 100644 --- a/core/src/main/scala/log/effect/internal/EffectSuspension.scala +++ b/core/src/main/scala/log/effect/internal/EffectSuspension.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/core/src/main/scala/log/effect/internal/Functor.scala b/core/src/main/scala/log/effect/internal/Functor.scala index 30b2cbdb..88038025 100644 --- a/core/src/main/scala/log/effect/internal/Functor.scala +++ b/core/src/main/scala/log/effect/internal/Functor.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/core/src/main/scala/log/effect/internal/Show.scala b/core/src/main/scala/log/effect/internal/Show.scala index 213019b8..c81dd785 100644 --- a/core/src/main/scala/log/effect/internal/Show.scala +++ b/core/src/main/scala/log/effect/internal/Show.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/core/src/main/scala/log/effect/internal/package.scala b/core/src/main/scala/log/effect/internal/package.scala index bec86cc4..592358ae 100644 --- a/core/src/main/scala/log/effect/internal/package.scala +++ b/core/src/main/scala/log/effect/internal/package.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/core/src/main/scala/log/effect/internal/syntax/FunctorSyntax.scala b/core/src/main/scala/log/effect/internal/syntax/FunctorSyntax.scala index 20a04d15..f27b120a 100644 --- a/core/src/main/scala/log/effect/internal/syntax/FunctorSyntax.scala +++ b/core/src/main/scala/log/effect/internal/syntax/FunctorSyntax.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/core/src/main/scala/log/effect/internal/syntax/ShowSyntax.scala b/core/src/main/scala/log/effect/internal/syntax/ShowSyntax.scala index fe4855da..5568f7c2 100644 --- a/core/src/main/scala/log/effect/internal/syntax/ShowSyntax.scala +++ b/core/src/main/scala/log/effect/internal/syntax/ShowSyntax.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/core/src/main/scala/log/effect/internal/syntax/package.scala b/core/src/main/scala/log/effect/internal/syntax/package.scala index 84a0f30a..57e97a19 100644 --- a/core/src/main/scala/log/effect/internal/syntax/package.scala +++ b/core/src/main/scala/log/effect/internal/syntax/package.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/core/src/test/scala/LogWriterSyntaxResolutionTest.scala b/core/src/test/scala/LogWriterSyntaxResolutionTest.scala index b3d405c1..257bfb1f 100644 --- a/core/src/test/scala/LogWriterSyntaxResolutionTest.scala +++ b/core/src/test/scala/LogWriterSyntaxResolutionTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/main/scala/log/effect/fs2/Fs2LogWriter.scala b/fs2/src/main/scala/log/effect/fs2/Fs2LogWriter.scala index b39c42cb..4fdc30e0 100644 --- a/fs2/src/main/scala/log/effect/fs2/Fs2LogWriter.scala +++ b/fs2/src/main/scala/log/effect/fs2/Fs2LogWriter.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/main/scala/log/effect/fs2/LogSelector.scala b/fs2/src/main/scala/log/effect/fs2/LogSelector.scala index 50453b48..04c97032 100644 --- a/fs2/src/main/scala/log/effect/fs2/LogSelector.scala +++ b/fs2/src/main/scala/log/effect/fs2/LogSelector.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/main/scala/log/effect/fs2/SyncLogWriter.scala b/fs2/src/main/scala/log/effect/fs2/SyncLogWriter.scala index 2ffbac5c..8e11c074 100644 --- a/fs2/src/main/scala/log/effect/fs2/SyncLogWriter.scala +++ b/fs2/src/main/scala/log/effect/fs2/SyncLogWriter.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/main/scala/log/effect/fs2/interop/show.scala b/fs2/src/main/scala/log/effect/fs2/interop/show.scala index 3ed94063..172ae7bb 100644 --- a/fs2/src/main/scala/log/effect/fs2/interop/show.scala +++ b/fs2/src/main/scala/log/effect/fs2/interop/show.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/main/scala/log/effect/fs2/mtl/readerT.scala b/fs2/src/main/scala/log/effect/fs2/mtl/readerT.scala index ab287828..6fd69383 100644 --- a/fs2/src/main/scala/log/effect/fs2/mtl/readerT.scala +++ b/fs2/src/main/scala/log/effect/fs2/mtl/readerT.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/main/scala/log/effect/fs2/syntax/Fs2LogEffectSyntax.scala b/fs2/src/main/scala/log/effect/fs2/syntax/Fs2LogEffectSyntax.scala index 2d8721f7..8cba0d95 100644 --- a/fs2/src/main/scala/log/effect/fs2/syntax/Fs2LogEffectSyntax.scala +++ b/fs2/src/main/scala/log/effect/fs2/syntax/Fs2LogEffectSyntax.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/main/scala/log/effect/fs2/syntax/package.scala b/fs2/src/main/scala/log/effect/fs2/syntax/package.scala index 65adb580..11b7f2a1 100644 --- a/fs2/src/main/scala/log/effect/fs2/syntax/package.scala +++ b/fs2/src/main/scala/log/effect/fs2/syntax/package.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/test/scala/LogSelectorTest.scala b/fs2/src/test/scala/LogSelectorTest.scala index 70ff2e99..8e6b196f 100644 --- a/fs2/src/test/scala/LogSelectorTest.scala +++ b/fs2/src/test/scala/LogSelectorTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/test/scala/LogWriterResolutionTest.scala b/fs2/src/test/scala/LogWriterResolutionTest.scala index ce154e8d..2a4a7a84 100644 --- a/fs2/src/test/scala/LogWriterResolutionTest.scala +++ b/fs2/src/test/scala/LogWriterResolutionTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/test/scala/ReadmeConstructionCodeSnippetsTest.scala b/fs2/src/test/scala/ReadmeConstructionCodeSnippetsTest.scala index 7c11ae06..720b9b28 100644 --- a/fs2/src/test/scala/ReadmeConstructionCodeSnippetsTest.scala +++ b/fs2/src/test/scala/ReadmeConstructionCodeSnippetsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/test/scala/ReadmeLogSubmissionCodeSnippetsTest.scala b/fs2/src/test/scala/ReadmeLogSubmissionCodeSnippetsTest.scala index ab17807c..9a22e16d 100644 --- a/fs2/src/test/scala/ReadmeLogSubmissionCodeSnippetsTest.scala +++ b/fs2/src/test/scala/ReadmeLogSubmissionCodeSnippetsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/fs2/src/test/scala/log/effect/fs2/TestLogCapture.scala b/fs2/src/test/scala/log/effect/fs2/TestLogCapture.scala index fd1ce535..20738d77 100644 --- a/fs2/src/test/scala/log/effect/fs2/TestLogCapture.scala +++ b/fs2/src/test/scala/log/effect/fs2/TestLogCapture.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/interop/src/main/scala/log/effect/interop/Log4catsInterop.scala b/interop/src/main/scala/log/effect/interop/Log4catsInterop.scala index 9ec229b4..43951803 100644 --- a/interop/src/main/scala/log/effect/interop/Log4catsInterop.scala +++ b/interop/src/main/scala/log/effect/interop/Log4catsInterop.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/interop/src/main/scala/log/effect/interop/package.scala b/interop/src/main/scala/log/effect/interop/package.scala index 6e9beade..bd4e7b0d 100644 --- a/interop/src/main/scala/log/effect/interop/package.scala +++ b/interop/src/main/scala/log/effect/interop/package.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/interop/src/test/scala/InteropLogSelectorTest.scala b/interop/src/test/scala/InteropLogSelectorTest.scala index 61fd2214..6d9750fc 100644 --- a/interop/src/test/scala/InteropLogSelectorTest.scala +++ b/interop/src/test/scala/InteropLogSelectorTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/interop/src/test/scala/InteropTest.scala b/interop/src/test/scala/InteropTest.scala index ba61494b..8cd77ec0 100644 --- a/interop/src/test/scala/InteropTest.scala +++ b/interop/src/test/scala/InteropTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/zio/src/main/scala/log/effect/zio/ZioLogWriter.scala b/zio/src/main/scala/log/effect/zio/ZioLogWriter.scala index 3ff764ee..5257176a 100644 --- a/zio/src/main/scala/log/effect/zio/ZioLogWriter.scala +++ b/zio/src/main/scala/log/effect/zio/ZioLogWriter.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/zio/src/test/scala/ConsoleLogWriterTest.scala b/zio/src/test/scala/ConsoleLogWriterTest.scala index b1251504..94fc967a 100644 --- a/zio/src/test/scala/ConsoleLogWriterTest.scala +++ b/zio/src/test/scala/ConsoleLogWriterTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/zio/src/test/scala/Log4sLogWriterTest.scala b/zio/src/test/scala/Log4sLogWriterTest.scala index b7eb1897..dd04c003 100644 --- a/zio/src/test/scala/Log4sLogWriterTest.scala +++ b/zio/src/test/scala/Log4sLogWriterTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/zio/src/test/scala/LogWriterResolutionTest.scala b/zio/src/test/scala/LogWriterResolutionTest.scala index e02b4c01..356cefca 100644 --- a/zio/src/test/scala/LogWriterResolutionTest.scala +++ b/zio/src/test/scala/LogWriterResolutionTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/zio/src/test/scala/ReadmeLayerConstructionCodeSnippetsTest.scala b/zio/src/test/scala/ReadmeLayerConstructionCodeSnippetsTest.scala index 19ad7d62..8bf59d9a 100644 --- a/zio/src/test/scala/ReadmeLayerConstructionCodeSnippetsTest.scala +++ b/zio/src/test/scala/ReadmeLayerConstructionCodeSnippetsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/zio/src/test/scala/ReadmeRioConstructionCodeSnippetsTest.scala b/zio/src/test/scala/ReadmeRioConstructionCodeSnippetsTest.scala index 8b54a36c..3d66d470 100644 --- a/zio/src/test/scala/ReadmeRioConstructionCodeSnippetsTest.scala +++ b/zio/src/test/scala/ReadmeRioConstructionCodeSnippetsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in diff --git a/zio/src/test/scala/log/effect/zio/TestLogCapture.scala b/zio/src/test/scala/log/effect/zio/TestLogCapture.scala index 36e92ef4..916c628f 100644 --- a/zio/src/test/scala/log/effect/zio/TestLogCapture.scala +++ b/zio/src/test/scala/log/effect/zio/TestLogCapture.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 LaserDisc + * Copyright (c) 2024 LaserDisc * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in