You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/01/23 14:13:55 UTC

[incubator-pekko] 01/02: Add copyright headers where missing in 2.12 versions of files

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git

commit 6cabead2e7fa38dfaeef549650bcb8cda1b17256
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Mon Jan 23 13:53:01 2023 +0100

    Add copyright headers where missing in 2.12 versions of files
---
 .../test/scala-2.12/org/apache/pekko/util/LineNumberSpec.scala   | 9 +++++++++
 .../scala-2.12/org/apache/pekko/util/TypedMultiMapSpec.scala     | 9 +++++++++
 .../src/test/scala-3/org/apache/pekko/util/LineNumberSpec.scala  | 9 +++++++++
 .../pekko/actor/typed/internal/receptionist/Platform.scala       | 9 +++++++++
 .../pekko/actor/typed/internal/receptionist/Platform.scala       | 9 +++++++++
 actor/src/main/scala-2.12/org/apache/pekko/compat/Future.scala   | 9 +++++++++
 .../scala-2.12/org/apache/pekko/compat/PartialFunction.scala     | 9 +++++++++
 .../pekko/dispatch/internal/SameThreadExecutionContext.scala     | 9 +++++++++
 .../org/apache/pekko/dispatch/internal/ScalaBatchable.scala      | 9 +++++++++
 .../src/main/scala-2.12/org/apache/pekko/util/ByteIterator.scala | 9 +++++++++
 actor/src/main/scala-2.12/org/apache/pekko/util/ByteString.scala | 9 +++++++++
 .../scala-2.12/org/apache/pekko/util/ccompat/CompatImpl.scala    | 9 +++++++++
 .../org/apache/pekko/util/ccompat/ccompatUsedUntil213.scala      | 9 +++++++++
 .../main/scala-2.12/org/apache/pekko/util/ccompat/package.scala  | 9 +++++++++
 .../org/apache/pekko/dispatch/internal/ScalaBatchable.scala      | 9 +++++++++
 actor/src/main/scala-3/org/apache/pekko/util/ByteIterator.scala  | 9 +++++++++
 actor/src/main/scala-3/org/apache/pekko/util/ByteString.scala    | 9 +++++++++
 .../internal/receptionist/ClusterReceptionistProtocol.scala      | 9 +++++++++
 .../internal/receptionist/ClusterReceptionistProtocol.scala      | 9 +++++++++
 .../src/main/scala-3/org/apache/pekko/cluster/ddata/GSet.scala   | 9 +++++++++
 .../main/scala-3/org/apache/pekko/persistence/TraitOrder.scala   | 9 +++++++++
 21 files changed, 189 insertions(+)

