forked from github/cordova-android
chore: various cleanup (#957)
* chore: various cleanup * update LICENSE year * update third-party appended licenses * update NOTICE year & format * use correct CI badges on README.md * remove extra markdown from RELEASENOTES.md * chore: update reviewboard url
This commit is contained in:
parent
f86044e6ce
commit
9a675912f8
@ -4,5 +4,5 @@
|
|||||||
GUESS_FIELDS = True
|
GUESS_FIELDS = True
|
||||||
OPEN_BROWSER = True
|
OPEN_BROWSER = True
|
||||||
TARGET_GROUPS = 'cordova'
|
TARGET_GROUPS = 'cordova'
|
||||||
REVIEWBOARD_URL = 'http://reviews.apache.org'
|
REVIEWBOARD_URL = 'https://reviews.apache.org'
|
||||||
|
|
||||||
|
71
LICENSE
71
LICENSE
@ -187,7 +187,7 @@
|
|||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2015 Apache Cordova
|
Copyright 2015-2020 Apache Cordova
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
@ -207,7 +207,7 @@
|
|||||||
bin/node_modules/q
|
bin/node_modules/q
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
Copyright 2009–2012 Kristopher Michael Kowal. All rights reserved.
|
Copyright 2009–2017 Kristopher Michael Kowal. All rights reserved.
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to
|
of this software and associated documentation files (the "Software"), to
|
||||||
deal in the Software without restriction, including without limitation the
|
deal in the Software without restriction, including without limitation the
|
||||||
@ -229,56 +229,39 @@ IN THE SOFTWARE.
|
|||||||
================================================================================
|
================================================================================
|
||||||
bin/node_modules/nopt
|
bin/node_modules/nopt
|
||||||
================================================================================
|
================================================================================
|
||||||
Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person
|
The ISC License
|
||||||
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
|
Copyright (c) Isaac Z. Schlueter and Contributors
|
||||||
included in all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
copyright notice and this permission notice appear in all copies.
|
||||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
||||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
||||||
|
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
bin/node_modules/which
|
bin/node_modules/which
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
|
The ISC License
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person
|
Copyright (c) Isaac Z. Schlueter and Contributors
|
||||||
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.
|
|
||||||
|
|
||||||
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
||||||
|
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
14
NOTICE
14
NOTICE
@ -1,15 +1,5 @@
|
|||||||
Apache Cordova
|
Apache Cordova
|
||||||
Copyright 2015 The Apache Software Foundation
|
Copyright 2015-2020 The Apache Software Foundation
|
||||||
|
|
||||||
This product includes software developed at
|
This product includes software developed at
|
||||||
The Apache Software Foundation (http://www.apache.org)
|
The Apache Software Foundation (http://www.apache.org/).
|
||||||
|
|
||||||
=========================================================================
|
|
||||||
== NOTICE file corresponding to the section 4 d of ==
|
|
||||||
== the Apache License, Version 2.0, ==
|
|
||||||
== in this case for the Android-specific code. ==
|
|
||||||
=========================================================================
|
|
||||||
|
|
||||||
This product includes software developed as part of
|
|
||||||
The Android Open Source Project (http://source.android.com).
|
|
||||||
|
|
||||||
|
19
README.md
19
README.md
@ -19,22 +19,21 @@
|
|||||||
#
|
#
|
||||||
-->
|
-->
|
||||||
|
|
||||||
[](https://travis-ci.org/apache/cordova-android)
|
|
||||||
[](https://codecov.io/github/apache/cordova-android?branch=master)
|
|
||||||
|
|
||||||
# Cordova Android
|
# Cordova Android
|
||||||
|
|
||||||
Cordova Android is an Android application library that allows for Cordova-based
|
[](https://nodei.co/npm/cordova-android/)
|
||||||
projects to be built for the Android Platform. Cordova based applications are,
|
|
||||||
at the core, applications written with web technology: HTML, CSS and JavaScript.
|
[](https://github.com/apache/cordova-android/actions?query=branch%3Amaster)
|
||||||
|
[](https://codecov.io/github/apache/cordova-android?branch=master)
|
||||||
|
|
||||||
|
Cordova Android is an Android application library that allows for Cordova-based projects to be built for the Android Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript.
|
||||||
|
|
||||||
[Apache Cordova](https://cordova.apache.org) is a project of The Apache Software Foundation (ASF).
|
[Apache Cordova](https://cordova.apache.org) is a project of The Apache Software Foundation (ASF).
|
||||||
|
|
||||||
## Requires
|
## Requires
|
||||||
|
|
||||||
- Java JDK 1.8
|
- Java JDK 1.8
|
||||||
- Android SDK [http://developer.android.com](http://developer.android.com)
|
- Android SDK [http://developer.android.com](https://developer.android.com/)
|
||||||
|
|
||||||
|
|
||||||
## Cordova Android Developer Tools
|
## Cordova Android Developer Tools
|
||||||
|
|
||||||
@ -61,6 +60,4 @@ These commands live in a generated Cordova Android project. Any interactions wit
|
|||||||
|
|
||||||
## Running the Native Tests
|
## Running the Native Tests
|
||||||
|
|
||||||
The `test/` directory in this project contains an Android test project that can
|
The `test/` directory in this project contains an Android test project that can be used to run different kinds of native tests. Check out the [README contained therein](test/README.md) for more details!
|
||||||
be used to run different kinds of native tests. Check out the
|
|
||||||
[README contained therein](test/README.md) for more details!
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
#
|
#
|
||||||
-->
|
-->
|
||||||
## Release Notes for Cordova (Android) ##
|
## Release Notes for Cordova (Android)
|
||||||
|
|
||||||
### 8.1.0 (Sep 11, 2019)
|
### 8.1.0 (Sep 11, 2019)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user