ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/copyright.h
Revision: 3.1
Committed: Sat Feb 22 02:07:22 2003 UTC (21 years, 2 months ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: rad3R7P2, rad3R7P1, rad3R5, rad3R6, rad3R6P1, rad3R8, rad3R9
Log Message:
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

File Contents

# User Rev Content
1 greg 3.1 /* RCSid: $Id$ */
2     /* ====================================================================
3     * The Radiance Software License, Version 1.0
4     *
5     * Copyright (c) 1990 - 2002 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     */
58