Commit | Line | Data |
---|---|---|
e673ee24 DO |
1 | RackTables - datacenter and server room management framework |
2 | ||
c20f88d2 | 3 | Copyright (c) 2006-2008 Denis Ovsienko & Denis Yeldandi |
c20f88d2 | 4 | |
e673ee24 DO |
5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | |
c20f88d2 | 7 | the Free Software Foundation; version 2 of the License. |
e673ee24 DO |
8 | |
9 | This program is distributed in the hope that it will be useful, | |
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 | GNU General Public License for more details. | |
13 | ||
14 | You should have received a copy of the GNU General Public License along | |
15 | with this program; if not, write to the Free Software Foundation, Inc., | |
16 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
356d2b0e DO |
17 | |
18 | ||
19 | ||
20 | ||
21 | RackTables includes "Live Validator", which is licensed under | |
22 | the BSD license: | |
23 | ||
24 | Copyright (c) Binny V A | |
25 | All rights reserved. | |
26 | ||
27 | Redistribution and use in source and binary forms, with or without | |
28 | modification, are permitted provided that the following conditions | |
29 | are met: | |
30 | 1. Redistributions of source code must retain the above copyright | |
31 | notice, this list of conditions and the following disclaimer. | |
32 | 2. Redistributions in binary form must reproduce the above copyright | |
33 | notice, this list of conditions and the following disclaimer in the | |
34 | documentation and/or other materials provided with the distribution. | |
35 | 3. Neither the name of Binny V A nor the names of its contributors | |
36 | may be used to endorse or promote products derived from this software | |
37 | without specific prior written permission. | |
38 | ||
39 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
40 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
41 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | |
42 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR | |
43 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | |
44 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
45 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | |
46 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | |
47 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | |
48 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | |
49 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |