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

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

commit 1071bb08a1ac7350b25e96bc3b1137a18407593a
Author: Alexander Klimetschek <[email protected]>
AuthorDate: Tue Feb 25 18:57:26 2020 -0800

    additional copyright removals
---
 .eslintrc.js          | 25 +++++++++++++++----------
 .vscode/settings.json |  2 +-
 2 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index a5a6719..ff5f43b 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,14 +1,19 @@
 /*
- Copyright 2019 Adobe. All rights reserved.
- This file is licensed 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 
REPRESENTATIONS
- 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.  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.
+ */
 
 // our principles:
 // - only problems, no syntax/stylistic related rules (done by extending from 
"eslint-config-problems")
diff --git a/.vscode/settings.json b/.vscode/settings.json
index e97095e..28b08f1 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,6 +1,6 @@
 {
     "licenser.license": "Custom",
-    "licenser.customHeader": " Copyright 2019 Adobe. All rights reserved.\n\n 
This file is licensed to you under the Apache License, Version 2.0 (the 
\"License\");\n you may not use this file except in compliance with the 
License. You may obtain a copy\n of the License at 
http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable 
law or agreed to in writing, software distributed under\n the License is 
distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATI [...]
+    "licenser.customHeader": "  This file is licensed to you under the Apache 
License, Version 2.0 (the \"License\");\n you may not use this file except in 
compliance with the License. You may obtain a copy\n of the License at 
http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable 
law or agreed to in writing, software distributed under\n the License is 
distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n OF 
ANY KIND, either express or implied.  [...]
     "licenser.useSingleLineStyle": false,
     "licenser.author": ""
 }
\ No newline at end of file

Reply via email to