Add externs to avoid multiple definitions, and then add missing definitions.
[rrq/maintain_lilo.git] / COPYING
1 LInux LOader (LILO) program code, documentation, and auxiliary programs:
2
3 Copyright 1992-1998 Werner Almesberger
4 Copyright 1999-2007 John Coffman
5 Copyright 2009-2013 Joachim Wiedorn
6 All rights reserved.
7
8
9 License
10 -------
11 Redistribution and use in source and binary forms, with or without 
12 modification, are permitted provided that the following conditions are 
13 met:
14
15  * Redistributions of source code must retain the above copyright notice, 
16    this list of conditions and the following disclaimer.
17
18  * Redistributions in binary form must reproduce the above copyright 
19    notice, this list of conditions and the following disclaimer in the 
20    documentation and/or other materials provided with the distribution.
21
22  * Neither the names of the authors nor the names of other contributors 
23    may be used to endorse or promote products derived from this software 
24    without specific prior written permission. 
25
26
27 Disclaimer
28 ----------
29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
30 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
31 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
32 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 
33 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
34 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
35 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
36 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
37 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
38 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
39 POSSIBILITY OF SUCH DAMAGE.
40
41
42 (Note: The above license is based on the BSD License at:
43        http://www.opensource.org/licenses/bsd-license.html)