Skip to content

Commit

Permalink
Tweak Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorturk committed Mar 16, 2011
1 parent 7a97f36 commit 30650ca
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -570,30 +570,10 @@ your translations file:
carrierwave_processing_error: 'Cannot resize image.'
carrierwave_integrity_error: 'Not an image.'

== License

Copyright (c) 2008 Jonas Nicklas

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
== Contributing to CarrierWave

== Development
CarrierWave thrives on a large number of {contributors}[https://github.com/jnicklas/carrierwave/contributors],
and pull requests are very welcome. Before submitting a pull request, please make sure that your changes are well tested.

You'll need to install bundler and the gem dependencies:

Expand All @@ -620,4 +600,25 @@ You should now be able to run the remote tests:

Please test with the latest Ruby 1.8.x and 1.9.x versions using RVM if possible.

Issues are reported on GitHub, and pull requests are very welcome!
== License

Copyright (c) 2008 Jonas Nicklas

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 30650ca

Please sign in to comment.