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 53dcce2  remove Apache long header if short header exists (#896)
53dcce2 is described below

commit 53dcce2937f83bc10f31ae95dfff39737dc6771a
Author: Ying Chun Guo <[email protected]>
AuthorDate: Tue May 8 21:36:23 2018 +0800

    remove Apache long header if short header exists (#896)
---
 docs/examples/src/hello.js                         | 21 ---------------------
 docs/examples/src/hello_goodday.js                 | 21 ---------------------
 docs/examples/src/hello_plus.js                    | 21 ---------------------
 docs/examples/src/member_equip.js                  | 21 ---------------------
 docs/examples/src/member_join.js                   | 21 ---------------------
 docs/examples/src/member_process.js                | 21 ---------------------
 tests/dat/actions/dump_params.js                   | 21 ---------------------
 tests/dat/actions/hello.js                         | 22 ----------------------
 .../src/integration/zipaction/actions/cat/index.js | 21 ---------------------
 9 files changed, 190 deletions(-)

diff --git a/docs/examples/src/hello.js b/docs/examples/src/hello.js
index 1acdfad..ffeaf23 100644
--- a/docs/examples/src/hello.js
+++ b/docs/examples/src/hello.js
@@ -1,24 +1,3 @@
-/*
- *
- * 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/docs/examples/src/hello_goodday.js 
b/docs/examples/src/hello_goodday.js
index 737e9d3..f4e585d 100644
--- a/docs/examples/src/hello_goodday.js
+++ b/docs/examples/src/hello_goodday.js
@@ -1,24 +1,3 @@
-/*
- *
- * 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/docs/examples/src/hello_plus.js b/docs/examples/src/hello_plus.js
index 3aab9cd..ff9c93a 100644
--- a/docs/examples/src/hello_plus.js
+++ b/docs/examples/src/hello_plus.js
@@ -1,24 +1,3 @@
-/*
- *
- * 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/docs/examples/src/member_equip.js 
b/docs/examples/src/member_equip.js
index d14a9ae..8717f03 100644
--- a/docs/examples/src/member_equip.js
+++ b/docs/examples/src/member_equip.js
@@ -1,24 +1,3 @@
-/*
- *
- * 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.
 const equipmentMap = new Map([
diff --git a/docs/examples/src/member_join.js b/docs/examples/src/member_join.js
index d25525d..77cea8d 100644
--- a/docs/examples/src/member_join.js
+++ b/docs/examples/src/member_join.js
@@ -1,24 +1,3 @@
-/*
- *
- * 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/docs/examples/src/member_process.js 
b/docs/examples/src/member_process.js
index d8bc054..af3ac90 100644
--- a/docs/examples/src/member_process.js
+++ b/docs/examples/src/member_process.js
@@ -1,24 +1,3 @@
-/*
- *
- * 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.
 const regionMap = new Map([
diff --git a/tests/dat/actions/dump_params.js b/tests/dat/actions/dump_params.js
index 8d90ea7..c7179d1 100644
--- a/tests/dat/actions/dump_params.js
+++ b/tests/dat/actions/dump_params.js
@@ -1,24 +1,3 @@
-/*
- *
- * 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/dat/actions/hello.js b/tests/dat/actions/hello.js
index 8d616e5..18d420a 100644
--- a/tests/dat/actions/hello.js
+++ b/tests/dat/actions/hello.js
@@ -1,24 +1,3 @@
-/*
- *
- * 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.
 
@@ -30,4 +9,3 @@ function main(params) {
     console.log(msg)
     return { payload:  msg };
 }
-
diff --git a/tests/src/integration/zipaction/actions/cat/index.js 
b/tests/src/integration/zipaction/actions/cat/index.js
index ead5d05..89d0f48 100644
--- a/tests/src/integration/zipaction/actions/cat/index.js
+++ b/tests/src/integration/zipaction/actions/cat/index.js
@@ -1,24 +1,3 @@
-/*
- *
- * 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.
 

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

Reply via email to