From b7dfcc45b0e251037402b27fda6f5c3cea80c716 Mon Sep 17 00:00:00 2001 From: Daniel Spiewak Date: Mon, 4 Mar 2024 14:07:12 -0600 Subject: [PATCH] Fixed `WeakList` headers --- core/shared/src/main/scala/cats/effect/unsafe/WeakList.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/shared/src/main/scala/cats/effect/unsafe/WeakList.scala b/core/shared/src/main/scala/cats/effect/unsafe/WeakList.scala index 4cf482ec78..16789d771b 100644 --- a/core/shared/src/main/scala/cats/effect/unsafe/WeakList.scala +++ b/core/shared/src/main/scala/cats/effect/unsafe/WeakList.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 Typelevel + * Copyright 2020-2024 Typelevel * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.