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/09/05 13:16:53 UTC

[openwhisk] branch master updated: add full license headers to vagrant scripts (#4605)

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/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 760f477  add full license headers to vagrant scripts (#4605)
760f477 is described below

commit 760f477ec4e45ad5e08f8aa45e5e9b5c8a66f4c9
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Sep 5 09:16:42 2019 -0400

    add full license headers to vagrant scripts (#4605)
---
 tools/vagrant/hello     | 18 ++++++++++++++++--
 tools/vagrant/hello.cmd | 18 ++++++++++++++++--
 2 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/tools/vagrant/hello b/tools/vagrant/hello
index d180046..0edda1c 100755
--- a/tools/vagrant/hello
+++ b/tools/vagrant/hello
@@ -1,7 +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.
+#
 
 # Start with a new VM
 if [ -d ".vagrant" ]; then
diff --git a/tools/vagrant/hello.cmd b/tools/vagrant/hello.cmd
index f743f53..e00378b 100644
--- a/tools/vagrant/hello.cmd
+++ b/tools/vagrant/hello.cmd
@@ -1,5 +1,19 @@
-@REM Licensed to the Apache Software Foundation (ASF) under one or more contributor
-@REM 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.
+@
 
 @REM Start with a new VM
 IF NOT EXIST .vagrant\ GOTO SKIPDESTROY