xref: /netbsd-src/external/bsd/atf/dist/COPYING (revision 46f5119e40af2e51998f686b2fdcc76b5488f7f3)
1Redistribution terms                            Automated Testing Framework
2===========================================================================
3
4
5License
6*******
7
8Copyright (c) 2007, 2008, 2009, 2010, 2011 The NetBSD Foundation, Inc.
9All rights reserved.
10
11Redistribution and use in source and binary forms, with or without
12modification, are permitted provided that the following conditions are met:
13
141. Redistributions of source code must retain the above copyright notice,
15   this list of conditions and the following disclaimer.
16
172. Redistributions in binary form must reproduce the above copyright
18   notice, this list of conditions and the following disclaimer in the
19   documentation and/or other materials provided with the distribution.
20
21THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
22``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
23TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
25BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31POSSIBILITY OF SUCH DAMAGE.
32
33
34Relicensed code
35***************
36
37The following code snippets have been taken from other projects.  Even
38though they were not originally licensed under the terms above, the
39original authors have agreed to relicense their work so that this project
40can be distributed under a single license.  This section is put here just to
41clarify this fact.
42
43* configure.ac, Makefile.am: The original versions were derived from the
44  ones in the XML Catalog Manager project, version 2.2.
45
46  Author: Julio Merino <jmmv@users.sourceforge.net>
47
48* atf-c/ui.c: The format_paragraph and format_text functions were
49  derived form the ones in the Monotone project, revision
50  3a0982da308228d796df35f98d787c5cff2bb5b6.
51
52  Author: Julio Merino <jmmv@NetBSD.org>
53
54* atf-c++/detail/io.hpp, atf-c++/detail/io.cpp, atf-c++/detail/io_test.cpp:
55  These files were derived from the file_handle, systembuf, pipe and pistream
56  classes and tests found in the Boost.Process library.
57
58  Author: Julio Merino <jmmv84@gmail.com>
59
60* admin/check-style.sh, admin/check-style-common.awk,
61  admin/check-style-cpp.awk, admin/check-style-shell.awk: These files,
62  except the first one, were first implemented in the Buildtool project.
63  They were later adapted to be part of Boost.Process and, during that
64  process, the shell script was created.
65
66  Author: Julio Merino <jmmv84@gmail.com>
67
68
69===========================================================================
70vim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2
71