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

houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 357e506  Add ASF license headers to all Scala .conf files.
357e506 is described below

commit 357e50669024a779445b17ce275a3bbc9bf7818e
Author: Matt Rutkowski <[email protected]>
AuthorDate: Tue May 8 09:00:41 2018 -0500

    Add ASF license headers to all Scala .conf files.
---
 .scalafmt.conf                                      | 5 ++++-
 common/scala/src/main/resources/application.conf    | 3 +++
 common/scala/src/main/resources/logging.conf        | 3 +++
 common/scala/src/main/resources/reference.conf      | 3 +++
 core/controller/src/main/resources/application.conf | 3 +++
 core/controller/src/main/resources/reference.conf   | 2 ++
 core/invoker/src/main/resources/application.conf    | 3 +++
 7 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/.scalafmt.conf b/.scalafmt.conf
index 0dc41ec..7084efe 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,6 +1,9 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+
 style = intellij
 danglingParentheses = false
 maxColumn = 120
 docstrings = JavaDoc
 rewrite.rules = [SortImports]
-project.git = true
\ No newline at end of file
+project.git = true
diff --git a/common/scala/src/main/resources/application.conf 
b/common/scala/src/main/resources/application.conf
index ea4bd46..c61a60c 100644
--- a/common/scala/src/main/resources/application.conf
+++ b/common/scala/src/main/resources/application.conf
@@ -1,3 +1,6 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+
 # default application configuration file for akka
 include "logging"
 
diff --git a/common/scala/src/main/resources/logging.conf 
b/common/scala/src/main/resources/logging.conf
index 1882262..46b9fc9 100644
--- a/common/scala/src/main/resources/logging.conf
+++ b/common/scala/src/main/resources/logging.conf
@@ -1,3 +1,6 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+
 akka {
   loglevel = "DEBUG"
   loggers = ["akka.event.slf4j.Slf4jLogger"]
diff --git a/common/scala/src/main/resources/reference.conf 
b/common/scala/src/main/resources/reference.conf
index 8048d43..35cf4f0 100644
--- a/common/scala/src/main/resources/reference.conf
+++ b/common/scala/src/main/resources/reference.conf
@@ -1,3 +1,6 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+
 whisk.spi {
   ArtifactStoreProvider = whisk.core.database.CouchDbStoreProvider
   MessagingProvider = whisk.connector.kafka.KafkaMessagingProvider
diff --git a/core/controller/src/main/resources/application.conf 
b/core/controller/src/main/resources/application.conf
index e72bbc3..faec173 100644
--- a/core/controller/src/main/resources/application.conf
+++ b/core/controller/src/main/resources/application.conf
@@ -1,3 +1,6 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+
 # common logging configuration see common scala
 include "logging"
 include "akka-http-version"
diff --git a/core/controller/src/main/resources/reference.conf 
b/core/controller/src/main/resources/reference.conf
index ec7cd8a..85712a4 100644
--- a/core/controller/src/main/resources/reference.conf
+++ b/core/controller/src/main/resources/reference.conf
@@ -1,3 +1,5 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
 
 whisk {
   cluster {
diff --git a/core/invoker/src/main/resources/application.conf 
b/core/invoker/src/main/resources/application.conf
index aaff48f..ebd45e5 100644
--- a/core/invoker/src/main/resources/application.conf
+++ b/core/invoker/src/main/resources/application.conf
@@ -1,3 +1,6 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+
 # common logging configuration see common scala
 include "logging"
 include "akka-http-version"

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to