Last change
on this file since 10688 was
10207,
checked in by ascheibe, 11 years ago
|
#1886 added a unit test for volume calculation and the qhull library
|
File size:
1.6 KB
|
Rev | Line | |
---|
[10207] | 1 | Qhull, Copyright (c) 1993-2012
|
---|
| 2 |
|
---|
| 3 | C.B. Barber
|
---|
| 4 | Arlington, MA
|
---|
| 5 |
|
---|
| 6 | and
|
---|
| 7 |
|
---|
| 8 | The National Science and Technology Research Center for
|
---|
| 9 | Computation and Visualization of Geometric Structures
|
---|
| 10 | (The Geometry Center)
|
---|
| 11 | University of Minnesota
|
---|
| 12 |
|
---|
| 13 | email: qhull@qhull.org
|
---|
| 14 |
|
---|
| 15 | This software includes Qhull from C.B. Barber and The Geometry Center.
|
---|
| 16 | Qhull is copyrighted as noted above. Qhull is free software and may
|
---|
| 17 | be obtained via http from www.qhull.org. It may be freely copied, modified,
|
---|
| 18 | and redistributed under the following conditions:
|
---|
| 19 |
|
---|
| 20 | 1. All copyright notices must remain intact in all files.
|
---|
| 21 |
|
---|
| 22 | 2. A copy of this text file must be distributed along with any copies
|
---|
| 23 | of Qhull that you redistribute; this includes copies that you have
|
---|
| 24 | modified, or copies of programs or other software products that
|
---|
| 25 | include Qhull.
|
---|
| 26 |
|
---|
| 27 | 3. If you modify Qhull, you must include a notice giving the
|
---|
| 28 | name of the person performing the modification, the date of
|
---|
| 29 | modification, and the reason for such modification.
|
---|
| 30 |
|
---|
| 31 | 4. When distributing modified versions of Qhull, or other software
|
---|
| 32 | products that include Qhull, you must provide notice that the original
|
---|
| 33 | source code may be obtained as noted above.
|
---|
| 34 |
|
---|
| 35 | 5. There is no warranty or other guarantee of fitness for Qhull, it is
|
---|
| 36 | provided solely "as is". Bug reports or fixes may be sent to
|
---|
| 37 | qhull_bug@qhull.org; the authors may or may not act on them as
|
---|
| 38 | they desire.
|
---|
Note: See
TracBrowser
for help on using the repository browser.