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