1240116SmarcelRedistribution terms                            Automated Testing Framework
2240116Smarcel===========================================================================
3240116Smarcel
4240116Smarcel
5240116SmarcelLicense
6240116Smarcel*******
7240116Smarcel
8240116SmarcelCopyright (c) 2007, 2008, 2009, 2010, 2011, 2012 The NetBSD Foundation, Inc.
9240116SmarcelAll rights reserved.
10240116Smarcel
11240116SmarcelRedistribution and use in source and binary forms, with or without
12240116Smarcelmodification, are permitted provided that the following conditions are met:
13240116Smarcel
14240116Smarcel1. Redistributions of source code must retain the above copyright notice,
15240116Smarcel   this list of conditions and the following disclaimer.
16240116Smarcel
17240116Smarcel2. Redistributions in binary form must reproduce the above copyright
18240116Smarcel   notice, this list of conditions and the following disclaimer in the
19240116Smarcel   documentation and/or other materials provided with the distribution.
20240116Smarcel
21240116SmarcelTHIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
22240116Smarcel``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
23240116SmarcelTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24240116SmarcelPURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
25240116SmarcelBE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26240116SmarcelCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27240116SmarcelSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28240116SmarcelINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29240116SmarcelCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30240116SmarcelARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31240116SmarcelPOSSIBILITY OF SUCH DAMAGE.
32240116Smarcel
33240116Smarcel
34240116SmarcelCopyright 2011, 2012 Google Inc.
35240116SmarcelAll rights reserved.
36240116Smarcel
37240116SmarcelRedistribution and use in source and binary forms, with or without
38240116Smarcelmodification, are permitted provided that the following conditions are met:
39240116Smarcel
40240116Smarcel* Redistributions of source code must retain the above copyright
41240116Smarcel  notice, this list of conditions and the following disclaimer.
42240116Smarcel
43240116Smarcel* Redistributions in binary form must reproduce the above copyright
44240116Smarcel  notice, this list of conditions and the following disclaimer in the
45240116Smarcel  documentation and/or other materials provided with the distribution.
46240116Smarcel
47240116Smarcel* Neither the name of Google Inc. nor the names of its contributors
48240116Smarcel  may be used to endorse or promote products derived from this software
49240116Smarcel  without specific prior written permission.
50240116Smarcel
51240116SmarcelTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
52240116SmarcelAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
53240116SmarcelIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
54240116SmarcelARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
55240116SmarcelLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
56240116SmarcelCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
57240116SmarcelSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
58240116SmarcelINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
59240116SmarcelCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
60240116SmarcelARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
61240116SmarcelPOSSIBILITY OF SUCH DAMAGE.
62240116Smarcel
63240116Smarcel
64240116SmarcelRelicensed code
65240116Smarcel***************
66240116Smarcel
67240116SmarcelThe following code snippets have been taken from other projects.  Even
68240116Smarcelthough they were not originally licensed under the terms above, the
69240116Smarceloriginal authors have agreed to relicense their work so that this project
70240116Smarcelcan be distributed under a single license.  This section is put here just to
71240116Smarcelclarify this fact.
72240116Smarcel
73240116Smarcel* configure.ac, Makefile.am: The original versions were derived from the
74240116Smarcel  ones in the XML Catalog Manager project, version 2.2.
75240116Smarcel
76240116Smarcel  Author: Julio Merino <jmmv@users.sourceforge.net>
77240116Smarcel
78240116Smarcel* atf-c/ui.c: The format_paragraph and format_text functions were
79240116Smarcel  derived form the ones in the Monotone project, revision
80240116Smarcel  3a0982da308228d796df35f98d787c5cff2bb5b6.
81240116Smarcel
82240116Smarcel  Author: Julio Merino <jmmv@NetBSD.org>
83240116Smarcel
84240116Smarcel* atf-c++/detail/io.hpp, atf-c++/detail/io.cpp, atf-c++/detail/io_test.cpp:
85240116Smarcel  These files were derived from the file_handle, systembuf, pipe and pistream
86240116Smarcel  classes and tests found in the Boost.Process library.
87240116Smarcel
88240116Smarcel  Author: Julio Merino <jmmv84@gmail.com>
89240116Smarcel
90240116Smarcel* admin/check-style.sh, admin/check-style-common.awk,
91240116Smarcel  admin/check-style-cpp.awk, admin/check-style-shell.awk: These files,
92240116Smarcel  except the first one, were first implemented in the Buildtool project.
93240116Smarcel  They were later adapted to be part of Boost.Process and, during that
94240116Smarcel  process, the shell script was created.
95240116Smarcel
96240116Smarcel  Author: Julio Merino <jmmv84@gmail.com>
97240116Smarcel
98240116Smarcel
99240116Smarcel===========================================================================
100240116Smarcelvim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2
101