copyright_helper

copyright generator

Install

gem install copyright_helper

Usage

CopyrightHelper.create(2011,'blp-cover-arts.heroku.com')
# => "Copyright © 2011-2012 blp-cover-arts.heroku.com All Rights Reserved."

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request