Adjust docs to reflect addition of Kube deployment to release repos. (#183)

* Adjust exclusion listing for wskdeploy to reflect spec. archive changes.

* Fix wskdeploy exclusions that are not part of source release.

* Fix wskdeploy exclusions that are not part of source release.

* Fix wskdeploy exclusions that are not part of source release.
diff --git a/docs/license_compliance.md b/docs/license_compliance.md
index 7b3c490..37d2a4d 100644
--- a/docs/license_compliance.md
+++ b/docs/license_compliance.md
@@ -50,7 +50,7 @@
 | Source code (e.g., `*.scala`, `*.go`, `*.java`, `*.py`, etc.) | Full | Source code. |
 | Action functions (source) (e.g., `.js`, `.py`, `.swift`, etc, particularly under `tests/dat` folder.) | Mini | Source code.</br>Use "Mini" header as best practice for performance reasons. |
 | Ansible Group vars. (YAML) (`*/group_vars/all`) | Mini | Project convention. |
-| Docker image build file (`dockerfile`) | Mini | May contain functional (script) code. |
+| Docker image build file (`Dockerfile`) | Mini | May contain functional (script) code. |
 | Documentation (e.g., `*.md`) | Full | Intellectual property. |
 | Gradle files (`build.gradle`, `*.gradle`) | Full |  May contain functional scripts and code (e.g., Groovy, Kotlin).</br>Includes build (`build.gradle`) and settings (`settings.gradle`)files. |
 | Gradle properties files (`*.properties`) | Mini | Project convention. |
diff --git a/docs/license_exclusions.md b/docs/license_exclusions.md
index 59e6478..5c88700 100644
--- a/docs/license_exclusions.md
+++ b/docs/license_exclusions.md
@@ -17,7 +17,7 @@
 #
 -->
 
-# ASF License header Known Exclusions
+# ASF License Header Known Exclusions
 
 For convenience, the following tables provide listings of each project repository's files that have been excluded from having Apache license headers and from license scanning utilities that are part of the release process.
 
@@ -161,10 +161,6 @@
 | [gradle/wrapper/gradle-wrapper.jar]() | GRDL.JAR |
 | [gradlew]() | GRDL.W |
 | [gradlew.bat]() | GRDL.BAT |
-| [specificatio_N/A_rchive/*.pdf]() | **TBD**, e.g., specificatio_N/A_rchive/openwhisk_v0.8.1.pdf |
-| [specification/diagrams/*.jpg]() | IMAGE, e.g., specification/diagrams/OW-Programming-Model-Slides-Slide1.jpg |
-| [specification/diagrams/*.pptx]() | **TBD**, e.g., OW-Programming-Model-Slides.pptx |
-| [specification/*.pdf]() | **TBD**, e.g., specification/openwhisk_v0.9.1.pdf |
 
 ## Exclusions NOT part of Apache source code release
 <!--
@@ -266,8 +262,11 @@
 ### [incubator-openwhisk-wskdeploy](https://github.com/apache/incubator-openwhisk-wskdeploy)
 | Exclusion | Rationale [TAG] |
 |:---|:---|
+| [specification/archive/*](https://github.com/apache/incubator-openwhisk-wskdeploy/tree/master/specification/archive) | Archive of specification versions in PDF format. |
+| [specification/diagrams/*](https://github.com/apache/incubator-openwhisk-wskdeploy/tree/master/specification/diagrams) | IMAGE, Ninary images (e.g., ```.jpg```, ```.png```, etc.) used in specification HTML. |
 | [tests/apps/owbp-cloudant-trigger/manifest-bp.json]() | JSON |
 | [tests/dat/wskprops]() | API Client configuration data. |
+| [tests/dat/wskpropsnokeycert]() | API Client configuration data. |
 | [tests/src/integration/docker/actions/exec.zip]() | TEST.ZIP |
 | [tests/src/integration/docker/actions/go/exec]() | TEST.ZIP, renamed from exec.zip |
 | [tests/src/integration/helloworld/actions/hello.jar]() | TEST.JAR |
@@ -278,8 +277,8 @@
 | [tests/src/integration/runtimetests/src/helloworld/node_modules/string-format/package.json]() | JSON |
 | [tests/src/integration/runtimetests/src/helloworld/package.json]() | JSON |
 | [tests/src/integration/validate-packages-in-manifest/actions/hello.jar]() | TEST.JAR |
-| [tests/src/integration/zipactio_N/A_ctions/cat/node_modules/cat/package.json]() | JSON |
-| [tests/src/integration/zipactio_N/A_ctions/cat/package.json]() | JSON |
+| [tests/src/integration/zipactio_actions/cat/node_modules/cat/package.json]() | JSON |
+| [tests/src/integration/zipactio_actions/cat/package.json]() | JSON |
 | [tests/apps/owbp-cloudant-trigger/manifest-bp.json]() | JSON |
 
 ### Notes