keokilee / react-typescript-boilerplate

Boilerplate project for setting up Typescript and React with Babel and Webpack.
ISC License
114 stars 23 forks source link

Project is not open source without a license file #12

Closed karan closed 8 years ago

karan commented 8 years ago

This repo is missing a license. Without a license, all code is copyright the author and may not be used by anyone else.

Please use something like http://choosealicense.com/ to decide what license to use. I recommend MIT or GPL.

keokilee commented 8 years ago

Thanks for reporting the issue. I had ISC selected in package.json, so I added the ISC license to the project.