You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/05/08 17:12:37 UTC

[incubator-openwhisk-runtime-python] branch master updated: Add ASF license headers to all Scala .conf files. (#21)

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-runtime-python.git


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

commit b21363652d16c609e6ce7e2f14e056b4f1cae9c3
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Tue May 8 12:12:35 2018 -0500

    Add ASF license headers to all Scala .conf files. (#21)
---
 .scalafmt.conf                            | 5 ++++-
 tests/src/test/resources/application.conf | 2 ++
 2 files changed, 6 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/tests/src/test/resources/application.conf b/tests/src/test/resources/application.conf
index 873d223..759f063 100644
--- a/tests/src/test/resources/application.conf
+++ b/tests/src/test/resources/application.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.spi {
   SimpleSpi = whisk.spi.SimpleSpiImpl

-- 
To stop receiving notification emails like this one, please contact
houshengbo@apache.org.