|
| 1 | +Modifications to the original NIST code are (C)opyright by their |
| 2 | +respective authors. Unless otherwise specified, they are copyright |
| 3 | +on the date those changes were committed to whichever repository |
| 4 | +they were committed to first (i.e. BRL-CAD on SourceForge.net, |
| 5 | +mpictor/StepClassLibrary on github, etc). |
| 6 | + |
| 7 | +Modifications which were first commited to the repository on github |
| 8 | +are licensed under the 3-clause BSD license below. Changes committed |
| 9 | +to BRL-CAD either contain license information mentioning BRL-CAD |
| 10 | +near the top of the file, or are licensed under the same terms that |
| 11 | +NIST used. |
| 12 | + |
| 13 | +******************************************************************** |
| 14 | +3-clause BSD license: |
| 15 | + |
| 16 | +Copyright (c) <date committed>, <copyright holder> |
| 17 | +All rights reserved. |
| 18 | + |
| 19 | +Redistribution and use in source and binary forms, with or without |
| 20 | +modification, are permitted provided that the following conditions are met: |
| 21 | + * Redistributions of source code must retain the above copyright |
| 22 | + notice, this list of conditions and the following disclaimer. |
| 23 | + * Redistributions in binary form must reproduce the above copyright |
| 24 | + notice, this list of conditions and the following disclaimer in the |
| 25 | + documentation and/or other materials provided with the distribution. |
| 26 | + * Neither the name of the <organization> nor the |
| 27 | + names of its contributors may be used to endorse or promote products |
| 28 | + derived from this software without specific prior written permission. |
| 29 | + |
| 30 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 31 | +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 32 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 33 | +DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY |
| 34 | +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 35 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 36 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 37 | +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 38 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 39 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 40 | +******************************************************************** |
| 41 | + |
| 42 | + |
| 43 | +******************************************************************** |
| 44 | + ORIGINAL NIST TEXT FOLLOWS |
| 45 | +******************************************************************** |
1 | 46 |
|
2 | 47 | This software was produced by the National Institute of Standards and |
3 | 48 | Technology (NIST), an agency of the U.S. government, and by statute is |
|
0 commit comments