From 1f70d396da34ba875818c1c81ceb566641a2262c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Sat, 28 Mar 2026 12:42:26 +0900 Subject: [PATCH] chore: more license header updates (#1909) * chore: update license headers again - CSS, Gradle, Java, JS, TS: Formatted doc block style to use "/*" instead of "/**" - HTML: Move license header below DOCTYPE - Add missing license header - Cleanup rat ignore * chore: format cordova-js-src license headers --- .rat-excludes | 2 -- .ratignore | 2 -- cordova-js-src/android/nativeapiprovider.js | 32 ++++++++--------- .../android/promptbasednativeapi.js | 32 ++++++++--------- cordova-js-src/exec.js | 34 +++++++++--------- cordova-js-src/platform.js | 34 +++++++++--------- cordova-js-src/plugin/android/app.js | 34 +++++++++--------- cordova-js-src/plugin/android/splashscreen.js | 34 +++++++++--------- cordova-js-src/plugin/android/statusbar.js | 35 +++++++++---------- eslint.config.js | 2 +- framework/build.gradle | 2 +- framework/cordova-publish.gradle | 2 +- framework/cordova.gradle | 2 +- framework/repositories.gradle | 2 +- .../src/org/apache/cordova/AllowList.java | 2 +- .../org/apache/cordova/AllowListPlugin.java | 2 +- .../apache/cordova/AuthenticationToken.java | 2 +- .../src/org/apache/cordova/BuildHelper.java | 2 +- .../org/apache/cordova/CallbackContext.java | 2 +- .../src/org/apache/cordova/CallbackMap.java | 2 +- framework/src/org/apache/cordova/Config.java | 2 +- .../org/apache/cordova/ConfigXmlParser.java | 2 +- .../org/apache/cordova/CordovaActivity.java | 2 +- .../src/org/apache/cordova/CordovaArgs.java | 2 +- .../src/org/apache/cordova/CordovaBridge.java | 2 +- .../cordova/CordovaClientCertRequest.java | 2 +- .../apache/cordova/CordovaDialogsHelper.java | 2 +- .../cordova/CordovaHttpAuthHandler.java | 2 +- .../org/apache/cordova/CordovaInterface.java | 2 +- .../apache/cordova/CordovaInterfaceImpl.java | 2 +- .../src/org/apache/cordova/CordovaPlugin.java | 2 +- .../cordova/CordovaPluginPathHandler.java | 2 +- .../apache/cordova/CordovaPreferences.java | 2 +- .../apache/cordova/CordovaResourceApi.java | 2 +- .../org/apache/cordova/CordovaWebView.java | 2 +- .../apache/cordova/CordovaWebViewEngine.java | 2 +- .../apache/cordova/CordovaWebViewImpl.java | 2 +- .../src/org/apache/cordova/CoreAndroid.java | 2 +- .../src/org/apache/cordova/ExposedJsApi.java | 2 +- .../cordova/ICordovaClientCertRequest.java | 2 +- .../apache/cordova/ICordovaCookieManager.java | 2 +- .../cordova/ICordovaHttpAuthHandler.java | 2 +- framework/src/org/apache/cordova/LOG.java | 2 +- .../cordova/NativeToJsMessageQueue.java | 2 +- .../org/apache/cordova/PermissionHelper.java | 2 +- .../src/org/apache/cordova/PluginEntry.java | 2 +- .../src/org/apache/cordova/PluginManager.java | 2 +- .../src/org/apache/cordova/PluginResult.java | 2 +- .../org/apache/cordova/ResumeCallback.java | 2 +- .../apache/cordova/SplashScreenPlugin.java | 2 +- .../org/apache/cordova/SystemBarPlugin.java | 2 +- .../org/apache/cordova/allowlist/index.html | 2 +- .../org/apache/cordova/allowlist/index2.html | 2 +- .../cordova/engine/SystemCookieManager.java | 2 +- .../cordova/engine/SystemExposedJsApi.java | 2 +- .../cordova/engine/SystemWebChromeClient.java | 2 +- .../apache/cordova/engine/SystemWebView.java | 2 +- .../cordova/engine/SystemWebViewClient.java | 2 +- .../cordova/engine/SystemWebViewEngine.java | 2 +- lib/Adb.js | 2 +- lib/AndroidManifest.js | 2 +- lib/AndroidProject.js | 2 +- lib/Api.js | 2 +- lib/PackageType.js | 2 +- lib/android_sdk.js | 2 +- lib/build.js | 2 +- lib/builders/ProjectBuilder.js | 2 +- lib/builders/builders.js | 2 +- lib/builders/plugin-build.gradle | 2 +- lib/check_reqs.js | 2 +- lib/config/CordovaGradleConfigParser.js | 2 +- .../CordovaGradleConfigParserFactory.js | 2 +- lib/config/GradlePropertiesParser.js | 2 +- lib/create.js | 2 +- lib/emulator.js | 2 +- lib/env/AndroidCommandLineTools.js | 2 +- lib/env/java.js | 2 +- lib/pluginHandlers.js | 2 +- lib/prepare.js | 2 +- lib/run.js | 2 +- lib/target.js | 2 +- lib/utils.js | 2 +- spec/e2e/e2e.spec.js | 2 +- .../android_studio_project/app/build.gradle | 2 +- .../android_studio_project/build.gradle | 2 +- .../android_studio_project/settings.gradle | 2 +- .../org.test.plugins.dummyplugin/extra.gradle | 2 +- .../src/android/DummyPlugin.java | 2 +- .../src/android/DummyPlugin2.java | 2 +- .../src/android/myapi.aidl | 2 +- .../www/dummyplugin.js | 2 +- .../src/android/FaultyPlugin.java | 2 +- spec/helper.js | 2 +- spec/unit/Adb.spec.js | 2 +- spec/unit/AndroidCommandLineTools.spec.js | 2 +- spec/unit/AndroidManifest.spec.js | 2 +- spec/unit/AndroidProject.spec.js | 2 +- spec/unit/Api.spec.js | 2 +- spec/unit/android_sdk.spec.js | 2 +- spec/unit/build.spec.js | 2 +- spec/unit/builders/ProjectBuilder.spec.js | 2 +- spec/unit/builders/builders.spec.js | 2 +- spec/unit/check_reqs.spec.js | 2 +- .../config/GradlePropertiesParser.spec.js | 2 +- spec/unit/create.spec.js | 2 +- spec/unit/emulator.spec.js | 2 +- spec/unit/java.spec.js | 2 +- .../config/MockCordovaGradleConfigParser.js | 2 +- spec/unit/pluginHandlers/common.spec.js | 2 +- spec/unit/pluginHandlers/handlers.spec.js | 2 +- spec/unit/prepare.spec.js | 2 +- spec/unit/retry.spec.js | 2 +- spec/unit/run.spec.js | 2 +- spec/unit/target.spec.js | 2 +- templates/cordova/Api.js | 2 +- templates/cordova/android_sdk_version | 2 +- templates/cordova/lib/list-devices | 2 +- templates/cordova/lib/list-emulator-images | 2 +- templates/cordova/version | 2 +- templates/project/Activity.java | 2 +- templates/project/AndroidManifest.xml | 28 +++++++-------- templates/project/app/build.gradle | 2 +- templates/project/app/repositories.gradle | 2 +- templates/project/build.gradle | 2 +- templates/project/repositories.gradle | 2 +- .../res/xml/cdv_core_file_provider_paths.xml | 28 +++++++-------- templates/project/tools/settings.gradle | 2 +- test/androidx/app/.gitignore | 17 +++++++++ test/androidx/app/build.gradle | 2 +- test/androidx/app/proguard-rules.pro | 2 -- .../unittests/BackButtonMultipageTest.java | 2 +- .../unittests/EmbeddedWebViewTest.java | 2 +- .../cordova/unittests/ErrorUrlTest.java | 2 +- .../apache/cordova/unittests/IFrameTest.java | 2 +- .../MessageChannelMultipageTest.java | 2 +- .../unittests/StandardActivityTest.java | 2 +- .../androidx/app/src/main/AndroidManifest.xml | 28 +++++++-------- .../src/main/assets/www/allowlist/index.html | 2 +- .../src/main/assets/www/allowlist/index2.html | 2 +- .../assets/www/backgroundcolor/index.html | 2 +- .../src/main/assets/www/cordova_plugins.js | 28 +++++++-------- .../src/main/assets/www/fullscreen/index.html | 2 +- .../main/assets/www/htmlnotfound/error.html | 2 +- .../app/src/main/assets/www/index.html | 2 +- .../src/main/assets/www/lifecycle/index2.html | 2 +- test/androidx/app/src/main/assets/www/main.js | 2 +- .../app/src/main/assets/www/master.css | 2 +- .../unittests/EmbeddedWebViewActivity.java | 2 +- .../cordova/unittests/LifeCyclePlugin.java | 2 +- .../cordova/unittests/StandardActivity.java | 2 +- .../cordova/unittests/TestActivity.java | 2 +- .../app/src/main/res/layout/activity_main.xml | 28 +++++++-------- .../app/src/main/res/values-w820dp/dimens.xml | 28 +++++++-------- .../app/src/main/res/values/colors.xml | 28 +++++++-------- .../app/src/main/res/values/dimens.xml | 28 +++++++-------- .../app/src/main/res/values/strings.xml | 28 +++++++-------- .../app/src/main/res/values/styles.xml | 28 +++++++-------- test/androidx/app/src/main/res/xml/config.xml | 28 +++++++-------- .../unittests/NativeToJsMessageQueueTest.java | 2 +- test/androidx/build.gradle | 2 +- test/androidx/settings.gradle | 2 +- test/run_java_unit_tests.js | 2 +- types/index.d.ts | 2 +- 163 files changed, 425 insertions(+), 423 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index b751caa8..f1448c25 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -22,8 +22,6 @@ coverage/ framework/build/ node_modules/ -templates/project/gitignore -test/androidx/app/.gitignore test/androidx/app/build/ test/androidx/build/ test/androidx/tools/ diff --git a/.ratignore b/.ratignore index 24f0f9a2..53702734 100644 --- a/.ratignore +++ b/.ratignore @@ -22,8 +22,6 @@ coverage/ framework/build/ node_modules/ -templates/project/gitignore -test/androidx/app/.gitignore test/androidx/app/build/ test/androidx/build/ test/androidx/tools/ diff --git a/cordova-js-src/android/nativeapiprovider.js b/cordova-js-src/android/nativeapiprovider.js index 44f4aacf..e296e448 100644 --- a/cordova-js-src/android/nativeapiprovider.js +++ b/cordova-js-src/android/nativeapiprovider.js @@ -1,20 +1,20 @@ /* - * 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. 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. */ /** diff --git a/cordova-js-src/android/promptbasednativeapi.js b/cordova-js-src/android/promptbasednativeapi.js index 86fc1d9f..63eb5a6e 100644 --- a/cordova-js-src/android/promptbasednativeapi.js +++ b/cordova-js-src/android/promptbasednativeapi.js @@ -1,20 +1,20 @@ /* - * 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. 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. */ /** diff --git a/cordova-js-src/exec.js b/cordova-js-src/exec.js index 82810fac..ec9ec8bb 100644 --- a/cordova-js-src/exec.js +++ b/cordova-js-src/exec.js @@ -1,22 +1,20 @@ /* - * - * 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. 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. */ /** diff --git a/cordova-js-src/platform.js b/cordova-js-src/platform.js index 6bdbd807..a49ccfb6 100644 --- a/cordova-js-src/platform.js +++ b/cordova-js-src/platform.js @@ -1,22 +1,20 @@ /* - * - * 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. 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. */ // The last resume event that was received that had the result of a plugin call. diff --git a/cordova-js-src/plugin/android/app.js b/cordova-js-src/plugin/android/app.js index c783ab1e..8798f4d0 100644 --- a/cordova-js-src/plugin/android/app.js +++ b/cordova-js-src/plugin/android/app.js @@ -1,22 +1,20 @@ /* - * - * 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. 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. */ var exec = require('cordova/exec'); diff --git a/cordova-js-src/plugin/android/splashscreen.js b/cordova-js-src/plugin/android/splashscreen.js index 63e77854..9d9b3b45 100644 --- a/cordova-js-src/plugin/android/splashscreen.js +++ b/cordova-js-src/plugin/android/splashscreen.js @@ -1,22 +1,20 @@ /* - * - * 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. 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. */ var exec = require('cordova/exec'); diff --git a/cordova-js-src/plugin/android/statusbar.js b/cordova-js-src/plugin/android/statusbar.js index 12196786..a4baeabf 100644 --- a/cordova-js-src/plugin/android/statusbar.js +++ b/cordova-js-src/plugin/android/statusbar.js @@ -1,22 +1,21 @@ /* - * 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. 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. +*/ var exec = require('cordova/exec'); diff --git a/eslint.config.js b/eslint.config.js index 757039b2..8a9104a1 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/build.gradle b/framework/build.gradle index f8210658..32bb40f6 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/cordova-publish.gradle b/framework/cordova-publish.gradle index fda1cb36..2a0c5a69 100644 --- a/framework/cordova-publish.gradle +++ b/framework/cordova-publish.gradle @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/cordova.gradle b/framework/cordova.gradle index f82e3608..d36f716d 100644 --- a/framework/cordova.gradle +++ b/framework/cordova.gradle @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/repositories.gradle b/framework/repositories.gradle index d2f2c1f9..c3dedd96 100644 --- a/framework/repositories.gradle +++ b/framework/repositories.gradle @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/AllowList.java b/framework/src/org/apache/cordova/AllowList.java index 5422e110..cc7a9fd4 100644 --- a/framework/src/org/apache/cordova/AllowList.java +++ b/framework/src/org/apache/cordova/AllowList.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/AllowListPlugin.java b/framework/src/org/apache/cordova/AllowListPlugin.java index 2c37b5ee..9ee4aef8 100644 --- a/framework/src/org/apache/cordova/AllowListPlugin.java +++ b/framework/src/org/apache/cordova/AllowListPlugin.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/AuthenticationToken.java b/framework/src/org/apache/cordova/AuthenticationToken.java index c73b5593..fbc070d6 100644 --- a/framework/src/org/apache/cordova/AuthenticationToken.java +++ b/framework/src/org/apache/cordova/AuthenticationToken.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/BuildHelper.java b/framework/src/org/apache/cordova/BuildHelper.java index 9c10fc25..67a17c6e 100644 --- a/framework/src/org/apache/cordova/BuildHelper.java +++ b/framework/src/org/apache/cordova/BuildHelper.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CallbackContext.java b/framework/src/org/apache/cordova/CallbackContext.java index 451b5356..14e462a6 100644 --- a/framework/src/org/apache/cordova/CallbackContext.java +++ b/framework/src/org/apache/cordova/CallbackContext.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CallbackMap.java b/framework/src/org/apache/cordova/CallbackMap.java index 7c3d3353..866861bb 100644 --- a/framework/src/org/apache/cordova/CallbackMap.java +++ b/framework/src/org/apache/cordova/CallbackMap.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/Config.java b/framework/src/org/apache/cordova/Config.java index 4e706cb4..310fed86 100644 --- a/framework/src/org/apache/cordova/Config.java +++ b/framework/src/org/apache/cordova/Config.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/ConfigXmlParser.java b/framework/src/org/apache/cordova/ConfigXmlParser.java index 8f356982..70dd3a64 100644 --- a/framework/src/org/apache/cordova/ConfigXmlParser.java +++ b/framework/src/org/apache/cordova/ConfigXmlParser.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaActivity.java b/framework/src/org/apache/cordova/CordovaActivity.java index c5bbf474..114727d4 100755 --- a/framework/src/org/apache/cordova/CordovaActivity.java +++ b/framework/src/org/apache/cordova/CordovaActivity.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaArgs.java b/framework/src/org/apache/cordova/CordovaArgs.java index 4486de2b..d575c802 100644 --- a/framework/src/org/apache/cordova/CordovaArgs.java +++ b/framework/src/org/apache/cordova/CordovaArgs.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaBridge.java b/framework/src/org/apache/cordova/CordovaBridge.java index 17ac5efb..8996f48f 100644 --- a/framework/src/org/apache/cordova/CordovaBridge.java +++ b/framework/src/org/apache/cordova/CordovaBridge.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaClientCertRequest.java b/framework/src/org/apache/cordova/CordovaClientCertRequest.java index f77f0711..9ef78bf8 100644 --- a/framework/src/org/apache/cordova/CordovaClientCertRequest.java +++ b/framework/src/org/apache/cordova/CordovaClientCertRequest.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaDialogsHelper.java b/framework/src/org/apache/cordova/CordovaDialogsHelper.java index f9205122..4a63c79f 100644 --- a/framework/src/org/apache/cordova/CordovaDialogsHelper.java +++ b/framework/src/org/apache/cordova/CordovaDialogsHelper.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaHttpAuthHandler.java b/framework/src/org/apache/cordova/CordovaHttpAuthHandler.java index 72c85cce..9f4b9cc1 100644 --- a/framework/src/org/apache/cordova/CordovaHttpAuthHandler.java +++ b/framework/src/org/apache/cordova/CordovaHttpAuthHandler.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaInterface.java b/framework/src/org/apache/cordova/CordovaInterface.java index 3deacdb1..6e391490 100755 --- a/framework/src/org/apache/cordova/CordovaInterface.java +++ b/framework/src/org/apache/cordova/CordovaInterface.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaInterfaceImpl.java b/framework/src/org/apache/cordova/CordovaInterfaceImpl.java index 520f482f..91acfcb4 100644 --- a/framework/src/org/apache/cordova/CordovaInterfaceImpl.java +++ b/framework/src/org/apache/cordova/CordovaInterfaceImpl.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaPlugin.java b/framework/src/org/apache/cordova/CordovaPlugin.java index 6c1251e7..6cd9b056 100644 --- a/framework/src/org/apache/cordova/CordovaPlugin.java +++ b/framework/src/org/apache/cordova/CordovaPlugin.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaPluginPathHandler.java b/framework/src/org/apache/cordova/CordovaPluginPathHandler.java index 85e0a5fb..dce978d4 100644 --- a/framework/src/org/apache/cordova/CordovaPluginPathHandler.java +++ b/framework/src/org/apache/cordova/CordovaPluginPathHandler.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaPreferences.java b/framework/src/org/apache/cordova/CordovaPreferences.java index 668543cc..39269c88 100644 --- a/framework/src/org/apache/cordova/CordovaPreferences.java +++ b/framework/src/org/apache/cordova/CordovaPreferences.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaResourceApi.java b/framework/src/org/apache/cordova/CordovaResourceApi.java index 5ae5e467..d8f9201b 100644 --- a/framework/src/org/apache/cordova/CordovaResourceApi.java +++ b/framework/src/org/apache/cordova/CordovaResourceApi.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index a854e1dc..da92d195 100644 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaWebViewEngine.java b/framework/src/org/apache/cordova/CordovaWebViewEngine.java index 40722468..2ae90dcd 100644 --- a/framework/src/org/apache/cordova/CordovaWebViewEngine.java +++ b/framework/src/org/apache/cordova/CordovaWebViewEngine.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CordovaWebViewImpl.java b/framework/src/org/apache/cordova/CordovaWebViewImpl.java index c5dc90c3..039a503e 100644 --- a/framework/src/org/apache/cordova/CordovaWebViewImpl.java +++ b/framework/src/org/apache/cordova/CordovaWebViewImpl.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/CoreAndroid.java b/framework/src/org/apache/cordova/CoreAndroid.java index ff524189..a41b85db 100755 --- a/framework/src/org/apache/cordova/CoreAndroid.java +++ b/framework/src/org/apache/cordova/CoreAndroid.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/ExposedJsApi.java b/framework/src/org/apache/cordova/ExposedJsApi.java index e1f8296e..36871818 100644 --- a/framework/src/org/apache/cordova/ExposedJsApi.java +++ b/framework/src/org/apache/cordova/ExposedJsApi.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/ICordovaClientCertRequest.java b/framework/src/org/apache/cordova/ICordovaClientCertRequest.java index 8c6dbd3f..fa5f4aab 100644 --- a/framework/src/org/apache/cordova/ICordovaClientCertRequest.java +++ b/framework/src/org/apache/cordova/ICordovaClientCertRequest.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/ICordovaCookieManager.java b/framework/src/org/apache/cordova/ICordovaCookieManager.java index e0d9232a..13840f44 100644 --- a/framework/src/org/apache/cordova/ICordovaCookieManager.java +++ b/framework/src/org/apache/cordova/ICordovaCookieManager.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/ICordovaHttpAuthHandler.java b/framework/src/org/apache/cordova/ICordovaHttpAuthHandler.java index 09f71ee9..c0be1ad7 100644 --- a/framework/src/org/apache/cordova/ICordovaHttpAuthHandler.java +++ b/framework/src/org/apache/cordova/ICordovaHttpAuthHandler.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/LOG.java b/framework/src/org/apache/cordova/LOG.java index 9b343c52..346de27b 100755 --- a/framework/src/org/apache/cordova/LOG.java +++ b/framework/src/org/apache/cordova/LOG.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/NativeToJsMessageQueue.java b/framework/src/org/apache/cordova/NativeToJsMessageQueue.java index a9570069..2de14389 100755 --- a/framework/src/org/apache/cordova/NativeToJsMessageQueue.java +++ b/framework/src/org/apache/cordova/NativeToJsMessageQueue.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/PermissionHelper.java b/framework/src/org/apache/cordova/PermissionHelper.java index fb2307e6..82f7b1c4 100644 --- a/framework/src/org/apache/cordova/PermissionHelper.java +++ b/framework/src/org/apache/cordova/PermissionHelper.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/PluginEntry.java b/framework/src/org/apache/cordova/PluginEntry.java index 47fc873a..be3839f2 100755 --- a/framework/src/org/apache/cordova/PluginEntry.java +++ b/framework/src/org/apache/cordova/PluginEntry.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/PluginManager.java b/framework/src/org/apache/cordova/PluginManager.java index a7e9732d..762c7cba 100755 --- a/framework/src/org/apache/cordova/PluginManager.java +++ b/framework/src/org/apache/cordova/PluginManager.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/PluginResult.java b/framework/src/org/apache/cordova/PluginResult.java index cea6909d..46b58e19 100644 --- a/framework/src/org/apache/cordova/PluginResult.java +++ b/framework/src/org/apache/cordova/PluginResult.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/ResumeCallback.java b/framework/src/org/apache/cordova/ResumeCallback.java index 60d78b59..29e8ad8d 100644 --- a/framework/src/org/apache/cordova/ResumeCallback.java +++ b/framework/src/org/apache/cordova/ResumeCallback.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/SplashScreenPlugin.java b/framework/src/org/apache/cordova/SplashScreenPlugin.java index 83e73148..8befc44e 100644 --- a/framework/src/org/apache/cordova/SplashScreenPlugin.java +++ b/framework/src/org/apache/cordova/SplashScreenPlugin.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/SystemBarPlugin.java b/framework/src/org/apache/cordova/SystemBarPlugin.java index abf03cd8..0df7a589 100644 --- a/framework/src/org/apache/cordova/SystemBarPlugin.java +++ b/framework/src/org/apache/cordova/SystemBarPlugin.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/allowlist/index.html b/framework/src/org/apache/cordova/allowlist/index.html index 8ef89495..da8edc00 100755 --- a/framework/src/org/apache/cordova/allowlist/index.html +++ b/framework/src/org/apache/cordova/allowlist/index.html @@ -1,3 +1,4 @@ + - diff --git a/framework/src/org/apache/cordova/allowlist/index2.html b/framework/src/org/apache/cordova/allowlist/index2.html index 438bb906..047d80f8 100755 --- a/framework/src/org/apache/cordova/allowlist/index2.html +++ b/framework/src/org/apache/cordova/allowlist/index2.html @@ -1,3 +1,4 @@ + - diff --git a/framework/src/org/apache/cordova/engine/SystemCookieManager.java b/framework/src/org/apache/cordova/engine/SystemCookieManager.java index 694dd57d..e6f8e835 100644 --- a/framework/src/org/apache/cordova/engine/SystemCookieManager.java +++ b/framework/src/org/apache/cordova/engine/SystemCookieManager.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/engine/SystemExposedJsApi.java b/framework/src/org/apache/cordova/engine/SystemExposedJsApi.java index 2ea8fcdd..086be0fa 100755 --- a/framework/src/org/apache/cordova/engine/SystemExposedJsApi.java +++ b/framework/src/org/apache/cordova/engine/SystemExposedJsApi.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/engine/SystemWebChromeClient.java b/framework/src/org/apache/cordova/engine/SystemWebChromeClient.java index 4f24b812..5539ceb9 100755 --- a/framework/src/org/apache/cordova/engine/SystemWebChromeClient.java +++ b/framework/src/org/apache/cordova/engine/SystemWebChromeClient.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/engine/SystemWebView.java b/framework/src/org/apache/cordova/engine/SystemWebView.java index 59b1485b..8aa37bd3 100644 --- a/framework/src/org/apache/cordova/engine/SystemWebView.java +++ b/framework/src/org/apache/cordova/engine/SystemWebView.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/engine/SystemWebViewClient.java b/framework/src/org/apache/cordova/engine/SystemWebViewClient.java index 47da339e..7dbd7d16 100755 --- a/framework/src/org/apache/cordova/engine/SystemWebViewClient.java +++ b/framework/src/org/apache/cordova/engine/SystemWebViewClient.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/framework/src/org/apache/cordova/engine/SystemWebViewEngine.java b/framework/src/org/apache/cordova/engine/SystemWebViewEngine.java index b623a904..970758f2 100755 --- a/framework/src/org/apache/cordova/engine/SystemWebViewEngine.java +++ b/framework/src/org/apache/cordova/engine/SystemWebViewEngine.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/Adb.js b/lib/Adb.js index 33ef2757..2b5a2293 100644 --- a/lib/Adb.js +++ b/lib/Adb.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/AndroidManifest.js b/lib/AndroidManifest.js index 0a2929eb..55c5a690 100644 --- a/lib/AndroidManifest.js +++ b/lib/AndroidManifest.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/AndroidProject.js b/lib/AndroidProject.js index 3ab500a3..bc5f36c5 100644 --- a/lib/AndroidProject.js +++ b/lib/AndroidProject.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/Api.js b/lib/Api.js index c6f8638b..8817cbad 100644 --- a/lib/Api.js +++ b/lib/Api.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/PackageType.js b/lib/PackageType.js index 52058807..b5f56cc9 100644 --- a/lib/PackageType.js +++ b/lib/PackageType.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/android_sdk.js b/lib/android_sdk.js index 04dc5f74..37440cff 100755 --- a/lib/android_sdk.js +++ b/lib/android_sdk.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/build.js b/lib/build.js index 02770423..cab62419 100644 --- a/lib/build.js +++ b/lib/build.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/builders/ProjectBuilder.js b/lib/builders/ProjectBuilder.js index 30d883c5..94658ee6 100644 --- a/lib/builders/ProjectBuilder.js +++ b/lib/builders/ProjectBuilder.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/builders/builders.js b/lib/builders/builders.js index 0cf4d238..edc1a525 100644 --- a/lib/builders/builders.js +++ b/lib/builders/builders.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/builders/plugin-build.gradle b/lib/builders/plugin-build.gradle index ebdcc9dd..46934dac 100644 --- a/lib/builders/plugin-build.gradle +++ b/lib/builders/plugin-build.gradle @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/check_reqs.js b/lib/check_reqs.js index cf92179b..f999a453 100644 --- a/lib/check_reqs.js +++ b/lib/check_reqs.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/config/CordovaGradleConfigParser.js b/lib/config/CordovaGradleConfigParser.js index 6a3c7d53..53721ca0 100644 --- a/lib/config/CordovaGradleConfigParser.js +++ b/lib/config/CordovaGradleConfigParser.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/config/CordovaGradleConfigParserFactory.js b/lib/config/CordovaGradleConfigParserFactory.js index f64aa63e..e957e592 100644 --- a/lib/config/CordovaGradleConfigParserFactory.js +++ b/lib/config/CordovaGradleConfigParserFactory.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/config/GradlePropertiesParser.js b/lib/config/GradlePropertiesParser.js index 1e01487e..c61d9e46 100644 --- a/lib/config/GradlePropertiesParser.js +++ b/lib/config/GradlePropertiesParser.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/create.js b/lib/create.js index 9fba7cd9..5fd03211 100755 --- a/lib/create.js +++ b/lib/create.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/emulator.js b/lib/emulator.js index 7056f5a6..3fc36b37 100644 --- a/lib/emulator.js +++ b/lib/emulator.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/env/AndroidCommandLineTools.js b/lib/env/AndroidCommandLineTools.js index e99ccc3c..9360fd29 100644 --- a/lib/env/AndroidCommandLineTools.js +++ b/lib/env/AndroidCommandLineTools.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/env/java.js b/lib/env/java.js index 0c305a6b..498363e3 100644 --- a/lib/env/java.js +++ b/lib/env/java.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/pluginHandlers.js b/lib/pluginHandlers.js index 88eccb01..14b0744f 100644 --- a/lib/pluginHandlers.js +++ b/lib/pluginHandlers.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/prepare.js b/lib/prepare.js index af39b787..b30b985c 100644 --- a/lib/prepare.js +++ b/lib/prepare.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/run.js b/lib/run.js index 25565ac7..77d88a47 100644 --- a/lib/run.js +++ b/lib/run.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/target.js b/lib/target.js index 0c8baf7e..8ff340ac 100644 --- a/lib/target.js +++ b/lib/target.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/lib/utils.js b/lib/utils.js index 03473768..d538e1b7 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/e2e/e2e.spec.js b/spec/e2e/e2e.spec.js index 0dc9de69..b4c2fe84 100644 --- a/spec/e2e/e2e.spec.js +++ b/spec/e2e/e2e.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/fixtures/android_studio_project/app/build.gradle b/spec/fixtures/android_studio_project/app/build.gradle index 0f2cb884..8a18fa5f 100644 --- a/spec/fixtures/android_studio_project/app/build.gradle +++ b/spec/fixtures/android_studio_project/app/build.gradle @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/fixtures/android_studio_project/build.gradle b/spec/fixtures/android_studio_project/build.gradle index e8c84b99..e35ce63b 100644 --- a/spec/fixtures/android_studio_project/build.gradle +++ b/spec/fixtures/android_studio_project/build.gradle @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/fixtures/android_studio_project/settings.gradle b/spec/fixtures/android_studio_project/settings.gradle index e16301e2..2852ce92 100644 --- a/spec/fixtures/android_studio_project/settings.gradle +++ b/spec/fixtures/android_studio_project/settings.gradle @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/fixtures/org.test.plugins.dummyplugin/extra.gradle b/spec/fixtures/org.test.plugins.dummyplugin/extra.gradle index 23799ffa..3395af10 100644 --- a/spec/fixtures/org.test.plugins.dummyplugin/extra.gradle +++ b/spec/fixtures/org.test.plugins.dummyplugin/extra.gradle @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/fixtures/org.test.plugins.dummyplugin/src/android/DummyPlugin.java b/spec/fixtures/org.test.plugins.dummyplugin/src/android/DummyPlugin.java index 3ebd4dc9..ac0aaf03 100644 --- a/spec/fixtures/org.test.plugins.dummyplugin/src/android/DummyPlugin.java +++ b/spec/fixtures/org.test.plugins.dummyplugin/src/android/DummyPlugin.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/fixtures/org.test.plugins.dummyplugin/src/android/DummyPlugin2.java b/spec/fixtures/org.test.plugins.dummyplugin/src/android/DummyPlugin2.java index ee2fcd58..e54a39bc 100644 --- a/spec/fixtures/org.test.plugins.dummyplugin/src/android/DummyPlugin2.java +++ b/spec/fixtures/org.test.plugins.dummyplugin/src/android/DummyPlugin2.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/fixtures/org.test.plugins.dummyplugin/src/android/myapi.aidl b/spec/fixtures/org.test.plugins.dummyplugin/src/android/myapi.aidl index fee2eb66..4fd5e749 100644 --- a/spec/fixtures/org.test.plugins.dummyplugin/src/android/myapi.aidl +++ b/spec/fixtures/org.test.plugins.dummyplugin/src/android/myapi.aidl @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/fixtures/org.test.plugins.dummyplugin/www/dummyplugin.js b/spec/fixtures/org.test.plugins.dummyplugin/www/dummyplugin.js index 10811de9..19749ab5 100644 --- a/spec/fixtures/org.test.plugins.dummyplugin/www/dummyplugin.js +++ b/spec/fixtures/org.test.plugins.dummyplugin/www/dummyplugin.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/fixtures/org.test.plugins.faultyplugin/src/android/FaultyPlugin.java b/spec/fixtures/org.test.plugins.faultyplugin/src/android/FaultyPlugin.java index 64bd05a0..68b0eb8b 100644 --- a/spec/fixtures/org.test.plugins.faultyplugin/src/android/FaultyPlugin.java +++ b/spec/fixtures/org.test.plugins.faultyplugin/src/android/FaultyPlugin.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/helper.js b/spec/helper.js index 938705db..1bb8d449 100644 --- a/spec/helper.js +++ b/spec/helper.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/Adb.spec.js b/spec/unit/Adb.spec.js index c73bcd8b..c7eb90de 100644 --- a/spec/unit/Adb.spec.js +++ b/spec/unit/Adb.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/AndroidCommandLineTools.spec.js b/spec/unit/AndroidCommandLineTools.spec.js index dc7f1fab..42289a2e 100644 --- a/spec/unit/AndroidCommandLineTools.spec.js +++ b/spec/unit/AndroidCommandLineTools.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/AndroidManifest.spec.js b/spec/unit/AndroidManifest.spec.js index 30cf5196..726520bd 100644 --- a/spec/unit/AndroidManifest.spec.js +++ b/spec/unit/AndroidManifest.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/AndroidProject.spec.js b/spec/unit/AndroidProject.spec.js index 4ee30ef2..331d0481 100644 --- a/spec/unit/AndroidProject.spec.js +++ b/spec/unit/AndroidProject.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/Api.spec.js b/spec/unit/Api.spec.js index 053d7ede..b6b21f0d 100644 --- a/spec/unit/Api.spec.js +++ b/spec/unit/Api.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/android_sdk.spec.js b/spec/unit/android_sdk.spec.js index 8821e31d..f63157f4 100644 --- a/spec/unit/android_sdk.spec.js +++ b/spec/unit/android_sdk.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/build.spec.js b/spec/unit/build.spec.js index 8f4408a7..402d7514 100644 --- a/spec/unit/build.spec.js +++ b/spec/unit/build.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/builders/ProjectBuilder.spec.js b/spec/unit/builders/ProjectBuilder.spec.js index 90107526..9414db8e 100644 --- a/spec/unit/builders/ProjectBuilder.spec.js +++ b/spec/unit/builders/ProjectBuilder.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/builders/builders.spec.js b/spec/unit/builders/builders.spec.js index f825b459..ed345ede 100644 --- a/spec/unit/builders/builders.spec.js +++ b/spec/unit/builders/builders.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/check_reqs.spec.js b/spec/unit/check_reqs.spec.js index de1968f9..e8679678 100644 --- a/spec/unit/check_reqs.spec.js +++ b/spec/unit/check_reqs.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/config/GradlePropertiesParser.spec.js b/spec/unit/config/GradlePropertiesParser.spec.js index ade259ae..eb942f6e 100644 --- a/spec/unit/config/GradlePropertiesParser.spec.js +++ b/spec/unit/config/GradlePropertiesParser.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/create.spec.js b/spec/unit/create.spec.js index 25ec10f0..aa93d0be 100644 --- a/spec/unit/create.spec.js +++ b/spec/unit/create.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/emulator.spec.js b/spec/unit/emulator.spec.js index a5901c52..f7278169 100644 --- a/spec/unit/emulator.spec.js +++ b/spec/unit/emulator.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/java.spec.js b/spec/unit/java.spec.js index 18ca3cc1..ba2ad167 100644 --- a/spec/unit/java.spec.js +++ b/spec/unit/java.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/mocks/config/MockCordovaGradleConfigParser.js b/spec/unit/mocks/config/MockCordovaGradleConfigParser.js index bc7c6951..872bdc6c 100644 --- a/spec/unit/mocks/config/MockCordovaGradleConfigParser.js +++ b/spec/unit/mocks/config/MockCordovaGradleConfigParser.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/pluginHandlers/common.spec.js b/spec/unit/pluginHandlers/common.spec.js index 7f7bce60..5b4d7f13 100644 --- a/spec/unit/pluginHandlers/common.spec.js +++ b/spec/unit/pluginHandlers/common.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/pluginHandlers/handlers.spec.js b/spec/unit/pluginHandlers/handlers.spec.js index 946f5e09..b2145af8 100644 --- a/spec/unit/pluginHandlers/handlers.spec.js +++ b/spec/unit/pluginHandlers/handlers.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/prepare.spec.js b/spec/unit/prepare.spec.js index 704ff9f0..01bf70f9 100644 --- a/spec/unit/prepare.spec.js +++ b/spec/unit/prepare.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/retry.spec.js b/spec/unit/retry.spec.js index 04e829c0..c9a414a3 100644 --- a/spec/unit/retry.spec.js +++ b/spec/unit/retry.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/run.spec.js b/spec/unit/run.spec.js index c2375b32..8885002a 100644 --- a/spec/unit/run.spec.js +++ b/spec/unit/run.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/spec/unit/target.spec.js b/spec/unit/target.spec.js index c6751dc2..5921767e 100644 --- a/spec/unit/target.spec.js +++ b/spec/unit/target.spec.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/templates/cordova/Api.js b/templates/cordova/Api.js index 47b266c5..c3254ef5 100644 --- a/templates/cordova/Api.js +++ b/templates/cordova/Api.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/templates/cordova/android_sdk_version b/templates/cordova/android_sdk_version index 962d9f80..fd2b2509 100755 --- a/templates/cordova/android_sdk_version +++ b/templates/cordova/android_sdk_version @@ -1,6 +1,6 @@ #!/usr/bin/env node -/** +/* 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 diff --git a/templates/cordova/lib/list-devices b/templates/cordova/lib/list-devices index 8147205a..d3f347b8 100755 --- a/templates/cordova/lib/list-devices +++ b/templates/cordova/lib/list-devices @@ -1,6 +1,6 @@ #!/usr/bin/env node -/** +/* 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 diff --git a/templates/cordova/lib/list-emulator-images b/templates/cordova/lib/list-emulator-images index f1641f63..472f0b83 100755 --- a/templates/cordova/lib/list-emulator-images +++ b/templates/cordova/lib/list-emulator-images @@ -1,6 +1,6 @@ #!/usr/bin/env node -/** +/* 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 diff --git a/templates/cordova/version b/templates/cordova/version index 13da9885..43e2e9fe 100755 --- a/templates/cordova/version +++ b/templates/cordova/version @@ -1,6 +1,6 @@ #!/usr/bin/env node -/** +/* 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 diff --git a/templates/project/Activity.java b/templates/project/Activity.java index 212e6c2d..e0eb914a 100644 --- a/templates/project/Activity.java +++ b/templates/project/Activity.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/templates/project/AndroidManifest.xml b/templates/project/AndroidManifest.xml index b522b140..2a1d0f99 100644 --- a/templates/project/AndroidManifest.xml +++ b/templates/project/AndroidManifest.xml @@ -1,21 +1,21 @@ diff --git a/test/androidx/app/src/main/assets/www/allowlist/index.html b/test/androidx/app/src/main/assets/www/allowlist/index.html index 8ef89495..da8edc00 100755 --- a/test/androidx/app/src/main/assets/www/allowlist/index.html +++ b/test/androidx/app/src/main/assets/www/allowlist/index.html @@ -1,3 +1,4 @@ + - diff --git a/test/androidx/app/src/main/assets/www/allowlist/index2.html b/test/androidx/app/src/main/assets/www/allowlist/index2.html index 438bb906..047d80f8 100755 --- a/test/androidx/app/src/main/assets/www/allowlist/index2.html +++ b/test/androidx/app/src/main/assets/www/allowlist/index2.html @@ -1,3 +1,4 @@ + - diff --git a/test/androidx/app/src/main/assets/www/backgroundcolor/index.html b/test/androidx/app/src/main/assets/www/backgroundcolor/index.html index a73b0e0d..454633c4 100755 --- a/test/androidx/app/src/main/assets/www/backgroundcolor/index.html +++ b/test/androidx/app/src/main/assets/www/backgroundcolor/index.html @@ -1,3 +1,4 @@ + - diff --git a/test/androidx/app/src/main/assets/www/cordova_plugins.js b/test/androidx/app/src/main/assets/www/cordova_plugins.js index ecad9f6d..67de6b73 100644 --- a/test/androidx/app/src/main/assets/www/cordova_plugins.js +++ b/test/androidx/app/src/main/assets/www/cordova_plugins.js @@ -1,20 +1,20 @@ /* - 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 + 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 + 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. + 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. */ cordova.define('cordova/plugin_list', function(require, exports, module) { diff --git a/test/androidx/app/src/main/assets/www/fullscreen/index.html b/test/androidx/app/src/main/assets/www/fullscreen/index.html index 4b3e5d07..2498a4ea 100755 --- a/test/androidx/app/src/main/assets/www/fullscreen/index.html +++ b/test/androidx/app/src/main/assets/www/fullscreen/index.html @@ -1,3 +1,4 @@ + - diff --git a/test/androidx/app/src/main/assets/www/htmlnotfound/error.html b/test/androidx/app/src/main/assets/www/htmlnotfound/error.html index 6dbee031..eb6561c2 100755 --- a/test/androidx/app/src/main/assets/www/htmlnotfound/error.html +++ b/test/androidx/app/src/main/assets/www/htmlnotfound/error.html @@ -1,3 +1,4 @@ + - diff --git a/test/androidx/app/src/main/assets/www/index.html b/test/androidx/app/src/main/assets/www/index.html index 458a1d22..37a85441 100755 --- a/test/androidx/app/src/main/assets/www/index.html +++ b/test/androidx/app/src/main/assets/www/index.html @@ -1,3 +1,4 @@ + - diff --git a/test/androidx/app/src/main/assets/www/lifecycle/index2.html b/test/androidx/app/src/main/assets/www/lifecycle/index2.html index 7887fc9d..b650e5af 100755 --- a/test/androidx/app/src/main/assets/www/lifecycle/index2.html +++ b/test/androidx/app/src/main/assets/www/lifecycle/index2.html @@ -1,3 +1,4 @@ + - diff --git a/test/androidx/app/src/main/assets/www/main.js b/test/androidx/app/src/main/assets/www/main.js index 34e92923..65ffcac4 100755 --- a/test/androidx/app/src/main/assets/www/main.js +++ b/test/androidx/app/src/main/assets/www/main.js @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/test/androidx/app/src/main/assets/www/master.css b/test/androidx/app/src/main/assets/www/master.css index 0df6d1fc..2e7ac167 100755 --- a/test/androidx/app/src/main/assets/www/master.css +++ b/test/androidx/app/src/main/assets/www/master.css @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/test/androidx/app/src/main/java/org/apache/cordova/unittests/EmbeddedWebViewActivity.java b/test/androidx/app/src/main/java/org/apache/cordova/unittests/EmbeddedWebViewActivity.java index b4ad2b9c..9dfbc5f9 100644 --- a/test/androidx/app/src/main/java/org/apache/cordova/unittests/EmbeddedWebViewActivity.java +++ b/test/androidx/app/src/main/java/org/apache/cordova/unittests/EmbeddedWebViewActivity.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/test/androidx/app/src/main/java/org/apache/cordova/unittests/LifeCyclePlugin.java b/test/androidx/app/src/main/java/org/apache/cordova/unittests/LifeCyclePlugin.java index 8696549d..3ac254ac 100644 --- a/test/androidx/app/src/main/java/org/apache/cordova/unittests/LifeCyclePlugin.java +++ b/test/androidx/app/src/main/java/org/apache/cordova/unittests/LifeCyclePlugin.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/test/androidx/app/src/main/java/org/apache/cordova/unittests/StandardActivity.java b/test/androidx/app/src/main/java/org/apache/cordova/unittests/StandardActivity.java index 97bdc530..0d94fb1d 100644 --- a/test/androidx/app/src/main/java/org/apache/cordova/unittests/StandardActivity.java +++ b/test/androidx/app/src/main/java/org/apache/cordova/unittests/StandardActivity.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/test/androidx/app/src/main/java/org/apache/cordova/unittests/TestActivity.java b/test/androidx/app/src/main/java/org/apache/cordova/unittests/TestActivity.java index 30889cbd..7581a1bc 100644 --- a/test/androidx/app/src/main/java/org/apache/cordova/unittests/TestActivity.java +++ b/test/androidx/app/src/main/java/org/apache/cordova/unittests/TestActivity.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/test/androidx/app/src/main/res/layout/activity_main.xml b/test/androidx/app/src/main/res/layout/activity_main.xml index 7cbd51d6..45023e5a 100644 --- a/test/androidx/app/src/main/res/layout/activity_main.xml +++ b/test/androidx/app/src/main/res/layout/activity_main.xml @@ -1,21 +1,21 @@ #3F51B5 diff --git a/test/androidx/app/src/main/res/values/dimens.xml b/test/androidx/app/src/main/res/values/dimens.xml index 8f9a14a9..b51f6b6b 100644 --- a/test/androidx/app/src/main/res/values/dimens.xml +++ b/test/androidx/app/src/main/res/values/dimens.xml @@ -1,21 +1,21 @@ 16dp diff --git a/test/androidx/app/src/main/res/values/strings.xml b/test/androidx/app/src/main/res/values/strings.xml index 353e3abc..635f3e90 100644 --- a/test/androidx/app/src/main/res/values/strings.xml +++ b/test/androidx/app/src/main/res/values/strings.xml @@ -1,21 +1,21 @@ UnitTests diff --git a/test/androidx/app/src/main/res/values/styles.xml b/test/androidx/app/src/main/res/values/styles.xml index ae304dac..98471318 100644 --- a/test/androidx/app/src/main/res/values/styles.xml +++ b/test/androidx/app/src/main/res/values/styles.xml @@ -1,21 +1,21 @@ diff --git a/test/androidx/app/src/main/res/xml/config.xml b/test/androidx/app/src/main/res/xml/config.xml index 15e8d0f3..6c234de1 100644 --- a/test/androidx/app/src/main/res/xml/config.xml +++ b/test/androidx/app/src/main/res/xml/config.xml @@ -1,21 +1,21 @@ Hello Cordova diff --git a/test/androidx/app/src/test/java/org/apache/cordova/unittests/NativeToJsMessageQueueTest.java b/test/androidx/app/src/test/java/org/apache/cordova/unittests/NativeToJsMessageQueueTest.java index 71271bfe..99a8e6d0 100644 --- a/test/androidx/app/src/test/java/org/apache/cordova/unittests/NativeToJsMessageQueueTest.java +++ b/test/androidx/app/src/test/java/org/apache/cordova/unittests/NativeToJsMessageQueueTest.java @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/test/androidx/build.gradle b/test/androidx/build.gradle index d077a2cf..4990cfbd 100644 --- a/test/androidx/build.gradle +++ b/test/androidx/build.gradle @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/test/androidx/settings.gradle b/test/androidx/settings.gradle index 49aba4c2..d154e264 100644 --- a/test/androidx/settings.gradle +++ b/test/androidx/settings.gradle @@ -1,4 +1,4 @@ -/** +/* 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 diff --git a/test/run_java_unit_tests.js b/test/run_java_unit_tests.js index 4c023e38..fc1981a5 100644 --- a/test/run_java_unit_tests.js +++ b/test/run_java_unit_tests.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -/** +/* 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 diff --git a/types/index.d.ts b/types/index.d.ts index 337f364b..715118d7 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,4 +1,4 @@ -/** +/* 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