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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3d3fb63  Fix .md files to pass scanCode.py and comply with policy 
(#271)
3d3fb63 is described below

commit 3d3fb636c0b17f32ffcd883f8ca5e184022fce4f
Author: Matt Rutkowski <[email protected]>
AuthorDate: Tue May 1 17:23:57 2018 -0500

    Fix .md files to pass scanCode.py and comply with policy (#271)
    
    * Fix .md files to pass scanCode.py.
    
    * Use latest .cfg file for scancode for .md and .sh files.
---
 CONTRIBUTING.md                        | 23 ++++++++++++-----------
 README.md                              | 22 +++++++++++-----------
 packages/github/README.md              | 25 ++++++++++++-------------
 packages/slack/README.md               | 25 +++++++++++++------------
 packages/watson-speechToText/README.md | 29 ++++++++++++++---------------
 packages/watson-textToSpeech/README.md | 29 ++++++++++++++---------------
 packages/watson-translator/README.md   | 31 +++++++++++++++----------------
 packages/weather/README.md             | 25 ++++++++++++-------------
 packages/websocket/README.md           | 13 +++++++------
 tools/travis/build.sh                  |  2 +-
 10 files changed, 111 insertions(+), 113 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fcb1d0e..c58134e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,22 +1,23 @@
-[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-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 
+# 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 
+# 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 
+# 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.
 #
 -->
 
+[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
+
 # Contributing to Apache OpenWhisk
 
 Anyone can contribute to the OpenWhisk project and we welcome your 
contributions.
@@ -36,18 +37,18 @@ Instructions on how to do this can be found here:
 [http://www.apache.org/licenses/#clas](http://www.apache.org/licenses/#clas)
 
 Once submitted, you will receive a confirmation email from the Apache Software 
Foundation (ASF) and be added to
-the following list: http://people.apache.org/unlistedclas.html. 
+the following list: http://people.apache.org/unlistedclas.html.
 
 Project committers will use this list to verify pull requests (PRs) come from 
contributors that have signed a CLA.
 
-We look forward to your contributions! 
+We look forward to your contributions!
 
 ## Raising issues
 
-Please raise any bug reports on the respective project repository's GitHub 
issue tracker. Be sure to search the 
+Please raise any bug reports on the respective project repository's GitHub 
issue tracker. Be sure to search the
 list to see if your issue has already been raised.
 
-A good bug report is one that make it easy for us to understand what you were 
trying to do and what went wrong. 
+A good bug report is one that make it easy for us to understand what you were 
trying to do and what went wrong.
 Provide as much context as possible so we can try to recreate the issue.
 
 ### Discussion
diff --git a/README.md b/README.md
index 69339d3..a695a3c 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
 <!--
 #
-# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-# license agreements.  See the NOTICE file distributed with this work for 
additional 
+# 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 
+# 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 
+# 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.
 #
@@ -23,10 +23,10 @@
 
 This openwhisk-catalog maintains the package catalogs of openwhisk. In 
OpenWhisk, the catalog
 of packages gives you an easy way to enhance your app with useful 
capabilities, and to access
-external services in the ecosystem. Examples of external services that are 
OpenWhisk-enabled 
-include IBM Watson API, the Weather Company, Slack, and GitHub.system packages 
and sample packages. 
+external services in the ecosystem. Examples of external services that are 
OpenWhisk-enabled
+include IBM Watson API, the Weather Company, Slack, and GitHub.system packages 
and sample packages.
 
-The catalog is available as packages in the `/whisk.system` namespace. See 
[Browsing 
packages](https://github.com/openwhisk/openwhisk/blob/master/docs/packages.md#browsing-packages)
 
+The catalog is available as packages in the `/whisk.system` namespace. See 
[Browsing 
packages](https://github.com/openwhisk/openwhisk/blob/master/docs/packages.md#browsing-packages)
 for information about how to browse the catalog by using the command line tool.
 
 ## How to install openWhisk-catalog
@@ -35,6 +35,7 @@ for information about how to browse the catalog by using the 
command line tool.
 - [openwhisk](https://github.com/openwhisk/openwhisk/blob/master/README.md) is 
installed.
 - Environment variable `OPENWHISK_HOME` is configured as the path to 
`openwhisk` source code directory.
 
+
 ### Install openwhisk-catalog
 
 We should be able to run the script installCatalog.sh to install the catalog 
like:
@@ -60,7 +61,7 @@ in the format of IP or hostname.
 | [/whisk.system/websocket](./packages/websocket/README.md) | Package to send 
messages to Web Socket server|
 
 <!--
-TODO: place holder until we have a README for samples 
+TODO: place holder until we have a README for samples
 | [/whisk.system/samples](./packages/samples/README.md) | offers sample 
actions in different programming languages |
 -->
 <!--
@@ -74,4 +75,3 @@ If you want to create your own packages,  
[openwhisk-package-template](https://g
 is a good package creation template to help you build, test and integrate new 
packages.
 
 For more details about how to use these packages, you can go to the README.md 
under each package folder.
-
diff --git a/packages/github/README.md b/packages/github/README.md
index 3d1927a..7a74152 100644
--- a/packages/github/README.md
+++ b/packages/github/README.md
@@ -1,16 +1,16 @@
 <!--
 #
-# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-# license agreements.  See the NOTICE file distributed with this work for 
additional 
+# 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 
+# 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 
+# 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.
 #
@@ -41,25 +41,24 @@ The `/whisk.system/github/webhook` feed configures a 
service to fire a trigger w
 The following is an example of creating a trigger that will be fired each time 
that there is a new commit to a GitHub repository.
 
 1. Generate a GitHub [personal access 
token](https://github.com/settings/tokens).
-  
+
   The access token will be used in the next step.
-  
+
 2. Create a package binding that is configured for your GitHub repository and 
with your access token.
-  
+
   ```
   wsk package bind /whisk.system/github myGit \
     --param username myGitUser \
     --param repository myGitRepo \
     --param accessToken aaaaa1111a1a1a1a1a111111aaaaaa1111aa1a1a
   ```
-  
+
 3. Create a trigger for the GitHub `push` event type by using your 
`myGit/webhook` feed.
-  
+
   ```
   wsk trigger create myGitTrigger --feed myGit/webhook --param events push
   ```
-  
+
   A commit to the GitHub repository by using a `git push` causes the trigger 
to be fired by the webhook. If there is a rule that matches the trigger, then 
the associated action will be invoked.
   The action receives the GitHub webhook payload as an input parameter. Each 
GitHub webhook event has a similar JSON schema, but is a unique payload object 
that is determined by its event type.
   For more information about the payload content, see the [GitHub events and 
payload](https://developer.github.com/v3/activity/events/types/) API 
documentation.
-  
diff --git a/packages/slack/README.md b/packages/slack/README.md
index 26353f2..81a48c3 100644
--- a/packages/slack/README.md
+++ b/packages/slack/README.md
@@ -1,16 +1,16 @@
 <!--
 #
-# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-# license agreements.  See the NOTICE file distributed with this work for 
additional 
+# 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 
+# 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 
+# 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.
 #
@@ -29,6 +29,7 @@ The package includes the following actions:
 
 Creating a package binding with the `username`, `url`, and `channel` values is 
suggested. With binding, you don't need to specify the values each time that 
you invoke the action in the package.
 
+
 ## Posting a message to a Slack channel
 
 The `/whisk.system/slack/post` action posts a message to a specified Slack 
channel. The parameters are as follows:
@@ -42,25 +43,25 @@ The `/whisk.system/slack/post` action posts a message to a 
specified Slack chann
 The following is an example of configuring Slack, creating a package binding, 
and posting a message to a channel.
 
 1. Configure a Slack [incoming 
webhook](https://api.slack.com/incoming-webhooks) for your team.
-  
+
   After Slack is configured, you get a webhook URL that looks like 
`https://hooks.slack.com/services/aaaaaaaaa/bbbbbbbbb/cccccccccccccccccccccccc`.
 You'll need this in the next step.
-  
+
 2. Create a package binding with your Slack credentials, the channel that you 
want to post to, and the user name to post as.
-  
+
   ```
   wsk package bind /whisk.system/slack mySlack \
     --param url "https://hooks.slack.com/services/..."; \
     --param username "Bob" \
     --param channel "#MySlackChannel"
   ```
-  
+
 3. Invoke the `post` action in your package binding to post a message to your 
Slack channel.
-  
+
   ```
   wsk action invoke mySlack/post --blocking --result \
     --param text "Hello from OpenWhisk!"
   ```
-  
+
 
 ## Using the Slack token-based API
 
diff --git a/packages/watson-speechToText/README.md 
b/packages/watson-speechToText/README.md
index b9c4bdc..d1e5d1e 100644
--- a/packages/watson-speechToText/README.md
+++ b/packages/watson-speechToText/README.md
@@ -1,16 +1,16 @@
 <!--
 #
-# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-# license agreements.  See the NOTICE file distributed with this work for 
additional 
+# 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 
+# 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 
+# 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.
 #
@@ -34,11 +34,11 @@ The package includes the following actions.
 If you're using OpenWhisk from Bluemix, OpenWhisk automatically creates 
package bindings for your Bluemix Watson service instances.
 
 1. Create a Watson Speech to Text service instance in your Bluemix 
[dashboard](http://console.ng.Bluemix.net).
-  
+
   Be sure to remember the name of the service instance and the Bluemix 
organization and space you're in.
-  
+
 2. Refresh the packages in your namespace. The refresh automatically creates a 
package binding for the Watson service instance that you created.
-  
+
   ```
   wsk package refresh
   ```
@@ -53,18 +53,18 @@ If you're using OpenWhisk from Bluemix, OpenWhisk 
automatically creates package
   packages
   /myBluemixOrg_myBluemixSpace/Bluemix_Watson_SpeechToText_Credentials-1 
private
   ```
-  
+
 
 ## Setting up a Watson Speech to Text package outside Bluemix
 
 If you're not using OpenWhisk in Bluemix or if you want to set up your Watson 
Speech to Text outside of Bluemix, you must manually create a package binding 
for your Watson Speech to Text service. You need the Watson Speech to Text 
service user name, and password.
 
 - Create a package binding that is configured for your Watson Speech to Text 
service.
-  
+
   ```
   wsk package bind /whisk.system/watson-speechToText myWatsonSpeechToText -p 
username MYUSERNAME -p password MYPASSWORD
   ```
-  
+
 
 ## Converting speech to text
 
@@ -87,10 +87,10 @@ The `/whisk.system/watson-speechToText/speechToText` action 
converts audio speec
 - `word_alternatives_threshold`: A confidence value that is the lower bound 
for identifying a hypothesis as a possible word alternative.
 - `word_confidence`: Indicates whether a confidence measure in the range of 0 
to 1 is to be returned for each word.
 - `X-Watson-Learning-Opt-Out`: Indicates whether to opt out of data collection 
for the call.
- 
+
 
 - Invoke the `speechToText` action in your package binding to convert the 
encoded audio.
-  
+
   ```
   wsk action invoke myWatsonSpeechToText/speechToText --blocking --result 
--param payload <base64 encoding of a .wav file> --param content_type 
'audio/wav' --param encoding 'base64'
   ```
@@ -99,4 +99,3 @@ The `/whisk.system/watson-speechToText/speechToText` action 
converts audio speec
     "data": "Hello Watson"
   }
   ```
-  
diff --git a/packages/watson-textToSpeech/README.md 
b/packages/watson-textToSpeech/README.md
index 716f6fc..8a9ac4d 100644
--- a/packages/watson-textToSpeech/README.md
+++ b/packages/watson-textToSpeech/README.md
@@ -1,16 +1,16 @@
 <!--
 #
-# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-# license agreements.  See the NOTICE file distributed with this work for 
additional 
+# 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 
+# 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 
+# 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.
 #
@@ -34,11 +34,11 @@ The package includes the following actions.
 If you're using OpenWhisk from Bluemix, OpenWhisk automatically creates 
package bindings for your Bluemix Watson service instances.
 
 1. Create a Watson Text to Speech service instance in your Bluemix 
[dashboard](http://console.ng.Bluemix.net).
-  
+
   Be sure to remember the name of the service instance and the Bluemix 
organization and space you're in.
-  
+
 2. Refresh the packages in your namespace. The refresh automatically creates a 
package binding for the Watson service instance that you created.
-  
+
   ```
   wsk package refresh
   ```
@@ -53,18 +53,18 @@ If you're using OpenWhisk from Bluemix, OpenWhisk 
automatically creates package
   packages
   /myBluemixOrg_myBluemixSpace/Bluemix_Watson_TextToSpeec_Credentials-1 private
   ```
-  
-  
+
+
 ## Setting up a Watson Text to Speech package outside Bluemix
 
 If you're not using OpenWhisk in Bluemix or if you want to set up your Watson 
Text to Speech outside of Bluemix, you must manually create a package binding 
for your Watson Text to Speech service. You need the Watson Text to Speech 
service user name, and password.
 
 - Create a package binding that is configured for your Watson Speech to Text 
service.
-  
+
   ```
   wsk package bind /whisk.system/watson-textToSpeech myWatsonTextToSpeech -p 
username MYUSERNAME -p password MYPASSWORD
   ```
-  
+
 
 ## Converting some text to speech
 
@@ -79,7 +79,7 @@ The `/whisk.system/watson-textToSpeech/textToSpeech` action 
converts some text i
 
 
 - Invoke the `textToSpeech` action in your package binding to convert the text.
-  
+
   ```
   wsk action invoke myWatsonTextToSpeech/textToSpeech --blocking --result 
--param payload 'Hey.' --param voice 'en-US_MichaelVoice' --param accept 
'audio/wav' --param encoding 'base64'
   ```
@@ -88,4 +88,3 @@ The `/whisk.system/watson-textToSpeech/textToSpeech` action 
converts some text i
     "payload": "<base64 encoding of a .wav file>"
   }
   ```
-  
diff --git a/packages/watson-translator/README.md 
b/packages/watson-translator/README.md
index 93d8677..3aff745 100644
--- a/packages/watson-translator/README.md
+++ b/packages/watson-translator/README.md
@@ -1,16 +1,16 @@
 <!--
 #
-# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-# license agreements.  See the NOTICE file distributed with this work for 
additional 
+# 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 
+# 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 
+# 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.
 #
@@ -35,11 +35,11 @@ The package includes the following actions.
 If you're using OpenWhisk from Bluemix, OpenWhisk automatically creates 
package bindings for your Bluemix Watson service instances.
 
 1. Create a Watson Translator service instance in your Bluemix 
[dashboard](http://console.ng.Bluemix.net).
-  
+
   Be sure to remember the name of the service instance and the Bluemix 
organization and space you're in.
-  
+
 2. Refresh the packages in your namespace. The refresh automatically creates a 
package binding for the Watson service instance that you created.
-  
+
   ```
   wsk package refresh
   ```
@@ -54,8 +54,8 @@ If you're using OpenWhisk from Bluemix, OpenWhisk 
automatically creates package
   packages
   /myBluemixOrg_myBluemixSpace/Bluemix_Watson_Translator_Credentials-1 private
   ```
-  
-  
+
+
 ## Setting up a Watson Translator package outside Bluemix
 
 If you're not using OpenWhisk in Bluemix or if you want to set up your Watson 
Translator outside of Bluemix, you must manually create a package binding for 
your Watson Translator service. You need the Watson Translator service user 
name, and password.
@@ -79,7 +79,7 @@ The `/whisk.system/watson-translator/translator` action 
translates text from one
 - `translateTo`: A two-digit code of the target language.
 
 - Invoke the `translator` action in your package binding to translate some 
text from English to French.
-  
+
   ```
   wsk action invoke myWatsonTranslator/translator \
   --blocking --result \
@@ -91,8 +91,8 @@ The `/whisk.system/watson-translator/translator` action 
translates text from one
       "payload": "Ciel bleu a venir"
   }
   ```
-  
-  
+
+
 ## Identifying the language of some text
 
 The `/whisk.system/watson-translator/languageId` action identifies the 
language of some text. The parameters are as follows:
@@ -102,7 +102,7 @@ The `/whisk.system/watson-translator/languageId` action 
identifies the language
 - `payload`: The text to identify.
 
 - Invoke the `languageId` action in your package binding to identify the 
language.
-  
+
   ```
   wsk action invoke myWatsonTranslator/languageId \
   --blocking --result \
@@ -115,4 +115,3 @@ The `/whisk.system/watson-translator/languageId` action 
identifies the language
     "confidence": 0.710906
   }
   ```
-  
diff --git a/packages/weather/README.md b/packages/weather/README.md
index 38cd9ff..06cc4bb 100644
--- a/packages/weather/README.md
+++ b/packages/weather/README.md
@@ -1,16 +1,16 @@
 <!--
 #
-# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-# license agreements.  See the NOTICE file distributed with this work for 
additional 
+# 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 
+# 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 
+# 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.
 #
@@ -34,11 +34,11 @@ Creating a package binding with the `username` and 
`password` values is suggeste
 If you're using OpenWhisk from Bluemix, OpenWhisk automatically creates 
package bindings for your Bluemix Weather service instances.
 
 1. Create a Weather Company Data service instance in your Bluemix 
[dashboard](http://console.ng.Bluemix.net).
-  
+
   Be sure to remember the name of the service instance and the Bluemix 
organization and space you're in.
-  
+
 2. Refresh the packages in your namespace. The refresh automatically creates a 
package binding for the Weather Company Data service instance that you created.
-  
+
   ```
   wsk package refresh
   ```
@@ -53,8 +53,8 @@ If you're using OpenWhisk from Bluemix, OpenWhisk 
automatically creates package
   packages
   /myBluemixOrg_myBluemixSpace/Weather 
Bluemix_Weather_Company_Data_Credentials-1 private
   ```
-  
- 
+
+
 ## Setting up a Weather package outside Bluemix
 
 If you're not using OpenWhisk in Bluemix or if you want to set up your Weather 
Company Data service outside of Bluemix, you must manually create a package 
binding for your WWeather Company Data service. You need the Weather Company 
Data service user name, and password.
@@ -85,7 +85,7 @@ The `/whisk.system/weather/forecast` action returns a weather 
forecast for a loc
 The following is an example of creating a package binding and then getting a 
10-day forecast.
 
 - Invoke the `forecast` action in your package binding to get the weather 
forecast.
-  
+
   ```
   wsk action invoke myWeather/forecast --result \
   --param latitude 43.7 \
@@ -113,4 +113,3 @@ The following is an example of creating a package binding 
and then getting a 10-
       ],
   }
   ```
-  
diff --git a/packages/websocket/README.md b/packages/websocket/README.md
index 2f8fc80..c86e93e 100644
--- a/packages/websocket/README.md
+++ b/packages/websocket/README.md
@@ -1,16 +1,16 @@
 <!--
 #
-# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
-# license agreements.  See the NOTICE file distributed with this work for 
additional 
+# 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 
+# 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 
+# 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.
 #
@@ -29,6 +29,7 @@ The package includes the following action:
 
 If you plan to send many messages to the same WebSocket URI, creating a 
package binding with the `uri` value is suggested.  With binding, you don't 
need to specify the value each time that you use the `send` action.
 
+
 ### Sending a message to a WebSocket
 
 The `/whisk.system/websocket/send` action will send a payload to a WebSocket 
URI. The parameters are as follows:
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 49a68dd..09f9b25 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -27,7 +27,7 @@ UTILDIR="$ROOTDIR/../incubator-openwhisk-utilities"
 
 # run scancode
 cd $UTILDIR
-scancode/scanCode.py --config scancode/ASF-Release.cfg $ROOTDIR
+scancode/scanCode.py --config scancode/ASF-Release-v2.cfg $ROOTDIR
 
 # run jshint
 cd $ROOTDIR/packages

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to