You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/04/23 20:54:40 UTC

[incubator-openwhisk-composer] branch master updated: use long form license header (#40)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-composer.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f7c950  use long form license header (#40)
2f7c950 is described below

commit 2f7c950e786e70ce5103f5c2bb07f89aee9e0578
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Apr 23 16:54:36 2019 -0400

    use long form license header (#40)
---
 travis/scancode.sh | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/travis/scancode.sh b/travis/scancode.sh
index 900d465..3bf9578 100755
--- a/travis/scancode.sh
+++ b/travis/scancode.sh
@@ -1,6 +1,21 @@
 #!/bin/bash
-# Licensed to the Apache Software Foundation (ASF) under one or more contributor
-# license agreements; and to You under the Apache License, Version 2.0.
+
+#
+# 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