Skip to content

Commit

Permalink
Version bump and add license
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeerhake committed Aug 2, 2013
1 parent f4dcbd1 commit 0680167
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions MIT-LICENSE.txt
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2013 John Deerhake

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
@@ -1,6 +1,6 @@
jQuery simpleModal
================
v0.0.6
v0.0.7

A small (~ 100 LoC) jQuery plugin for creating a basic modal. It is shown and hidden using custom jQuery events `show` and `hide` and it is automatically centered (note the starter CSS for this work correctly).

Expand Down
2 changes: 1 addition & 1 deletion jquery.simplemodal.js
@@ -1,7 +1,7 @@
/*!
* $ Simple Modal plugin
* Author: John Deerhake, @jdeerhake
* Version 0.0.6
* Version 0.0.7
* Licensed under the MIT license
*/

Expand Down
4 changes: 2 additions & 2 deletions simpleModal.jquery.json
@@ -1,6 +1,6 @@
{
"name": "simpleModal",
"version": "0.0.6",
"version": "0.0.7",
"title": "simpleModal lightweight modal plugin",
"description": "Lightweight jQuery plugin for creating modals",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
"url": "https://github.com/jdeerhake/jquery-simple-modal/blob/master/MIT-LICENSE.txt"
}
],
"homepage": "https://github.com/jdeerhake/jquery-simple-modal",
Expand Down

0 comments on commit 0680167

Please sign in to comment.