chore: various cleanup (#147)

* chore(npm): cleanup packaging ignore list
* chore: update license & notice
* chore(git): update ignore list
* chore(eslint): add ending new line to ignore file
* chore(license): remove for packages that does not exist anymore
diff --git a/.eslintignore b/.eslintignore
index e2cdfc6..170e18d 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,2 +1,2 @@
 cordova-lib/cordova.js
-bin/templates/platform_www/cordova.js
\ No newline at end of file
+bin/templates/platform_www/cordova.js
diff --git a/.gitignore b/.gitignore
index 5efb8f8..5546d15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,21 @@
-npm-debug.log
-temp
+# System files
 .DS_Store
-.gitcore
-*.jar
+
+# Editors
 .vscode
-node_modules/
-.nyc_output/
-coverage/
-bin/templates/platform_www/cordova.js
\ No newline at end of file
+
+# Testing, code coverage, and linting
+.nyc_output
+coverage
+temp
+
+# Logging
+logs
+*.log
+npm-debug.log*
+
+# others
+node_modules
+
+# Built files during packaging
+bin/templates/platform_www/cordova.js
diff --git a/.npmignore b/.npmignore
index b05ad78..fc32aad 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,7 +1,7 @@
+# Config related files
+.*
+
 # Testing, code coverage, and linting
-.eslintignore
-.eslintrc.yml
-.nyc_output
 coverage
 tests
 temp
@@ -11,13 +11,6 @@
 *.log
 npm-debug.log*
 
-# Git
-.git
-.gitattributes
-.github
-.gitignore
-
 # others
-.npm-scripts
 cordova-js-src
 cordova-lib
diff --git a/LICENSE b/LICENSE
index 248c7b6..c0c17f9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -187,7 +187,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright [yyyy] [name of copyright owner]
+   Copyright 2020 Apache Cordova
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -201,64 +201,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
- ADDITIONAL LICENSES:
-
-================================================================================
-node_modules/adm-zip
-================================================================================
-
-Copyright (c) 2012 Another-D-Mention Software and other contributors,
-http://www.another-d-mention.ro/
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-================================================================================
-node_modules/shelljs
-================================================================================
-
-Copyright (c) 2012, Artur Adib <aadib@mozilla.com>
-All rights reserved.
-
-You may use this project under the terms of the New BSD license as follows:
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-    * Redistributions of source code must retain the above copyright
-      notice, this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above copyright
-      notice, this list of conditions and the following disclaimer in the
-      documentation and/or other materials provided with the distribution.
-    * Neither the name of Artur Adib nor the
-      names of the contributors may be used to endorse or promote products
-      derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL ARTUR ADIB BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ADDITIONAL LICENSES:
 
 ================================================================================
 node_modules/nopt
diff --git a/NOTICE b/NOTICE
index 0753ba6..d42a3ea 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Cordova
-Copyright 2012-2018 The Apache Software Foundation
+Copyright 2012-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).