Package: pyopengl / 2.0.1.09.dfsg.1-0.2

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
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
This package was debianized by Thomas Wouters <thomas@xs4all.net> on
Thu, 30 Jan 2003 10:59:08 +0100.

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

Upstream Authors: James Hugunin, Cambridge MA, USA, Thomas Schwaller,
Munich, Germany and David Ascher, San Francisco CA, USA.


Copyright:

PyOpenGL (SourceForge project) License(s)

Forward
Note: This forward is for informational purposes only,

The PyOpenGL project on SourceForge was started by David Ascher,
previous maintainer of the PyOpenGL package, to further development of
the binding while David was unable to continue such development.  At
the time of the project's start, PyOpenGL was version 1.5.5. You can
find this version of the package on the downloads page of the project.

Because of this history, there are two licenses which pertain to the
library, both of which are "BSD Style" licenses (though with minor
variations in wording).
	
    For all versions up to and including 1.5.5, the PyOpenGL 1.5.5
    License (the first of the two licenses below) is applicable.

    For all versions greater than 1.5.5 (including the code available
    from the SourceForge CVS repository), both the PyOpenGL 1.5.5
    License and the PyOpenGL 1.5.6 License (the second license below)
    are applicable.

    For all versions of PyOpenGL greater than or equal to 2.0 the
    following licenses also apply:

    The GLE License (third license below) applies to the GLE
    module.

    The PyGLUT License (fourth license below) applies to the
    GLUT module since PyOpenGL's GLUT module is a derivative of
    PyGLUT.

    The SGI Free Software License B applies to GL and GLU modules. 
    The SGI Free Software License B is included in its original
    PostScript form alongside this copyright notice, and can be
    obtained from http://oss.sgi.com/projects/FreeB .

An unofficial, manually converted text version of the SGI Free
Software License B is included as the fifth license below, for
reference only. Please consult the PostScript version or the website
for the original license text and typesetting.

____________________________________
PyOpenGL 1.5.5 License
Copyright (c)  1997-1998 by James Hugunin, Cambridge MA, USA, Thomas Schwaller,
Munich, Germany and David Ascher, San Francisco CA, USA.

                        All Rights Reserved

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, and that the names of James Hugunin, Thomas Schwaller, or
David Ascher not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior permission. 

JAMES HUGUNIN, THOMAS SCHWALLER AND DAVID ASCHER DISCLAIM ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL JAMES HUGUNIN< THOMAS
SCHWALLER AND DAVID ASCHER 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.


____________________________________
PyOpenGL 1.5.6 License
	PyOpenGL 1.5.6 is based on PyOpenGL 1.5.5, Copyright (c)
	1997-1998 by James Hugunin, Cambridge MA, USA, Thomas 
	Schwaller, Munich, Germany and David Ascher, San Francisco 
	CA, USA.

Contributers to the PyOpenGL project in addition to those
listed above include:
	David Konerding
	Soren Renner
	Rene Liebscher
	Randall Hopper
	Michael Fletcher
	Thomas Malik
	Thomas Hamelryck
	Jack Jansen
	Michel Sanner

PyOpenGL 1.5.6 Copyright (c) 1997-1998, 2000-2001

All rights reserved.
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 
	following disclaimer.

	Redistributions in binary form must reproduce the 
	above copyright notice, this list of conditions and 
	the following disclaimer in the documentation and/or 
	other materials provided with the distribution.

	The names of the contributers may not 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 COPYRIGHT HOLDERS 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. 


____________________________________
GLE License

   SOFTWARE AGREEMENT

   PLEASE READ THIS AGREEMENT CAREFULLY BEFORE INSTALLING OR USING THIS
   SOFTWARE. IF YOU INSTALL OR USE THIS SOFTWARE, YOU AGREE TO THESE
   TERMS.

   This software is owned by International Business Machines Corporation
   ("IBM"), or its subsidiaries or IBM's suppliers, and is copyrighted
   and licensed, not sold. IBM retains title to the software, and grants
   you a nonexclusive license for the software.

   Under this license, you may:
    1. use the software on one or more machines at a time;
    2. make copies of the software for use or backup purposes within your
       enterprise;
    3. modify this software and merge it with another program; and
    4. make copies of the original file you downloaded and distribute it,
       provided that you transfer a copy of this license to the other
       party.

   The other party agrees to these terms by its first use of this
   software.

   You must reproduce the copyright notice and any other legend of
   ownership on each copy or partial copy of the software.

   This software, as provided by IBM, is only intended to assist in the
   development of a working software program. The software may not
   function as written: additional code is required. In addition, the
   software may not compile and/or bind successfully as written.

   IBM PROVIDES THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
   EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED
   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS
   WITH YOU. SHOULD ANY PART OF THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME
   THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN
   NO EVENT, UNLESS REQUIRED BY APPLICABLE LAW, SHALL IBM BE LIABLE TO
   YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
   CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
   SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
   RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
   FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF
   IBM HAS BEEN ADVISED IN ADVANCE OF THE POSSIBILITY OF SUCH DAMAGES.

   IBM does not warrant that the contents of the software will meet your
   requirements, that the software is error-free or that the software
   does not infringe on any intellectual property rights of any third
   party.

   IBM may make improvements and/or changes in the software at any time.

   Changes may or may not be made periodically to the information in the
   software; these changes may be reported, for the software included
   herein, in new editions.

   References, if any, in the software to IBM products, programs, or
   services do not imply that IBM intends to make these available in all
   countries in which IBM operates. Any reference to an IBM licensed
   program in the software is not intended to state or imply that only
   IBM's licensed program may be used. Any functionally equivalent
   program may be used.

   The laws of New York State govern this agreement.

