You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/25 14:05:38 UTC

[GitHub] houshengbo closed pull request #283: Add license header to 4 files

houshengbo closed pull request #283: Add license header to 4 files
URL: https://github.com/apache/incubator-openwhisk-cli/pull/283
 
 
   

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/tests/src/dat/empty.js b/tests/src/dat/empty.js
index e69de29b..b5116084 100644
--- a/tests/src/dat/empty.js
+++ b/tests/src/dat/empty.js
@@ -0,0 +1,2 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more contributor
+// license agreements; and to You under the Apache License, Version 2.0.
diff --git a/tests/src/dat/hello.js b/tests/src/dat/hello.js
index 82b3bcfa..18d806ca 100644
--- a/tests/src/dat/hello.js
+++ b/tests/src/dat/hello.js
@@ -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.
+
 /**
  * Hello, world.
  */
diff --git a/tests/src/dat/malformed.js b/tests/src/dat/malformed.js
index 587be6b4..912dab6f 100644
--- a/tests/src/dat/malformed.js
+++ b/tests/src/dat/malformed.js
@@ -1 +1,4 @@
+// Licensed to the Apache Software Foundation (ASF) under one or more contributor
+// license agreements; and to You under the Apache License, Version 2.0.
+
 x
diff --git a/tools/travis/test_openwhisk.sh b/tools/travis/test_openwhisk.sh
index 78b3b78c..26e734bf 100755
--- a/tools/travis/test_openwhisk.sh
+++ b/tools/travis/test_openwhisk.sh
@@ -1,5 +1,23 @@
 #!/usr/bin/env bash
 
+# 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.
+#
+
 set -e
 
 #


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services