From d219e7afebb5f14a38d48aaa86b98347bc0b210b Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 27 Sep 2008 21:01:24 +0000 Subject: [PATCH] - Added some licensing --- src/webui/css/mootabs1.2.css | 27 +++++++++++++++++++++++++++ src/webui/scripts/mootabs1.2.js | 28 ++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/src/webui/css/mootabs1.2.css b/src/webui/css/mootabs1.2.css index 51bf719c3..029e1cff9 100644 --- a/src/webui/css/mootabs1.2.css +++ b/src/webui/css/mootabs1.2.css @@ -1,3 +1,30 @@ +/* + * MIT License + * Copyright (c) 2008 Christophe Dumez + * + * 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. + */ + +/* + * Original code from http://www.silverscripting.com/mootabs/ + * Edited by Christophe Dumez + */ .toolbarTabs { padding: 0 5px 2px 2px; diff --git a/src/webui/scripts/mootabs1.2.js b/src/webui/scripts/mootabs1.2.js index 0ee832f76..a294db895 100644 --- a/src/webui/scripts/mootabs1.2.js +++ b/src/webui/scripts/mootabs1.2.js @@ -1,3 +1,31 @@ +/* + * MIT License + * Copyright (c) 2008 Christophe Dumez + * + * 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. + */ + +/* + * Original code from http://www.silverscripting.com/mootabs/ + * Ported to Mootools 1.2 by Christophe Dumez + */ + var mootabs = new Class({ Implements: [Options],