From 08cf7cbdac0201e00f933c4e263e4bb7cd906c87 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 19 Jun 2023 18:35:38 +0100 Subject: [PATCH] add scala epfl license header --- .../org/apache/pekko/util/ccompat/package.scala | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 c6ba1715c9..b0a3591869 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 @@ -11,6 +11,18 @@ * Copyright (C) 2018-2022 Lightbend Inc. */ +/* + * Scala (https://www.scala-lang.org) + * + * Copyright EPFL and Lightbend, Inc. + * + * Licensed under Apache License 2.0 + * (http://www.apache.org/licenses/LICENSE-2.0). + * + * See the NOTICE file distributed with this work for + * additional information regarding copyright ownership. + */ + package org.apache.pekko.util /**