You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by jr...@apache.org on 2022/11/03 11:23:51 UTC

[incubator-pekko-http] 21/47: parsing: add missing copyright header

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

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

commit 71b2621bb1ed9b458f0bcd11f0b2333ca9bcf1fe
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Mon Mar 21 15:44:56 2022 +0100

    parsing: add missing copyright header
---
 akka-parsing/src/main/scala-3/akka/macros/LogHelperMacro.scala | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/akka-parsing/src/main/scala-3/akka/macros/LogHelperMacro.scala b/akka-parsing/src/main/scala-3/akka/macros/LogHelperMacro.scala
index 1b6646733..dfed8febb 100644
--- a/akka-parsing/src/main/scala-3/akka/macros/LogHelperMacro.scala
+++ b/akka-parsing/src/main/scala-3/akka/macros/LogHelperMacro.scala
@@ -1,3 +1,7 @@
+/*
+ * Copyright (C) 2021 Lightbend Inc. <https://www.lightbend.com>
+ */
+
 package akka.macros
 
 import akka.annotation.InternalApi


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