Skip to content

Commit 1d96f49

Browse files
committed
Merge branch 'master' of github.com:HPNeo/gmaps
2 parents 5ce5443 + d97a5ee commit 1d96f49

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
@@ -133,4 +133,26 @@ Changelog
133133

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