Commit | Line | Data |
---|---|---|
e673ee24 | 1 | RackTables - datacenter and server room management framework |
3e1c9c67 DO |
2 | Copyright (c) 2008-2009 Denis Ovsienko, Aaron Dummer and contributors |
3 | Copyright (c) 2006-2007 Denis Ovsienko, Denis Yeldandi and contributors | |
98d46fab DO |
4 | All trademarks and brand names are the rightful properties of their |
5 | respective owners and are used in this software for the sole purpose | |
6 | of description or identification. | |
c20f88d2 | 7 | |
e673ee24 DO |
8 | This program is free software; you can redistribute it and/or modify |
9 | it under the terms of the GNU General Public License as published by | |
c20f88d2 | 10 | the Free Software Foundation; version 2 of the License. |
e673ee24 DO |
11 | |
12 | This program is distributed in the hope that it will be useful, | |
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 | GNU General Public License for more details. | |
16 | ||
17 | You should have received a copy of the GNU General Public License along | |
18 | with this program; if not, write to the Free Software Foundation, Inc., | |
19 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
356d2b0e | 20 | |
5f26cb85 | 21 | ----------------------8<----------------------8<---------------------- |
356d2b0e DO |
22 | |
23 | RackTables includes "Live Validator", which is licensed under | |
24 | the BSD license: | |
25 | ||
26 | Copyright (c) Binny V A | |
27 | All rights reserved. | |
28 | ||
29 | Redistribution and use in source and binary forms, with or without | |
30 | modification, are permitted provided that the following conditions | |
31 | are met: | |
32 | 1. Redistributions of source code must retain the above copyright | |
33 | notice, this list of conditions and the following disclaimer. | |
34 | 2. Redistributions in binary form must reproduce the above copyright | |
35 | notice, this list of conditions and the following disclaimer in the | |
36 | documentation and/or other materials provided with the distribution. | |
37 | 3. Neither the name of Binny V A nor the names of its contributors | |
38 | may be used to endorse or promote products derived from this software | |
39 | without specific prior written permission. | |
40 | ||
41 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
42 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
43 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | |
44 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR | |
45 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | |
46 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
47 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | |
48 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | |
49 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | |
50 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | |
51 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
7e48744c | 52 | |
9803c56c DO |
53 | ----------------------8<----------------------8<---------------------- |
54 | ||
3e1c9c67 | 55 | RackTables ships with portions of "Tango base icon theme", which is licensed |
9803c56c DO |
56 | under Creative Commons Attribution Share-Alike license and has been |
57 | produced by Tango Desktop Project. | |
5bbbeaa2 DO |
58 | |
59 | ----------------------8<----------------------8<---------------------- | |
60 | ||
61 | Dragon ASCII art (c) Daniel C. Au | |
54592771 DO |
62 | |
63 | ----------------------8<----------------------8<---------------------- | |
64 | ||
65 | RackTables includes portions of the CodePress Online Real Time Syntax | |
66 | Highlighting Editor (http://codepress.org), which is copyright (C) 2006 | |
67 | Fernando M.A.d.S. <fermads@gmail.com> and is distributed under GNU LGPL license. | |
09620506 DO |
68 | |
69 | ----------------------8<----------------------8<---------------------- | |
70 | ||
71 | RackTables includes a modified dragon image, which is available free for personal | |
72 | and business use from medievalresources.com | |
f90059a6 DO |
73 | |
74 | ----------------------8<----------------------8<---------------------- | |
75 | ||
76 | RackTables uses script.aculo.us JavaScript library, which is copyright | |
77 | (c) 2005-2007 Thomas Fuchs and is licensed under MIT license: | |
78 | ||
79 | Permission is hereby granted, free of charge, to any person obtaining | |
80 | a copy of this software and associated documentation files (the | |
81 | "Software"), to deal in the Software without restriction, including | |
82 | without limitation the rights to use, copy, modify, merge, publish, | |
83 | distribute, sublicense, and/or sell copies of the Software, and to | |
84 | permit persons to whom the Software is furnished to do so, subject to | |
85 | the following conditions: | |
86 | ||
87 | The above copyright notice and this permission notice shall be | |
88 | included in all copies or substantial portions of the Software. | |
89 | ||
90 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
91 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
92 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
93 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |
94 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |
95 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
96 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
3e1c9c67 | 97 |