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

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


The following commit(s) were added to refs/heads/main by this push:
     new 92f939cb add missing license headers (#38)
92f939cb is described below

commit 92f939cb1baf4adeb04fa707fc236e4f4782d770
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 10 09:21:41 2023 +0100

    add missing license headers (#38)
---
 .../scala/akka/stream/alpakka/testkit/CapturingAppender.scala    | 9 +++++++++
 .../src/main/scala/akka/stream/alpakka/testkit/LogbackUtil.scala | 9 +++++++++
 .../akka/stream/alpakka/testkit/javadsl/LogCapturingJunit4.scala | 9 +++++++++
 .../akka/stream/alpakka/testkit/scaladsl/LogCapturing.scala      | 9 +++++++++
 .../scala/akka/stream/alpakka/testkit/scaladsl/Repeated.scala    | 9 +++++++++
 5 files changed, 45 insertions(+)

diff --git 
a/testkit/src/main/scala/akka/stream/alpakka/testkit/CapturingAppender.scala 
b/testkit/src/main/scala/akka/stream/alpakka/testkit/CapturingAppender.scala
index b87d8cae..c3891e0f 100644
--- a/testkit/src/main/scala/akka/stream/alpakka/testkit/CapturingAppender.scala
+++ b/testkit/src/main/scala/akka/stream/alpakka/testkit/CapturingAppender.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) since 2016 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git 
a/testkit/src/main/scala/akka/stream/alpakka/testkit/LogbackUtil.scala 
b/testkit/src/main/scala/akka/stream/alpakka/testkit/LogbackUtil.scala
index 73bd74b1..bb1faf51 100644
--- a/testkit/src/main/scala/akka/stream/alpakka/testkit/LogbackUtil.scala
+++ b/testkit/src/main/scala/akka/stream/alpakka/testkit/LogbackUtil.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) since 2016 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git 
a/testkit/src/main/scala/akka/stream/alpakka/testkit/javadsl/LogCapturingJunit4.scala
 
b/testkit/src/main/scala/akka/stream/alpakka/testkit/javadsl/LogCapturingJunit4.scala
index d12f2689..535f81b9 100644
--- 
a/testkit/src/main/scala/akka/stream/alpakka/testkit/javadsl/LogCapturingJunit4.scala
+++ 
b/testkit/src/main/scala/akka/stream/alpakka/testkit/javadsl/LogCapturingJunit4.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) since 2016 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git 
a/testkit/src/main/scala/akka/stream/alpakka/testkit/scaladsl/LogCapturing.scala
 
b/testkit/src/main/scala/akka/stream/alpakka/testkit/scaladsl/LogCapturing.scala
index 5bb83c65..26ac508f 100644
--- 
a/testkit/src/main/scala/akka/stream/alpakka/testkit/scaladsl/LogCapturing.scala
+++ 
b/testkit/src/main/scala/akka/stream/alpakka/testkit/scaladsl/LogCapturing.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) since 2016 Lightbend Inc. <https://www.lightbend.com>
  */
diff --git 
a/testkit/src/main/scala/akka/stream/alpakka/testkit/scaladsl/Repeated.scala 
b/testkit/src/main/scala/akka/stream/alpakka/testkit/scaladsl/Repeated.scala
index 41d4d158..a97baffd 100644
--- a/testkit/src/main/scala/akka/stream/alpakka/testkit/scaladsl/Repeated.scala
+++ b/testkit/src/main/scala/akka/stream/alpakka/testkit/scaladsl/Repeated.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) since 2016 Lightbend Inc. <https://www.lightbend.com>
  */


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to