3 By Julio Merino, The NetBSD Foundation
13 Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc. All rights
16 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions are
20 1. Redistributions of source code must retain the above copyright notice,
21 this list of conditions and the following disclaimer.
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.
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.
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
47 * configure.ac, Makefile.am: The original versions were derived from the
48 ones in the XML Catalog Manager project, version 2.2.
50 Author: Julio M. Merino Vidal <jmmv@users.sourceforge.net>
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.
56 Author: Julio M. Merino Vidal <jmmv@NetBSD.org>
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.
62 Author: Julio M. Merino Vidal <jmmv84@gmail.com>
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.
70 Author: Julio M. Merino Vidal <jmmv84@gmail.com>