____________________________________
PyGLUT License

   PyGLUT file is derived from the glut.h distributed with GLUT 3.7. It
   is a complete wrapper for GLUT API version 4 (provisional) including
   the game functionality.

   The conversion to a SWIG interface file was done by Andrew Cox
   <acox@globalnet.co.uk>.

   I (Andrew Cox) place no additional limitations on what can be done
   with the contents of this file beyond those it inherits from GLUT.

   DISCLAIMER: PyGlut is provided AS IS without warranty of any kind,
   either express or implied, including but not limited to the implied
   warranties of merchantability and fitness for a particular purpose. In
   no event shall Andrew Cox be liable for any damages whatsoever
   including direct, indirect, incidental, consequential, loss of
   business profits or special damages, even if Andrew Cox has been
   advised of the possibility of such damages.

   Copyright (c) Mark J. Kilgard, 1994, 1995, 1996, 1998.

   This program is freely distributable without licensing fees and is
   provided without guarantee or warrantee expressed or implied. This
   program is -not- in the public domain.

____________________________________
SGI FREE SOFTWARE LICENSE B (Version 1.1 [02/22/2000])

1.  Definitions.

1.1. "Additional Notice Provisions" means such additional provisions as
     appear in the Notice in Original Code under the heading "Additional
     Notice Provisions."

1.2. "Covered Code" means the Original Code or Modifications, or any
     combination thereof.

1.3. "Hardware" means any physical device that accepts input, processes
     input, stores the results of processing, and/or provides output.

1.4. "Larger Work" means a work that combines Covered Code or portions
     thereof with code not governed by the terms of this License.

1.5. "Licensable" means having the right to grant, to the maximum extent
     possible, whether at the time of the initial grant or subsequently
     acquired, any and all of the rights conveyed herein.

1.6. "License" means this document.

1.7. "Licensed Patents" means patent claims Licensable by SGI that are
     infringed by the use or sale of Original Code or any Modifications
     provided by SGI, or any combination thereof.

1.8. "Modifications" means any addition to or deletion from the substance or
     structure of the Original Code or any previous Modifications. When
     Covered Code is released as a series of files, a Modification is:

     A. Any addition to the contents of a file containing Original Code
        and/or addition to or deletion from the contents of a file
        containing previous Modifications.

     B. Any new file that contains any part of the Original Code or previous
        Modifications.

1.9. "Notice" means any notice in Original Code or Covered Code, as required
     by and incompliance with this License.

1.10. "Original Code" means source code of computer software code that is
      described in the source code Notice required by Exhibit A as Original
      Code, and updates and error corrections specifically thereto.

1.11. "Recipient" means an individual or a legal entity exercising rights
      under, and complying with all of the terms of, this License or a
      future version of this License issued under Section 8.

      For legal entities, "Recipient" includes any entity that controls, is
      controlled by, or is under common control with Recipient. For purposes
      of this definition, "control" of an entity means (a) the power, direct
      or indirect, to direct or manage such entity, or (b) ownership of
      fifty percent (50%) or more of the outstanding shares or beneficial
      ownership of such entity.

1.12. "Recipient Patents" means patent claims Licensable by a Recipient that
      are infringed by the use or sale of Original Code or any Modifications
      provided by SGI, or any combination thereof.

1.13. "SGI" means Silicon Graphics, Inc.

1.14. "SGI Patents" means patent claims Licensable by SGI other than the
      Licensed Patents.


2. License Grant and Restrictions.

