source: box/boxbackup-web/license.html @ 2853

Revision 2853, 2.8 KB checked in by jamesog, 16 months ago (diff)

Welcome to 2011. (Somewhat belatedly.)

Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
6<title>Box Backup license</title>
7<link rel="stylesheet" href="bbstyles.css" type="text/css" />
8</head>
9<body>
10<div align="center">
11<div id="header">
12<div id="logo">
13<img src="images/bblogo.png" alt="logo" height="65" width="331" border="0" vspace="5" align="middle" /> <img src="images/stepahead.png" alt="a step ahead in data security" width="182" height="11" hspace="10" vspace="20" border="0" align="middle" /></div>
14</div>
15<div id="page">
16
17<h1>Box Backup license</h1>
18
19<p>This software is licensed to you under the following terms.</p>
20
21<h2>License</h2>
22
23<pre> 
24Copyright (c) 2003-2011
25     Ben Summers.  All rights reserved.
26 
27Redistribution and use in source and binary forms, with or without
28modification, are permitted provided that the following conditions
29are met:
301. Redistributions of source code must retain the above copyright
31   notice, this list of conditions and the following disclaimer.
322. 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.
353. All use of this software and associated advertising materials must
36   display the following acknowledgement:
37       This product includes software developed by Ben Summers.
384. The names of the Authors may not be used to endorse or promote
39   products derived from this software without specific prior written
40   permission.
41
42[Where legally impermissible the Authors do not disclaim liability for
43direct physical injury or death caused solely by defects in the software
44unless it is modified by a third party.]
45
46THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
47IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
48WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
49DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT,
50INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
51(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
52SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
53HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
54STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
55ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
56POSSIBILITY OF SUCH DAMAGE.
57</pre>
58
59<h2>Commentary</h2>
60
61<p>This license is based on a standard BSD license. Some minor changes
62in wording have been made to fit in with English law.</p>
63
64<p>&nbsp;</p>
65<p>&copy; Ben Summers and contributors, 2003-2011</p>
66<p>&nbsp;</p>
67</div>
68</div>
69</body>
70</html>
Note: See TracBrowser for help on using the repository browser.