Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / atf / dist / doc / standalone / copying.html
blob62b5254a9dbffa821d097cc6b3da85d57ed91572
1 <?xml version="1.0"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
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>
11 </head>
12 <body>
13 <div xmlns="" class="header">
14 <p class="title">Redistribution terms</p>
15 <p class="author">By Julio Merino, The NetBSD Foundation</p>
16 </div>
17 <div xmlns="" class="toc">
18 <h1>Contents</h1>
19 <ol>
20 <li>
21 <p>
22 <a href="#license">License</a>
23 </p>
24 </li>
25 <li>
26 <p>
27 <a href="#">Relicensed code</a>
28 </p>
29 </li>
30 </ol>
31 </div>
32 <div xmlns="" class="contents">
33 <h1>
34 <a name="license">License</a>
35 </h1>
36 <p xml:space="preserve">
37 Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc. All
38 rights reserved.
39 </p>
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
43 are
44 met:
45 </p>
46 <ol>
47 <li>
48 <p xml:space="preserve">
49 Redistributions of source code must retain the above
50 copyright notice, this list of conditions and the following
51 disclaimer.
52 </p>
53 </li>
54 <li>
55 <p xml:space="preserve">
56 Redistributions in binary form must reproduce the above
57 copyright notice, this list of conditions and the following
58 disclaimer in
59 the documentation and/or other materials provided with the
60 distribution.
61 </p>
62 </li>
63 </ol>
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,
67 INCLUDING,
68 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
69 FITNESS
70 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
71 FOUNDATION
72 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
73 SPECIAL,
74 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
75 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
76 PROFITS;
77 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
78 LIABILITY,
79 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
80 NEGLIGENCE OR
81 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
83 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
84 </p>
85 <h1>
86 <a name="">Relicensed code</a>
87 </h1>
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
91 above, the
92 original authors have agreed to relicense their work so that this
93 project
94 can be distributed under a single license. This section is put
95 here just
96 to clarify this fact.
97 </p>
98 <ul>
99 <li>
100 <p xml:space="preserve">
101 <tt class="filename">configure.ac</tt>,
103 <tt class="filename">Makefile.am</tt>: The original versions were
104 derived from
105 the ones in the XML Catalog Manager project, version 2.2.
106 </p>
107 <p xml:space="preserve">
108 Author: Julio M. Merino Vidal
110 <a href="mailto:jmmv@users.sourceforge.net">
111 &lt;jmmv@users.sourceforge.net&gt;</a>
112 </p>
113 </li>
114 <li>
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
118 project,
119 revision 3a0982da308228d796df35f98d787c5cff2bb5b6.
120 </p>
121 <p xml:space="preserve">
122 Author: Julio M. Merino Vidal
123 <a href="mailto:jmmv@NetBSD.org">&lt;jmmv@NetBSD.org&gt;</a>
124 </p>
125 </li>
126 <li>
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
133 derived
134 from the file_handle, systembuf, pipe, pistream and postream
135 classes and
136 tests found in the Boost.Process library.
137 </p>
138 <p xml:space="preserve">
139 Author: Julio M. Merino Vidal
141 <a href="mailto:jmmv84@gmail.com">&lt;jmmv84@gmail.com&gt;</a>
142 </p>
143 </li>
144 <li>
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,
153 except the
154 first one, were first implemented in the Buildtool project. They
155 were
156 later adapted to be part of Boost.Process and, during that
157 process, the
158 shell script was created.
159 </p>
160 <p xml:space="preserve">
161 Author: Julio M. Merino Vidal
163 <a href="mailto:jmmv84@gmail.com">&lt;jmmv84@gmail.com&gt;</a>
164 </p>
165 </li>
166 </ul>
167 </div>
168 </body>
169 </html>