]> gerrit.simantics Code Review - simantics/platform.git/blob - features/hdf.hdf5.feature/feature.xml
a1a1b3177da22a7a570354bf6feeb5cb89dbb3a9
[simantics/platform.git] / features / hdf.hdf5.feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feature
3       id="hdf.hdf5"
4       label="HDF5 for Java"
5       version="1.10.2"
6       provider-name="Semantum Oy">
7
8    <description>
9       This feature bundles together the Java HDF5 Interface library
10 (hdf.hdf5lib) and its dependencies.
11    </description>
12
13    <copyright url="https://svn.hdfgroup.org/hdf5/trunk/COPYING">
14       Copyright Notice and License Terms for 
15 HDF5 (Hierarchical Data Format 5) Software Library and Utilities
16 -----------------------------------------------------------------------------
17
18 HDF5 (Hierarchical Data Format 5) Software Library and Utilities
19 Copyright 2006-2016 by The HDF Group.
20
21 NCSA HDF5 (Hierarchical Data Format 5) Software Library and Utilities
22 Copyright 1998-2006 by the Board of Trustees of the University of Illinois.
23
24 All rights reserved.
25
26 Redistribution and use in source and binary forms, with or without 
27 modification, are permitted for any purpose (including commercial purposes) 
28 provided that the following conditions are met:
29
30 1. Redistributions of source code must retain the above copyright notice, 
31    this list of conditions, and the following disclaimer.
32
33 2. Redistributions in binary form must reproduce the above copyright notice, 
34    this list of conditions, and the following disclaimer in the documentation 
35    and/or materials provided with the distribution.
36
37 3. In addition, redistributions of modified forms of the source or binary 
38    code must carry prominent notices stating that the original code was 
39    changed and the date of the change.
40
41 4. All publications or advertising materials mentioning features or use of 
42    this software are asked, but not required, to acknowledge that it was 
43    developed by The HDF Group and by the National Center for Supercomputing 
44    Applications at the University of Illinois at Urbana-Champaign and 
45    credit the contributors.
46
47 5. Neither the name of The HDF Group, the name of the University, nor the 
48    name of any Contributor may be used to endorse or promote products derived 
49    from this software without specific prior written permission from 
50    The HDF Group, the University, or the Contributor, respectively.
51
52 DISCLAIMER: 
53 THIS SOFTWARE IS PROVIDED BY THE HDF GROUP AND THE CONTRIBUTORS 
54 &quot;AS IS&quot; WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED.  In no 
55 event shall The HDF Group or the Contributors be liable for any damages 
56 suffered by the users arising out of the use of this software, even if 
57 advised of the possibility of such damage. 
58
59 -----------------------------------------------------------------------------
60 -----------------------------------------------------------------------------
61
62 Contributors:   National Center for Supercomputing Applications (NCSA) at 
63 the University of Illinois, Fortner Software, Unidata Program Center (netCDF), 
64 The Independent JPEG Group (JPEG), Jean-loup Gailly and Mark Adler (gzip), 
65 and Digital Equipment Corporation (DEC).
66
67 -----------------------------------------------------------------------------
68
69 Portions of HDF5 were developed with support from the Lawrence Berkeley 
70 National Laboratory (LBNL) and the United States Department of Energy 
71 under Prime Contract No. DE-AC02-05CH11231.
72
73 -----------------------------------------------------------------------------
74
75 Portions of HDF5 were developed with support from the University of 
76 California, Lawrence Livermore National Laboratory (UC LLNL).  
77 The following statement applies to those portions of the product and must 
78 be retained in any redistribution of source code, binaries, documentation, 
79 and/or accompanying materials:
80
81    This work was partially produced at the University of California, 
82    Lawrence Livermore National Laboratory (UC LLNL) under contract 
83    no. W-7405-ENG-48 (Contract 48) between the U.S. Department of Energy 
84    (DOE) and The Regents of the University of California (University) 
85    for the operation of UC LLNL.
86
87    DISCLAIMER: 
88    This work was prepared as an account of work sponsored by an agency of 
89    the United States Government. Neither the United States Government nor 
90    the University of California nor any of their employees, makes any 
91    warranty, express or implied, or assumes any liability or responsibility 
92    for the accuracy, completeness, or usefulness of any information, 
93    apparatus, product, or process disclosed, or represents that its use 
94    would not infringe privately- owned rights. Reference herein to any 
95    specific commercial products, process, or service by trade name, 
96    trademark, manufacturer, or otherwise, does not necessarily constitute 
97    or imply its endorsement, recommendation, or favoring by the United 
98    States Government or the University of California. The views and 
99    opinions of authors expressed herein do not necessarily state or reflect 
100    those of the United States Government or the University of California, 
101    and shall not be used for advertising or product endorsement purposes.
102
103 -----------------------------------------------------------------------------
104
105 HDF5 is available with the SZIP compression library but SZIP is not part 
106 of HDF5 and has separate copyright and license terms. See “Szip Compression 
107 in HDF Products” (www.hdfgroup.org/doc_resource/SZIP/) for further details.
108
109 -----------------------------------------------------------------------------
110    </copyright>
111
112    <plugin
113          id="org.slf4j.api"
114          download-size="0"
115          install-size="0"
116          version="0.0.0"
117          unpack="false"/>
118
119    <plugin
120          id="hdf.hdf5lib"
121          os="linux,win32"
122          arch="x86_64"
123          download-size="0"
124          install-size="0"
125          version="0.0.0"/>
126
127 </feature>