Package: matplotlib / 0.99.3-1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
This package was debianized by Vittorio Palmisano <redclay81@gmail.com> on
Sun, 24 Sep 2006 12:12:29 +0200

It is now maintainer under the Debian Python Modules Team.

It was downloaded from http://matplotlib.sourceforge.net/

Upstream Author:

    John D. Hunter <jdh2358@gmail.com>

Copyright Holder:

    Copyright (c) 2002-2008 John D. Hunter

License:

    Matplotlib only uses BSD compatible code, and its license is based
    on the PSF license. See the Open Source Initiative licenses page
    for details on individual licenses. Non-BSD compatible licenses
    (eg LGPL) are acceptable in matplotlib Toolkits. For a discussion
    of the motivations behind the licencing choice, see Licenses.
    License agreement for matplotlib.

    1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and
    the Individual or Organization ("Licensee") accessing and
    otherwise using matplotlib software in source or binary form and
    its associated documentation.

    2. Subject to the terms and conditions of this License Agreement,
    JDH hereby grants Licensee a nonexclusive, royalty-free,
    world-wide license to reproduce, analyze, test, perform and/or
    display publicly, prepare derivative works, distribute, and
    otherwise use matplotlib alone or in any derivative version,
    provided, however, that JDH’s License Agreement and JDH’s notice
    of copyright, i.e., "Copyright (c) 2002-2008 John D. Hunter; All
    Rights Reserved" are retained in matplotlib alone or in any
    derivative version prepared by Licensee.

    3. In the event Licensee prepares a derivative work that is based
    on or incorporates matplotlib or any part thereof, and wants to
    make the derivative work available to others as provided herein,
    then Licensee hereby agrees to include in any such work a brief
    summary of the changes made to matplotlib.

    4. JDH is making matplotlib available to Licensee on an ΄AS IS‘
    basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
    IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND
    DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR
    FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB
    WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.

    5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF
    MATPLOTLIB FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES
    OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
    MATPLOTLIB, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
    POSSIBILITY THEREOF.

    6. This License Agreement will automatically terminate upon a
    material breach of its terms and conditions.

    7. Nothing in this License Agreement shall be deemed to create any
    relationship of agency, partnership, or joint venture between JDH
    and Licensee. This License Agreement does not grant permission to
    use JDH trademarks or trade name in a trademark sense to endorse
    or promote products or services of Licensee, or any third party.

    8. By copying, installing or otherwise using matplotlib, Licensee
    agrees to be bound by the terms and conditions of this License
    Agreement.

The Debian packaging is:

    Copyright (C) 2008-2009 Sandro Tosi <morph@debian.org>

and is licensed under the same terms as upstream code.


These files have different copyright/license notices:

lib/matplotlib/fontconfig_pattern.py
    Author : Michael Droettboom <mdroe@stsci.edu>

lib/matplotlib/backends/backend_fltkagg.py
    Copyright: Gregory Lielens, Free Field Technologies SA and
               John D. Hunter 2004

lib/matplotlib/backends/backend_wxagg.py
    Copyright (C) 2003-5 Jeremy O'Donoghue, John Hunter, Illinois Institute of
    Technology

lib/matplotlib/backends/backend_wx.py
    Copyright (C) Jeremy O'Donoghue & John Hunter, 2003-4
    License: This work is licensed under a PSF compatible license.

lib/matplotlib/pyparsing.py
    # Copyright (c) 2003-2008  Paul T. McGuire
    #
    # Permission is hereby granted, free of charge, to any person obtaining
    # a copy of this software and associated documentation files (the
    # "Software"), to deal in the Software without restriction, including
    # without limitation the rights to use, copy, modify, merge, publish,
    # distribute, sublicense, and/or sell copies of the Software, and to
    # permit persons to whom the Software is furnished to do so, subject to
    # the following conditions:
    #
    # The above copyright notice and this permission notice shall be
    # included in all copies or substantial portions of the Software.
    #
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

lib/matplotlib/table.py
    Author    : John Gill <jng@europe.renre.com>
    Copyright : 2004 John Gill and John Hunter

