alexwhitman / node-pushbullet-api

PushBullet API module for Node.js
165 stars 36 forks source link

Add LICENSE file #7

Closed EvanHahn closed 10 years ago

alexwhitman commented 10 years ago

This should probably be the 2-clause variant as the default of BSD set by npm init was switched to BSD-2-Clause in https://github.com/npm/init-package-json/commit/07c408f30ae67653ea2459eac5124d7c57336181 - It's since changed to the ISC but that's not applicable in this case. If you update the license file and package.json I'll merge.

EvanHahn commented 10 years ago

Should I do that on a new PR?

alexwhitman commented 10 years ago

New one or this one, doesn't really matter. If you do it in this one though, force push over the top to keep things tidy. It only needs one commit.