Sans incubator (#69)

* Remove license exclusions for Composer repo.

* Remove license exclusions for Composer repo.

* Remove 'incubat(ing, ion, or)' designation and disclaimer
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7431371..400151f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -55,7 +55,7 @@
 ### Discussion
 
 Please use the project's developer email list to engage our community:
-[dev@openwhisk.incubator.apache.org](dev@openwhisk.incubator.apache.org)
+[dev@openwhisk.apache.org](dev@openwhisk.apache.org)
 
 In addition, we provide a "dev" Slack team channel for conversations at:
 https://openwhisk-team.slack.com/messages/dev/
diff --git a/README.md b/README.md
index fecac52..ad37e5a 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
 #
 -->
 
-[![Build Status](https://travis-ci.org/apache/incubator-openwhisk-utilities.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-utilities)
+[![Build Status](https://travis-ci.org/apache/openwhisk-utilities.svg?branch=master)](https://travis-ci.org/apache/openwhisk-utilities)
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
 
 # OpenWhisk Utilities
@@ -49,13 +49,13 @@
 
 1. Clone the OpenWhisk utilities project:
 ```bash
-$ git clone https://github.com/apache/incubator-openwhisk-utilities.git
+$ git clone https://github.com/apache/openwhisk-utilities.git
 ```
 
 2. Run the scancode utility against the root directory of your project or subdirectory where your code changes live:
 ```bash
 # Invoke Python utility (works with either Python 2 or 3)
-$ python ./incubator-openwhisk-utilities/scancode/scanCode.py $ROOTDIR
+$ python ./openwhisk-utilities/scancode/scanCode.py $ROOTDIR
 ```
 
 It is worth adding a Git [pre-commit hook](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) to automatically run the checks before you can even type in a Git commit message. Here is a sample `pre-commit` file:
@@ -66,7 +66,7 @@
 
 # determine openwhisk base directory
 root="$(git rev-parse --show-toplevel)"
-python /path/to/incubator-openwhisk-utilities/scancode/scanCode.py . --config $root/tools/ --gitignore $root/.gitignore
+python /path/to/openwhisk-utilities/scancode/scanCode.py . --config $root/tools/ --gitignore $root/.gitignore
 ```
 
 _Note_: A hook a locally installed, so if you check out the repository again, you will need to reinstall it.
diff --git a/scancode/ASF-Release.cfg b/scancode/ASF-Release.cfg
index e4edf72..810997d 100644
--- a/scancode/ASF-Release.cfg
+++ b/scancode/ASF-Release.cfg
@@ -73,20 +73,20 @@
 .gogradle
 vendor
 
-# incubator-openwhisk: exclude empty test (empty.js), and symbolic links (wskadmin, wskdev)
+# apache/openwhisk: exclude empty test (empty.js), and symbolic links (wskadmin, wskdev)
 bin/wskadmin
 bin/wskdev
 tests/dat/actions/empty.js
 
-# incubator-openwhisk-apigateway: test dependency exclusions
+# apache/openwhisk-apigateway: test dependency exclusions
 tests/fakengx.lua
 tests/fakeredis.lua
 
-# incubator-openwhisk-client-go, incubator-openwhisk-wskdeploy GoLang autogenerated i18n files
+# apache/openwhisk-client-go, apache/openwhisk-wskdeploy Go Lang. autogenerated i18n files
 specification/images
 wski18n/i18n_resources.go
 
-# incubator-openwhisk-runtime-nodejs
+# apache/openwhisk-runtime-nodejs
 node_modules
 
 # Exclude scancode tests that test for bad license headers AND
diff --git a/scancode/utils/openwhisk-repos.txt b/scancode/utils/openwhisk-repos.txt
index 3076ff5..4b23ada 100644
--- a/scancode/utils/openwhisk-repos.txt
+++ b/scancode/utils/openwhisk-repos.txt
@@ -1,49 +1,49 @@
-incubator-openwhisk
-incubator-openwhisk-apigateway
-incubator-openwhisk-catalog
-incubator-openwhisk-cli
-incubator-openwhisk-client-go
-incubator-openwhisk-client-js
-incubator-openwhisk-client-python
-incubator-openwhisk-client-swift
-incubator-openwhisk-composer
-incubator-openwhisk-debugger
-incubator-openwhisk-deploy-kube
-incubator-openwhisk-deploy-mesos
-incubator-openwhisk-deploy-openshift
-incubator-openwhisk-devtools
-incubator-openwhisk-external-resources
-incubator-openwhisk-GitHubSlackBot
-incubator-openwhisk-package-alarms
-incubator-openwhisk-package-cloudant
-incubator-openwhisk-package-deploy
-incubator-openwhisk-package-jira
-incubator-openwhisk-package-kafka
-incubator-openwhisk-package-pushnotifications
-incubator-openwhisk-package-rss
-incubator-openwhisk-package-template
-incubator-openwhisk-playground
-incubator-openwhisk-podspecs
-incubator-openwhisk-release
-incubator-openwhisk-runtime-docker
-incubator-openwhisk-runtime-ballerina
-incubator-openwhisk-runtime-dotnet
-incubator-openwhisk-runtime-go
-incubator-openwhisk-runtime-java
-incubator-openwhisk-runtime-nodejs
-incubator-openwhisk-runtime-php
-incubator-openwhisk-runtime-python
-incubator-openwhisk-runtime-ruby
-incubator-openwhisk-runtime-swift
-incubator-openwhisk-sample-matos
-incubator-openwhisk-sample-slackbot
-incubator-openwhisk-selfserve-test
-incubator-openwhisk-slackinvite
-incubator-openwhisk-test
-incubator-openwhisk-tutorial
-incubator-openwhisk-utilities
-incubator-openwhisk-vscode
-incubator-openwhisk-website
-incubator-openwhisk-workshop
-incubator-openwhisk-wskdeploy
-incubator-openwhisk-xcode
+openwhisk
+openwhisk-apigateway
+openwhisk-catalog
+openwhisk-cli
+openwhisk-client-go
+openwhisk-client-js
+openwhisk-client-python
+openwhisk-client-swift
+openwhisk-composer
+openwhisk-debugger
+openwhisk-deploy-kube
+openwhisk-deploy-mesos
+openwhisk-deploy-openshift
+openwhisk-devtools
+openwhisk-external-resources
+openwhisk-GitHubSlackBot
+openwhisk-package-alarms
+openwhisk-package-cloudant
+openwhisk-package-deploy
+openwhisk-package-jira
+openwhisk-package-kafka
+openwhisk-package-pushnotifications
+openwhisk-package-rss
+openwhisk-package-template
+openwhisk-playground
+openwhisk-podspecs
+openwhisk-release
+openwhisk-runtime-docker
+openwhisk-runtime-ballerina
+openwhisk-runtime-dotnet
+openwhisk-runtime-go
+openwhisk-runtime-java
+openwhisk-runtime-nodejs
+openwhisk-runtime-php
+openwhisk-runtime-python
+openwhisk-runtime-ruby
+openwhisk-runtime-swift
+openwhisk-sample-matos
+openwhisk-sample-slackbot
+openwhisk-selfserve-test
+openwhisk-slackinvite
+openwhisk-test
+openwhisk-tutorial
+openwhisk-utilities
+openwhisk-vscode
+openwhisk-website
+openwhisk-workshop
+openwhisk-wskdeploy
+openwhisk-xcode
diff --git a/scancode/utils/release-repos.txt b/scancode/utils/release-repos.txt
index 8679c9b..4f72ba2 100644
--- a/scancode/utils/release-repos.txt
+++ b/scancode/utils/release-repos.txt
@@ -1,20 +1,20 @@
-incubator-openwhisk
-incubator-openwhisk-apigateway
-incubator-openwhisk-catalog
-incubator-openwhisk-cli
-incubator-openwhisk-client-go
-incubator-openwhisk-composer
-incubator-openwhisk-deploy-kube
-incubator-openwhisk-package-alarms
-incubator-openwhisk-package-cloudant
-incubator-openwhisk-package-kafka
-incubator-openwhisk-runtime-docker
-incubator-openwhisk-runtime-dotnet
-incubator-openwhisk-runtime-go
-incubator-openwhisk-runtime-java
-incubator-openwhisk-runtime-nodejs
-incubator-openwhisk-runtime-php
-incubator-openwhisk-runtime-python
-incubator-openwhisk-runtime-ruby
-incubator-openwhisk-runtime-swift
-incubator-openwhisk-wskdeploy
+openwhisk
+openwhisk-apigateway
+openwhisk-catalog
+openwhisk-cli
+openwhisk-client-go
+openwhisk-composer
+openwhisk-deploy-kube
+openwhisk-package-alarms
+openwhisk-package-cloudant
+openwhisk-package-kafka
+openwhisk-runtime-docker
+openwhisk-runtime-dotnet
+openwhisk-runtime-go
+openwhisk-runtime-java
+openwhisk-runtime-nodejs
+openwhisk-runtime-php
+openwhisk-runtime-python
+openwhisk-runtime-ruby
+openwhisk-runtime-swift
+openwhisk-wskdeploy
diff --git a/scancode/utils/scan_all.sh b/scancode/utils/scan_all.sh
index 7b194a4..f6d0291 100755
--- a/scancode/utils/scan_all.sh
+++ b/scancode/utils/scan_all.sh
@@ -19,7 +19,7 @@
 if [ $1 ]
 then
     while read fn; do
-        cd incubator-openwhisk-utilities
+        cd openwhisk-utilities
         echo "scanning repo:" $fn
         scancode/scanCode.py --config scancode/ASF-Release.cfg ../$fn
         cd ..