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 2cc2227 Add ASF license to optional XML files and last gradle file.
2cc2227 is described below
commit 2cc22272635d23e4e94dd739fbca71f354043c42
Author: Matt Rutkowski <mrutkows@us.ibm.com>
AuthorDate: Thu May 24 12:33:23 2018 -0500
Add ASF license to optional XML files and last gradle file.
---
common/scala/src/main/resources/logback.xml | 6 +++++-
tests/dat/actions/unicode/build.gradle | 17 +++++++++++++++++
.../src/gatling/resources/conf/logback.xml | 4 ++++
tests/src/test/resources/logback-test.xml | 6 +++++-
4 files changed, 31 insertions(+), 2 deletions(-)
diff --git a/common/scala/src/main/resources/logback.xml b/common/scala/src/main/resources/logback.xml
index 1a10343..a9e7c95 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 2839d50..71833aa 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 62bd2b2..b19b23b 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 ae31af6..8f9e95a 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>
--
To stop receiving notification emails like this one, please contact
houshengbo@apache.org.
|