Annotated CHANGES/RELEASE with issue these changes fix
[scons.git] / doc / python10 / acks.xml
blob8a182b74065502ec9856fe491bc9eb5f76e8a237
1 <?xml version='1.0'?>
2 <!DOCTYPE sconsdoc [
3     <!ENTITY % scons SYSTEM "../scons.mod">
4     %scons;
5 ]>
7 <section id="sect-acks"
8          xmlns="http://www.scons.org/dbxsd/v1.0"
9          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10          xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
11 <title>Acknowledgements</title>
13 <!--
15   __COPYRIGHT__
17   Permission is hereby granted, free of charge, to any person obtaining
18   a copy of this software and associated documentation files (the
19   "Software"), to deal in the Software without restriction, including
20   without limitation the rights to use, copy, modify, merge, publish,
21   distribute, sublicense, and/or sell copies of the Software, and to
22   permit persons to whom the Software is furnished to do so, subject to
23   the following conditions:
25   The above copyright notice and this permission notice shall be included
26   in all copies or substantial portions of the Software.
28   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
29   KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
30   WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
31   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
32   LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
33   OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
34   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36 -->
38 <para>
40   First, many thanks to the great group of developers who dove in right
41   from the beginning and have contributed the code and ideas to make
42   &SCons; a success: Chad Austin, Charles Crain, Steve Leblanc, and
43   Anthony Roach. Thanks also to those on the scons-devel mailing list
44   who have contributed greatly to the discussion, notably including
45   David Abrahams, Trent Mick, and Steven Shaw.
47 </para>
49 <para>
51   &SCons; would not exist today without the pioneering work of Bob
52   Sidebotham on the original &Cons; tool, and without Greg Wilson's
53   having started the Software Carpentry contest.
55 </para>
57 <para>
59   Thanks also to Peter Miller for: Aegis; the testing discipline that it
60   enforces, without which creating a stable but flexible tool would be
61   impossible; the "Recursive Make Considered Harmful" paper which led me
62   to experiment with &Cons; in the first place.
64 </para>
66 </section>