lib/matplotlib/delaunay/VoronoiDiagramGenerator.{cpp, h}
    /*
    * The author of this software is Steven Fortune.  Copyright (c) 1994 by AT&T
    * Bell Laboratories.
    * Permission to use, copy, modify, and distribute this software for any
    * purpose without fee is hereby granted, provided that this entire notice
    * is included in all copies of any software which is or includes a copy
    * or modification of this software and in all copies of the supporting
    * documentation for such software.
    * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
    * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHORS NOR AT&T MAKE ANY
    * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
    * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
    */

    /*
    * This code was originally written by Stephan Fortune in C code.  I, Shane O'Sullivan,
    * have since modified it, encapsulating it in a C++ class and, fixing memory leaks and
    * adding accessors to the Voronoi Edges.
    * Permission to use, copy, modify, and distribute this software for any
    * purpose without fee is hereby granted, provided that this entire notice
    * is included in all copies of any software which is or includes a copy
    * or modification of this software and in all copies of the supporting
    * documentation for such software.
    * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
    * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHORS NOR AT&T MAKE ANY
    * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
    * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
    */

lib/matplotlib/delaunay/./__init__.py
    Author: Robert Kern <robert.kern@gmail.com>

    Copyright: Copyright 2005 Robert Kern.
    License: BSD-style license. See LICENSE.txt in the scipy source directory.

lib/matplotlib/mpl-data/fonts/ttf/(non STIX)*.ttf
    Copyright
    =========

    Copyright (c) 2003 by Bitstream, Inc. All Rights
    Reserved. Bitstream Vera is a trademark of Bitstream, Inc.

    Permission is hereby granted, free of charge, to any person
    obtaining a copy of the fonts accompanying this license ("Fonts")
    and associated documentation files (the "Font Software"), to
    reproduce and distribute the Font Software, including without
    limitation the rights to use, copy, merge, publish, distribute,
    and/or sell copies of the Font Software, and to permit persons to
    whom the Font Software is furnished to do so, subject to the
    following conditions:

    The above copyright and trademark notices and this permission
    notice shall be included in all copies of one or more of the Font
    Software typefaces.

    The Font Software may be modified, altered, or added to, and in
    particular the designs of glyphs or characters in the Fonts may be
    modified and additional glyphs or characters may be added to the
    Fonts, only if the fonts are renamed to names not containing
    either the words "Bitstream" or the word "Vera".

    This License becomes null and void to the extent applicable to
    Fonts or Font Software that has been modified and is distributed
    under the "Bitstream Vera" names.

    The Font Software may be sold as part of a larger software package
    but no copy of one or more of the Font Software typefaces may be
    sold by itself.

    THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
    KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
    WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
    AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER
    RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE
    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY
    GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
    WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
    DEALINGS IN THE FONT SOFTWARE.

    Except as contained in this notice, the names of Gnome, the Gnome
    Foundation, and Bitstream Inc., shall not be used in advertising
    or otherwise to promote the sale, use or other dealings in this
    Font Software without prior written authorization from the Gnome
    Foundation or Bitstream Inc., respectively. For further
    information, contact: fonts at gnome dot org.

