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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2a4ef47ef missing license headers
2a4ef47ef is described below

commit 2a4ef47efe209c52a7bfc601dfe6ea48f05359f2
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Apr 14 05:06:16 2023 +0200

    missing license headers
---
 .../org/apache/pekko/http/fix/MigrateToServerBuilderTest.scala   | 9 +++++++++
 .../org/apache/pekko/http/fix/MigrateToServerBuilderTest.scala   | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git 
a/http-scalafix/scalafix-test-input/src/main/scala/org/apache/pekko/http/fix/MigrateToServerBuilderTest.scala
 
b/http-scalafix/scalafix-test-input/src/main/scala/org/apache/pekko/http/fix/MigrateToServerBuilderTest.scala
index 3ffc37baf..790d34d39 100644
--- 
a/http-scalafix/scalafix-test-input/src/main/scala/org/apache/pekko/http/fix/MigrateToServerBuilderTest.scala
+++ 
b/http-scalafix/scalafix-test-input/src/main/scala/org/apache/pekko/http/fix/MigrateToServerBuilderTest.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.
+ */
+
 /*
 rule = MigrateToServerBuilder
  */
diff --git 
a/http-scalafix/scalafix-test-output/src/main/scala/org/apache/pekko/http/fix/MigrateToServerBuilderTest.scala
 
b/http-scalafix/scalafix-test-output/src/main/scala/org/apache/pekko/http/fix/MigrateToServerBuilderTest.scala
index 56ad1fd7a..018309ee9 100644
--- 
a/http-scalafix/scalafix-test-output/src/main/scala/org/apache/pekko/http/fix/MigrateToServerBuilderTest.scala
+++ 
b/http-scalafix/scalafix-test-output/src/main/scala/org/apache/pekko/http/fix/MigrateToServerBuilderTest.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.
+ */
+
 package org.apache.pekko.http.fix
 
 import org.apache.pekko


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

Reply via email to