Copied code. BSD license issue. Unpublish npm.
Opened this issue · 3 comments
kelly commented
BSD license specifies that redistribution is only possible with proper source attribution. I'd recommend you fork my repo, and issue a pull request with your changes instead of creating a separate repo and npm. Thanks!
sysrun commented
Hm, ok. So i should publish my changes in you repo and include the module in my own one.
kelly commented
Do the changes in your fork. If you think they should be integrated, issue a pull request. Instead of creating a new npm, you can just refer to your fork
"dependencies": {
"i2c": "https://github.com/sysrun/node-i2c/tarball/master"
}
sysrun commented
I dont want to use coffeescript. How to do pull requests to your repo?