Consider simplifiying licenses for smaller text file sizes
Open
help wanted
- Dominant language
- Java
- Stars
- 266
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
We may be able to reduce the size of these files using the SPDX scheme here: https://spdx.org/licenses/
For example, https://spdx.org/licenses/Apache-2.0.html may allow the JavaScript files to simply use
this form, saving download space and time.
/** @license
* Copyright 20xx Company, In.
* SPDX-License-Identifier: Apache-2.0
*/
Contributor guide
Assessment
This issue has not been assessed yet.