Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / atf / dist / doc / copying.xml
blob21541066499089434e67ee595a5bb1b9d1d8bf6e
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.1//EN"
3                   "http://docbook.org/xml/simple/1.1/sdocbook.dtd">
5 <article>
7 <articleinfo>
8   <title>Redistribution terms</title>
10   <author>
11     <firstname>Julio</firstname>
12     <surname>Merino</surname>
13     <affiliation>
14       <orgname>The NetBSD Foundation</orgname>
15     </affiliation>
16   </author>
17 </articleinfo>
19 <section id="license">
21 <title>License</title>
23 <para>Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc.  All
24 rights reserved.</para>
26 <para>Redistribution and use in source and binary forms, with or without
27 modification, are permitted provided that the following conditions are
28 met:</para>
30 <orderedlist>
32 <listitem><para>Redistributions of source code must retain the above
33 copyright notice, this list of conditions and the following
34 disclaimer.</para></listitem>
36 <listitem><para>Redistributions in binary form must reproduce the above
37 copyright notice, this list of conditions and the following disclaimer in
38 the documentation and/or other materials provided with the
39 distribution.</para></listitem>
41 </orderedlist>
43 <para>THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
44 CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
45 BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
46 FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION
47 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
48 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
49 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
50 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
51 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
52 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
53 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
55 </section>
57 <section>
59 <title>Relicensed code</title>
61 <para>The following code snippets have been taken from other projects.
62 Even though they were not originally licensed under the terms above, the
63 original authors have agreed to relicense their work so that this project
64 can be distributed under a single license.  This section is put here just
65 to clarify this fact.</para>
67 <itemizedlist>
69 <listitem>
70   <para><filename>configure.ac</filename>,
71   <filename>Makefile.am</filename>: The original versions were derived from
72   the ones in the XML Catalog Manager project, version 2.2.</para>
74   <para>Author: Julio M. Merino Vidal
75   <email>jmmv@users.sourceforge.net</email></para>
76 </listitem>
78 <listitem>
79   <para><filename>atf-c/ui.c</filename>: The format_paragraph and
80   format_text functions were derived form the ones in the Monotone project,
81   revision 3a0982da308228d796df35f98d787c5cff2bb5b6.</para>
83   <para>Author: Julio M. Merino Vidal <email>jmmv@NetBSD.org</email></para>
84 </listitem>
86 <listitem>
87   <para><filename>atf-c++/io.hpp</filename>,
88   <filename>atf-c++/io.cpp</filename>,
89   <filename>tests/atf-c++/t_io.cpp</filename>: These files were derived
90   from the file_handle, systembuf, pipe, pistream and postream classes and
91   tests found in the Boost.Process library.</para>
93   <para>Author: Julio M. Merino Vidal
94   <email>jmmv84@gmail.com</email></para>
95 </listitem>
97 <listitem>
98   <para><filename>admin/check-style.sh</filename>,
99   <filename>admin/check-style-common.awk</filename>,
100   <filename>admin/check-style-cpp.awk</filename>,
101   <filename>admin/check-style-shell.awk</filename>: These files, except the
102   first one, were first implemented in the Buildtool project.  They were
103   later adapted to be part of Boost.Process and, during that process, the
104   shell script was created.</para>
106   <para>Author: Julio M. Merino Vidal
107   <email>jmmv84@gmail.com</email></para>
108 </listitem>
110 </itemizedlist>
112 </section>
114 </article>