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/25 17:19:51 UTC

[incubator-openwhisk] branch master updated: Single build.gradle file missing ASF license header

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 9df6a57  Single build.gradle file missing ASF license header
9df6a57 is described below

commit 9df6a57ef48540bdd58245e8f8cfbfacb6383db6
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Fri May 25 10:00:05 2018 -0500

    Single build.gradle file missing ASF license header
---
 tests/dat/actions/unicode/build.gradle | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

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'

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