1 unifdef copyright licence
2 -------------------------
4 All files in this package are distributed under the two-clause BSD
5 copyright licence, except for the manual page unifdef.1 and the
6 portability support code in the FreeBSD subdirectory, which all have
7 a three-clause BSD copyright licence.
9 Unifdef was derived from software contributed to Berkeley by Dave
10 Yost. It was rewritten to support ANSI C by Tony Finch. The original
11 version of unifdef.c carried the four-clause BSD copyright licence.
12 None of its code remains in this version (though some of the names
13 remain) so it now carries the more liberal two-clause licence.
15 Unless otherwise stated, the files in this package are:
17 Copyright (c) 2002 - 2020 Tony Finch <dot@dotat.at>
21 Copyright (c) 2002 - 2013 Tony Finch <dot@dotat.at>
22 Copyright (c) 2009 - 2010 Jonathan Nieder <jrnieder@gmail.com>
24 Some files in the tests directory are:
26 Copyright 2004, 2008 Bob Proulx <bob@proulx.com>
28 The two-clause BSD copyright licence applying to all the above files is:
30 Redistribution and use in source and binary forms, with or without
31 modification, are permitted provided that the following conditions
33 1. Redistributions of source code must retain the above copyright
34 notice, this list of conditions and the following disclaimer.
35 2. Redistributions in binary form must reproduce the above copyright
36 notice, this list of conditions and the following disclaimer in the
37 documentation and/or other materials provided with the distribution.
39 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
40 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
43 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
44 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
45 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
46 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
47 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51 The three-clause BSD copyright licence for the manual page unifdef.1
52 and the portability support code from FreeBSD is below. The fourth
53 advertising clause that used to appear between clauses 2 and 3 was
54 rescinded by the University of California Berkeley in 1999.
55 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
57 Copyright (c) 1985 - 1994
58 The Regents of the University of California. All rights reserved.
59 Copyright (c) 2002 - 2012 Tony Finch <dot@dotat.at>. All rights reserved.
61 Redistribution and use in source and binary forms, with or without
62 modification, are permitted provided that the following conditions
64 1. Redistributions of source code must retain the above copyright
65 notice, this list of conditions and the following disclaimer.
66 2. Redistributions in binary form must reproduce the above copyright
67 notice, this list of conditions and the following disclaimer in the
68 documentation and/or other materials provided with the distribution.
69 3. Neither the name of the University nor the names of its contributors
70 may be used to endorse or promote products derived from this software
71 without specific prior written permission.
73 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
74 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
75 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
76 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
77 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
78 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
79 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
80 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
81 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
82 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF