|
1 | | -Copyright Notice and Statement for NCSA Hierarchical Data Format (HDF) |
2 | | -Software Library and Utilities |
3 | | -
|
4 | | -NCSA HDF5 (Hierarchical Data Format 5) Software Library and Utilities |
5 | | -Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the Board of |
6 | | -Trustees of the University of Illinois. All rights reserved. |
7 | | -
|
8 | | -Contributors: National Center for Supercomputing Applications (NCSA) at the |
9 | | -University of Illinois at Urbana-Champaign (UIUC), Lawrence Livermore |
10 | | -National Laboratory (LLNL), Sandia National Laboratories (SNL), Los Alamos |
11 | | -National Laboratory (LANL), Jean-loup Gailly and Mark Adler (gzip library). |
12 | | -
|
13 | | -Redistribution and use in source and binary forms, with or without |
14 | | -modification, are permitted for any purpose (including commercial purposes) |
15 | | -provided that the following conditions are met: |
16 | | -
|
17 | | -1. Redistributions of source code must retain the above copyright notice, |
18 | | - this list of conditions, and the following disclaimer. |
19 | | -
|
20 | | -2. Redistributions in binary form must reproduce the above copyright notice, |
21 | | - this list of conditions, and the following disclaimer in the documentation |
22 | | - and/or materials provided with the distribution. |
23 | | -
|
24 | | -3. In addition, redistributions of modified forms of the source or binary |
25 | | - code must carry prominent notices stating that the original code was |
26 | | - changed and the date of the change. |
27 | | -
|
28 | | -4. All publications or advertising materials mentioning features or use of |
29 | | - this software are asked, but not required, to acknowledge that it was |
30 | | - developed by the National Center for Supercomputing Applications at the |
31 | | - University of Illinois at Urbana-Champaign and to credit the contributors. |
32 | | -
|
33 | | -5. Neither the name of the University nor the names of the Contributors may |
34 | | - be used to endorse or promote products derived from this software without |
35 | | - specific prior written permission from the University or the Contributors, |
36 | | - as appropriate for the name(s) to be used. |
37 | | -
|
38 | | -6. THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND THE CONTRIBUTORS "AS IS" |
39 | | - WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED. In no event |
40 | | - shall the University or the Contributors be liable for any damages |
41 | | - suffered by the users arising out of the use of this software, even if |
42 | | - advised of the possibility of such damage. |
43 | | -
|
44 | | --------------------------------------------------------------------------- |
45 | | -Portions of HDF5 were developed with support from the University of |
46 | | -California, Lawrence Livermore National Laboratory (UC LLNL). |
47 | | -The following statement applies to those portions of the product |
48 | | -and must be retained in any redistribution of source code, binaries, |
49 | | -documentation, and/or accompanying materials: |
50 | | -
|
51 | | - This work was partially produced at the University of California, |
52 | | - Lawrence Livermore National Laboratory (UC LLNL) under contract no. |
53 | | - W-7405-ENG-48 (Contract 48) between the U.S. Department of Energy |
54 | | - (DOE) and The Regents of the University of California (University) |
55 | | - for the operation of UC LLNL. |
56 | | -
|
57 | | - DISCLAIMER: |
58 | | - This work was prepared as an account of work sponsored by an agency |
59 | | - of the United States Government. Neither the United States |
60 | | - Government nor the University of California nor any of their |
61 | | - employees, makes any warranty, express or implied, or assumes any |
62 | | - liability or responsibility for the accuracy, completeness, or |
63 | | - usefulness of any information, apparatus, product, or process |
64 | | - disclosed, or represents that its use would not infringe privately- |
65 | | - owned rights. Reference herein to any specific commercial products, |
66 | | - process, or service by trade name, trademark, manufacturer, or |
67 | | - otherwise, does not necessarily constitute or imply its endorsement, |
68 | | - recommendation, or favoring by the United States Government or the |
69 | | - University of California. The views and opinions of authors |
70 | | - expressed herein do not necessarily state or reflect those of the |
71 | | - United States Government or the University of California, and shall |
72 | | - not be used for advertising or product endorsement purposes. |
73 | | --------------------------------------------------------------------------- |
74 | | -
|
| 1 | +Copyright Notice and Statement for NCSA Hierarchical Data Format (HDF) |
| 2 | +Software Library and Utilities |
| 3 | + |
| 4 | +NCSA HDF5 (Hierarchical Data Format 5) Software Library and Utilities |
| 5 | +Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the Board of |
| 6 | +Trustees of the University of Illinois. All rights reserved. |
| 7 | + |
| 8 | +Contributors: National Center for Supercomputing Applications (NCSA) at the |
| 9 | +University of Illinois at Urbana-Champaign (UIUC), Lawrence Livermore |
| 10 | +National Laboratory (LLNL), Sandia National Laboratories (SNL), Los Alamos |
| 11 | +National Laboratory (LANL), Jean-loup Gailly and Mark Adler (gzip library). |
| 12 | + |
| 13 | +Redistribution and use in source and binary forms, with or without |
| 14 | +modification, are permitted for any purpose (including commercial purposes) |
| 15 | +provided that the following conditions are met: |
| 16 | + |
| 17 | +1. Redistributions of source code must retain the above copyright notice, |
| 18 | + this list of conditions, and the following disclaimer. |
| 19 | + |
| 20 | +2. Redistributions in binary form must reproduce the above copyright notice, |
| 21 | + this list of conditions, and the following disclaimer in the documentation |
| 22 | + and/or materials provided with the distribution. |
| 23 | + |
| 24 | +3. In addition, redistributions of modified forms of the source or binary |
| 25 | + code must carry prominent notices stating that the original code was |
| 26 | + changed and the date of the change. |
| 27 | + |
| 28 | +4. All publications or advertising materials mentioning features or use of |
| 29 | + this software are asked, but not required, to acknowledge that it was |
| 30 | + developed by the National Center for Supercomputing Applications at the |
| 31 | + University of Illinois at Urbana-Champaign and to credit the contributors. |
| 32 | + |
| 33 | +5. Neither the name of the University nor the names of the Contributors may |
| 34 | + be used to endorse or promote products derived from this software without |
| 35 | + specific prior written permission from the University or the Contributors, |
| 36 | + as appropriate for the name(s) to be used. |
| 37 | + |
| 38 | +6. THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND THE CONTRIBUTORS "AS IS" |
| 39 | + WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED. In no event |
| 40 | + shall the University or the Contributors be liable for any damages |
| 41 | + suffered by the users arising out of the use of this software, even if |
| 42 | + advised of the possibility of such damage. |
| 43 | + |
| 44 | +-------------------------------------------------------------------------- |
| 45 | +Portions of HDF5 were developed with support from the University of |
| 46 | +California, Lawrence Livermore National Laboratory (UC LLNL). |
| 47 | +The following statement applies to those portions of the product |
| 48 | +and must be retained in any redistribution of source code, binaries, |
| 49 | +documentation, and/or accompanying materials: |
| 50 | + |
| 51 | + This work was partially produced at the University of California, |
| 52 | + Lawrence Livermore National Laboratory (UC LLNL) under contract no. |
| 53 | + W-7405-ENG-48 (Contract 48) between the U.S. Department of Energy |
| 54 | + (DOE) and The Regents of the University of California (University) |
| 55 | + for the operation of UC LLNL. |
| 56 | + |
| 57 | + DISCLAIMER: |
| 58 | + This work was prepared as an account of work sponsored by an agency |
| 59 | + of the United States Government. Neither the United States |
| 60 | + Government nor the University of California nor any of their |
| 61 | + employees, makes any warranty, express or implied, or assumes any |
| 62 | + liability or responsibility for the accuracy, completeness, or |
| 63 | + usefulness of any information, apparatus, product, or process |
| 64 | + disclosed, or represents that its use would not infringe privately- |
| 65 | + owned rights. Reference herein to any specific commercial products, |
| 66 | + process, or service by trade name, trademark, manufacturer, or |
| 67 | + otherwise, does not necessarily constitute or imply its endorsement, |
| 68 | + recommendation, or favoring by the United States Government or the |
| 69 | + University of California. The views and opinions of authors |
| 70 | + expressed herein do not necessarily state or reflect those of the |
| 71 | + United States Government or the University of California, and shall |
| 72 | + not be used for advertising or product endorsement purposes. |
| 73 | +-------------------------------------------------------------------------- |
| 74 | + |
0 commit comments