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:52 UTC

[incubator-pekko-http] 22/47: Add missing header (#4085)

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 019c24f8b3f4d1bfd0e936f980c2fe045022917d
Author: Arnout Engelen <ar...@bzzt.net>
AuthorDate: Thu Mar 24 15:16:00 2022 +0100

    Add missing header (#4085)
---
 akka-parsing/src/main/scala-2/akka/macros/LogHelperMacro.scala | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/akka-parsing/src/main/scala-2/akka/macros/LogHelperMacro.scala b/akka-parsing/src/main/scala-2/akka/macros/LogHelperMacro.scala
index acdf188ab..0a06bb096 100644
--- a/akka-parsing/src/main/scala-2/akka/macros/LogHelperMacro.scala
+++ b/akka-parsing/src/main/scala-2/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