xref: /netbsd-src/external/bsd/atf/dist/COPYING (revision a551a20f66d65b75aa4c2dddf3e2e6f08dbfaf61)
1edebbb8eSjmmvRedistribution terms                            Automated Testing Framework
2edebbb8eSjmmv===========================================================================
3e2207522Sjmmv
4e2207522Sjmmv
5e2207522SjmmvLicense
6edebbb8eSjmmv*******
7e2207522Sjmmv
8*a551a20fSjmmvCopyright (c) 2007, 2008, 2009, 2010, 2011, 2012 The NetBSD Foundation, Inc.
9edebbb8eSjmmvAll rights reserved.
10e2207522Sjmmv
11e2207522SjmmvRedistribution and use in source and binary forms, with or without
12edebbb8eSjmmvmodification, are permitted provided that the following conditions are met:
1312aa0b5aSjmmv
1412aa0b5aSjmmv1. Redistributions of source code must retain the above copyright notice,
1512aa0b5aSjmmv   this list of conditions and the following disclaimer.
1612aa0b5aSjmmv
17e2207522Sjmmv2. Redistributions in binary form must reproduce the above copyright
18e2207522Sjmmv   notice, this list of conditions and the following disclaimer in the
19e2207522Sjmmv   documentation and/or other materials provided with the distribution.
20e2207522Sjmmv
2112aa0b5aSjmmvTHIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
22edebbb8eSjmmv``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
23edebbb8eSjmmvTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24edebbb8eSjmmvPURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
25edebbb8eSjmmvBE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26edebbb8eSjmmvCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27edebbb8eSjmmvSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28edebbb8eSjmmvINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29edebbb8eSjmmvCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30edebbb8eSjmmvARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31edebbb8eSjmmvPOSSIBILITY OF SUCH DAMAGE.
32edebbb8eSjmmv
33e2207522Sjmmv
34*a551a20fSjmmvCopyright 2011, 2012 Google Inc.
35*a551a20fSjmmvAll rights reserved.
36*a551a20fSjmmv
37*a551a20fSjmmvRedistribution and use in source and binary forms, with or without
38*a551a20fSjmmvmodification, are permitted provided that the following conditions are met:
39*a551a20fSjmmv
40*a551a20fSjmmv* Redistributions of source code must retain the above copyright
41*a551a20fSjmmv  notice, this list of conditions and the following disclaimer.
42*a551a20fSjmmv
43*a551a20fSjmmv* Redistributions in binary form must reproduce the above copyright
44*a551a20fSjmmv  notice, this list of conditions and the following disclaimer in the
45*a551a20fSjmmv  documentation and/or other materials provided with the distribution.
46*a551a20fSjmmv
47*a551a20fSjmmv* Neither the name of Google Inc. nor the names of its contributors
48*a551a20fSjmmv  may be used to endorse or promote products derived from this software
49*a551a20fSjmmv  without specific prior written permission.
50*a551a20fSjmmv
51*a551a20fSjmmvTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
52*a551a20fSjmmvAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
53*a551a20fSjmmvIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
54*a551a20fSjmmvARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
55*a551a20fSjmmvLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
56*a551a20fSjmmvCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
57*a551a20fSjmmvSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
58*a551a20fSjmmvINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
59*a551a20fSjmmvCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
60*a551a20fSjmmvARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
61*a551a20fSjmmvPOSSIBILITY OF SUCH DAMAGE.
62*a551a20fSjmmv
63*a551a20fSjmmv
64e2207522SjmmvRelicensed code
65edebbb8eSjmmv***************
66e2207522Sjmmv
6712aa0b5aSjmmvThe following code snippets have been taken from other projects.  Even
6812aa0b5aSjmmvthough they were not originally licensed under the terms above, the
6912aa0b5aSjmmvoriginal authors have agreed to relicense their work so that this project
70edebbb8eSjmmvcan be distributed under a single license.  This section is put here just to
71edebbb8eSjmmvclarify this fact.
72e2207522Sjmmv
7312aa0b5aSjmmv* configure.ac, Makefile.am: The original versions were derived from the
7412aa0b5aSjmmv  ones in the XML Catalog Manager project, version 2.2.
7512aa0b5aSjmmv
76edebbb8eSjmmv  Author: Julio Merino <jmmv@users.sourceforge.net>
77e2207522Sjmmv
78e2207522Sjmmv* atf-c/ui.c: The format_paragraph and format_text functions were
7912aa0b5aSjmmv  derived form the ones in the Monotone project, revision
8012aa0b5aSjmmv  3a0982da308228d796df35f98d787c5cff2bb5b6.
8112aa0b5aSjmmv
82edebbb8eSjmmv  Author: Julio Merino <jmmv@NetBSD.org>
83e2207522Sjmmv
84895f502bSjmmv* atf-c++/detail/io.hpp, atf-c++/detail/io.cpp, atf-c++/detail/io_test.cpp:
85895f502bSjmmv  These files were derived from the file_handle, systembuf, pipe and pistream
86edebbb8eSjmmv  classes and tests found in the Boost.Process library.
8712aa0b5aSjmmv
88edebbb8eSjmmv  Author: Julio Merino <jmmv84@gmail.com>
89e2207522Sjmmv
90e2207522Sjmmv* admin/check-style.sh, admin/check-style-common.awk,
91e2207522Sjmmv  admin/check-style-cpp.awk, admin/check-style-shell.awk: These files,
92e2207522Sjmmv  except the first one, were first implemented in the Buildtool project.
93e2207522Sjmmv  They were later adapted to be part of Boost.Process and, during that
94e2207522Sjmmv  process, the shell script was created.
9512aa0b5aSjmmv
96edebbb8eSjmmv  Author: Julio Merino <jmmv84@gmail.com>
97edebbb8eSjmmv
98edebbb8eSjmmv
99edebbb8eSjmmv===========================================================================
100edebbb8eSjmmvvim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2
101