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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d2855b2 chore: various updates to the root files (#960)
8d2855b2 is described below

commit 8d2855b2730474884fb5b9be790f02a928dbef06
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Sep 2 13:42:17 2025 +0900

    chore: various updates to the root files (#960)
    
    * chore: formatted license header
    * chore: update npm & rat ignore
    * chore: update .gitignore
    * chore: remove deprecated platforms from .gitattributes
---
 .asf.yaml       |  4 ++--
 .gitattributes  | 19 ++++++++++++++--
 .gitignore      | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 .npmignore      | 22 +++++++++++++++++-
 .npmrc          | 18 ++++++++++++++-
 .ratignore      | 21 ++++++++++++++----
 CONTRIBUTING.md |  4 ++--
 README.md       |  4 ++--
 RELEASENOTES.md |  4 ++--
 cordova-lib.js  |  2 +-
 10 files changed, 143 insertions(+), 24 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3e527dbc..6dcbea69 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -5,9 +5,9 @@
 # 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
diff --git a/.gitattributes b/.gitattributes
index 4f487a1a..a71adb89 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,18 @@
+# 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.
+
 * text=auto eol=lf
-/spec/plugman/projects/windows*/* text=auto eol=crlf
-/spec/plugman/projects/wp*/* text=auto eol=crlf
diff --git a/.gitignore b/.gitignore
index 308efbfa..f7e12eac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,67 @@
-coverage
-node_modules
-npm-debug.log
-temp
+# 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.
+
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Runtime data
+pids
+*.pid
+*.seed
+*.pid.lock
+
+# Coverage
+coverage/
+lcov.info
+lib-cov
+
+# Dependency directories
+node_modules/
+
+# Optional npm cache directory
+.npm
+
+# Optional eslint cache
+.eslintcache
+
+# Optional REPL history
+.node_repl_history
+
+# Output of 'npm pack'
+*.tgz
+
+# System Files
 .DS_Store
+
+# Temp files and folders
+temp
+
+# Editor related files and folders
 .idea
-.gitcore
-*.jar
 .vscode
+
+# Other files
+**/*.swp
+*.jar
+
+# Test related files and folders
 spec/plugman/plugins/recursivePlug/demo/fetch.json
 spec/plugman/plugins/recursivePlug/demo/test-recursive
-**/*.swp
diff --git a/.npmignore b/.npmignore
index 0314741f..f6748f72 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,7 +1,27 @@
+# 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.
+
 .*
-appveyor.yml
 spec
 integration-tests
 coverage
 temp
 eslint.config.js
+licence_checker.yml
+
+# Output of 'npm pack'
+*.tgz
diff --git a/.npmrc b/.npmrc
index 24358ae2..7cff3238 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1,2 +1,18 @@
-registry=https://registry.npmjs.org
+# 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.
 
+registry=https://registry.npmjs.org
diff --git a/.ratignore b/.ratignore
index 7d5d1e6e..151cd95f 100644
--- a/.ratignore
+++ b/.ratignore
@@ -1,9 +1,22 @@
+# 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.
+
 \.(.*)
 spec
 fixtures
-platformsConfig.json
-help.txt
-jasmine.json
 coverage
-appveyor.yml
 node_modules
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 21a93d72..94d5e9a7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,12 +8,12 @@
 # "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
+#   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
+# KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
 #
diff --git a/README.md b/README.md
index 3d33472d..1851aff1 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,12 @@
 # "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
+#   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
+# KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
 #
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3bea7390..07a8cafe 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -8,12 +8,12 @@
 # "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
+#   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
+# KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
 #
diff --git a/cordova-lib.js b/cordova-lib.js
index 7a2584d2..c05817eb 100644
--- a/cordova-lib.js
+++ b/cordova-lib.js
@@ -7,7 +7,7 @@
     "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
+        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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to