houshengbo closed pull request #3702: Add ASF license to optional XML files and 
last gradle file.
URL: https://github.com/apache/incubator-openwhisk/pull/3702
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/common/scala/src/main/resources/logback.xml 
b/common/scala/src/main/resources/logback.xml
index 1a10343245..a9e7c95ab2 100644
--- a/common/scala/src/main/resources/logback.xml
+++ b/common/scala/src/main/resources/logback.xml
@@ -1,3 +1,7 @@
+<!--
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration>
   <jmxConfigurator></jmxConfigurator>
@@ -16,4 +20,4 @@
   <root level="${logback.log.level:-INFO}">
     <appender-ref ref="console" />
   </root>
-</configuration>
\ No newline at end of file
+</configuration>
diff --git a/tests/dat/actions/unicode/build.gradle 
b/tests/dat/actions/unicode/build.gradle
index 2839d50314..71833aafdc 100644
--- a/tests/dat/actions/unicode/build.gradle
+++ b/tests/dat/actions/unicode/build.gradle
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 apply plugin: 'java'
 
 version = '1.0'
diff --git 
a/tests/performance/gatling_tests/src/gatling/resources/conf/logback.xml 
b/tests/performance/gatling_tests/src/gatling/resources/conf/logback.xml
index 62bd2b255d..b19b23baab 100644
--- a/tests/performance/gatling_tests/src/gatling/resources/conf/logback.xml
+++ b/tests/performance/gatling_tests/src/gatling/resources/conf/logback.xml
@@ -1,3 +1,7 @@
+<!--
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration>
     <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
diff --git a/tests/src/test/resources/logback-test.xml 
b/tests/src/test/resources/logback-test.xml
index ae31af6f3e..8f9e95a60e 100644
--- a/tests/src/test/resources/logback-test.xml
+++ b/tests/src/test/resources/logback-test.xml
@@ -1,3 +1,7 @@
+<!--
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration>
     <jmxConfigurator></jmxConfigurator>
@@ -18,4 +22,4 @@
     <root level="${logback.log.level:-INFO}">
         <appender-ref ref="console" />
     </root>
-</configuration>
\ No newline at end of file
+</configuration>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to