diff --git a/actor-tests/src/test/scala-2.12/org/apache/pekko/util/LineNumberSpec.scala b/actor-tests/src/test/scala-2.12/org/apache/pekko/util/LineNumberSpec.scala
index 440ce96b28..2e97abc202 100644
--- a/actor-tests/src/test/scala-2.12/org/apache/pekko/util/LineNumberSpec.scala
+++ b/actor-tests/src/test/scala-2.12/org/apache/pekko/util/LineNumberSpec.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2014-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor-tests/src/test/scala-2.12/org/apache/pekko/util/TypedMultiMapSpec.scala b/actor-tests/src/test/scala-2.12/org/apache/pekko/util/TypedMultiMapSpec.scala
index eb1b40180b..6e9f627c7e 100644
--- a/actor-tests/src/test/scala-2.12/org/apache/pekko/util/TypedMultiMapSpec.scala
+++ b/actor-tests/src/test/scala-2.12/org/apache/pekko/util/TypedMultiMapSpec.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2015-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor-tests/src/test/scala-3/org/apache/pekko/util/LineNumberSpec.scala b/actor-tests/src/test/scala-3/org/apache/pekko/util/LineNumberSpec.scala
index 03c3f4cd3c..67ffeb0aaa 100644
--- a/actor-tests/src/test/scala-3/org/apache/pekko/util/LineNumberSpec.scala
+++ b/actor-tests/src/test/scala-3/org/apache/pekko/util/LineNumberSpec.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2014-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor-typed/src/main/scala-2.12/org/apache/pekko/actor/typed/internal/receptionist/Platform.scala b/actor-typed/src/main/scala-2.12/org/apache/pekko/actor/typed/internal/receptionist/Platform.scala
index 2b09ba303f..260bfe92a7 100644
--- a/actor-typed/src/main/scala-2.12/org/apache/pekko/actor/typed/internal/receptionist/Platform.scala
+++ b/actor-typed/src/main/scala-2.12/org/apache/pekko/actor/typed/internal/receptionist/Platform.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor-typed/src/main/scala-3/org/apache/pekko/actor/typed/internal/receptionist/Platform.scala b/actor-typed/src/main/scala-3/org/apache/pekko/actor/typed/internal/receptionist/Platform.scala
index b03b630f3e..91e43e48d4 100644
--- a/actor-typed/src/main/scala-3/org/apache/pekko/actor/typed/internal/receptionist/Platform.scala
+++ b/actor-typed/src/main/scala-3/org/apache/pekko/actor/typed/internal/receptionist/Platform.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-2.12/org/apache/pekko/compat/Future.scala b/actor/src/main/scala-2.12/org/apache/pekko/compat/Future.scala
index 54410a18cc..bad4e0a948 100644
--- a/actor/src/main/scala-2.12/org/apache/pekko/compat/Future.scala
+++ b/actor/src/main/scala-2.12/org/apache/pekko/compat/Future.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-2.12/org/apache/pekko/compat/PartialFunction.scala b/actor/src/main/scala-2.12/org/apache/pekko/compat/PartialFunction.scala
index 663e4cd436..c9098e818c 100644
--- a/actor/src/main/scala-2.12/org/apache/pekko/compat/PartialFunction.scala
+++ b/actor/src/main/scala-2.12/org/apache/pekko/compat/PartialFunction.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-2.12/org/apache/pekko/dispatch/internal/SameThreadExecutionContext.scala b/actor/src/main/scala-2.12/org/apache/pekko/dispatch/internal/SameThreadExecutionContext.scala
index b0b66ad67a..761aba0d6c 100644
--- a/actor/src/main/scala-2.12/org/apache/pekko/dispatch/internal/SameThreadExecutionContext.scala
+++ b/actor/src/main/scala-2.12/org/apache/pekko/dispatch/internal/SameThreadExecutionContext.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-2.12/org/apache/pekko/dispatch/internal/ScalaBatchable.scala b/actor/src/main/scala-2.12/org/apache/pekko/dispatch/internal/ScalaBatchable.scala
index b90147e610..b23b936406 100644
--- a/actor/src/main/scala-2.12/org/apache/pekko/dispatch/internal/ScalaBatchable.scala
+++ b/actor/src/main/scala-2.12/org/apache/pekko/dispatch/internal/ScalaBatchable.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-2.12/org/apache/pekko/util/ByteIterator.scala b/actor/src/main/scala-2.12/org/apache/pekko/util/ByteIterator.scala
index 8eab8b3530..244acd76bd 100644
--- a/actor/src/main/scala-2.12/org/apache/pekko/util/ByteIterator.scala
+++ b/actor/src/main/scala-2.12/org/apache/pekko/util/ByteIterator.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-2.12/org/apache/pekko/util/ByteString.scala b/actor/src/main/scala-2.12/org/apache/pekko/util/ByteString.scala
index d856550061..26d2e93c32 100644
--- a/actor/src/main/scala-2.12/org/apache/pekko/util/ByteString.scala
+++ b/actor/src/main/scala-2.12/org/apache/pekko/util/ByteString.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/CompatImpl.scala b/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/CompatImpl.scala
index dacb6555fb..205334f4ce 100644
--- a/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/CompatImpl.scala
+++ b/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/CompatImpl.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2018-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/ccompatUsedUntil213.scala b/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/ccompatUsedUntil213.scala
index e14b04c1e6..e418b10238 100644
--- a/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/ccompatUsedUntil213.scala
+++ b/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/ccompatUsedUntil213.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2019-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/package.scala b/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/package.scala
index 34d72e1227..94d03cbe11 100644
--- a/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/package.scala
+++ b/actor/src/main/scala-2.12/org/apache/pekko/util/ccompat/package.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2018-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-3/org/apache/pekko/dispatch/internal/ScalaBatchable.scala b/actor/src/main/scala-3/org/apache/pekko/dispatch/internal/ScalaBatchable.scala
index 0b0324cf45..8a3dd7e5c7 100644
--- a/actor/src/main/scala-3/org/apache/pekko/dispatch/internal/ScalaBatchable.scala
+++ b/actor/src/main/scala-3/org/apache/pekko/dispatch/internal/ScalaBatchable.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-3/org/apache/pekko/util/ByteIterator.scala b/actor/src/main/scala-3/org/apache/pekko/util/ByteIterator.scala
index 5d46f421d3..f78128b652 100644
--- a/actor/src/main/scala-3/org/apache/pekko/util/ByteIterator.scala
+++ b/actor/src/main/scala-3/org/apache/pekko/util/ByteIterator.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/actor/src/main/scala-3/org/apache/pekko/util/ByteString.scala b/actor/src/main/scala-3/org/apache/pekko/util/ByteString.scala
index 64a3abd365..ed607dac97 100644
--- a/actor/src/main/scala-3/org/apache/pekko/util/ByteString.scala
+++ b/actor/src/main/scala-3/org/apache/pekko/util/ByteString.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/cluster-typed/src/main/scala-2.12/org/apache/pekko/cluster/typed/internal/receptionist/ClusterReceptionistProtocol.scala b/cluster-typed/src/main/scala-2.12/org/apache/pekko/cluster/typed/internal/receptionist/ClusterReceptionistProtocol.scala
index d94cc7ebda..a0aa14a040 100644
--- a/cluster-typed/src/main/scala-2.12/org/apache/pekko/cluster/typed/internal/receptionist/ClusterReceptionistProtocol.scala
+++ b/cluster-typed/src/main/scala-2.12/org/apache/pekko/cluster/typed/internal/receptionist/ClusterReceptionistProtocol.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2021-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/cluster-typed/src/main/scala-3/org/apache/pekko/cluster/typed/internal/receptionist/ClusterReceptionistProtocol.scala b/cluster-typed/src/main/scala-3/org/apache/pekko/cluster/typed/internal/receptionist/ClusterReceptionistProtocol.scala
index 4d0bcb971e..c83d6322d0 100644
--- a/cluster-typed/src/main/scala-3/org/apache/pekko/cluster/typed/internal/receptionist/ClusterReceptionistProtocol.scala
+++ b/cluster-typed/src/main/scala-3/org/apache/pekko/cluster/typed/internal/receptionist/ClusterReceptionistProtocol.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2021-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/distributed-data/src/main/scala-3/org/apache/pekko/cluster/ddata/GSet.scala b/distributed-data/src/main/scala-3/org/apache/pekko/cluster/ddata/GSet.scala
index 1d73af844c..210631ba69 100644
--- a/distributed-data/src/main/scala-3/org/apache/pekko/cluster/ddata/GSet.scala
+++ b/distributed-data/src/main/scala-3/org/apache/pekko/cluster/ddata/GSet.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git a/persistence/src/main/scala-3/org/apache/pekko/persistence/TraitOrder.scala b/persistence/src/main/scala-3/org/apache/pekko/persistence/TraitOrder.scala
index 9183301bdd..1e8086f41d 100644
--- a/persistence/src/main/scala-3/org/apache/pekko/persistence/TraitOrder.scala
+++ b/persistence/src/main/scala-3/org/apache/pekko/persistence/TraitOrder.scala
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 /*
  * Copyright (C) 2021-2022 Lightbend Inc. <https://www.lightbend.com>
  */


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org