buildjs / rigger

Javascript file parser and include engine
http://buildjs.github.io/rigger
60 stars 15 forks source link

What license is Rigger released under? #23

Closed merrihew closed 10 years ago

merrihew commented 10 years ago

Was Rigger deliberately released without choosing a license? We think it's a great piece of software and would like to work on some enhancements, but the lack of an open source license poses a problem.

Generally speaking, the absence of a license means that the default copyright laws apply. This means that you retain all rights to your source code and that nobody else may reproduce, distribute, or create derivative works from your work. GitHub FAQ

Just wanted some clarity, thanks Damon!

DamonOehlman commented 10 years ago

No it wasn't - and sorry for taking so long to reply. It seems that every now and again a BuildJS issue never ends up sending me an email and I don't monitor the organisation issues regularly enough :(

I'll update the package.json file to specify MIT and also ensure the license information is included in the README.

Thanks for pointing this out!

DamonOehlman commented 10 years ago

All done.