]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/LICENSE
Update to bmake-20200704
[FreeBSD/FreeBSD.git] / contrib / bmake / LICENSE
1 The individual files in this distribution are copyright their
2 original contributors or assignees.
3 Including:
4
5     Copyright (c) 1993-2020, Simon J Gerraty
6     Copyright (c) 2009-2016, Juniper Networks, Inc.
7     Copyright (c) 2009, John Birrell.
8     Copyright (c) 1997-2020 The NetBSD Foundation, Inc.
9     Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
10     Copyright (c) 1989 by Berkeley Softworks
11     Copyright (c) 1988, 1989, 1990, 1992, 1993
12         The Regents of the University of California.
13     Copyright (c) 1988, 1989 by Adam de Boor
14
15 With the exception of the GNU configure script, which states:
16
17     # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
18     #
19     # This configure script is free software; the Free Software Foundation
20     # gives unlimited permission to copy, distribute and modify it.
21
22 The license for this distribution is considered to be:
23
24     SPDX-License-Identifier: BSD-3-Clause
25
26 example (from https://opensource.org/licenses/BSD-3-Clause):
27
28     Copyright <YEAR> <COPYRIGHT HOLDER>
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
34     1. Redistributions of source code must retain the above copyright
35     notice, this list of conditions and the following disclaimer.
36
37     2. Redistributions in binary form must reproduce the above
38     copyright notice, this list of conditions and the following
39     disclaimer in the documentation and/or other materials provided
40     with the distribution.
41
42     3. Neither the name of the copyright holder nor the names of its
43     contributors may be used to endorse or promote products derived
44     from this software without specific prior written permission.
45
46     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
47     CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
48     INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
49     MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
50     DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
51     BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
52     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
53     TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
54     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
55     ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
56     TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
57     THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
58     SUCH DAMAGE.
59