Skip to content

Commit 9a67591

Browse files
authored
chore: various cleanup (apache#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
1 parent f86044e commit 9a67591

File tree

5 files changed

+42
-72
lines changed

5 files changed

+42
-72
lines changed

.reviewboardrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
GUESS_FIELDS = True
55
OPEN_BROWSER = True
66
TARGET_GROUPS = 'cordova'
7-
REVIEWBOARD_URL = 'http://reviews.apache.org'
7+
REVIEWBOARD_URL = 'https://reviews.apache.org'
88

LICENSE

+30-47
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2015 Apache Cordova
190+
Copyright 2015-2020 Apache Cordova
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.
@@ -207,7 +207,7 @@
207207
bin/node_modules/q
208208
================================================================================
209209

210-
Copyright 2009–2012 Kristopher Michael Kowal. All rights reserved.
210+
Copyright 2009–2017 Kristopher Michael Kowal. All rights reserved.
211211
Permission is hereby granted, free of charge, to any person obtaining a copy
212212
of this software and associated documentation files (the "Software"), to
213213
deal in the Software without restriction, including without limitation the
@@ -229,56 +229,39 @@ IN THE SOFTWARE.
229229
================================================================================
230230
bin/node_modules/nopt
231231
================================================================================
232-
Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
233-
All rights reserved.
234-
235-
Permission is hereby granted, free of charge, to any person
236-
obtaining a copy of this software and associated documentation
237-
files (the "Software"), to deal in the Software without
238-
restriction, including without limitation the rights to use,
239-
copy, modify, merge, publish, distribute, sublicense, and/or sell
240-
copies of the Software, and to permit persons to whom the
241-
Software is furnished to do so, subject to the following
242-
conditions:
243-
244-
The above copyright notice and this permission notice shall be
245-
included in all copies or substantial portions of the Software.
246-
247-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
248-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
249-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
250-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
251-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
252-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
253-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
254-
OTHER DEALINGS IN THE SOFTWARE.
232+
233+
The ISC License
234+
235+
Copyright (c) Isaac Z. Schlueter and Contributors
236+
237+
Permission to use, copy, modify, and/or distribute this software for any
238+
purpose with or without fee is hereby granted, provided that the above
239+
copyright notice and this permission notice appear in all copies.
240+
241+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
242+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
243+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
244+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
245+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
246+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
247+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
255248

256249
================================================================================
257250
bin/node_modules/which
258251
================================================================================
259252

260-
Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
261-
All rights reserved.
262-
263-
Permission is hereby granted, free of charge, to any person
264-
obtaining a copy of this software and associated documentation
265-
files (the "Software"), to deal in the Software without
266-
restriction, including without limitation the rights to use,
267-
copy, modify, merge, publish, distribute, sublicense, and/or sell
268-
copies of the Software, and to permit persons to whom the
269-
Software is furnished to do so, subject to the following
270-
conditions:
271-
272-
The above copyright notice and this permission notice shall be
273-
included in all copies or substantial portions of the Software.
253+
The ISC License
274254

275-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
276-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
277-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
278-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
279-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
280-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
281-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
282-
OTHER DEALINGS IN THE SOFTWARE.
255+
Copyright (c) Isaac Z. Schlueter and Contributors
283256

257+
Permission to use, copy, modify, and/or distribute this software for any
258+
purpose with or without fee is hereby granted, provided that the above
259+
copyright notice and this permission notice appear in all copies.
284260

261+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
262+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
263+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
264+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
265+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
266+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
267+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

NOTICE

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
Apache Cordova
2-
Copyright 2015 The Apache Software Foundation
2+
Copyright 2015-2020 The Apache Software Foundation
33

44
This product includes software developed at
5-
The Apache Software Foundation (http://www.apache.org)
6-
7-
=========================================================================
8-
== NOTICE file corresponding to the section 4 d of ==
9-
== the Apache License, Version 2.0, ==
10-
== in this case for the Android-specific code. ==
11-
=========================================================================
12-
13-
This product includes software developed as part of
14-
The Android Open Source Project (http://source.android.com).
15-
5+
The Apache Software Foundation (http://www.apache.org/).

README.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,21 @@
1919
#
2020
-->
2121

22-
[![Build Status](https://travis-ci.org/apache/cordova-android.svg?branch=master)](https://travis-ci.org/apache/cordova-android)
23-
[![codecov.io](https://codecov.io/github/apache/cordova-android/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-android?branch=master)
24-
2522
# Cordova Android
2623

27-
Cordova Android is an Android application library that allows for Cordova-based
28-
projects to be built for the Android Platform. Cordova based applications are,
29-
at the core, applications written with web technology: HTML, CSS and JavaScript.
24+
[![NPM](https://nodei.co/npm/cordova-android.png)](https://nodei.co/npm/cordova-android/)
25+
26+
[![Node CI](https://github.com/apache/cordova-android/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-android/actions?query=branch%3Amaster)
27+
[![codecov.io](https://codecov.io/github/apache/cordova-android/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-android?branch=master)
28+
29+
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.
3030

3131
[Apache Cordova](https://cordova.apache.org) is a project of The Apache Software Foundation (ASF).
3232

3333
## Requires
3434

3535
- Java JDK 1.8
36-
- Android SDK [http://developer.android.com](http://developer.android.com)
37-
36+
- Android SDK [http://developer.android.com](https://developer.android.com/)
3837

3938
## Cordova Android Developer Tools
4039

@@ -61,6 +60,4 @@ These commands live in a generated Cordova Android project. Any interactions wit
6160

6261
## Running the Native Tests
6362

64-
The `test/` directory in this project contains an Android test project that can
65-
be used to run different kinds of native tests. Check out the
66-
[README contained therein](test/README.md) for more details!
63+
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!

RELEASENOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# under the License.
1919
#
2020
-->
21-
## Release Notes for Cordova (Android) ##
21+
## Release Notes for Cordova (Android)
2222

2323
### 8.1.0 (Sep 11, 2019)
2424

0 commit comments

Comments
 (0)