xref: /dragonfly/sys/dev/raid/vinum/COPYRIGHT (revision 86d7f5d3)
1*86d7f5d3SJohn Marino/*-
2*86d7f5d3SJohn Marino * Copyright (c) 1997, 1998
3*86d7f5d3SJohn Marino *	Nan Yang Computer Services Limited.  All rights reserved.
4*86d7f5d3SJohn Marino *
5*86d7f5d3SJohn Marino *  This software is distributed under the so-called ``Berkeley
6*86d7f5d3SJohn Marino *  License'':
7*86d7f5d3SJohn Marino *
8*86d7f5d3SJohn Marino * Redistribution and use in source and binary forms, with or without
9*86d7f5d3SJohn Marino * modification, are permitted provided that the following conditions
10*86d7f5d3SJohn Marino * are met:
11*86d7f5d3SJohn Marino * 1. Redistributions of source code must retain the above copyright
12*86d7f5d3SJohn Marino *    notice, this list of conditions and the following disclaimer.
13*86d7f5d3SJohn Marino * 2. Redistributions in binary form must reproduce the above copyright
14*86d7f5d3SJohn Marino *    notice, this list of conditions and the following disclaimer in the
15*86d7f5d3SJohn Marino *    documentation and/or other materials provided with the distribution.
16*86d7f5d3SJohn Marino * 3. All advertising materials mentioning features or use of this software
17*86d7f5d3SJohn Marino *    must display the following acknowledgement:
18*86d7f5d3SJohn Marino *	This product includes software developed by Nan Yang Computer
19*86d7f5d3SJohn Marino *      Services Limited.
20*86d7f5d3SJohn Marino * 4. Neither the name of the Company nor the names of its contributors
21*86d7f5d3SJohn Marino *    may be used to endorse or promote products derived from this software
22*86d7f5d3SJohn Marino *    without specific prior written permission.
23*86d7f5d3SJohn Marino *
24*86d7f5d3SJohn Marino * This software is provided ``as is'', and any express or implied
25*86d7f5d3SJohn Marino * warranties, including, but not limited to, the implied warranties of
26*86d7f5d3SJohn Marino * merchantability and fitness for a particular purpose are disclaimed.
27*86d7f5d3SJohn Marino * In no event shall the company or contributors be liable for any
28*86d7f5d3SJohn Marino * direct, indirect, incidental, special, exemplary, or consequential
29*86d7f5d3SJohn Marino * damages (including, but not limited to, procurement of substitute
30*86d7f5d3SJohn Marino * goods or services; loss of use, data, or profits; or business
31*86d7f5d3SJohn Marino * interruption) however caused and on any theory of liability, whether
32*86d7f5d3SJohn Marino * in contract, strict liability, or tort (including negligence or
33*86d7f5d3SJohn Marino * otherwise) arising in any way out of the use of this software, even if
34*86d7f5d3SJohn Marino * advised of the possibility of such damage.
35*86d7f5d3SJohn Marino *
36*86d7f5d3SJohn Marino * $FreeBSD: src/sys/dev/vinum/COPYRIGHT,v 1.4 1999/08/28 00:42:36 peter Exp $
37*86d7f5d3SJohn Marino * $DragonFly: src/sys/dev/raid/vinum/COPYRIGHT,v 1.2 2003/06/17 04:28:32 dillon Exp $
38*86d7f5d3SJohn Marino */
39