Skip to content

Commit

Permalink
Put License in proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
alsemyonov committed Apr 6, 2017
1 parent 79788b2 commit 9c2ba1c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

© Alex Semyonov, 2011-2017

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.
20 changes: 0 additions & 20 deletions MIT-LICENSE

This file was deleted.

8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ feed = Xommelier::Atom::Feed.new(
{
title: 'Xommelier nest elements',
subtitle: 'Xommelier is able to build complex objects from very nested hash',
author: { name: 'Alexander', email: '[email protected]' },
author: { name: 'Alex', email: '[email protected]' },
updated: Time.utc(2012, 04, 04, 04, 04),
contributors: [
{ name: 'Ivan', email: '[email protected]' },
Expand Down Expand Up @@ -151,7 +151,7 @@ will output
<title>Xommelier nest elements</title>
<subtitle>Xommelier is able to build complex objects from very nested hash</subtitle>
<author>
<name>Alexander</name>
<name>Alex</name>
<email>[email protected]</email>
</author>
<updated>2012-04-04T04:04:00Z</updated>
Expand Down Expand Up @@ -200,8 +200,6 @@ will output
* Art Semyonov, [@artps](https://github.com/artps)
* Sergey Ukustov, [@ukstv](https://github.com/ukstv)

© Alexander Semyonov, 2011-2012. See MIT-LICENSE for details

© Alex Semyonov, 2011-2017. See LICENSE for details

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/alsemyonov/xommelier/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 comments on commit 9c2ba1c

Please sign in to comment.