Skip to content

Commit

Permalink
Merge pull request iamfmjk#42 from kytrinyx/fix-readme-reference
Browse files Browse the repository at this point in the history
Fix readme reference
  • Loading branch information
trobrock committed Jul 16, 2012
2 parents 2d45c7c + 969ce19 commit 4fd63c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
9 changes: 9 additions & 0 deletions LICENSE
@@ -0,0 +1,9 @@
The MIT License (MIT)

Copyright (c) 2009 - 2012 Patrick Reagan (reaganpr@gmail.com), Katrina Owen (katrina.owen@gmail.com)

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.
29 changes: 4 additions & 25 deletions README.md
Expand Up @@ -15,9 +15,9 @@ Installing the latest stable version is simple:

If you want to be on the bleeding edge, install from GitHub:

$ git clone git://github.com/reagent/etsy.git
$ git clone git://github.com/kytrinyx/etsy.git
$ cd etsy
$ rake gem && gem install pkg/etsy-<version>.gem
$ rake install

### Dependencies

Expand Down Expand Up @@ -240,7 +240,7 @@ I ask that you not submit patches that include changes to the version or gemspec
git fork
bundle
rake

# Normal flow
git checkout -b your-feature-or-bug
# Write your tests
Expand Down Expand Up @@ -277,25 +277,4 @@ For those of you with commit access, please check out Scott Chacon's blog post a
## License

Copyright (c) 2009 - 2012 Patrick Reagan (reaganpr@gmail.com)

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.
The Etsy rubygem is released under the MIT license.

0 comments on commit 4fd63c4

Please sign in to comment.