2.1. SGI License Grant.

    Subject to the terms of this License and any third party intellectual
    property claims, for the duration of intellectual property protections
    inherent in the Original Code, SGI hereby grants Recipient a worldwide,
    royalty-free, non-exclusive license, to do the following: (i) under
    copyrights Licensable by SGI, to reproduce, distribute, create
    derivative works from, and, to the extent applicable, display and
    perform the Original Code and/or any Modifications provided by SGI
    alone and/or as part of a Larger Work; and (ii) under any Licensable
    Patents, to make, have made, use, sell, offer for sale, import and/or
    otherwise transfer the Original Code and/or any Modifications provided
    by SGI. Recipient accepts the terms and conditions of this License by
    undertaking any of the aforementioned actions. The patent license shall
    apply to the Covered Code if, at the time any related Modification is
    added, such addition of the Modification causes such combination to be
    covered by the Licensed Patents. The patent license in Section 2.1(ii)
    shall not apply to any other combinations that include the
    Modification. No patent license is provided under SGI Patents for
    infringements of SGI Patents by Modifications not provided by SGI or
    combinations of Original Code and Modifications not provided by SGI.

2.2. Recipient License Grant.

    Subject to the terms of this License and any third party intellectual
    property claims, Recipient hereby grants SGI and any other Recipients a
    worldwide, royalty-free, non-exclusive license, under any Recipient
    Patents, to make, have made, use, sell, offer for sale, import and/or
    otherwise transfer the Original Code and/or any Modifications provided
    by SGI.

2.3. No License For Hardware Implementations.

    The licenses granted in Section 2.1 and 2.2 are not applicable to
    implementation in Hardware of the algorithms embodied in the Original
    Code or any Modifications provided by SGI.

3. Redistributions.

3.1. Retention of Notice/Copy of License.

    The Notice set forth in Exhibit A, below, must be conspicuously retained
    or included in any and all redistributions of Covered Code. For
    distributions of the Covered Code in source code form, the Notice must
    appear in every file that can include a text comments field; in
    executable form, the Notice and a copy of this License must appear in
    related documentation or collateral where the Recipient's rights
    relating to Covered Code are described.  Any Additional Notice
    Provisions which actually appears in the Original Code must also be
    retained or included in any and all redistributions of Covered Code.
    
3.2. Alternative License.

    Provided that Recipient is in compliance with the terms of this
    License, Recipient may, so long as without derogation of any of SGI's
    rights in and to the Original Code, distribute the source code and/or
    executable version(s) of Covered Code under (1) this License; (2) a
    license identical to this License but for only such changes as are
    necessary in order to clarify Recipient's role as licensor of
    Modifications; and/or (3) a license of Recipient's choosing, containing
    terms different from this License, provided that the license terms
    include this Section 3 and Sections 4, 6, 7, 10, 12, and 13, which
    terms may not be modified or superseded by any other terms of such
    license. If Recipient elects to use any license other than this
    License, Recipient must make it absolutely clear that any of its terms
    which differ from this License are offered by Recipient alone, and not
    by SGI. It is emphasized that this License is a limited license, and,
    regardless of the license form employed by Recipient in accordance with
    this Section 3.2, Recipient may relicense only such rights, in Original
    Code and Modifications by SGI, as it has actually been granted by SGI
    in this License.

3.3. Indemnity.

    Recipient hereby agrees to indemnify SGI for any liability incurred by
    SGI as a result of any such alternative license terms Recipient offers.

4. Termination.

    This License and the rights granted hereunder will terminate
    automatically if Recipient breaches any term herein and fails to cure
    such breach within 30 days thereof. Any sublicense to the Covered Code
    that is properly granted shall survive any termination of this License,
    absent termination by the terms of such sublicense.  Provisions that, by
    their nature, must remain in effect beyond the termination of this
    License, shall survive.
   
5. No Trademark Or Other Rights.

    This License does not grant any rights to: (i) any software apart from
    the Covered Code, nor shall any other rights or licenses not expressly
    granted hereunder arise by implication, estoppel or otherwise with
    respect to the Covered Code; (ii) any trade name, trademark or service
    mark whatsoever, including without limitation any related right for
    purposes of endorsement or promotion of products derived from the Covered
    Code, without prior written permission of SGI; or (iii) any title to or
    ownership of the Original Code, which shall at all times remains with
    SGI. All rights in the Original Code not expressly granted under this
    License are reserved.

6. Compliance with Laws; Non-Infringement.

    There are various worldwide laws, regulations, and executive orders
    applicable to dispositions of Covered Code, including without limitation
    export, re-export, and import control laws, regulations, and executive
    orders, of the U.S. government and other countries, and Recipient is
    reminded it is obliged to obey such laws, regulations, and executive
    orders. Recipient may not distribute Covered Code that (i) in any way
    infringes (directly or contributorily) any intellectual property rights
    of any kind of any other person or entity or (ii) breaches any
    representation or warranty, express, implied or statutory, to which,
    under any applicable law, it might be deemed to have been subject.

