ruby-ore / ore

Mine beautiful RubyGems from Ore
MIT License
241 stars 29 forks source link

Add GPL, LGPL, BSD and MIT templates #30

Closed postmodern closed 9 years ago

postmodern commented 11 years ago

We should allow user's to select the license. The GPL template could have a _license.erb partial that is used by all .rb files. The GPL template will include the COPYING.txt for GPLv3.

r3n4ud commented 10 years ago

It will be nice to provide Apache 2 :thumbsup:

postmodern commented 9 years ago

This is mostly done. I just need to add copyright header includes for the .rb files. I'm working on adding a template for Apache 2.0, just need to add a proper NOTICE file.

postmodern commented 9 years ago

See the apache template.

postmodern commented 9 years ago

And done! :)

postmodern commented 9 years ago

Still need to add the GPL's COPYING.txt to the generated .document file. Or maybe license files should be excluded from yard/rdoc generated documentation all together?