microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.25k stars 126 forks source link

chore: update package.json and bower.json with valid SPDX identifiers #25

Closed timbru31 closed 7 years ago

timbru31 commented 7 years ago

This PR adds the valid SPDX identifier for the Apache 2.0 license to both the bower.json and package.json license field.

You can read more about SPDX here, in case this is unknown: https://spdx.org/about

The npm docs state that the license should be an SPDX identifier in the license (singular!) field: https://docs.npmjs.com/files/package.json#license

Same for bower: https://github.com/bower/spec/blob/master/json.md#license

mhegazy commented 7 years ago

thanks!