2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <meta xmlns=
"" http-equiv=
"Content-Type"
5 content=
"text/html; charset=iso-8859-1" />
6 <link xmlns=
"" rel=
"made"
7 href=
"mailto:atf-devel AT NetBSD DOT org" />
8 <link xmlns=
"" rel=
"stylesheet" type=
"text/css"
9 href=
"standalone.css" />
10 <title xmlns=
"">Redistribution terms
</title>
13 <div xmlns=
"" class=
"header">
14 <p class=
"title">Redistribution terms
</p>
15 <p class=
"author">By Julio Merino, The NetBSD Foundation
</p>
17 <div xmlns=
"" class=
"toc">
22 <a href=
"#license">License
</a>
27 <a href=
"#">Relicensed code
</a>
32 <div xmlns=
"" class=
"contents">
34 <a name=
"license">License
</a>
36 <p xml:
space=
"preserve">
37 Copyright (c)
2007,
2008,
2009 The NetBSD Foundation, Inc. All
40 <p xml:
space=
"preserve">
41 Redistribution and use in source and binary forms, with or without
42 modification, are permitted provided that the following conditions
48 <p xml:
space=
"preserve">
49 Redistributions of source code must retain the above
50 copyright notice, this list of conditions and the following
55 <p xml:
space=
"preserve">
56 Redistributions in binary form must reproduce the above
57 copyright notice, this list of conditions and the following
59 the documentation and/or other materials provided with the
64 <p xml:
space=
"preserve">
65 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
66 CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
68 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
70 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
72 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
74 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
75 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
77 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
79 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
81 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
83 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
86 <a name=
"">Relicensed code
</a>
88 <p xml:
space=
"preserve">
89 The following code snippets have been taken from other projects.
90 Even though they were not originally licensed under the terms
92 original authors have agreed to relicense their work so that this
94 can be distributed under a single license. This section is put
100 <p xml:
space=
"preserve">
101 <tt class=
"filename">configure.ac
</tt>,
103 <tt class=
"filename">Makefile.am
</tt>: The original versions were
105 the ones in the XML Catalog Manager project, version
2.2.
107 <p xml:
space=
"preserve">
108 Author: Julio M. Merino Vidal
110 <a href=
"mailto:jmmv@users.sourceforge.net">
111 <jmmv@users.sourceforge.net
></a>
115 <p xml:
space=
"preserve">
116 <tt class=
"filename">atf-c/ui.c
</tt>: The format_paragraph and
117 format_text functions were derived form the ones in the Monotone
119 revision
3a0982da308228d796df35f98d787c5cff2bb5b6.
121 <p xml:
space=
"preserve">
122 Author: Julio M. Merino Vidal
123 <a href=
"mailto:jmmv@NetBSD.org"><jmmv@NetBSD.org
></a>
127 <p xml:
space=
"preserve">
128 <tt class=
"filename">atf-c++/io.hpp
</tt>,
130 <tt class=
"filename">atf-c++/io.cpp
</tt>,
132 <tt class=
"filename">tests/atf-c++/t_io.cpp
</tt>: These files were
134 from the file_handle, systembuf, pipe, pistream and postream
136 tests found in the Boost.Process library.
138 <p xml:
space=
"preserve">
139 Author: Julio M. Merino Vidal
141 <a href=
"mailto:jmmv84@gmail.com"><jmmv84@gmail.com
></a>
145 <p xml:
space=
"preserve">
146 <tt class=
"filename">admin/check-style.sh
</tt>,
148 <tt class=
"filename">admin/check-style-common.awk
</tt>,
150 <tt class=
"filename">admin/check-style-cpp.awk
</tt>,
152 <tt class=
"filename">admin/check-style-shell.awk
</tt>: These files,
154 first one, were first implemented in the Buildtool project. They
156 later adapted to be part of Boost.Process and, during that
158 shell script was created.
160 <p xml:
space=
"preserve">
161 Author: Julio M. Merino Vidal
163 <a href=
"mailto:jmmv84@gmail.com"><jmmv84@gmail.com
></a>