You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/14 02:03:07 UTC

[GitHub] erisu opened a new pull request #60: Updated License with a Valid SPDX License

erisu opened a new pull request #60: Updated License with a Valid SPDX License
URL: https://github.com/apache/cordova-osx/pull/60
 
 
   ### Platforms affected
   none
   
   ### What does this PR do?
   Fixes the NPM's invalid license warning message. The `package.json` contains an invalid SPDX license expression.
   
   **Warning Message**
   ```
   npm WARN cordova-osx@4.1.0-dev license should be a valid SPDX license expression
   ```
   **Changes**
   `"license": "Apache Version 2.0",` becomes `"license": "Apache-2.0",`
   
   ### What testing has been done on this change?
   - `npm i`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org