COPYING revision ef421f66f47224a42073deaf087378c5d0c9952e
2284N/ARedistribution terms Automated Testing Framework
2284N/A===========================================================================
2284N/A
2284N/A
2284N/ALicense
2284N/A*******
2284N/A
2284N/ACopyright (c) 2007, 2008, 2009, 2010 The NetBSD Foundation, Inc.
2284N/AAll rights reserved.
2284N/A
2284N/ARedistribution and use in source and binary forms, with or without
2284N/Amodification, are permitted provided that the following conditions are met:
2284N/A
2284N/A1. Redistributions of source code must retain the above copyright notice,
2284N/A this list of conditions and the following disclaimer.
2284N/A
2284N/A2. Redistributions in binary form must reproduce the above copyright
2284N/A notice, this list of conditions and the following disclaimer in the
2284N/A documentation and/or other materials provided with the distribution.
2284N/A
2284N/ATHIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2284N/A``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2284N/ATO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2284N/APURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
3231N/ABE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2284N/ACONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2284N/ASUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2284N/AINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2284N/ACONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2284N/AARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2284N/APOSSIBILITY OF SUCH DAMAGE.
2284N/A
2284N/A
2284N/ARelicensed code
2284N/A***************
2284N/A
2284N/AThe following code snippets have been taken from other projects. Even
2284N/Athough they were not originally licensed under the terms above, the
2284N/Aoriginal authors have agreed to relicense their work so that this project
2284N/Acan be distributed under a single license. This section is put here just to
2284N/Aclarify this fact.
2284N/A
2284N/A* configure.ac, Makefile.am: The original versions were derived from the
2284N/A ones in the XML Catalog Manager project, version 2.2.
2284N/A
2284N/A Author: Julio Merino <jmmv@users.sourceforge.net>
2284N/A
2284N/A* atf-c/ui.c: The format_paragraph and format_text functions were
2284N/A derived form the ones in the Monotone project, revision
2284N/A 3a0982da308228d796df35f98d787c5cff2bb5b6.
2284N/A
2284N/A Author: Julio Merino <jmmv@NetBSD.org>
2284N/A
2284N/A* atf-c++/detail/io.hpp, atf-c++/detail/io.cpp, atf-c++/detail/io_test.cpp:
2284N/A These files were derived from the file_handle, systembuf, pipe and pistream
2284N/A classes and tests found in the Boost.Process library.
2284N/A
2284N/A Author: Julio Merino <jmmv84@gmail.com>
2284N/A
2284N/A* admin/check-style.sh, admin/check-style-common.awk,
2284N/A admin/check-style-cpp.awk, admin/check-style-shell.awk: These files,
2284N/A except the first one, were first implemented in the Buildtool project.
2284N/A They were later adapted to be part of Boost.Process and, during that
2284N/A process, the shell script was created.
2284N/A
2284N/A Author: Julio Merino <jmmv84@gmail.com>
2284N/A
2284N/A
2284N/A===========================================================================
2284N/Avim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2
2284N/A