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 2023/01/18 14:05:02 UTC

[openwhisk-release] 02/03: fix scanCode violations

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-release.git

commit 6bd3dab709e44b3a10d104a66a0fd3b9495a2633
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Mon Jan 16 15:09:42 2023 -0500

    fix scanCode violations
---
 release-docs/0.9.0-incubating/INSTALL.md |  6 +++---
 tools/mail-config-template.yaml          | 16 ++++++++++++++++
 2 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/release-docs/0.9.0-incubating/INSTALL.md b/release-docs/0.9.0-incubating/INSTALL.md
index c1fc958..6d14366 100644
--- a/release-docs/0.9.0-incubating/INSTALL.md
+++ b/release-docs/0.9.0-incubating/INSTALL.md
@@ -80,7 +80,7 @@ Download the [signature](https://www-us.apache.org/dist/incubator/openwhisk/apac
 gpg --verify openwhisk-0.9.0-incubating-sources.tar.gz.asc openwhisk-0.9.0-incubating-sources.tar.gz
 ```
 
-As you may notice, if each OpenWhisk module is named <artifact>, the naming convention for the SHA512 checksum is <artifact>.sha512 and for the signature is <artifact>.sha512.asc. 
+As you may notice, if each OpenWhisk module is named <artifact>, the naming convention for the SHA512 checksum is <artifact>.sha512 and for the signature is <artifact>.sha512.asc.
 The download link for its SHA512 checksum is https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/<artifact>.sha512
 and for its signature is https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.9.0-incubating-rc1/<artifact>.sha512.asc.
 
@@ -105,7 +105,7 @@ Once you have verified the artifact checksums, unzip and extract the source code
 You can use the following command to untar the package:
 
 ```
-tar -xvzf openwhisk-0.9.0-incubating-sources.tar.gz 
+tar -xvzf openwhisk-0.9.0-incubating-sources.tar.gz
 ```
 
 You may need to change the name of the artifact based on the module to be unzipped and extracted.
@@ -259,7 +259,7 @@ ansible-playbook -i environments/local apigateway.yml
 If you would like to use the CLI from your local build, please run the following command for the playbook of openwhisk.yml:
 
 ```
-ansible-playbook -i environments/local openwhisk.yml -e cli_installation_mode=local -e openwhisk_cli_home=$OPENWHISK_HOME_CLI 
+ansible-playbook -i environments/local openwhisk.yml -e cli_installation_mode=local -e openwhisk_cli_home=$OPENWHISK_HOME_CLI
 ```
 
 instead of
diff --git a/tools/mail-config-template.yaml b/tools/mail-config-template.yaml
index f870d50..7c9c512 100644
--- a/tools/mail-config-template.yaml
+++ b/tools/mail-config-template.yaml
@@ -1,3 +1,19 @@
+#
+# 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.
+#
 mail:
   from: '"OpenWhisk Release" <YO...@apache.org>'
   to: 'dev@openwhisk.apache.org'