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

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


The following commit(s) were added to refs/heads/master by this push:
     new 658e9e6  Fix last few files missing correct ASF header and EOF errors. 
(#915)
658e9e6 is described below

commit 658e9e67735c1135cba8e8372f201867f047fbfb
Author: Matt Rutkowski <[email protected]>
AuthorDate: Fri May 18 18:09:29 2018 -0500

    Fix last few files missing correct ASF header and EOF errors. (#915)
---
 .../manifest_hello_world_apigateway_sequence.yml   | 15 +-------------
 docs/examples/src/hello.py                         | 23 +++-------------------
 tests/src/integration/export/manifest_2pack.yaml   |  2 +-
 .../managed-deployment/05-manifest-headless.yaml   |  2 +-
 .../string-format/lib/string-format.js             | 22 ++-------------------
 tests/usecases/triggerrule/deployment.yml          | 15 +-------------
 tests/usecases/triggerrule/manifest.yml            | 15 +-------------
 7 files changed, 10 insertions(+), 84 deletions(-)

diff --git a/docs/examples/manifest_hello_world_apigateway_sequence.yml 
b/docs/examples/manifest_hello_world_apigateway_sequence.yml
index 6dab7da..bf28266 100644
--- a/docs/examples/manifest_hello_world_apigateway_sequence.yml
+++ b/docs/examples/manifest_hello_world_apigateway_sequence.yml
@@ -1,18 +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.
-#
+# license agreements; and to You under the Apache License, Version 2.0.
 
 # Example: Basic Hello World action with API
 packages:
diff --git a/docs/examples/src/hello.py b/docs/examples/src/hello.py
index 4cf4fe8..00ad758 100644
--- a/docs/examples/src/hello.py
+++ b/docs/examples/src/hello.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.
+
 """OpenWhisk "Hello world" in Python.
 
 // Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
diff --git a/tests/src/integration/export/manifest_2pack.yaml 
b/tests/src/integration/export/manifest_2pack.yaml
index cbc9147..deb1c31 100644
--- a/tests/src/integration/export/manifest_2pack.yaml
+++ b/tests/src/integration/export/manifest_2pack.yaml
@@ -27,4 +27,4 @@ packages:
         pack2_greeting2:
           version: 1.0
           function: src/greeting.js
-          runtime: nodejs:6
\ No newline at end of file
+          runtime: nodejs:6
diff --git a/tests/src/integration/managed-deployment/05-manifest-headless.yaml 
b/tests/src/integration/managed-deployment/05-manifest-headless.yaml
index 194aa95..0a6e743 100644
--- a/tests/src/integration/managed-deployment/05-manifest-headless.yaml
+++ b/tests/src/integration/managed-deployment/05-manifest-headless.yaml
@@ -6,4 +6,4 @@ packages:
     actions:
       HelloWorld-Headless:
         function: actions/hello.js
-        runtime: nodejs:6
\ No newline at end of file
+        runtime: nodejs:6
diff --git 
a/tests/src/integration/runtimetests/src/helloworld/node_modules/string-format/lib/string-format.js
 
b/tests/src/integration/runtimetests/src/helloworld/node_modules/string-format/lib/string-format.js
index ae2b636..3d562c5 100644
--- 
a/tests/src/integration/runtimetests/src/helloworld/node_modules/string-format/lib/string-format.js
+++ 
b/tests/src/integration/runtimetests/src/helloworld/node_modules/string-format/lib/string-format.js
@@ -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.
 
 // Generated by CoffeeScript 1.8.0
 (function() {
diff --git a/tests/usecases/triggerrule/deployment.yml 
b/tests/usecases/triggerrule/deployment.yml
index 448dc9d..b2aa74f 100644
--- a/tests/usecases/triggerrule/deployment.yml
+++ b/tests/usecases/triggerrule/deployment.yml
@@ -1,18 +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.
-#
+# license agreements; and to You under the Apache License, Version 2.0.
 
 project:
   name: AppWithTriggerRule
diff --git a/tests/usecases/triggerrule/manifest.yml 
b/tests/usecases/triggerrule/manifest.yml
index 7f486bc..d08041f 100644
--- a/tests/usecases/triggerrule/manifest.yml
+++ b/tests/usecases/triggerrule/manifest.yml
@@ -1,18 +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.
-#
+# license agreements; and to You under the Apache License, Version 2.0.
 
 packages:
   triggerrule:

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

Reply via email to