1*c0455f33SToomas Soomecd9660_eltorito.h:
2*c0455f33SToomas Soomecd9660_conversion.c:
3*c0455f33SToomas Soome/*
4*c0455f33SToomas Soome * SPDX-License-Identifier: BSD-2-Clause-NetBSD
5*c0455f33SToomas Soome *
6*c0455f33SToomas Soome * Copyright (c) 2005 Daniel Watt, Walter Deignan, Ryan Gabrys, Alan
7*c0455f33SToomas Soome * Perez-Rathke and Ram Vedam.  All rights reserved.
8*c0455f33SToomas Soome *
9*c0455f33SToomas Soome * This code was written by Daniel Watt, Walter Deignan, Ryan Gabrys,
10*c0455f33SToomas Soome * Alan Perez-Rathke and Ram Vedam.
11*c0455f33SToomas Soome *
12*c0455f33SToomas Soome * Redistribution and use in source and binary forms, with or
13*c0455f33SToomas Soome * without modification, are permitted provided that the following
14*c0455f33SToomas Soome * conditions are met:
15*c0455f33SToomas Soome * 1. Redistributions of source code must retain the above copyright
16*c0455f33SToomas Soome *    notice, this list of conditions and the following disclaimer.
17*c0455f33SToomas Soome * 2. Redistributions in binary form must reproduce the above
18*c0455f33SToomas Soome *    copyright notice, this list of conditions and the following
19*c0455f33SToomas Soome *    disclaimer in the documentation and/or other materials provided
20*c0455f33SToomas Soome *    with the distribution.
21*c0455f33SToomas Soome *
22*c0455f33SToomas Soome * THIS SOFTWARE IS PROVIDED BY DANIEL WATT, WALTER DEIGNAN, RYAN
23*c0455f33SToomas Soome * GABRYS, ALAN PEREZ-RATHKE AND RAM VEDAM ``AS IS'' AND ANY EXPRESS OR
24*c0455f33SToomas Soome * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25*c0455f33SToomas Soome * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26*c0455f33SToomas Soome * DISCLAIMED.  IN NO EVENT SHALL DANIEL WATT, WALTER DEIGNAN, RYAN
27*c0455f33SToomas Soome * GABRYS, ALAN PEREZ-RATHKE AND RAM VEDAM BE LIABLE FOR ANY DIRECT, INDIRECT,
28*c0455f33SToomas Soome * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
29*c0455f33SToomas Soome * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
30*c0455f33SToomas Soome * USE,DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
31*c0455f33SToomas Soome * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
32*c0455f33SToomas Soome * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33*c0455f33SToomas Soome * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
34*c0455f33SToomas Soome * OF SUCH DAMAGE.
35*c0455f33SToomas Soome */
36*c0455f33SToomas Soome
37*c0455f33SToomas Soomeetdump.h:
38*c0455f33SToomas Soomeetdump.c:
39*c0455f33SToomas Soomeetdump.1:
40*c0455f33SToomas Soomeoutput_shell.c:
41*c0455f33SToomas Soomeoutput_text.c:
42*c0455f33SToomas Soome/*
43*c0455f33SToomas Soome * Copyright (c) 2018 iXsystems, Inc.
44*c0455f33SToomas Soome * All rights reserved.
45*c0455f33SToomas Soome *
46*c0455f33SToomas Soome * Redistribution and use in source and binary forms, with or without
47*c0455f33SToomas Soome * modification, are permitted provided that the following conditions
48*c0455f33SToomas Soome * are met:
49*c0455f33SToomas Soome * 1. Redistributions of source code must retain the above copyright
50*c0455f33SToomas Soome *    notice, this list of conditions and the following disclaimer.
51*c0455f33SToomas Soome * 2. Redistributions in binary form must reproduce the above copyright
52*c0455f33SToomas Soome *    notice, this list of conditions and the following disclaimer in the
53*c0455f33SToomas Soome *    documentation and/or other materials provided with the distribution.
54*c0455f33SToomas Soome *
55*c0455f33SToomas Soome * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
56*c0455f33SToomas Soome * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
57*c0455f33SToomas Soome * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
58*c0455f33SToomas Soome * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
59*c0455f33SToomas Soome * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
60*c0455f33SToomas Soome * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
61*c0455f33SToomas Soome * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
62*c0455f33SToomas Soome * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
63*c0455f33SToomas Soome * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
64*c0455f33SToomas Soome * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
65*c0455f33SToomas Soome * SUCH DAMAGE.
66*c0455f33SToomas Soome */
67