facebook / watchman

Watches files and records, or triggers actions, when they change.
https://facebook.github.io/watchman/
MIT License
12.42k stars 989 forks source link

fb-watchman license listed as Apache-2.0 on NPM #1172

Closed personalizedrefrigerator closed 8 months ago

personalizedrefrigerator commented 8 months ago

Summary

The package.json file in the node directory may need to be updated to reflect the switch to the MIT license:

https://github.com/facebook/watchman/blob/28b3a655a2de1b7940ca67440e7489604d199fbb/watchman/node/package.json#L24

Notes

MichaelCuevas commented 8 months ago

Thanks for pointing this out! This file must have been forgotten in the initial transition.

I've gone through our repo and fixed up the remaining mentions of Apache-2.0 that shouldn't be there. The changes are landing internally and will be synced to GitHub soon.