diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000..869f81f5b6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2012 Ducksboard + +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. diff --git a/package.json b/package.json index a361d54ca3..d6ce85e3c9 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,7 @@ "licenses": [ { "type": "MIT", - "url": "https://github.com/ducksboard/gridster.js/blob/master/LICENSE-MIT" - }, - { - "type": "GPL", - "url": "https://github.com/ducksboard/gridster.js/blob/master/LICENSE-GPL" + "url": "https://github.com/ducksboard/gridster.js/blob/master/LICENSE" } ], "dependencies": { diff --git a/src/jquery.collision.js b/src/jquery.collision.js index e1b7ae6449..5d37c614f8 100644 --- a/src/jquery.collision.js +++ b/src/jquery.collision.js @@ -3,7 +3,7 @@ * https://github.com/ducksboard/gridster.js * * Copyright (c) 2012 ducksboard - * Licensed under the MIT, GPL licenses. + * Licensed under the MIT licenses. */ ;(function($, window, document, undefined){ diff --git a/src/jquery.coords.js b/src/jquery.coords.js index 16edf47ec7..e3bd5e65d1 100644 --- a/src/jquery.coords.js +++ b/src/jquery.coords.js @@ -3,7 +3,7 @@ * https://github.com/ducksboard/gridster.js * * Copyright (c) 2012 ducksboard - * Licensed under the MIT, GPL licenses. + * Licensed under the MIT licenses. */ ;(function($, window, document, undefined){ diff --git a/src/jquery.draggable.js b/src/jquery.draggable.js index 6b65d3c990..3a3d49eb61 100644 --- a/src/jquery.draggable.js +++ b/src/jquery.draggable.js @@ -3,7 +3,7 @@ * https://github.com/ducksboard/gridster.js * * Copyright (c) 2012 ducksboard - * Licensed under the MIT, GPL licenses. + * Licensed under the MIT licenses. */ ;(function($, window, document, undefined){ diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index bf6d789737..983b263523 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -3,7 +3,7 @@ * https://github.com/ducksboard/gridster.js * * Copyright (c) 2012 ducksboard - * Licensed under the MIT, GPL licenses. + * Licensed under the MIT licenses. */ ;(function($, window, document, undefined) {