additional copyright removals
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 REPRESENTATIONS\n OF ANY KIND, either express or implied. See the License for the specific language\n governing permissions and limitations under the License.",
+    "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. See the License for the specific language\n governing permissions and limitations under the License.",
     "licenser.useSingleLineStyle": false,
     "licenser.author": ""
 }
\ No newline at end of file