1unifdef copyright licence 2------------------------- 3 4All files in this package are distributed under the two-clause BSD 5copyright licence, except for the manual page unifdef.1 and the 6portability support code in the FreeBSD subdirectory, which all have 7a three-clause BSD copyright licence. 8 9Unifdef was derived from software contributed to Berkeley by Dave 10Yost. It was rewritten to support ANSI C by Tony Finch. The original 11version of unifdef.c carried the four-clause BSD copyright licence. 12None of its code remains in this version (though some of the names 13remain) so it now carries the more liberal two-clause licence. 14 15Unless otherwise stated, the files in this package are: 16 17 Copyright (c) 2002 - 2020 Tony Finch <dot@dotat.at> 18 19unifdefall.sh is: 20 21 Copyright (c) 2002 - 2013 Tony Finch <dot@dotat.at> 22 Copyright (c) 2009 - 2010 Jonathan Nieder <jrnieder@gmail.com> 23 24Some files in the tests directory are: 25 26 Copyright 2004, 2008 Bob Proulx <bob@proulx.com> 27 28The two-clause BSD copyright licence applying to all the above files is: 29 30 Redistribution and use in source and binary forms, with or without 31 modification, are permitted provided that the following conditions 32 are met: 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. 38 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 49 SUCH DAMAGE. 50 51The three-clause BSD copyright licence for the manual page unifdef.1 52and the portability support code from FreeBSD is below. The fourth 53advertising clause that used to appear between clauses 2 and 3 was 54rescinded by the University of California Berkeley in 1999. 55ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change 56 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. 60 61 Redistribution and use in source and binary forms, with or without 62 modification, are permitted provided that the following conditions 63 are met: 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. 72 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 83 SUCH DAMAGE. 84 85- end - 86