xref: /minix3/sys/lib/libsa/cd9660.h (revision 58a2b0008e28f606a7f7f5faaeaba4faac57a1ea)
1*58a2b000SEvgeniy Ivanov /*	$NetBSD: cd9660.h,v 1.3 2005/12/11 12:24:46 christos Exp $	*/
2*58a2b000SEvgeniy Ivanov 
3*58a2b000SEvgeniy Ivanov /*
4*58a2b000SEvgeniy Ivanov  * Copyright (C) 1996 Wolfgang Solfrank.
5*58a2b000SEvgeniy Ivanov  * Copyright (C) 1996 TooLs GmbH.
6*58a2b000SEvgeniy Ivanov  * All rights reserved.
7*58a2b000SEvgeniy Ivanov  *
8*58a2b000SEvgeniy Ivanov  * Redistribution and use in source and binary forms, with or without
9*58a2b000SEvgeniy Ivanov  * modification, are permitted provided that the following conditions
10*58a2b000SEvgeniy Ivanov  * are met:
11*58a2b000SEvgeniy Ivanov  * 1. Redistributions of source code must retain the above copyright
12*58a2b000SEvgeniy Ivanov  *    notice, this list of conditions and the following disclaimer.
13*58a2b000SEvgeniy Ivanov  * 2. Redistributions in binary form must reproduce the above copyright
14*58a2b000SEvgeniy Ivanov  *    notice, this list of conditions and the following disclaimer in the
15*58a2b000SEvgeniy Ivanov  *    documentation and/or other materials provided with the distribution.
16*58a2b000SEvgeniy Ivanov  * 3. All advertising materials mentioning features or use of this software
17*58a2b000SEvgeniy Ivanov  *    must display the following acknowledgement:
18*58a2b000SEvgeniy Ivanov  *	This product includes software developed by TooLs GmbH.
19*58a2b000SEvgeniy Ivanov  * 4. The name of TooLs GmbH may not be used to endorse or promote products
20*58a2b000SEvgeniy Ivanov  *    derived from this software without specific prior written permission.
21*58a2b000SEvgeniy Ivanov  *
22*58a2b000SEvgeniy Ivanov  * THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR
23*58a2b000SEvgeniy Ivanov  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24*58a2b000SEvgeniy Ivanov  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25*58a2b000SEvgeniy Ivanov  * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26*58a2b000SEvgeniy Ivanov  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27*58a2b000SEvgeniy Ivanov  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
28*58a2b000SEvgeniy Ivanov  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
29*58a2b000SEvgeniy Ivanov  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
30*58a2b000SEvgeniy Ivanov  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
31*58a2b000SEvgeniy Ivanov  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32*58a2b000SEvgeniy Ivanov  */
33*58a2b000SEvgeniy Ivanov 
34*58a2b000SEvgeniy Ivanov FS_DEF(cd9660);
35