Skip to content

Commit caf8834

Browse files
committed
Updates with improved License
1 parent 048a36e commit caf8834

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,26 @@ Changelog
129129

130130
License
131131
---------
132-
MIT License. Copyright 2012 Gustavo Leon. http://github.com/hpneo
132+
MIT License. Copyright 2012 Gustavo Leon. http://github.com/hpneo
133+
134+
Permission is hereby granted, free of charge, to any
135+
person obtaining a copy of this software and associated
136+
documentation files (the "Software"), to deal in the
137+
Software without restriction, including without limitation
138+
the rights to use, copy, modify, merge, publish,
139+
distribute, sublicense, and/or sell copies of the
140+
Software, and to permit persons to whom the Software is
141+
furnished to do so, subject to the following conditions:
142+
143+
The above copyright notice and this permission notice
144+
shall be included in all copies or substantial portions of
145+
the Software.
146+
147+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
148+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
149+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
150+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
151+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
152+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
153+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
154+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

gmaps.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*!
2+
* GMaps.js
3+
* http://hpneo.github.com/gmaps/
4+
*
5+
* Copyright 2012, Gustavo Leon
6+
* Released under the MIT License.
7+
*/
8+
19
var GMaps = (function($) {
210
"use strict";
311

0 commit comments

Comments
 (0)