You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2018/05/18 22:40:00 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Fix mini license header (#914)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f7f2aaf  Fix mini license header (#914)
f7f2aaf is described below

commit f7f2aaf3b235424d6f02af3f0310bfc2b85afa5d
Author: Priti Desai <pd...@us.ibm.com>
AuthorDate: Fri May 18 15:39:57 2018 -0700

    Fix mini license header (#914)
    
    * fixing yaml and yml files
    
    * fixing mini header in action source files
---
 .../actions/find-delayed-pull-requests.js          | 18 ++---------------
 .../actions/post-to-slack.js                       | 18 ++---------------
 .../actions/track-pull-requests.js                 | 18 ++---------------
 tests/apps/openwhisk-githubslackbot/manifest.yaml  |  2 --
 .../runtimes/node/actions/process-change.js        |  6 ++----
 .../runtimes/node/manifest.yaml                    |  2 --
 .../runtimes/php/actions/process-change.php        | 22 ++-------------------
 .../runtimes/php/manifest.yaml                     |  2 --
 .../runtimes/python/actions/process-change.py      | 23 +++-------------------
 .../runtimes/python/manifest.yaml                  |  2 --
 .../runtimes/swift/actions/process-change.swift    | 22 ++-------------------
 .../runtimes/swift/manifest.yaml                   |  2 --
 tests/dat/deployment_compose_trigger.yaml          |  2 --
 ...deployment_data_action_with_inputs_outputs.yaml |  2 --
 tests/dat/deployment_data_packages.yaml            |  2 --
 tests/dat/deployment_data_packages_env_var.yaml    |  2 --
 tests/dat/deployment_data_project.yaml             |  2 --
 tests/dat/deployment_data_project_package.yaml     |  2 --
 .../deployment_data_project_packages_env_var.yaml  |  2 --
 ...ployment_data_project_packages_env_var_con.yaml |  2 --
 ...ment_deploymentreader_packages_bind_trigger.yml |  2 --
 ...yment_deploymentreader_project_bind_trigger.yml |  2 --
 .../deployment_validate_action_annotations.yaml    |  2 --
 tests/dat/deployment_validate_credentials.yaml     |  2 --
 .../dat/deployment_validate_deployment_reader.yaml |  2 --
 tests/dat/manifest_bad_yaml_invalid_comment.yaml   |  2 --
 ...anifest_bad_yaml_invalid_key_mapping_value.yaml |  2 --
 .../dat/manifest_bad_yaml_invalid_package_key.yaml |  2 --
 tests/dat/manifest_bad_yaml_missing_root_key.yaml  |  2 --
 ...ifest_data_compose_actions_for_annotations.yaml |  2 --
 .../manifest_data_compose_actions_for_docker.yaml  |  2 --
 ...manifest_data_compose_actions_for_function.yaml |  2 --
 ...data_compose_actions_for_function_and_code.yaml |  2 --
 ...ose_actions_for_function_with_env_variable.yaml |  2 --
 ...mpose_actions_for_function_with_remote_dir.yaml |  2 --
 ...ifest_data_compose_actions_for_invalid_web.yaml |  2 --
 .../manifest_data_compose_actions_for_limits.yaml  |  2 --
 ...pose_actions_for_missing_runtime_with_code.yaml |  2 --
 .../dat/manifest_data_compose_actions_for_web.yaml |  2 --
 ...ata_compose_actions_for_web_and_web_export.yaml |  2 --
 tests/dat/manifest_data_compose_api_records.yaml   |  2 --
 tests/dat/manifest_data_compose_dependencies.yaml  |  2 --
 tests/dat/manifest_data_compose_packages.yaml      |  2 --
 tests/dat/manifest_data_compose_rules.yaml         |  2 --
 .../manifest_data_compose_runtimes_implicit.yaml   |  2 --
 tests/dat/manifest_data_compose_sequences.yaml     |  2 --
 tests/dat/manifest_data_compose_triggers.yaml      |  2 --
 tests/dat/manifest_data_rule_env_var.yaml          |  2 --
 tests/dat/manifest_data_unmarshal_packages.yaml    |  2 --
 tests/dat/manifest_hello_java_jar.yaml             |  2 --
 tests/dat/manifest_hello_nodejs.yaml               |  2 --
 tests/dat/manifest_hello_nodejs_with_params.yaml   |  2 --
 tests/dat/manifest_hello_python.yaml               |  2 --
 tests/dat/manifest_hello_swift.yaml                |  2 --
 .../dat/manifest_invalid_packages_key_missing.yaml |  2 --
 tests/dat/manifest_validate_action_all.yaml        |  2 --
 .../dat/manifest_validate_action_annotations.yaml  |  2 --
 tests/dat/manifest_validate_credentials.yaml       |  2 --
 tests/dat/manifest_validate_dependencies.yaml      |  2 --
 .../dat/manifest_validate_dependencies_bogus.yaml  |  2 --
 tests/dat/manifest_validate_feed.yaml              |  2 --
 tests/dat/manifest_validate_json_params.yaml       |  2 --
 tests/dat/manifest_validate_multiline_params.yaml  |  2 --
 tests/dat/manifest_validate_package_grammar.yaml   |  2 --
 .../manifest_validate_package_grammar_env_var.yaml |  2 --
 ...st_validate_package_inputs_and_annotations.yaml |  2 --
 tests/dat/manifest_validate_params.yaml            |  2 --
 tests/dat/manifest_validate_rule.yaml              |  2 --
 tests/dat/manifest_validate_rules_bogus.yaml       |  2 --
 tests/dat/manifest_validate_sequences_bogus.yaml   |  2 --
 tests/dat/manifest_validate_singleline_params.yaml |  2 --
 ...ifest_validate_trigger_action_rule_grammar.yaml |  2 --
 tests/dat/manifest_validate_triggerfeed.yaml       |  2 --
 tests/dat/manifest_validate_triggers_bogus.yaml    |  2 --
 .../src/integration/alarmtrigger/actions/hello.js  |  6 ++----
 tests/src/integration/alarmtrigger/deployment.yaml |  2 --
 tests/src/integration/alarmtrigger/manifest.yaml   |  2 --
 tests/src/integration/apigateway/manifest.yml      |  2 --
 .../src/integration/apigateway/src/delete-books.js |  6 ++----
 tests/src/integration/apigateway/src/get-books.js  |  6 ++----
 tests/src/integration/apigateway/src/greeting.js   |  6 ++----
 .../src/integration/apigateway/src/list-members.js |  6 ++----
 tests/src/integration/apigateway/src/post-books.js |  6 ++----
 tests/src/integration/apigateway/src/put-books.js  |  6 ++----
 .../integration/cloudant/actions/process-change.js |  6 ++----
 tests/src/integration/cloudant/manifest.yaml       |  2 --
 .../src/integration/conductor/actions/increment.js |  6 ++----
 tests/src/integration/conductor/actions/triple.js  |  6 ++----
 .../conductor/actions/tripleAndIncrement.js        |  6 ++----
 tests/src/integration/conductor/manifest.yaml      |  2 --
 .../integration/defaultpackage/actions/hello.js    |  6 ++----
 .../defaultpackage/manifest-with-project.yaml      |  2 --
 tests/src/integration/defaultpackage/manifest.yaml |  2 --
 tests/src/integration/dependency/manifest.yaml     |  2 --
 tests/src/integration/docker/manifest.yaml         |  2 --
 tests/src/integration/export/manifest_2pack.yaml   |  2 --
 tests/src/integration/export/manifest_ext.yaml     |  2 --
 tests/src/integration/export/manifest_lib1.yaml    |  2 --
 tests/src/integration/export/manifest_lib2.yaml    |  2 --
 tests/src/integration/export/src/greeting.js       |  6 ++----
 tests/src/integration/flagstests/deployment.yml    |  2 --
 tests/src/integration/flagstests/manifest.yaml     |  2 --
 tests/src/integration/flagstests/manifest.yml      |  2 --
 tests/src/integration/flagstests/src/greeting.js   |  6 ++----
 tests/src/integration/helloworld/actions/hello.js  |  6 ++----
 tests/src/integration/helloworld/actions/hello.py  |  2 --
 .../src/integration/helloworld/actions/hello.swift |  6 ++----
 tests/src/integration/helloworld/deployment.yaml   |  2 --
 tests/src/integration/helloworld/manifest.yaml     |  2 --
 tests/src/integration/jaraction/manifest.yaml      |  2 --
 tests/src/integration/jaraction/src/Hello.java     |  1 -
 .../00-manifest-minus-second-package.yaml          |  2 --
 .../01-manifest-minus-sequence-2.yaml              |  2 --
 .../02-manifest-minus-action-3.yaml                |  2 --
 .../03-manifest-minus-trigger.yaml                 |  2 --
 .../04-manifest-minus-package.yaml                 |  2 --
 .../managed-deployment/05-manifest-headless.yaml   |  2 --
 .../06-manifest-with-single-dependency.yaml        |  2 --
 .../07-manifest-with-dependency.yaml               |  2 --
 ...manifest-with-dependencies-on-whisk-system.yaml |  2 --
 .../managed-deployment/actions/hello.js            |  6 ++----
 .../integration/managed-deployment/manifest.yaml   |  2 --
 tests/src/integration/message-hub/deployment.yaml  |  2 --
 tests/src/integration/message-hub/manifest.yaml    |  2 --
 .../message-hub/src/process-messages.js            |  6 ++----
 .../message-hub/src/receive-messages.js            |  6 ++----
 tests/src/integration/runtimetests/manifest.yaml   |  2 --
 tests/src/integration/runtimetests/src/Hello.java  |  2 +-
 tests/src/integration/runtimetests/src/greeting.js |  6 ++----
 tests/src/integration/runtimetests/src/hello.php   |  7 ++-----
 tests/src/integration/runtimetests/src/hello.py    |  2 --
 tests/src/integration/runtimetests/src/hello.swift |  6 ++----
 .../runtimetests/src/helloworld/index.js           |  6 ++----
 tests/src/integration/triggerrule/deployment.yml   |  2 --
 tests/src/integration/triggerrule/manifest.yml     |  2 --
 tests/src/integration/triggerrule/src/greeting.js  |  6 ++----
 .../validate-action-annotations/actions/hello.js   |  6 ++----
 .../validate-action-annotations/deployment.yaml    |  2 --
 .../validate-action-annotations/manifest.yaml      |  2 --
 .../actions/helloworld.js                          |  6 ++----
 .../deployment.yaml                                |  2 --
 .../manifest.yaml                                  |  2 --
 .../actions/hello.js                               |  7 +++----
 .../deployment.yaml                                |  2 --
 .../deployment.yml                                 |  2 --
 .../manifest.yaml                                  |  2 --
 .../manifest.yml                                   |  2 --
 .../not-standard-deployment.yaml                   |  2 --
 .../not-standard-manifest.yaml                     |  2 --
 .../random-name-1.yaml                             |  2 --
 .../random-name-2.yaml                             |  2 --
 .../yaml-deployment-with-yml-manifest.yaml         |  2 --
 .../yaml-manifest-with-yml-deployment.yaml         |  2 --
 .../yml-deployment-with-yaml-manifest.yml          |  2 --
 .../yml-manifest-with-yaml-deployment.yml          |  2 --
 .../validate-packages-in-manifest/actions/hello.js |  6 ++----
 .../validate-packages-in-manifest/actions/hello.py |  2 --
 .../validate-packages-in-manifest/deployment.yaml  |  2 --
 .../validate-packages-in-manifest/manifest.yaml    |  2 --
 .../integration/validate-project/actions/hello.js  |  6 ++----
 .../integration/validate-project/deployment.yaml   |  2 --
 .../src/integration/validate-project/manifest.yaml |  2 --
 .../actions/helloworld.js                          |  6 ++----
 .../validatePackagesInDeployment/deployment.yaml   |  2 --
 .../validatePackagesInDeployment/manifest.yaml     |  2 --
 .../validateSequencesCreation/actions/function.js  |  6 ++----
 tests/src/integration/webaction/manifest.yml       |  2 --
 tests/src/integration/webaction/src/greeting.js    |  6 ++----
 tests/src/integration/websequence/manifest.yaml    |  2 --
 tests/src/integration/websequence/src/greeting.js  |  6 ++----
 .../src/integration/zipaction/actions/cat/index.js |  6 ++----
 .../zipaction/actions/cat/node_modules/cat/bin.js  |  6 ++----
 .../actions/cat/node_modules/cat/example.js        |  6 ++----
 .../actions/cat/node_modules/cat/index.js          |  6 ++----
 tests/src/integration/zipaction/deployment.yml     |  2 --
 tests/src/integration/zipaction/manifest.yml       |  2 --
 176 files changed, 91 insertions(+), 523 deletions(-)

diff --git a/tests/apps/openwhisk-githubslackbot/actions/find-delayed-pull-requests.js b/tests/apps/openwhisk-githubslackbot/actions/find-delayed-pull-requests.js
index bee7c95..54906d4 100644
--- a/tests/apps/openwhisk-githubslackbot/actions/find-delayed-pull-requests.js
+++ b/tests/apps/openwhisk-githubslackbot/actions/find-delayed-pull-requests.js
@@ -1,19 +1,5 @@
-/*
- * 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.
- */
+// Licensed to the Apache Software Foundation (ASF) under one or more contributor
+// license agreements; and to You under the Apache License, Version 2.0.
 
 /**
   *
diff --git a/tests/apps/openwhisk-githubslackbot/actions/post-to-slack.js b/tests/apps/openwhisk-githubslackbot/actions/post-to-slack.js
index adc4a5a..e88d75e 100644
--- a/tests/apps/openwhisk-githubslackbot/actions/post-to-slack.js
+++ b/tests/apps/openwhisk-githubslackbot/actions/post-to-slack.js
@@ -1,19 +1,5 @@
-/*
- * 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.
- */
+// Licensed to the Apache Software Foundation (ASF) under one or more contributor
+// license agreements; and to You under the Apache License, Version 2.0.
 
  /**
   *
diff --git a/tests/apps/openwhisk-githubslackbot/actions/track-pull-requests.js b/tests/apps/openwhisk-githubslackbot/actions/track-pull-requests.js
index 108c67d..da4896c 100644
--- a/tests/apps/openwhisk-githubslackbot/actions/track-pull-requests.js
+++ b/tests/apps/openwhisk-githubslackbot/actions/track-pull-requests.js
@@ -1,19 +1,5 @@
-/*
- * 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.
- */
+// Licensed to the Apache Software Foundation (ASF) under one or more contributor
+// license agreements; and to You under the Apache License, Version 2.0.
 
 /**
   *
diff --git a/tests/apps/openwhisk-githubslackbot/manifest.yaml b/tests/apps/openwhisk-githubslackbot/manifest.yaml
index a4c76c7..de0c9f7 100644
--- a/tests/apps/openwhisk-githubslackbot/manifest.yaml
+++ b/tests/apps/openwhisk-githubslackbot/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 ##############################
 
diff --git a/tests/apps/owbp-cloudant-trigger/runtimes/node/actions/process-change.js b/tests/apps/owbp-cloudant-trigger/runtimes/node/actions/process-change.js
index 7d3a7c3..70598f2 100644
--- a/tests/apps/owbp-cloudant-trigger/runtimes/node/actions/process-change.js
+++ b/tests/apps/owbp-cloudant-trigger/runtimes/node/actions/process-change.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 function main(params) {
 
diff --git a/tests/apps/owbp-cloudant-trigger/runtimes/node/manifest.yaml b/tests/apps/owbp-cloudant-trigger/runtimes/node/manifest.yaml
index 932d94e..d2534cb 100644
--- a/tests/apps/owbp-cloudant-trigger/runtimes/node/manifest.yaml
+++ b/tests/apps/owbp-cloudant-trigger/runtimes/node/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 ##############################
 
diff --git a/tests/apps/owbp-cloudant-trigger/runtimes/php/actions/process-change.php b/tests/apps/owbp-cloudant-trigger/runtimes/php/actions/process-change.php
index 8b7f283..f0d5d60 100644
--- a/tests/apps/owbp-cloudant-trigger/runtimes/php/actions/process-change.php
+++ b/tests/apps/owbp-cloudant-trigger/runtimes/php/actions/process-change.php
@@ -1,23 +1,5 @@
-/*
- *
- * 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.
- *
-*/
+// Licensed to the Apache Software Foundation (ASF) under one or more contributor
+// license agreements; and to You under the Apache License, Version 2.0.
 
 function main(array $args) : array
 {
diff --git a/tests/apps/owbp-cloudant-trigger/runtimes/php/manifest.yaml b/tests/apps/owbp-cloudant-trigger/runtimes/php/manifest.yaml
index 7a62580..d8549fe 100644
--- a/tests/apps/owbp-cloudant-trigger/runtimes/php/manifest.yaml
+++ b/tests/apps/owbp-cloudant-trigger/runtimes/php/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 ##############################
 
diff --git a/tests/apps/owbp-cloudant-trigger/runtimes/python/actions/process-change.py b/tests/apps/owbp-cloudant-trigger/runtimes/python/actions/process-change.py
index 39fb6bc..7d4ccac 100644
--- a/tests/apps/owbp-cloudant-trigger/runtimes/python/actions/process-change.py
+++ b/tests/apps/owbp-cloudant-trigger/runtimes/python/actions/process-change.py
@@ -1,23 +1,6 @@
-#
-#
-# 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.
-#
-#
+# Licensed to the Apache Software Foundation (ASF) under one or more contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+
 def main(params):
     if 'name' not in params or 'color' not in params:
         return { 'error': 'Please make sure name and color are passed in params.' }
diff --git a/tests/apps/owbp-cloudant-trigger/runtimes/python/manifest.yaml b/tests/apps/owbp-cloudant-trigger/runtimes/python/manifest.yaml
index 3005781..94505f8 100644
--- a/tests/apps/owbp-cloudant-trigger/runtimes/python/manifest.yaml
+++ b/tests/apps/owbp-cloudant-trigger/runtimes/python/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 ##############################
 
diff --git a/tests/apps/owbp-cloudant-trigger/runtimes/swift/actions/process-change.swift b/tests/apps/owbp-cloudant-trigger/runtimes/swift/actions/process-change.swift
index 320a82d..3502b0d 100644
--- a/tests/apps/owbp-cloudant-trigger/runtimes/swift/actions/process-change.swift
+++ b/tests/apps/owbp-cloudant-trigger/runtimes/swift/actions/process-change.swift
@@ -1,23 +1,5 @@
-/*
- *
- * 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.
- *
-*/
+// Licensed to the Apache Software Foundation (ASF) under one or more contributor
+// license agreements; and to You under the Apache License, Version 2.0.
 
 func main(args: [String:Any]) -> [String:Any] {
     if let color = args["color"] as? String,
diff --git a/tests/apps/owbp-cloudant-trigger/runtimes/swift/manifest.yaml b/tests/apps/owbp-cloudant-trigger/runtimes/swift/manifest.yaml
index e0e4c16..1fec04c 100644
--- a/tests/apps/owbp-cloudant-trigger/runtimes/swift/manifest.yaml
+++ b/tests/apps/owbp-cloudant-trigger/runtimes/swift/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 ##############################
 
diff --git a/tests/dat/deployment_compose_trigger.yaml b/tests/dat/deployment_compose_trigger.yaml
index ebfac08..ae55f77 100644
--- a/tests/dat/deployment_compose_trigger.yaml
+++ b/tests/dat/deployment_compose_trigger.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: wskdeploy-samples
diff --git a/tests/dat/deployment_data_action_with_inputs_outputs.yaml b/tests/dat/deployment_data_action_with_inputs_outputs.yaml
index 16c8000..3150e84 100644
--- a/tests/dat/deployment_data_action_with_inputs_outputs.yaml
+++ b/tests/dat/deployment_data_action_with_inputs_outputs.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 ---
 packages:
diff --git a/tests/dat/deployment_data_packages.yaml b/tests/dat/deployment_data_packages.yaml
index aab07d8..2f87fb0 100644
--- a/tests/dat/deployment_data_packages.yaml
+++ b/tests/dat/deployment_data_packages.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   test_package:
diff --git a/tests/dat/deployment_data_packages_env_var.yaml b/tests/dat/deployment_data_packages_env_var.yaml
index d3caa6a..ebfc221 100644
--- a/tests/dat/deployment_data_packages_env_var.yaml
+++ b/tests/dat/deployment_data_packages_env_var.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   $package_name:
diff --git a/tests/dat/deployment_data_project.yaml b/tests/dat/deployment_data_project.yaml
index 9b547c3..c3146d6 100644
--- a/tests/dat/deployment_data_project.yaml
+++ b/tests/dat/deployment_data_project.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: wskdeploy-samples
diff --git a/tests/dat/deployment_data_project_package.yaml b/tests/dat/deployment_data_project_package.yaml
index 52152a0..faebf61 100644
--- a/tests/dat/deployment_data_project_package.yaml
+++ b/tests/dat/deployment_data_project_package.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: wskdeploy-samples
diff --git a/tests/dat/deployment_data_project_packages_env_var.yaml b/tests/dat/deployment_data_project_packages_env_var.yaml
index ac33bca..371092a 100644
--- a/tests/dat/deployment_data_project_packages_env_var.yaml
+++ b/tests/dat/deployment_data_project_packages_env_var.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: wskdeploy-samples
diff --git a/tests/dat/deployment_data_project_packages_env_var_con.yaml b/tests/dat/deployment_data_project_packages_env_var_con.yaml
index 1dcca9c..48feb66 100644
--- a/tests/dat/deployment_data_project_packages_env_var_con.yaml
+++ b/tests/dat/deployment_data_project_packages_env_var_con.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: wskdeploy-samples
diff --git a/tests/dat/deployment_deploymentreader_packages_bind_trigger.yml b/tests/dat/deployment_deploymentreader_packages_bind_trigger.yml
index 34e8919..acbf163 100644
--- a/tests/dat/deployment_deploymentreader_packages_bind_trigger.yml
+++ b/tests/dat/deployment_deploymentreader_packages_bind_trigger.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   triggerrule:
diff --git a/tests/dat/deployment_deploymentreader_project_bind_trigger.yml b/tests/dat/deployment_deploymentreader_project_bind_trigger.yml
index c88f391..06f5bd0 100644
--- a/tests/dat/deployment_deploymentreader_project_bind_trigger.yml
+++ b/tests/dat/deployment_deploymentreader_project_bind_trigger.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: AppWithTriggerRule
diff --git a/tests/dat/deployment_validate_action_annotations.yaml b/tests/dat/deployment_validate_action_annotations.yaml
index ea01689..c6af7eb 100644
--- a/tests/dat/deployment_validate_action_annotations.yaml
+++ b/tests/dat/deployment_validate_action_annotations.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: TestActionAnnotations
diff --git a/tests/dat/deployment_validate_credentials.yaml b/tests/dat/deployment_validate_credentials.yaml
index 2f8db92..06d9197 100644
--- a/tests/dat/deployment_validate_credentials.yaml
+++ b/tests/dat/deployment_validate_credentials.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 # do not change or delete this file without changing deployers/whiskclient_test.go
 # this is used for testing whiskclient functionality
diff --git a/tests/dat/deployment_validate_deployment_reader.yaml b/tests/dat/deployment_validate_deployment_reader.yaml
index 3ef2dc2..caec5d4 100644
--- a/tests/dat/deployment_validate_deployment_reader.yaml
+++ b/tests/dat/deployment_validate_deployment_reader.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: UnitTestDeployers
diff --git a/tests/dat/manifest_bad_yaml_invalid_comment.yaml b/tests/dat/manifest_bad_yaml_invalid_comment.yaml
index dee77f9..2e57697 100644
--- a/tests/dat/manifest_bad_yaml_invalid_comment.yaml
+++ b/tests/dat/manifest_bad_yaml_invalid_comment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   testBadYAMLInvalidCommentInManifest:
diff --git a/tests/dat/manifest_bad_yaml_invalid_key_mapping_value.yaml b/tests/dat/manifest_bad_yaml_invalid_key_mapping_value.yaml
index 955c1bd..8c6e78b 100644
--- a/tests/dat/manifest_bad_yaml_invalid_key_mapping_value.yaml
+++ b/tests/dat/manifest_bad_yaml_invalid_key_mapping_value.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   testBadYAMLInvalidKeyMappingValueInManifest:
diff --git a/tests/dat/manifest_bad_yaml_invalid_package_key.yaml b/tests/dat/manifest_bad_yaml_invalid_package_key.yaml
index 4326359..0134958 100644
--- a/tests/dat/manifest_bad_yaml_invalid_package_key.yaml
+++ b/tests/dat/manifest_bad_yaml_invalid_package_key.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   testBadYAMLInvalidPackageKeyInManifest:
diff --git a/tests/dat/manifest_bad_yaml_missing_root_key.yaml b/tests/dat/manifest_bad_yaml_missing_root_key.yaml
index b43d545..d54a5c1 100644
--- a/tests/dat/manifest_bad_yaml_missing_root_key.yaml
+++ b/tests/dat/manifest_bad_yaml_missing_root_key.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 actions:
   testBadYAMLMissingRootKeyInManifest:
diff --git a/tests/dat/manifest_data_compose_actions_for_annotations.yaml b/tests/dat/manifest_data_compose_actions_for_annotations.yaml
index 826e9f1..2d66557 100644
--- a/tests/dat/manifest_data_compose_actions_for_annotations.yaml
+++ b/tests/dat/manifest_data_compose_actions_for_annotations.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     helloworld:
diff --git a/tests/dat/manifest_data_compose_actions_for_docker.yaml b/tests/dat/manifest_data_compose_actions_for_docker.yaml
index 65bf492..a2371b4 100644
--- a/tests/dat/manifest_data_compose_actions_for_docker.yaml
+++ b/tests/dat/manifest_data_compose_actions_for_docker.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   IntegrationTestDocker:
diff --git a/tests/dat/manifest_data_compose_actions_for_function.yaml b/tests/dat/manifest_data_compose_actions_for_function.yaml
index e3078fc..9bc896f 100644
--- a/tests/dat/manifest_data_compose_actions_for_function.yaml
+++ b/tests/dat/manifest_data_compose_actions_for_function.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_actions_for_function_and_code.yaml b/tests/dat/manifest_data_compose_actions_for_function_and_code.yaml
index 990c14a..365c6ab 100644
--- a/tests/dat/manifest_data_compose_actions_for_function_and_code.yaml
+++ b/tests/dat/manifest_data_compose_actions_for_function_and_code.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_actions_for_function_with_env_variable.yaml b/tests/dat/manifest_data_compose_actions_for_function_with_env_variable.yaml
index 5756bf0..4df01da 100644
--- a/tests/dat/manifest_data_compose_actions_for_function_with_env_variable.yaml
+++ b/tests/dat/manifest_data_compose_actions_for_function_with_env_variable.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     helloworld:
diff --git a/tests/dat/manifest_data_compose_actions_for_function_with_remote_dir.yaml b/tests/dat/manifest_data_compose_actions_for_function_with_remote_dir.yaml
index d4f995f..3842e03 100644
--- a/tests/dat/manifest_data_compose_actions_for_function_with_remote_dir.yaml
+++ b/tests/dat/manifest_data_compose_actions_for_function_with_remote_dir.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_actions_for_invalid_web.yaml b/tests/dat/manifest_data_compose_actions_for_invalid_web.yaml
index 43aa1d8..7277655 100644
--- a/tests/dat/manifest_data_compose_actions_for_invalid_web.yaml
+++ b/tests/dat/manifest_data_compose_actions_for_invalid_web.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_actions_for_limits.yaml b/tests/dat/manifest_data_compose_actions_for_limits.yaml
index 9a690b9..f7eb1e5 100644
--- a/tests/dat/manifest_data_compose_actions_for_limits.yaml
+++ b/tests/dat/manifest_data_compose_actions_for_limits.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_actions_for_missing_runtime_with_code.yaml b/tests/dat/manifest_data_compose_actions_for_missing_runtime_with_code.yaml
index b510a09..6284959 100644
--- a/tests/dat/manifest_data_compose_actions_for_missing_runtime_with_code.yaml
+++ b/tests/dat/manifest_data_compose_actions_for_missing_runtime_with_code.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_actions_for_web.yaml b/tests/dat/manifest_data_compose_actions_for_web.yaml
index b1121b4..2121c46 100644
--- a/tests/dat/manifest_data_compose_actions_for_web.yaml
+++ b/tests/dat/manifest_data_compose_actions_for_web.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_actions_for_web_and_web_export.yaml b/tests/dat/manifest_data_compose_actions_for_web_and_web_export.yaml
index 42e121a..70bc72f 100644
--- a/tests/dat/manifest_data_compose_actions_for_web_and_web_export.yaml
+++ b/tests/dat/manifest_data_compose_actions_for_web_and_web_export.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_api_records.yaml b/tests/dat/manifest_data_compose_api_records.yaml
index 599cef0..b0d7baa 100644
--- a/tests/dat/manifest_data_compose_api_records.yaml
+++ b/tests/dat/manifest_data_compose_api_records.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   apiTest:
diff --git a/tests/dat/manifest_data_compose_dependencies.yaml b/tests/dat/manifest_data_compose_dependencies.yaml
index 38be525..aa63e17 100644
--- a/tests/dat/manifest_data_compose_dependencies.yaml
+++ b/tests/dat/manifest_data_compose_dependencies.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_packages.yaml b/tests/dat/manifest_data_compose_packages.yaml
index 0814a31..1ec2a94 100644
--- a/tests/dat/manifest_data_compose_packages.yaml
+++ b/tests/dat/manifest_data_compose_packages.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_rules.yaml b/tests/dat/manifest_data_compose_rules.yaml
index 4fde937..92407d0 100644
--- a/tests/dat/manifest_data_compose_rules.yaml
+++ b/tests/dat/manifest_data_compose_rules.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_runtimes_implicit.yaml b/tests/dat/manifest_data_compose_runtimes_implicit.yaml
index 6724cb8..0e58541 100644
--- a/tests/dat/manifest_data_compose_runtimes_implicit.yaml
+++ b/tests/dat/manifest_data_compose_runtimes_implicit.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_sequences.yaml b/tests/dat/manifest_data_compose_sequences.yaml
index e5886f8..564263e 100644
--- a/tests/dat/manifest_data_compose_sequences.yaml
+++ b/tests/dat/manifest_data_compose_sequences.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_data_compose_triggers.yaml b/tests/dat/manifest_data_compose_triggers.yaml
index b892ad8..9c78f8f 100644
--- a/tests/dat/manifest_data_compose_triggers.yaml
+++ b/tests/dat/manifest_data_compose_triggers.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: foo
diff --git a/tests/dat/manifest_data_rule_env_var.yaml b/tests/dat/manifest_data_rule_env_var.yaml
index 1062012..ff4f57c 100644
--- a/tests/dat/manifest_data_rule_env_var.yaml
+++ b/tests/dat/manifest_data_rule_env_var.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 # This test file is used to test the basic Trigger-Action-Rule grammar
 packages:
diff --git a/tests/dat/manifest_data_unmarshal_packages.yaml b/tests/dat/manifest_data_unmarshal_packages.yaml
index 5bea498..2770752 100644
--- a/tests/dat/manifest_data_unmarshal_packages.yaml
+++ b/tests/dat/manifest_data_unmarshal_packages.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   package1:
diff --git a/tests/dat/manifest_hello_java_jar.yaml b/tests/dat/manifest_hello_java_jar.yaml
index ecd39d6..22cb457 100644
--- a/tests/dat/manifest_hello_java_jar.yaml
+++ b/tests/dat/manifest_hello_java_jar.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_hello_nodejs.yaml b/tests/dat/manifest_hello_nodejs.yaml
index 32cc5cf..6fd07ac 100644
--- a/tests/dat/manifest_hello_nodejs.yaml
+++ b/tests/dat/manifest_hello_nodejs.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_hello_nodejs_with_params.yaml b/tests/dat/manifest_hello_nodejs_with_params.yaml
index 53f30bc..a32e5ec 100644
--- a/tests/dat/manifest_hello_nodejs_with_params.yaml
+++ b/tests/dat/manifest_hello_nodejs_with_params.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
    helloworld:
diff --git a/tests/dat/manifest_hello_python.yaml b/tests/dat/manifest_hello_python.yaml
index 32c006c..2e620b5 100644
--- a/tests/dat/manifest_hello_python.yaml
+++ b/tests/dat/manifest_hello_python.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_hello_swift.yaml b/tests/dat/manifest_hello_swift.yaml
index 3248c84..c24be76 100644
--- a/tests/dat/manifest_hello_swift.yaml
+++ b/tests/dat/manifest_hello_swift.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloworld:
diff --git a/tests/dat/manifest_invalid_packages_key_missing.yaml b/tests/dat/manifest_invalid_packages_key_missing.yaml
index f8800e0..57d48d5 100644
--- a/tests/dat/manifest_invalid_packages_key_missing.yaml
+++ b/tests/dat/manifest_invalid_packages_key_missing.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 # packages:
 test_package:
diff --git a/tests/dat/manifest_validate_action_all.yaml b/tests/dat/manifest_validate_action_all.yaml
index fb43426..665e9a3 100644
--- a/tests/dat/manifest_validate_action_all.yaml
+++ b/tests/dat/manifest_validate_action_all.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     helloworld:
diff --git a/tests/dat/manifest_validate_action_annotations.yaml b/tests/dat/manifest_validate_action_annotations.yaml
index ecc1473..f74d998 100644
--- a/tests/dat/manifest_validate_action_annotations.yaml
+++ b/tests/dat/manifest_validate_action_annotations.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     packageActionAnnotations:
diff --git a/tests/dat/manifest_validate_credentials.yaml b/tests/dat/manifest_validate_credentials.yaml
index 03dec64..508466f 100644
--- a/tests/dat/manifest_validate_credentials.yaml
+++ b/tests/dat/manifest_validate_credentials.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
    ValidateWhiskConfig:
diff --git a/tests/dat/manifest_validate_dependencies.yaml b/tests/dat/manifest_validate_dependencies.yaml
index 2354135..f42db2e 100644
--- a/tests/dat/manifest_validate_dependencies.yaml
+++ b/tests/dat/manifest_validate_dependencies.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     helloworld1:
diff --git a/tests/dat/manifest_validate_dependencies_bogus.yaml b/tests/dat/manifest_validate_dependencies_bogus.yaml
index 78c8155..574cc7f 100644
--- a/tests/dat/manifest_validate_dependencies_bogus.yaml
+++ b/tests/dat/manifest_validate_dependencies_bogus.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     helloworld1:
diff --git a/tests/dat/manifest_validate_feed.yaml b/tests/dat/manifest_validate_feed.yaml
index 13bb49d..f14405b 100644
--- a/tests/dat/manifest_validate_feed.yaml
+++ b/tests/dat/manifest_validate_feed.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   manifest5:
diff --git a/tests/dat/manifest_validate_json_params.yaml b/tests/dat/manifest_validate_json_params.yaml
index 6209ee7..2fecfd7 100644
--- a/tests/dat/manifest_validate_json_params.yaml
+++ b/tests/dat/manifest_validate_json_params.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   validate_json:
diff --git a/tests/dat/manifest_validate_multiline_params.yaml b/tests/dat/manifest_validate_multiline_params.yaml
index 4111d74..326d2c3 100644
--- a/tests/dat/manifest_validate_multiline_params.yaml
+++ b/tests/dat/manifest_validate_multiline_params.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     validate:
diff --git a/tests/dat/manifest_validate_package_grammar.yaml b/tests/dat/manifest_validate_package_grammar.yaml
index db8f6d5..f82b18e 100644
--- a/tests/dat/manifest_validate_package_grammar.yaml
+++ b/tests/dat/manifest_validate_package_grammar.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 # This test file is used to test the basic Package grammar
 packages:
diff --git a/tests/dat/manifest_validate_package_grammar_env_var.yaml b/tests/dat/manifest_validate_package_grammar_env_var.yaml
index 1f1d8e5..a62bc3b 100644
--- a/tests/dat/manifest_validate_package_grammar_env_var.yaml
+++ b/tests/dat/manifest_validate_package_grammar_env_var.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 # This test file is used to test the basic Package grammar
 packages:
diff --git a/tests/dat/manifest_validate_package_inputs_and_annotations.yaml b/tests/dat/manifest_validate_package_inputs_and_annotations.yaml
index f8bc192..6a76554 100644
--- a/tests/dat/manifest_validate_package_inputs_and_annotations.yaml
+++ b/tests/dat/manifest_validate_package_inputs_and_annotations.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     helloworld1:
diff --git a/tests/dat/manifest_validate_params.yaml b/tests/dat/manifest_validate_params.yaml
index 2674a41..00abc05 100644
--- a/tests/dat/manifest_validate_params.yaml
+++ b/tests/dat/manifest_validate_params.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   validateParams:
diff --git a/tests/dat/manifest_validate_rule.yaml b/tests/dat/manifest_validate_rule.yaml
index cb23b86..a1c0bac 100644
--- a/tests/dat/manifest_validate_rule.yaml
+++ b/tests/dat/manifest_validate_rule.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   manifest4:
diff --git a/tests/dat/manifest_validate_rules_bogus.yaml b/tests/dat/manifest_validate_rules_bogus.yaml
index 498e53e..311b907 100644
--- a/tests/dat/manifest_validate_rules_bogus.yaml
+++ b/tests/dat/manifest_validate_rules_bogus.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     helloworld1:
diff --git a/tests/dat/manifest_validate_sequences_bogus.yaml b/tests/dat/manifest_validate_sequences_bogus.yaml
index 589e800..cd09e5f 100644
--- a/tests/dat/manifest_validate_sequences_bogus.yaml
+++ b/tests/dat/manifest_validate_sequences_bogus.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     helloworld:
diff --git a/tests/dat/manifest_validate_singleline_params.yaml b/tests/dat/manifest_validate_singleline_params.yaml
index e1921db..9956aed 100644
--- a/tests/dat/manifest_validate_singleline_params.yaml
+++ b/tests/dat/manifest_validate_singleline_params.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     validate:
diff --git a/tests/dat/manifest_validate_trigger_action_rule_grammar.yaml b/tests/dat/manifest_validate_trigger_action_rule_grammar.yaml
index 98bf3b8..c5417cd 100644
--- a/tests/dat/manifest_validate_trigger_action_rule_grammar.yaml
+++ b/tests/dat/manifest_validate_trigger_action_rule_grammar.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 # This test file is used to test the basic Trigger-Action-Rule grammar
 packages:
diff --git a/tests/dat/manifest_validate_triggerfeed.yaml b/tests/dat/manifest_validate_triggerfeed.yaml
index 9b61048..cacc318 100644
--- a/tests/dat/manifest_validate_triggerfeed.yaml
+++ b/tests/dat/manifest_validate_triggerfeed.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   manifest3:
diff --git a/tests/dat/manifest_validate_triggers_bogus.yaml b/tests/dat/manifest_validate_triggers_bogus.yaml
index 70542ac..63df97f 100644
--- a/tests/dat/manifest_validate_triggers_bogus.yaml
+++ b/tests/dat/manifest_validate_triggers_bogus.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     helloworld1:
diff --git a/tests/src/integration/alarmtrigger/actions/hello.js b/tests/src/integration/alarmtrigger/actions/hello.js
index 80a9062..003aac1 100644
--- a/tests/src/integration/alarmtrigger/actions/hello.js
+++ b/tests/src/integration/alarmtrigger/actions/hello.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 function main(params) {
   return {payload:  'Hello, ' + params.name + ' from ' + params.place};
diff --git a/tests/src/integration/alarmtrigger/deployment.yaml b/tests/src/integration/alarmtrigger/deployment.yaml
index fefbd50..2939ef6 100644
--- a/tests/src/integration/alarmtrigger/deployment.yaml
+++ b/tests/src/integration/alarmtrigger/deployment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: HelloWorldEvery12Hours
diff --git a/tests/src/integration/alarmtrigger/manifest.yaml b/tests/src/integration/alarmtrigger/manifest.yaml
index 633041b..2c50255 100644
--- a/tests/src/integration/alarmtrigger/manifest.yaml
+++ b/tests/src/integration/alarmtrigger/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     helloworld:
diff --git a/tests/src/integration/apigateway/manifest.yml b/tests/src/integration/apigateway/manifest.yml
index 9e93317..defdff8 100644
--- a/tests/src/integration/apigateway/manifest.yml
+++ b/tests/src/integration/apigateway/manifest.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     api-gateway-test:
diff --git a/tests/src/integration/apigateway/src/delete-books.js b/tests/src/integration/apigateway/src/delete-books.js
index ed051cd..c90861b 100644
--- a/tests/src/integration/apigateway/src/delete-books.js
+++ b/tests/src/integration/apigateway/src/delete-books.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return success saying a book was deleted from the book store.
diff --git a/tests/src/integration/apigateway/src/get-books.js b/tests/src/integration/apigateway/src/get-books.js
index 59d256f..f1fcdce 100644
--- a/tests/src/integration/apigateway/src/get-books.js
+++ b/tests/src/integration/apigateway/src/get-books.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a list of books in the book store.
diff --git a/tests/src/integration/apigateway/src/greeting.js b/tests/src/integration/apigateway/src/greeting.js
index f5f7a74..b846691 100644
--- a/tests/src/integration/apigateway/src/greeting.js
+++ b/tests/src/integration/apigateway/src/greeting.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a simple greeting message for someone.
diff --git a/tests/src/integration/apigateway/src/list-members.js b/tests/src/integration/apigateway/src/list-members.js
index df77d2c..148c572 100644
--- a/tests/src/integration/apigateway/src/list-members.js
+++ b/tests/src/integration/apigateway/src/list-members.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a list of members in the book store.
diff --git a/tests/src/integration/apigateway/src/post-books.js b/tests/src/integration/apigateway/src/post-books.js
index a798c7d..86e7e87 100644
--- a/tests/src/integration/apigateway/src/post-books.js
+++ b/tests/src/integration/apigateway/src/post-books.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return success saying a book was added into the book store.
diff --git a/tests/src/integration/apigateway/src/put-books.js b/tests/src/integration/apigateway/src/put-books.js
index b003def..33c4509 100644
--- a/tests/src/integration/apigateway/src/put-books.js
+++ b/tests/src/integration/apigateway/src/put-books.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return success saying a book was updated into the book store.
diff --git a/tests/src/integration/cloudant/actions/process-change.js b/tests/src/integration/cloudant/actions/process-change.js
index 0d2a610..248df2d 100644
--- a/tests/src/integration/cloudant/actions/process-change.js
+++ b/tests/src/integration/cloudant/actions/process-change.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Print the document to console which has changes
diff --git a/tests/src/integration/cloudant/manifest.yaml b/tests/src/integration/cloudant/manifest.yaml
index f8ab5b5..ce5bfe5 100644
--- a/tests/src/integration/cloudant/manifest.yaml
+++ b/tests/src/integration/cloudant/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 ###################
 
diff --git a/tests/src/integration/conductor/actions/increment.js b/tests/src/integration/conductor/actions/increment.js
index 3a6c1a9..03c620f 100644
--- a/tests/src/integration/conductor/actions/increment.js
+++ b/tests/src/integration/conductor/actions/increment.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /*
  * Increment input value by 1
diff --git a/tests/src/integration/conductor/actions/triple.js b/tests/src/integration/conductor/actions/triple.js
index 611a202..53b2d19 100644
--- a/tests/src/integration/conductor/actions/triple.js
+++ b/tests/src/integration/conductor/actions/triple.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /*
  * Return triple of the input value.
diff --git a/tests/src/integration/conductor/actions/tripleAndIncrement.js b/tests/src/integration/conductor/actions/tripleAndIncrement.js
index 865f848..c10c312 100644
--- a/tests/src/integration/conductor/actions/tripleAndIncrement.js
+++ b/tests/src/integration/conductor/actions/tripleAndIncrement.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 function main(params) {
     let step = params.$step || 0
diff --git a/tests/src/integration/conductor/manifest.yaml b/tests/src/integration/conductor/manifest.yaml
index 20b75c5..2503c33 100644
--- a/tests/src/integration/conductor/manifest.yaml
+++ b/tests/src/integration/conductor/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: DemoConductor
diff --git a/tests/src/integration/defaultpackage/actions/hello.js b/tests/src/integration/defaultpackage/actions/hello.js
index b4efbea..18d420a 100644
--- a/tests/src/integration/defaultpackage/actions/hello.js
+++ b/tests/src/integration/defaultpackage/actions/hello.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /*
  * Return a simple greeting message for the whole world.
diff --git a/tests/src/integration/defaultpackage/manifest-with-project.yaml b/tests/src/integration/defaultpackage/manifest-with-project.yaml
index f58400c..d3b7e3f 100644
--- a/tests/src/integration/defaultpackage/manifest-with-project.yaml
+++ b/tests/src/integration/defaultpackage/manifest-with-project.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: ProjectUnderDefaultPackage
diff --git a/tests/src/integration/defaultpackage/manifest.yaml b/tests/src/integration/defaultpackage/manifest.yaml
index 6890fab..a6a1fcb 100644
--- a/tests/src/integration/defaultpackage/manifest.yaml
+++ b/tests/src/integration/defaultpackage/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     default:
diff --git a/tests/src/integration/dependency/manifest.yaml b/tests/src/integration/dependency/manifest.yaml
index 4193c17..9d17308 100644
--- a/tests/src/integration/dependency/manifest.yaml
+++ b/tests/src/integration/dependency/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   TestGitHubDependency:
diff --git a/tests/src/integration/docker/manifest.yaml b/tests/src/integration/docker/manifest.yaml
index d860504..29e0c56 100644
--- a/tests/src/integration/docker/manifest.yaml
+++ b/tests/src/integration/docker/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   IntegrationTestDocker:
diff --git a/tests/src/integration/export/manifest_2pack.yaml b/tests/src/integration/export/manifest_2pack.yaml
index cce928f..cbc9147 100644
--- a/tests/src/integration/export/manifest_2pack.yaml
+++ b/tests/src/integration/export/manifest_2pack.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: 2pack
diff --git a/tests/src/integration/export/manifest_ext.yaml b/tests/src/integration/export/manifest_ext.yaml
index 0f20c05..3a2be10 100644
--- a/tests/src/integration/export/manifest_ext.yaml
+++ b/tests/src/integration/export/manifest_ext.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: EXT_PROJECT
diff --git a/tests/src/integration/export/manifest_lib1.yaml b/tests/src/integration/export/manifest_lib1.yaml
index be21e9b..6b99922 100644
--- a/tests/src/integration/export/manifest_lib1.yaml
+++ b/tests/src/integration/export/manifest_lib1.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: lib1
diff --git a/tests/src/integration/export/manifest_lib2.yaml b/tests/src/integration/export/manifest_lib2.yaml
index ffd5fad..b80c57e 100644
--- a/tests/src/integration/export/manifest_lib2.yaml
+++ b/tests/src/integration/export/manifest_lib2.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: lib2
diff --git a/tests/src/integration/export/src/greeting.js b/tests/src/integration/export/src/greeting.js
index e6842c7..2e5a044 100644
--- a/tests/src/integration/export/src/greeting.js
+++ b/tests/src/integration/export/src/greeting.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a simple greeting message for someone.
diff --git a/tests/src/integration/flagstests/deployment.yml b/tests/src/integration/flagstests/deployment.yml
index 2bad8a6..216685c 100644
--- a/tests/src/integration/flagstests/deployment.yml
+++ b/tests/src/integration/flagstests/deployment.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: wskdeploy-samples
diff --git a/tests/src/integration/flagstests/manifest.yaml b/tests/src/integration/flagstests/manifest.yaml
index 18112a0..73ebaa4 100644
--- a/tests/src/integration/flagstests/manifest.yaml
+++ b/tests/src/integration/flagstests/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     helloWorldFlags:
diff --git a/tests/src/integration/flagstests/manifest.yml b/tests/src/integration/flagstests/manifest.yml
index b1dddfb..e50be4e 100644
--- a/tests/src/integration/flagstests/manifest.yml
+++ b/tests/src/integration/flagstests/manifest.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloWorldFlags:
diff --git a/tests/src/integration/flagstests/src/greeting.js b/tests/src/integration/flagstests/src/greeting.js
index e6842c7..2e5a044 100644
--- a/tests/src/integration/flagstests/src/greeting.js
+++ b/tests/src/integration/flagstests/src/greeting.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a simple greeting message for someone.
diff --git a/tests/src/integration/helloworld/actions/hello.js b/tests/src/integration/helloworld/actions/hello.js
index 30a7392..125cbdb 100644
--- a/tests/src/integration/helloworld/actions/hello.js
+++ b/tests/src/integration/helloworld/actions/hello.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /*
  * Return a simple greeting message for the whole world.
diff --git a/tests/src/integration/helloworld/actions/hello.py b/tests/src/integration/helloworld/actions/hello.py
index 1b41955..785ab59 100644
--- a/tests/src/integration/helloworld/actions/hello.py
+++ b/tests/src/integration/helloworld/actions/hello.py
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 def main(args):
     name = args.get("name", "stranger")
diff --git a/tests/src/integration/helloworld/actions/hello.swift b/tests/src/integration/helloworld/actions/hello.swift
index d0e5a78..7646a3a 100644
--- a/tests/src/integration/helloworld/actions/hello.swift
+++ b/tests/src/integration/helloworld/actions/hello.swift
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 func main(args: [String:Any]) -> [String:Any] {
     var msg = ["greeting": "Hello stranger!"]
diff --git a/tests/src/integration/helloworld/deployment.yaml b/tests/src/integration/helloworld/deployment.yaml
index 4543f06..8e136ad 100644
--- a/tests/src/integration/helloworld/deployment.yaml
+++ b/tests/src/integration/helloworld/deployment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: IntegrationTest
diff --git a/tests/src/integration/helloworld/manifest.yaml b/tests/src/integration/helloworld/manifest.yaml
index d43e1f1..e29a64b 100644
--- a/tests/src/integration/helloworld/manifest.yaml
+++ b/tests/src/integration/helloworld/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   IntegrationTestHelloWorld:
diff --git a/tests/src/integration/jaraction/manifest.yaml b/tests/src/integration/jaraction/manifest.yaml
index 2cf651e..5b885ab 100644
--- a/tests/src/integration/jaraction/manifest.yaml
+++ b/tests/src/integration/jaraction/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     IntegrationTestHelloworldJar:
diff --git a/tests/src/integration/jaraction/src/Hello.java b/tests/src/integration/jaraction/src/Hello.java
index fb3a10e..33b2396 100644
--- a/tests/src/integration/jaraction/src/Hello.java
+++ b/tests/src/integration/jaraction/src/Hello.java
@@ -15,7 +15,6 @@
  * limitations under the License.
  */
 
-
 import com.google.gson.JsonObject;
 public class Hello {
     public static JsonObject main(JsonObject args) {
diff --git a/tests/src/integration/managed-deployment/00-manifest-minus-second-package.yaml b/tests/src/integration/managed-deployment/00-manifest-minus-second-package.yaml
index 8bd694f..8307714 100644
--- a/tests/src/integration/managed-deployment/00-manifest-minus-second-package.yaml
+++ b/tests/src/integration/managed-deployment/00-manifest-minus-second-package.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: MyFirstManagedProject
diff --git a/tests/src/integration/managed-deployment/01-manifest-minus-sequence-2.yaml b/tests/src/integration/managed-deployment/01-manifest-minus-sequence-2.yaml
index d1e6a45..0428167 100644
--- a/tests/src/integration/managed-deployment/01-manifest-minus-sequence-2.yaml
+++ b/tests/src/integration/managed-deployment/01-manifest-minus-sequence-2.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: MyFirstManagedProject
diff --git a/tests/src/integration/managed-deployment/02-manifest-minus-action-3.yaml b/tests/src/integration/managed-deployment/02-manifest-minus-action-3.yaml
index 561bd48..11d98b2 100644
--- a/tests/src/integration/managed-deployment/02-manifest-minus-action-3.yaml
+++ b/tests/src/integration/managed-deployment/02-manifest-minus-action-3.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: MyFirstManagedProject
diff --git a/tests/src/integration/managed-deployment/03-manifest-minus-trigger.yaml b/tests/src/integration/managed-deployment/03-manifest-minus-trigger.yaml
index 9c8f2be..2167077 100644
--- a/tests/src/integration/managed-deployment/03-manifest-minus-trigger.yaml
+++ b/tests/src/integration/managed-deployment/03-manifest-minus-trigger.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: MyFirstManagedProject
diff --git a/tests/src/integration/managed-deployment/04-manifest-minus-package.yaml b/tests/src/integration/managed-deployment/04-manifest-minus-package.yaml
index 6b9b151..da78889 100644
--- a/tests/src/integration/managed-deployment/04-manifest-minus-package.yaml
+++ b/tests/src/integration/managed-deployment/04-manifest-minus-package.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: MyFirstManagedProject
diff --git a/tests/src/integration/managed-deployment/05-manifest-headless.yaml b/tests/src/integration/managed-deployment/05-manifest-headless.yaml
index dd32ce1..194aa95 100644
--- a/tests/src/integration/managed-deployment/05-manifest-headless.yaml
+++ b/tests/src/integration/managed-deployment/05-manifest-headless.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   ManagedPackage-Headless:
diff --git a/tests/src/integration/managed-deployment/06-manifest-with-single-dependency.yaml b/tests/src/integration/managed-deployment/06-manifest-with-single-dependency.yaml
index 4bed458..ca20c8e 100644
--- a/tests/src/integration/managed-deployment/06-manifest-with-single-dependency.yaml
+++ b/tests/src/integration/managed-deployment/06-manifest-with-single-dependency.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: MyManagedProjectWithSingleDependency
diff --git a/tests/src/integration/managed-deployment/07-manifest-with-dependency.yaml b/tests/src/integration/managed-deployment/07-manifest-with-dependency.yaml
index 190a592..2ee9ccd 100644
--- a/tests/src/integration/managed-deployment/07-manifest-with-dependency.yaml
+++ b/tests/src/integration/managed-deployment/07-manifest-with-dependency.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: MyManagedProjectWithDependency
diff --git a/tests/src/integration/managed-deployment/08-manifest-with-dependencies-on-whisk-system.yaml b/tests/src/integration/managed-deployment/08-manifest-with-dependencies-on-whisk-system.yaml
index d18e8c1..9aa072a 100644
--- a/tests/src/integration/managed-deployment/08-manifest-with-dependencies-on-whisk-system.yaml
+++ b/tests/src/integration/managed-deployment/08-manifest-with-dependencies-on-whisk-system.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: MyManagedProjectWithWhiskSystemDependency
diff --git a/tests/src/integration/managed-deployment/actions/hello.js b/tests/src/integration/managed-deployment/actions/hello.js
index 30a7392..125cbdb 100644
--- a/tests/src/integration/managed-deployment/actions/hello.js
+++ b/tests/src/integration/managed-deployment/actions/hello.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /*
  * Return a simple greeting message for the whole world.
diff --git a/tests/src/integration/managed-deployment/manifest.yaml b/tests/src/integration/managed-deployment/manifest.yaml
index e3da4f0..5c297f7 100644
--- a/tests/src/integration/managed-deployment/manifest.yaml
+++ b/tests/src/integration/managed-deployment/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: MyFirstManagedProject
diff --git a/tests/src/integration/message-hub/deployment.yaml b/tests/src/integration/message-hub/deployment.yaml
index ff8a850..3fc2569 100644
--- a/tests/src/integration/message-hub/deployment.yaml
+++ b/tests/src/integration/message-hub/deployment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: DataProcessingApp
diff --git a/tests/src/integration/message-hub/manifest.yaml b/tests/src/integration/message-hub/manifest.yaml
index 189c0d9..62bac53 100644
--- a/tests/src/integration/message-hub/manifest.yaml
+++ b/tests/src/integration/message-hub/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     data-processing-with-messagehub:
diff --git a/tests/src/integration/message-hub/src/process-messages.js b/tests/src/integration/message-hub/src/process-messages.js
index 6cca04b..aea200c 100644
--- a/tests/src/integration/message-hub/src/process-messages.js
+++ b/tests/src/integration/message-hub/src/process-messages.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 var openwhisk = require('openwhisk');
 
diff --git a/tests/src/integration/message-hub/src/receive-messages.js b/tests/src/integration/message-hub/src/receive-messages.js
index 748ef9e..b6e7adf 100644
--- a/tests/src/integration/message-hub/src/receive-messages.js
+++ b/tests/src/integration/message-hub/src/receive-messages.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /*
  This function is bound to a trigger and is initiated when the message arrives
diff --git a/tests/src/integration/runtimetests/manifest.yaml b/tests/src/integration/runtimetests/manifest.yaml
index b812f4f..738057b 100644
--- a/tests/src/integration/runtimetests/manifest.yaml
+++ b/tests/src/integration/runtimetests/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     TestExplicitRuntimes:
diff --git a/tests/src/integration/runtimetests/src/Hello.java b/tests/src/integration/runtimetests/src/Hello.java
index 33b2396..fc41ed8 100644
--- a/tests/src/integration/runtimetests/src/Hello.java
+++ b/tests/src/integration/runtimetests/src/Hello.java
@@ -1,4 +1,4 @@
-/*
+i/*
  * 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.
diff --git a/tests/src/integration/runtimetests/src/greeting.js b/tests/src/integration/runtimetests/src/greeting.js
index f5f7a74..b846691 100644
--- a/tests/src/integration/runtimetests/src/greeting.js
+++ b/tests/src/integration/runtimetests/src/greeting.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a simple greeting message for someone.
diff --git a/tests/src/integration/runtimetests/src/hello.php b/tests/src/integration/runtimetests/src/hello.php
index 7724d77..b489897 100644
--- a/tests/src/integration/runtimetests/src/hello.php
+++ b/tests/src/integration/runtimetests/src/hello.php
@@ -1,8 +1,5 @@
-<?php
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 function main(array $args) : array
 {
diff --git a/tests/src/integration/runtimetests/src/hello.py b/tests/src/integration/runtimetests/src/hello.py
index 8b466d7..7d1aa94 100644
--- a/tests/src/integration/runtimetests/src/hello.py
+++ b/tests/src/integration/runtimetests/src/hello.py
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 def main(args):
     name = args.get("name", "stranger")
diff --git a/tests/src/integration/runtimetests/src/hello.swift b/tests/src/integration/runtimetests/src/hello.swift
index 0d6c3e5..2bd6836 100644
--- a/tests/src/integration/runtimetests/src/hello.swift
+++ b/tests/src/integration/runtimetests/src/hello.swift
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 func main(args: [String:Any]) -> [String:Any] {
     if let name = args["name"] as? String {
diff --git a/tests/src/integration/runtimetests/src/helloworld/index.js b/tests/src/integration/runtimetests/src/helloworld/index.js
index 878bfd6..838dd88 100644
--- a/tests/src/integration/runtimetests/src/helloworld/index.js
+++ b/tests/src/integration/runtimetests/src/helloworld/index.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 function helloworld(params) {
     var format = require('string-format');
diff --git a/tests/src/integration/triggerrule/deployment.yml b/tests/src/integration/triggerrule/deployment.yml
index 1fad02b..88fe45a 100644
--- a/tests/src/integration/triggerrule/deployment.yml
+++ b/tests/src/integration/triggerrule/deployment.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: wskdeploy-samples
diff --git a/tests/src/integration/triggerrule/manifest.yml b/tests/src/integration/triggerrule/manifest.yml
index 83468ea..1675be2 100644
--- a/tests/src/integration/triggerrule/manifest.yml
+++ b/tests/src/integration/triggerrule/manifest.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   helloWorldTriggerRule:
diff --git a/tests/src/integration/triggerrule/src/greeting.js b/tests/src/integration/triggerrule/src/greeting.js
index e6842c7..2e5a044 100644
--- a/tests/src/integration/triggerrule/src/greeting.js
+++ b/tests/src/integration/triggerrule/src/greeting.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a simple greeting message for someone.
diff --git a/tests/src/integration/validate-action-annotations/actions/hello.js b/tests/src/integration/validate-action-annotations/actions/hello.js
index 30a7392..125cbdb 100644
--- a/tests/src/integration/validate-action-annotations/actions/hello.js
+++ b/tests/src/integration/validate-action-annotations/actions/hello.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /*
  * Return a simple greeting message for the whole world.
diff --git a/tests/src/integration/validate-action-annotations/deployment.yaml b/tests/src/integration/validate-action-annotations/deployment.yaml
index ea01689..c6af7eb 100644
--- a/tests/src/integration/validate-action-annotations/deployment.yaml
+++ b/tests/src/integration/validate-action-annotations/deployment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: TestActionAnnotations
diff --git a/tests/src/integration/validate-action-annotations/manifest.yaml b/tests/src/integration/validate-action-annotations/manifest.yaml
index b1e57ef..49d76d0 100644
--- a/tests/src/integration/validate-action-annotations/manifest.yaml
+++ b/tests/src/integration/validate-action-annotations/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     packageActionAnnotations:
diff --git a/tests/src/integration/validate-binding-inputs-annotations/actions/helloworld.js b/tests/src/integration/validate-binding-inputs-annotations/actions/helloworld.js
index e6842c7..2e5a044 100644
--- a/tests/src/integration/validate-binding-inputs-annotations/actions/helloworld.js
+++ b/tests/src/integration/validate-binding-inputs-annotations/actions/helloworld.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a simple greeting message for someone.
diff --git a/tests/src/integration/validate-binding-inputs-annotations/deployment.yaml b/tests/src/integration/validate-binding-inputs-annotations/deployment.yaml
index 34f23dd..cb51223 100644
--- a/tests/src/integration/validate-binding-inputs-annotations/deployment.yaml
+++ b/tests/src/integration/validate-binding-inputs-annotations/deployment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
     name: BindingTest
diff --git a/tests/src/integration/validate-binding-inputs-annotations/manifest.yaml b/tests/src/integration/validate-binding-inputs-annotations/manifest.yaml
index 93ca76e..57f3687 100644
--- a/tests/src/integration/validate-binding-inputs-annotations/manifest.yaml
+++ b/tests/src/integration/validate-binding-inputs-annotations/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     packagebinding:
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/actions/hello.js b/tests/src/integration/validate-manifest-deployment-file-extensions/actions/hello.js
index c04bfdd..125cbdb 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/actions/hello.js
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/actions/hello.js
@@ -1,8 +1,7 @@
+// 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; and to You under the Apache License, Version 2.0.
- */
- /*
  * Return a simple greeting message for the whole world.
  */
 function main(params) {
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/deployment.yaml b/tests/src/integration/validate-manifest-deployment-file-extensions/deployment.yaml
index 124076b..1d924ed 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/deployment.yaml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/deployment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: IntegrationTest
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/deployment.yml b/tests/src/integration/validate-manifest-deployment-file-extensions/deployment.yml
index 4f9bdae..48693b7 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/deployment.yml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/deployment.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: IntegrationTest
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/manifest.yaml b/tests/src/integration/validate-manifest-deployment-file-extensions/manifest.yaml
index 6ed4975..0fc7f02 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/manifest.yaml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   ValidateYAMLExtension:
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/manifest.yml b/tests/src/integration/validate-manifest-deployment-file-extensions/manifest.yml
index 8e900a8..cf6495b 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/manifest.yml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/manifest.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   ValidateYMLExtension:
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/not-standard-deployment.yaml b/tests/src/integration/validate-manifest-deployment-file-extensions/not-standard-deployment.yaml
index 7944187..0a8cdae 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/not-standard-deployment.yaml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/not-standard-deployment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: IntegrationTest
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/not-standard-manifest.yaml b/tests/src/integration/validate-manifest-deployment-file-extensions/not-standard-manifest.yaml
index 9916257..1448945 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/not-standard-manifest.yaml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/not-standard-manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   ValidateNotStandardFileNames:
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/random-name-1.yaml b/tests/src/integration/validate-manifest-deployment-file-extensions/random-name-1.yaml
index ee33556..416f425 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/random-name-1.yaml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/random-name-1.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   ValidateRandomFileNames:
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/random-name-2.yaml b/tests/src/integration/validate-manifest-deployment-file-extensions/random-name-2.yaml
index 3081015..2f1cfc5 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/random-name-2.yaml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/random-name-2.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: IntegrationTest
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/yaml-deployment-with-yml-manifest.yaml b/tests/src/integration/validate-manifest-deployment-file-extensions/yaml-deployment-with-yml-manifest.yaml
index b567bb3..6fbe7c2 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/yaml-deployment-with-yml-manifest.yaml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/yaml-deployment-with-yml-manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: IntegrationTest
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/yaml-manifest-with-yml-deployment.yaml b/tests/src/integration/validate-manifest-deployment-file-extensions/yaml-manifest-with-yml-deployment.yaml
index d35d014..bb85f01 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/yaml-manifest-with-yml-deployment.yaml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/yaml-manifest-with-yml-deployment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   ValidateYAMLManifestWithYMLDeployment:
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/yml-deployment-with-yaml-manifest.yml b/tests/src/integration/validate-manifest-deployment-file-extensions/yml-deployment-with-yaml-manifest.yml
index ae9bd2f..854b56e 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/yml-deployment-with-yaml-manifest.yml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/yml-deployment-with-yaml-manifest.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: IntegrationTest
diff --git a/tests/src/integration/validate-manifest-deployment-file-extensions/yml-manifest-with-yaml-deployment.yml b/tests/src/integration/validate-manifest-deployment-file-extensions/yml-manifest-with-yaml-deployment.yml
index d80f162..5a10c91 100644
--- a/tests/src/integration/validate-manifest-deployment-file-extensions/yml-manifest-with-yaml-deployment.yml
+++ b/tests/src/integration/validate-manifest-deployment-file-extensions/yml-manifest-with-yaml-deployment.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   ValidateYMLManifestWithYAMLDeployment:
diff --git a/tests/src/integration/validate-packages-in-manifest/actions/hello.js b/tests/src/integration/validate-packages-in-manifest/actions/hello.js
index 30a7392..125cbdb 100644
--- a/tests/src/integration/validate-packages-in-manifest/actions/hello.js
+++ b/tests/src/integration/validate-packages-in-manifest/actions/hello.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /*
  * Return a simple greeting message for the whole world.
diff --git a/tests/src/integration/validate-packages-in-manifest/actions/hello.py b/tests/src/integration/validate-packages-in-manifest/actions/hello.py
index 1b41955..785ab59 100644
--- a/tests/src/integration/validate-packages-in-manifest/actions/hello.py
+++ b/tests/src/integration/validate-packages-in-manifest/actions/hello.py
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 def main(args):
     name = args.get("name", "stranger")
diff --git a/tests/src/integration/validate-packages-in-manifest/deployment.yaml b/tests/src/integration/validate-packages-in-manifest/deployment.yaml
index 0a5f297..e40be40 100644
--- a/tests/src/integration/validate-packages-in-manifest/deployment.yaml
+++ b/tests/src/integration/validate-packages-in-manifest/deployment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: IntegrationTest
diff --git a/tests/src/integration/validate-packages-in-manifest/manifest.yaml b/tests/src/integration/validate-packages-in-manifest/manifest.yaml
index 6c1018a..237d4a2 100644
--- a/tests/src/integration/validate-packages-in-manifest/manifest.yaml
+++ b/tests/src/integration/validate-packages-in-manifest/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     packageNodeJS:
diff --git a/tests/src/integration/validate-project/actions/hello.js b/tests/src/integration/validate-project/actions/hello.js
index 30a7392..125cbdb 100644
--- a/tests/src/integration/validate-project/actions/hello.js
+++ b/tests/src/integration/validate-project/actions/hello.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /*
  * Return a simple greeting message for the whole world.
diff --git a/tests/src/integration/validate-project/deployment.yaml b/tests/src/integration/validate-project/deployment.yaml
index e08c037..8d32db5 100644
--- a/tests/src/integration/validate-project/deployment.yaml
+++ b/tests/src/integration/validate-project/deployment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: IntegrationTest
diff --git a/tests/src/integration/validate-project/manifest.yaml b/tests/src/integration/validate-project/manifest.yaml
index 74bd92d..dd07cfc 100644
--- a/tests/src/integration/validate-project/manifest.yaml
+++ b/tests/src/integration/validate-project/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     packageValidatingProject:
diff --git a/tests/src/integration/validatePackagesInDeployment/actions/helloworld.js b/tests/src/integration/validatePackagesInDeployment/actions/helloworld.js
index e6842c7..2e5a044 100644
--- a/tests/src/integration/validatePackagesInDeployment/actions/helloworld.js
+++ b/tests/src/integration/validatePackagesInDeployment/actions/helloworld.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a simple greeting message for someone.
diff --git a/tests/src/integration/validatePackagesInDeployment/deployment.yaml b/tests/src/integration/validatePackagesInDeployment/deployment.yaml
index 4eaf7ac..cd26a54 100644
--- a/tests/src/integration/validatePackagesInDeployment/deployment.yaml
+++ b/tests/src/integration/validatePackagesInDeployment/deployment.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: IntegrationTestPackagesInDeployment
diff --git a/tests/src/integration/validatePackagesInDeployment/manifest.yaml b/tests/src/integration/validatePackagesInDeployment/manifest.yaml
index 1756a4b..ad727db 100644
--- a/tests/src/integration/validatePackagesInDeployment/manifest.yaml
+++ b/tests/src/integration/validatePackagesInDeployment/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   TestPackagesInDeploymentFile:
diff --git a/tests/src/integration/validateSequencesCreation/actions/function.js b/tests/src/integration/validateSequencesCreation/actions/function.js
index 31d3b33..4ec2e12 100644
--- a/tests/src/integration/validateSequencesCreation/actions/function.js
+++ b/tests/src/integration/validateSequencesCreation/actions/function.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a simple string to
diff --git a/tests/src/integration/webaction/manifest.yml b/tests/src/integration/webaction/manifest.yml
index d6db553..d33de26 100644
--- a/tests/src/integration/webaction/manifest.yml
+++ b/tests/src/integration/webaction/manifest.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     IntegrationTestWebAction:
diff --git a/tests/src/integration/webaction/src/greeting.js b/tests/src/integration/webaction/src/greeting.js
index e6842c7..2e5a044 100644
--- a/tests/src/integration/webaction/src/greeting.js
+++ b/tests/src/integration/webaction/src/greeting.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a simple greeting message for someone.
diff --git a/tests/src/integration/websequence/manifest.yaml b/tests/src/integration/websequence/manifest.yaml
index 279719f..0480c84 100644
--- a/tests/src/integration/websequence/manifest.yaml
+++ b/tests/src/integration/websequence/manifest.yaml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
     IntegrationTestWebSequence:
diff --git a/tests/src/integration/websequence/src/greeting.js b/tests/src/integration/websequence/src/greeting.js
index e6842c7..2e5a044 100644
--- a/tests/src/integration/websequence/src/greeting.js
+++ b/tests/src/integration/websequence/src/greeting.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 /**
  * Return a simple greeting message for someone.
diff --git a/tests/src/integration/zipaction/actions/cat/index.js b/tests/src/integration/zipaction/actions/cat/index.js
index 862212a..89d0f48 100644
--- a/tests/src/integration/zipaction/actions/cat/index.js
+++ b/tests/src/integration/zipaction/actions/cat/index.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 function myAction(args) {
     var cat = require('cat');
diff --git a/tests/src/integration/zipaction/actions/cat/node_modules/cat/bin.js b/tests/src/integration/zipaction/actions/cat/node_modules/cat/bin.js
index 0732b5b..697d1f6 100755
--- a/tests/src/integration/zipaction/actions/cat/node_modules/cat/bin.js
+++ b/tests/src/integration/zipaction/actions/cat/node_modules/cat/bin.js
@@ -1,8 +1,6 @@
 #!/usr/bin/env node
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 var fs = require('fs')
 
diff --git a/tests/src/integration/zipaction/actions/cat/node_modules/cat/example.js b/tests/src/integration/zipaction/actions/cat/node_modules/cat/example.js
index 35fc929..4a6e857 100644
--- a/tests/src/integration/zipaction/actions/cat/node_modules/cat/example.js
+++ b/tests/src/integration/zipaction/actions/cat/node_modules/cat/example.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 var cat = require('./index');
 
diff --git a/tests/src/integration/zipaction/actions/cat/node_modules/cat/index.js b/tests/src/integration/zipaction/actions/cat/node_modules/cat/index.js
index 3d864f7..49f2e48 100644
--- a/tests/src/integration/zipaction/actions/cat/node_modules/cat/index.js
+++ b/tests/src/integration/zipaction/actions/cat/node_modules/cat/index.js
@@ -1,7 +1,5 @@
-/*
- * 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; and to You under the Apache License, Version 2.0.
 
 var fs = require('fs');
 var parse = require('url').parse;
diff --git a/tests/src/integration/zipaction/deployment.yml b/tests/src/integration/zipaction/deployment.yml
index 1e256e9..99a65bc 100644
--- a/tests/src/integration/zipaction/deployment.yml
+++ b/tests/src/integration/zipaction/deployment.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 project:
   name: wskdeploy-samples
diff --git a/tests/src/integration/zipaction/manifest.yml b/tests/src/integration/zipaction/manifest.yml
index d3b8c25..59104f8 100644
--- a/tests/src/integration/zipaction/manifest.yml
+++ b/tests/src/integration/zipaction/manifest.yml
@@ -1,7 +1,5 @@
-#
 # Licensed to the Apache Software Foundation (ASF) under one or more contributor
 # license agreements; and to You under the Apache License, Version 2.0.
-#
 
 packages:
   zipaction:

-- 
To stop receiving notification emails like this one, please contact
mrutkowski@apache.org.