7. Claims of Infringement.

    If Recipient learns of any third party claim that any disposition of
    Covered Code and/or functionality wholly or partially infringes the third
    party's intellectual property rights, Recipient will promptly notify SGI
    of such claim.
   
8.  Versions of the License.

    SGI may publish revised and/or new versions of the License from time to
    time, each with a distinguishing version number. Once Covered Code has
    been published under a particular version of the License, Recipient may,
    for the duration of the license, continue to use it under the terms of
    that version, or choose to use such Covered Code under the terms of any
    subsequent version published by SGI. Subject to the provisions of
    Sections 3 and 4 of this License, only SGI may modify the terms
    applicable to Covered Code created under this License.

9. DISCLAIMER OF WARRANTY.

    COVERED CODE IS PROVIDED "AS IS." ALL EXPRESS AND IMPLIED WARRANTIES AND
    CONDITIONS ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED
    WARRANTIES AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY,
    FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. SGI ASSUMES NO
    RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE
    SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, SGI ASSUMES NO COST OR LIABILITY
    FOR SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY IS
    AN ESSENTIAL PART OF THIS LICENSE.  NO USE OF ANY COVERED CODE IS
    AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER.

10. LIMITATION OF LIABILITY.

    UNDER NO CIRCUMSTANCES NOR LEGAL THEORY, WHETHER TORT (INCLUDING,
    WITHOUT LIMITATION, NEGLIGENCE OR STRICT LIABILITY), CONTRACT, OR
    OTHERWISE, SHALL SGI OR ANY SGI LICENSOR BE LIABLE FOR ANY DIRECT,
    INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER
    INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
    STOPPAGE, LOSS OF DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL
    OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
    INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
    LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
    RESULTING FROM SGI's NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS
    SUCH LIMITATION.  SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND
    LIMITATION MAY NOT APPLY TO RECIPIENT.

11. Indemnity.

    Recipient shall be solely responsible for damages arising, directly
    or indirectly, out of its utilization of rights under this License. 
    Recipient will defend, indemnify and hold harmless Silicon Graphics,
    Inc.  from and against any loss, liability, damages, costs or expenses
    (including the payment of reasonable attorneys fees) arising out of
    Recipient's use, modification, reproduction and distribution of the
    Covered Code or out of any representation or warranty made by Recipient.

12. U.S. Government End Users.

    The Covered Code is a "commercial item" consisting of "commercial
    computer software" as such terms are defined in title 48 of the Code of
    Federal Regulations and all U.S. Government End Users acquire only the
    rights set forth in this License and are subject to the terms of this
    License.

13. Miscellaneous.

    This License represents the complete agreement concerning the its subject
    matter. If any provision of this License is held to be unenforceable,
    such provision shall be reformed so as to achieve as nearly as possible
    the same legal and economic effect as the original provision and the
    remainder of this License will remain in effect. This License shall be
    governed by and construed in accordance with the laws of the United
    States and the State of California as applied to agreements entered into
    and to be performed entirely within California between California
    residents. Any litigation relating to this License shall be subject to
    the exclusive jurisdiction of the Federal Courts of the Northern
    District of California (or, absent subject matter jurisdiction in such
    courts, the courts of the State of California), with venue
    lying exclusively in Santa Clara County, California, with the losing
    party responsible for costs, including without limitation, court costs
    and reasonable attorneys fees and expenses. The application of the United
    Nations Convention on Contracts for the International Sale of Goods is
    expressly excluded. Any law or regulation that provides that the
    language of a contract shall be construed against the drafter shall not
    apply to this License.

Exhibit A
  License Applicability.
    
    Except to the extent portions of this file are made subject to
    an alternative license as permitted in the SGI Free Software License B,
    Version 1.1 (the "License"), the contents of this file are subject only
    to the provisions of the License.  You may not use this file except in
    compliance with the License. You may obtain a copy of the License at
    Silicon Graphics, Inc., attn: Legal Services, 1600 Amphitheatre Parkway,
    Mountain View, CA 94043-1351, or at:

    http://oss.sgi.com/projects/FreeB

    Note that, as provided in the License, the Software is distributed on an
    "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
    DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES
    AND CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
    PARTICULAR PURPOSE, AND NON-INFRINGEMENT.

  Original Code.

    The Original Code is: [name of software, version number, and release
    date], developed by Silicon Graphics, Inc. The Original Code is Copyright
    (c) [dates of first publication, as appearing in the Notice in the
    Original Code] Silicon Graphics, Inc. Copyright in any portions created
    by third parties is as indicated elsewhere herein. All Rights Reserved.

  Additional Notice Provisions:
    [such additional provisions, if any, as appear in the Notice in
     the Original Code under the heading "Additional Notice Provisions"]