/license-header

Simple way to tag ruby source code with a specific license

Primary LanguageRubyOtherNOASSERTION

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 directory

Dry run with -d

license-header -l LICENSE.txt -t directory -d

Contributing

  1. Fork it ( https://github.com/ph/license-header/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request