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/pekko-grpc.git


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

commit c26abf152908a7902a67cfc7b42f5903e7824e94
Author: PJ Fanning <[email protected]>
AuthorDate: Wed May 29 11:27:58 2024 +0100

    add license headers (#317)
---
 benchmark-java/src/main/resources/application.conf                      | 2 ++
 project/project-info.conf                                               | 2 ++
 .../gen-scala-server/00-interop/src/main/resources/application.conf     | 2 ++
 .../scala3/01-basic-client-server/src/main/resources/application.conf   | 2 ++
 scripts/link-validator.conf                                             | 2 ++
 5 files changed, 10 insertions(+)

diff --git a/benchmark-java/src/main/resources/application.conf 
b/benchmark-java/src/main/resources/application.conf
index 1fafded5..44658337 100644
--- a/benchmark-java/src/main/resources/application.conf
+++ b/benchmark-java/src/main/resources/application.conf
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: Apache-2.0
+
 pekko.loglevel = INFO
 
 pekko.actor.default-dispatcher {
diff --git a/project/project-info.conf b/project/project-info.conf
index 9fb1f0c1..2232c6bc 100644
--- a/project/project-info.conf
+++ b/project/project-info.conf
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: Apache-2.0
+
 project-info {
   version: "current"
   shared-info {
diff --git 
a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/src/main/resources/application.conf
 
b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/src/main/resources/application.conf
index d3e0fb33..9775f4fb 100644
--- 
a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/src/main/resources/application.conf
+++ 
b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/src/main/resources/application.conf
@@ -1 +1,3 @@
+# SPDX-License-Identifier: Apache-2.0
+
 pekko.http.server.preview.enable-http2 = on
diff --git 
a/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/src/main/resources/application.conf
 
b/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/src/main/resources/application.conf
index 36720da1..eae10f7a 100644
--- 
a/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/src/main/resources/application.conf
+++ 
b/sbt-plugin/src/sbt-test/scala3/01-basic-client-server/src/main/resources/application.conf
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: Apache-2.0
+
 pekko.http.server.preview.enable-http2 = on
 
 pekko.grpc.client."*" {
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index 18e33748..007fba42 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: Apache-2.0
+
 site-link-validator {
   root-dir = "./docs/target/site/"
   # relative to `root-dir`


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

Reply via email to