facebook / watchman

Watches files and records, or triggers actions, when they change.

Home Page:https://facebook.github.io/watchman/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fb-watchman license listed as Apache-2.0 on NPM

personalizedrefrigerator opened this issue · comments

Summary

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

"license": "Apache-2.0",

Notes

  • node/package.json lists fb-watchman's license as Apache-2.0.
  • The LICENSE file at the root of this repository is the MIT license
  • There is no Apache-2.0 LICENSE file in the node directory

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.