Skip to content

Commit

Permalink
Change license from GPL3 to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
summerstyle committed Apr 5, 2016
1 parent 59d0e91 commit d8f10d7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 688 deletions.
674 changes: 0 additions & 674 deletions GPL3.txt

This file was deleted.

9 changes: 9 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The MIT License (MIT)

Copyright © 2016 Vera Lobacheva (http://iamvera.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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Summer html image map creator
=============================
[http://github.com/summerstyle/summer] (http://github.com/summerstyle/summer)

Released under the GPL3 (GPL3.txt)
Released under the MIT license

Main
----------------
Expand Down
8 changes: 3 additions & 5 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
Summer html image map creator
http://github.com/summerstyle/summer
Copyright 2013 Vera Lobacheva (summerstyle.ru)
Released under the GPL3 (GPL3.txt)
Thu May 15 2013 15:15:27 GMT+0400
Copyright 2016 Vera Lobacheva (http://iamvera.com)
Released under the MIT license
-->
</head>
<body>
Expand Down Expand Up @@ -151,7 +149,7 @@ <h2>Editing mode</h2>
<footer>
<a href="http://github.com/summerstyle/summer">Summer html image map creator 0.5</a><br />
&copy; 2014 Vera Lobatcheva<br />
GPL3 License
MIT License
</footer>
</div>

Expand Down
6 changes: 2 additions & 4 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
* Summer html image map creator
* http://github.com/summerstyle/summer
*
* Copyright 2013 Vera Lobacheva (summerstyle.ru)
* Released under the GPL3 (GPL3.txt)
*
* Thu May 15 2013 15:15:27 GMT+0400
* Copyright 2016 Vera Lobacheva (http://iamvera.com)
* Released under the MIT license
*/

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, dl, dd, dt, form, label, input, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
Expand Down
6 changes: 2 additions & 4 deletions scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
* Summer html image map creator
* http://github.com/summerstyle/summer
*
* Copyright 2013 Vera Lobacheva (summerstyle.ru)
* Released under the GPL3 (GPL3.txt)
*
* Thu May 15 2013 15:15:27 GMT+0400
* Copyright 2016 Vera Lobacheva (http://iamvera.com)
* Released under the MIT license
*/

"use strict";
Expand Down

0 comments on commit d8f10d7

Please sign in to comment.