pwmckenna / node-travis-encrypt

node module to encrypt environment variables for travis-ci
npmjs.org/package/travis-encrypt
46 stars 12 forks source link

Update license to BSD-3-Clause #13

Closed rstacruz closed 9 years ago

rstacruz commented 9 years ago

the old license, BSD, gives this warning:

npm WARN package.json travis-encrypt@1.1.1 license should be a valid SPDX license expression

This is because there are 9 different BSD licenses. I've changed it to BSD-3-Clause, which i'm going to guess is what you want.

rexxars commented 9 years ago

Thanks