corona-warn-app / cwa-documentation

Project overview, general documentation, and white papers. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
3.28k stars 344 forks source link

Wrong syntax for license in package.json #765

Closed MikeMcC399 closed 2 years ago

MikeMcC399 commented 2 years ago

Problem Description

Executing npm install gives the warning message:

npm WARN docs@1.0.0 license should be a valid SPDX license expression

Suggested change

Correct the format of "license": "Apache 2.0"

and change to

"license": "Apache-2.0"

The allowable values are listed on https://spdx.org/licenses/.