| 84 |
|
goto gotrmake |
| 85 |
|
endif |
| 86 |
|
set newrmake |
| 87 |
< |
goto skiplicense |
| 88 |
< |
cat << _EOF_ |
| 89 |
< |
|
| 90 |
< |
RADIANCE LICENSE AGREEMENT |
| 91 |
< |
|
| 92 |
< |
Radiance is a registered copyright of The Regents of the University of |
| 93 |
< |
California ("The Regents"). The Regents grant to you a nonexclusive, |
| 94 |
< |
nontransferable license ("License") to use Radiance source code without |
| 95 |
< |
fee. You may not sell or distribute Radiance to others without the |
| 96 |
< |
prior express written permission of The Regents. You may compile and |
| 97 |
< |
use this software on any machines to which you have personal access, |
| 98 |
< |
and may share its use with others who have access to the same machines. |
| 99 |
< |
|
| 100 |
< |
NEITHER THE UNITED STATES NOR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY |
| 101 |
< |
OF THEIR EMPLOYEES, MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY |
| 102 |
< |
LEGAL LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS |
| 103 |
< |
OF ANY INFORMATION, APPARATUS, PRODUCT, OR PROCESS DISCLOSED, OR REPRESENTS |
| 104 |
< |
THAT ITS USE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS. By downloading, using |
| 105 |
< |
or copying this software, you agree to abide by the intellectual property laws |
| 106 |
< |
and all other applicable laws of the United States, and by the terms of this |
| 107 |
< |
License Agreement. Ownership of the software shall remain solely in The |
| 108 |
< |
Regents. The Regents shall have the right to terminate this License |
| 109 |
< |
immediately by written notice upon your breach of, or noncompliance with, any |
| 110 |
< |
of its terms. You shall be liable for any infringement or damages resulting |
| 111 |
< |
from your failure to abide by the terms of this License Agreement. |
| 112 |
< |
|
| 113 |
< |
_EOF_ |
| 87 |
> |
more src/common/copyright.h |
| 88 |
|
echo -n "Do you understand and accept the terms of this agreement [n]? " |
| 89 |
|
set ans="$<" |
| 90 |
|
if ( "$ans" !~ [yY]* ) exit |
| 117 |
– |
echo -n "Are you a new Radiance user or with a new address [y]? " |
| 118 |
– |
set ans="$<" |
| 119 |
– |
if ( "$ans" !~ [nN]* ) then |
| 120 |
– |
csh -f newuser |
| 121 |
– |
else |
| 122 |
– |
echo `cat src/rt/VERSION` compiled by `whoami` | mail [email protected] |
| 123 |
– |
endif |
| 124 |
– |
skiplicense: |
| 91 |
|
set special= |
| 92 |
|
set arch= |
| 93 |
|
set opt= |