author | Rich Burridge <rich.burridge@oracle.com> |
Mon, 11 Mar 2013 10:06:51 -0700 | |
changeset 1205 | 6c6c27bcf9ac |
parent 1073 | c80b2ce240a9 |
permissions | -rw-r--r-- |
867
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
1 |
/*- |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
2 |
* Copyright (c) 1980, 1991 The Regents of the University of California. |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
3 |
* All rights reserved. |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
4 |
* |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
5 |
* Redistribution and use in source and binary forms, with or without |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
6 |
* modification, are permitted provided that the following conditions |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
7 |
* are met: |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
8 |
* 1. Redistributions of source code must retain the above copyright |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
9 |
* notice, this list of conditions and the following disclaimer. |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
10 |
* 2. Redistributions in binary form must reproduce the above copyright |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
11 |
* notice, this list of conditions and the following disclaimer in the |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
12 |
* documentation and/or other materials provided with the distribution. |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
13 |
* 3. All advertising materials mentioning features or use of this software |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
14 |
* must display the following acknowledgement: |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
15 |
* This product includes software developed by the University of |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
16 |
* California, Berkeley and its contributors. |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
17 |
* 4. Neither the name of the University nor the names of its contributors |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
18 |
* may be used to endorse or promote products derived from this software |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
19 |
* without specific prior written permission. |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
20 |
* |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
21 |
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
22 |
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
23 |
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
24 |
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
25 |
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
26 |
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
27 |
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
28 |
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
29 |
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
30 |
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
31 |
* SUCH DAMAGE. |
181d993d52cf
7164255 bzip2 needs TPNO and license file modifications
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
94
diff
changeset
|
32 |
*/ |