|
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 or stepcode/stepcode on github). |
| 1 | +STEPcode is provided as a unified work under the 3-clause BSD license. |
| 2 | +As some portions are not subject to copyright in some jurisdictions, |
| 3 | +see INTENT.md for additional details regarding intent and history. |
6 | 4 |
|
7 | | -Modifications which were first committed 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. |
| 5 | +In jurisdictions where code generated by STEPcode is subject to this |
| 6 | +license, a special exception is provided that gives you permission to |
| 7 | +non-exclusively license generated code under any license. |
12 | 8 |
|
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 | | -******************************************************************** |
| 9 | +STEPcode acknowledgement and/or attribution is appreciated regardless |
| 10 | +of license or copyright status. |
41 | 11 |
|
42 | 12 |
|
43 | 13 | ******************************************************************** |
44 | | - ORIGINAL NIST TEXT FOLLOWS |
| 14 | + 3-Clause BSD License |
45 | 15 | ******************************************************************** |
46 | 16 |
|
47 | | -This software was produced by the National Institute of Standards and |
48 | | -Technology (NIST), an agency of the U.S. government, and by statute is |
49 | | -not subject to copyright in the United States. Recipients of this |
50 | | -software assume all responsibility associated with its operation, |
51 | | -modification, maintenance, and subsequent redistribution. |
52 | | - |
53 | | -Acknowledgements: |
54 | | -The STEP Class Library (SCL) was developed by the Manufacturing |
55 | | -Systems Integration Division at NIST to support testing of the |
56 | | -Standard for the Exchange of Product Model Data (a.k.a STEP) and |
57 | | -validation of STEP's emerging implementation specifications. Funding |
58 | | -for the project has come from the Department of Commerce and the |
59 | | -Department of Defense agencies including the Office of the Defense |
60 | | -CALS (Continuous Acquisition and Life-Cycle Support) Executive and |
61 | | -the Defense Advanced Research Projects Agency (DARPA). Recent |
62 | | -enhancements were sponsored by the National Information Infrastructure |
63 | | -Protocols Consortium and NIST's Systems Integration for Manufacturing |
64 | | -Applications (SIMA) program. |
65 | | - |
66 | | - |
67 | | -/* ******************************************************************** |
68 | | - * D I S C L A I M E R |
69 | | - * (February 6, 1992) |
70 | | - * |
71 | | - * There is no warranty for the NIST PDES Toolkit. |
72 | | - * If the NIST PDES Toolkit |
73 | | - * is modified by someone else and passed on, NIST wants |
74 | | - * the Toolkit's recipients to know that what they have is not what NIST |
75 | | - * distributed. |
76 | | - * |
77 | | - * Policies |
78 | | - * |
79 | | - * 1. Anyone may copy and distribute verbatim copies of the NIST PDES Toolkit |
80 | | - * source code as received in any medium. |
81 | | - * |
82 | | - * 2. Anyone may modify your copy or copies of the NIST PDES Toolkit source |
83 | | - * code or any portion of it, and copy and distribute such modifications |
84 | | - * provided that all modifications are clearly associated with the entity |
85 | | - * that performs the modifications. |
86 | | - * |
87 | | - * NO WARRANTY |
88 | | - * =========== |
89 | | - * |
90 | | - * NIST PROVIDES ABSOLUTELY NO WARRANTY. THE NIST PDES TOOLKIT |
91 | | - * IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER |
92 | | - * EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
93 | | - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
94 | | - * THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS |
95 | | - * WITH YOU. SHOULD ANY PORTION OF THE NIST PDES TOOLKIT PROVE DEFECTIVE, |
96 | | - * YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. |
97 | | - * |
98 | | - * IN NO EVENT WILL NIST BE LIABLE FOR DAMAGES, |
99 | | - * INCLUDING ANY LOST PROFITS, LOST MONIES, OR OTHER SPECIAL, |
100 | | - * INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR |
101 | | - * INABILITY TO USE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA |
102 | | - * BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY THIRD PARTIES OR A |
103 | | - * FAILURE OF THE PROGRAM TO OPERATE WITH PROGRAMS NOT DISTRIBUTED BY |
104 | | - * NIST) THE PROGRAMS, EVEN IF YOU HAVE BEEN ADVISED OF THE POSSIBILITY OF |
105 | | - * SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY. |
106 | | - */ |
107 | | - |
| 17 | +Copyright (c) 2009-2019 STEPcode AUTHORS |
| 18 | +All rights reserved. |
108 | 19 |
|
| 20 | +Redistribution and use in source and binary forms, with or without |
| 21 | +modification, are permitted provided that the following conditions are |
| 22 | +met: |
| 23 | + |
| 24 | +1. Redistributions of source code must retain the above copyright |
| 25 | +notice, this list of conditions and the following disclaimer. |
| 26 | + |
| 27 | +2. Redistributions in binary form must reproduce the above copyright |
| 28 | +notice, this list of conditions and the following disclaimer in the |
| 29 | +documentation and/or other materials provided with the distribution. |
| 30 | + |
| 31 | +3. Neither the name of the copyright holder nor the names of its |
| 32 | +contributors may be used to endorse or promote products derived from |
| 33 | +this software without specific prior written permission. |
| 34 | + |
| 35 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 36 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 37 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 38 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 39 | +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 40 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 41 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 42 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 43 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 44 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 45 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments