diff --git a/LICENSE b/LICENSE index 385103e5fa..d1566fea54 100644 --- a/LICENSE +++ b/LICENSE @@ -212,8 +212,10 @@ Copyright (c) 2003-2011, LAMP/EPFL pekko-actor contains code from scala-collection-compat in the `org.apache.pekko.util.ccompat` package which has released under an Apache 2.0 license. -Copyright (c) 2002-2023 EPFL -Copyright (c) 2011-2023 Lightbend, Inc. + +Scala (https://www.scala-lang.org) + +Copyright EPFL and Lightbend, Inc. --------------- diff --git a/actor/src/main/scala-2.13+/org/apache/pekko/util/ccompat/package.scala b/actor/src/main/scala-2.13+/org/apache/pekko/util/ccompat/package.scala index b0a3591869..c87b6ae094 100644 --- a/actor/src/main/scala-2.13+/org/apache/pekko/util/ccompat/package.scala +++ b/actor/src/main/scala-2.13+/org/apache/pekko/util/ccompat/package.scala @@ -7,10 +7,6 @@ * This file is part of the Apache Pekko project, derived from Akka. */ -/* - * Copyright (C) 2018-2022 Lightbend Inc. - */ - /* * Scala (https://www.scala-lang.org) *