License::Header
Simple way to add license header to your ruby source file.
Caveats
Only work for ruby file and doesnt support updating yet.
license-header -l LICENSE.txt -t director
Dry run with -d
license-header -l LICENSE.txt -t director -d
Contributing
- Fork it ( https://github.com/ph/license-header/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request