lib/matplotlib/mpl-data/fonts/ttf/STIX*.ttf
    License:

       1. Permission is hereby granted, free of charge, to any person
    obtaining a copy of the STIX Fonts-TM set accompanying this
    license (collectively, the "Fonts") and the associated
    documentation files (collectively with the Fonts, the "Font
    Software"), to reproduce and distribute the Font Software,
    including the rights to use, copy, merge and publish copies of the
    Font Software, and to permit persons to whom the Font Software is
    furnished to do so same, subject to the following terms and
    conditions (the "License").

       2. The following copyright and trademark notice and these Terms
    and Conditions shall be included in all copies of one or more of
    the Font typefaces and any derivative work created as permitted
    under this License:

        Copyright (c) 2001-2005 by the STI Pub Companies, consisting
    of the American Institute of Physics, the American Chemical
    Society, the American Mathematical Society, the American Physical
    Society, Elsevier, Inc., and The Institute of Electrical and
    Electronic Engineers, Inc.  Portions copyright (c) 1998-2003 by
    MicroPress, Inc. Portions copyright (c) 1990 by Elsevier, Inc. All
    rights reserved. STIX Fonts-TM is a trademark of The Institute of
    Electrical and Electronics Engineers, Inc.

       3. You may (a) convert the Fonts from one format to another
    (e.g., from TrueType to PostScript), in which case the normal and
    reasonable distortion that occurs during such conversion shall be
    permitted and (b) embed or include a subset of the Fonts in a
    document for the purposes of allowing users to read text in the
    document that utilizes the Fonts. In each case, you may use the
    STIX Fonts-TM mark to designate the resulting Fonts or subset of
    the Fonts.

       4. You may also (a) add glyphs or characters to the Fonts, or
    modify the shape of existing glyphs, so long as the base set of
    glyphs is not removed and (b) delete glyphs or characters from the
    Fonts, provided that the resulting font set is distributed with
    the following disclaimer: "This [name] font does not include all
    the Unicode points covered in the STIX Fonts-TM set but may
    include others." In each case, the name used to denote the
    resulting font set shall not include the term "STIX" or any
    similar term.

       5. You may charge a fee in connection with the distribution of
    the Font Software, provided that no copy of one or more of the
    individual Font typefaces that form the STIX Fonts-TM set may be
    sold by itself.

       6. THE FONT SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF
    ANY KIND, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, ANY
    WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
    AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK OR OTHER
    RIGHT. IN NO EVENT SHALL MICROPRESS OR ANY OF THE STI PUB
    COMPANIES BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    INCLUDING, BUT NOT LIMITED TO, ANY GENERAL, SPECIAL, INDIRECT,
    INCIDENTAL OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
    CONTRACT, TORT OR OTHERWISE, ARISING FROM OR OUT OF THE USE OR
    INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
    FONT SOFTWARE.

       7. Except as contained in the notice set forth in Section 2,
    the names MicroPress Inc. and STI Pub Companies, as well as the
    names of the companies/organizations that compose the STI Pub
    Companies, shall not be used in advertising or otherwise to
    promote the sale, use or other dealings in the Font Software
    without the prior written consent of the respective company or
    organization.

       8. This License shall become null and void in the event of any
    material breach of the Terms and Conditions herein by licensee.

       9. A substantial portion of the STIX Fonts set was developed by
    MicroPress Inc. for the STI Pub Companies. To obtain additional
    mathematical fonts, please contact MicroPress, Inc., 68-30 Harrow
    Street, Forest Hills, NY 11375, USA - Phone: (718) 575-1816.

lib/matplotlib/mpl-data/fonts/pdfcorefonts/*
    Copyright (c) 1985, 1987, 1989, 1990, 1991, 1992, 1993, 1997 Adobe Systems Incorporated.  All Rights Reserved.

lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm
    Copyright (c) 1985, 1987, 1989, 1990, 1991, 1992 Adobe Systems Incorporated.  All Rights Reserved.

src/nxutils.c
    pnpoly license
    Copyright (c) 1970-2003, Wm. Randolph Franklin

    Permission is hereby granted, free of charge, to any person
    obtaining a copy of this software and associated documentation
    files (the "Software"), to deal in the Software without
    restriction, including without limitation the rights to use, copy,
    modify, merge, publish, distribute, sublicense, and/or sell copies
    of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

      1. Redistributions of source code must retain the above
         copyright notice, this list of conditions and the following
         disclaimers.  2. Redistributions in binary form must
         reproduce the above copyright notice in the documentation
         and/or other materials provided with the distribution.
         3. The name of W. Randolph Franklin may not be used to
         endorse or promote products derived from this Software
         without specific prior written permission.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
    HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    DEALINGS IN THE SOFTWARE.  */

src/_subprocess.c
    /*
     * support routines for subprocess module
     *
     * Currently, this extension module is only required when using the
     * subprocess module on Windows, but in the future, stubs for other
     * platforms might be added here as well.
     *
     * Copyright (c) 2004 by Fredrik Lundh <fredrik@pythonware.com>
     * Copyright (c) 2004 by Secret Labs AB, http://www.pythonware.com
     * Copyright (c) 2004 by Peter Astrand <astrand@lysator.liu.se>
     *
     * By obtaining, using, and/or copying this software and/or its
     * associated documentation, you agree that you have read, understood,
     * and will comply with the following terms and conditions:
     *
     * Permission to use, copy, modify, and distribute this software and
     * its associated documentation for any purpose and without fee is
     * hereby granted, provided that the above copyright notice appears in
     * all copies, and that both that copyright notice and this permission
     * notice appear in supporting documentation, and that the name of the
     * authors not be used in advertising or publicity pertaining to
     * distribution of the software without specific, written prior
     * permission.
     *
     * THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
     * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
     * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
     * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
     * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
     * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
     * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
     *
     */

     /* Licensed to PSF under a Contributor Agreement. */
     /* See http://www.python.org/2.4/license for licensing details. */

src/_wxagg.cpp
    // Purpose: Accelerate WXAgg by doing the agg->wxWidgets conversions in C++.
    // Author: Ken McIvor <mcivor@iit.edu>
    //
    // Copyright 2005 Illinois Institute of Technology
    // Derived from `_gtkagg.cpp', Copyright 2004-2005 John Hunter
    //
    // See the file "LICENSE" for information on usage and redistribution
    // of this file, and for a DISCLAIMER OF ALL WARRANTIES.

lib/dateutil/*
    Copyright (c) 2003-2005  Gustavo Niemeyer <gustavo@niemeyer.net>
    __author__ = "Gustavo Niemeyer <gustavo@niemeyer.net>"
    __license__ = "PSF License"

ttconv/*
    /*
     * Modified for use within matplotlib
     * 5 July 2007
     * Michael Droettboom
     */

    /*
    ** ~ppr/src/include/global_defines.h
    ** Copyright 1995, Trinity College Computing Center.
    ** Written by David Chappell.
    **
    ** Permission to use, copy, modify, and distribute this software and its
    ** documentation for any purpose and without fee is hereby granted, provided
    ** that the above copyright notice appear in all copies and that both that
    ** copyright notice and this permission notice appear in supporting
    ** documentation.  This software and documentation are provided "as is" without
    ** express or implied warranty.
    **
    ** The PPR project was begun 28 December 1992.
    **
    ** There are many things in this file you may want to change.  This file
    ** should be the first include file.  It is the header file for the whole
    ** project.
    **  
    ** This file was last modified 22 December 1995.
    */

CXX/*
    // Copyright (c) 1998 - 2007, The Regents of the University of California
    // Produced at the Lawrence Livermore National Laboratory
    // All rights reserved.
    //
    // This file is part of PyCXX. For details,see http://cxx.sourceforge.net/. The
    // full copyright notice is contained in the file COPYRIGHT located at the root
    // of the PyCXX distribution.
    //
    // Redistribution  and  use  in  source  and  binary  forms,  with  or  without
    // modification, are permitted provided that the following conditions are met:
    //
    //  - Redistributions of  source code must  retain the above  copyright notice,
    //    this list of conditions and the disclaimer below.
    //  - Redistributions in binary form must reproduce the above copyright notice,
    //    this  list of  conditions  and  the  disclaimer (as noted below)  in  the
    //    documentation and/or materials provided with the distribution.
    //  - Neither the name of the UC/LLNL nor  the names of its contributors may be
    //    used to  endorse or  promote products derived from  this software without
    //    specific prior written permission.
    //
    // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT  HOLDERS AND CONTRIBUTORS "AS IS"
    // AND ANY EXPRESS OR  IMPLIED WARRANTIES, INCLUDING,  BUT NOT  LIMITED TO, THE
    // IMPLIED WARRANTIES OF MERCHANTABILITY AND  FITNESS FOR A PARTICULAR  PURPOSE
    // ARE  DISCLAIMED.  IN  NO  EVENT  SHALL  THE  REGENTS  OF  THE  UNIVERSITY OF
    // CALIFORNIA, THE U.S.  DEPARTMENT  OF  ENERGY OR CONTRIBUTORS BE  LIABLE  FOR
    // ANY  DIRECT,  INDIRECT,  INCIDENTAL,  SPECIAL,  EXEMPLARY,  OR CONSEQUENTIAL
    // DAMAGES (INCLUDING, BUT NOT  LIMITED TO, PROCUREMENT OF  SUBSTITUTE GOODS OR
    // SERVICES; LOSS OF  USE, DATA, OR PROFITS; OR  BUSINESS INTERRUPTION) HOWEVER
    // CAUSED  AND  ON  ANY  THEORY  OF  LIABILITY,  WHETHER  IN  CONTRACT,  STRICT
    // LIABILITY, OR TORT  (INCLUDING NEGLIGENCE OR OTHERWISE)  ARISING IN ANY  WAY
    // OUT OF THE  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
    // DAMAGE.

agg24/*
    //----------------------------------------------------------------------------
    // Anti-Grain Geometry - Version 2.4
    // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
    //
    // Permission to copy, use, modify, sell and distribute this software
    // is granted provided this copyright notice appears in all copies.
    // This software is provided "as is" without express or implied
    // warranty, and with no claim as to its suitability for any purpose.
    //
    //----------------------------------------------------------------------------
    // Contact: mcseem@antigrain.com
    //          mcseemagg@yahoo.com
    //          http://www.antigrain.com
    //----------------------------------------------------------------------------