1 |
|
/* RCSid: $Id$ */ |
2 |
– |
/* ==================================================================== |
3 |
– |
* The Radiance Software License, Version 1.0 |
4 |
– |
* |
5 |
– |
* Copyright (c) 1990 - 2009 The Regents of the University of California, |
6 |
– |
* through Lawrence Berkeley National Laboratory. All rights reserved. |
7 |
– |
* |
8 |
– |
* Redistribution and use in source and binary forms, with or without |
9 |
– |
* modification, are permitted provided that the following conditions |
10 |
– |
* are met: |
11 |
– |
* |
12 |
– |
* 1. Redistributions of source code must retain the above copyright |
13 |
– |
* notice, this list of conditions and the following disclaimer. |
14 |
– |
* |
15 |
– |
* 2. Redistributions in binary form must reproduce the above copyright |
16 |
– |
* notice, this list of conditions and the following disclaimer in |
17 |
– |
* the documentation and/or other materials provided with the |
18 |
– |
* distribution. |
19 |
– |
* |
20 |
– |
* 3. The end-user documentation included with the redistribution, |
21 |
– |
* if any, must include the following acknowledgment: |
22 |
– |
* "This product includes Radiance software |
23 |
– |
* (http://radsite.lbl.gov/) |
24 |
– |
* developed by the Lawrence Berkeley National Laboratory |
25 |
– |
* (http://www.lbl.gov/)." |
26 |
– |
* Alternately, this acknowledgment may appear in the software itself, |
27 |
– |
* if and wherever such third-party acknowledgments normally appear. |
28 |
– |
* |
29 |
– |
* 4. The names "Radiance," "Lawrence Berkeley National Laboratory" |
30 |
– |
* and "The Regents of the University of California" must |
31 |
– |
* not be used to endorse or promote products derived from this |
32 |
– |
* software without prior written permission. For written |
33 |
– |
* permission, please contact [email protected]. |
34 |
– |
* |
35 |
– |
* 5. Products derived from this software may not be called "Radiance", |
36 |
– |
* nor may "Radiance" appear in their name, without prior written |
37 |
– |
* permission of Lawrence Berkeley National Laboratory. |
38 |
– |
* |
39 |
– |
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
40 |
– |
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
41 |
– |
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
42 |
– |
* DISCLAIMED. IN NO EVENT SHALL Lawrence Berkeley National Laboratory OR |
43 |
– |
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
44 |
– |
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
45 |
– |
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
46 |
– |
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
47 |
– |
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
48 |
– |
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
49 |
– |
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
50 |
– |
* SUCH DAMAGE. |
51 |
– |
* ==================================================================== |
52 |
– |
* |
53 |
– |
* This software consists of voluntary contributions made by many |
54 |
– |
* individuals on behalf of Lawrence Berkeley National Laboratory. For more |
55 |
– |
* information on Lawrence Berkeley National Laboratory, please see |
56 |
– |
* <http://www.lbl.gov/>. |
57 |
– |
*/ |
2 |
|
|
3 |
+ |
/********************** |
4 |
+ |
|
5 |
+ |
Radiance v5.4 Copyright (c) 1990 to 2022, The Regents of the University of |
6 |
+ |
California, through Lawrence Berkeley National Laboratory (subject to receipt |
7 |
+ |
of any required approvals from the U.S. Dept. of Energy). All rights reserved. |
8 |
+ |
|
9 |
+ |
If you have questions about your rights to use or distribute this software, |
10 |
+ |
please contact Berkeley Lab's Intellectual Property Office at |
11 |
+ |
[email protected]. |
12 |
+ |
|
13 |
+ |
NOTICE. This Software was developed under funding from the U.S. Department |
14 |
+ |
of Energy and the U.S. Government consequently retains certain rights. As |
15 |
+ |
such, the U.S. Government has been granted for itself and others acting on |
16 |
+ |
its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the |
17 |
+ |
Software to reproduce, distribute copies to the public, prepare derivative |
18 |
+ |
works, and perform publicly and display publicly, and to permit others to do so. |
19 |
+ |
|
20 |
+ |
************************/ |