|
| 1 | +*** License Agreement *** |
| 2 | + |
| 3 | +The HDF5 GPUDirect Storage VFD is a Virtual File Driver (VFD) for HDF5 that |
| 4 | +can be used to interface with Nvidia's GPUDirect Storage (GDS) API. Copyright (c) 2021, |
| 5 | +The Regents of the University of California, through Lawrence Berkeley National |
| 6 | +Laboratory (subject to receipt of any required approvals from the U.S. Dept. of |
| 7 | +Energy) and North Carolina State University. All rights reserved. |
| 8 | + |
| 9 | +Redistribution and use in source and binary forms, with or without |
| 10 | +modification, are permitted provided that the following conditions are met: |
| 11 | + |
| 12 | +(1) Redistributions of source code must retain the above copyright notice, |
| 13 | +this list of conditions and the following disclaimer. |
| 14 | + |
| 15 | +(2) Redistributions in binary form must reproduce the above copyright |
| 16 | +notice, this list of conditions and the following disclaimer in the |
| 17 | +documentation and/or other materials provided with the distribution. |
| 18 | + |
| 19 | +(3) Neither the name of the University of California, Lawrence Berkeley |
| 20 | +National Laboratory, U.S. Dept. of Energy, North Carolina State University |
| 21 | +nor the names of its contributors may be used to endorse or promote |
| 22 | +products derived from this software without specific prior written permission. |
| 23 | + |
| 24 | + |
| 25 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 26 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 27 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 28 | +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 29 | +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 30 | +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 31 | +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 32 | +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 33 | +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 34 | +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 35 | +POSSIBILITY OF SUCH DAMAGE. |
| 36 | + |
| 37 | +You are under no obligation whatsoever to provide any bug fixes, patches, |
| 38 | +or upgrades to the features, functionality or performance of the source |
| 39 | +code ("Enhancements") to anyone; however, if you choose to make your |
| 40 | +Enhancements available either publicly, or directly to Lawrence Berkeley |
| 41 | +National Laboratory, without imposing a separate written license agreement |
| 42 | +for such Enhancements, then you hereby grant the following license: a |
| 43 | +non-exclusive, royalty-free perpetual license to install, use, modify, |
| 44 | +prepare derivative works, incorporate into other computer software, |
| 45 | +distribute, and sublicense such enhancements or derivative works thereof, |
| 46 | +in binary and source code form. |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | +LAWRENCE BERKELEY NATIONAL LABORATORY |
| 51 | +Software: HDF5 Nvidia GPUDirect Storage VFD |
| 52 | +Developers: John Ravi |
| 53 | + |
| 54 | +*** License Agreement *** |
| 55 | +" The HDF5 GPUDirect Storage VFD is a Virtual File Driver (VFD) for HDF5 |
| 56 | +that can be used to interface with Nvidia's GPUDirect Storage (GDS) API. |
| 57 | +The driver is built as a plugin library that is external to HDF5. |
| 58 | +(c) 2021, The Regents of the University of California, through Lawrence |
| 59 | +Berkeley National Laboratory (subject to receipt of any required approvals |
| 60 | +from the U.S. Dept. of Energy). All rights reserved." |
| 61 | + |
| 62 | +Redistribution and use in source and binary forms, with or without |
| 63 | +modification, are permitted provided that the following conditions are met: |
| 64 | + |
| 65 | +(1) Redistributions of source code must retain the above copyright notice, |
| 66 | +this list of conditions and the following disclaimer. |
| 67 | + |
| 68 | +(2) Redistributions in binary form must reproduce the above copyright |
| 69 | +notice, this list of conditions and the following disclaimer in the |
| 70 | +documentation and/or other materials provided with the distribution. |
| 71 | + |
| 72 | +(3) Neither the name of the University of California, Lawrence Berkeley |
| 73 | +National Laboratory, U.S. Dept. of Energy nor the names of its contributors |
| 74 | +may be used to endorse or promote products derived from this software |
| 75 | +without specific prior written permission. |
| 76 | + |
| 77 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 78 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 79 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 80 | +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 81 | +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 82 | +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 83 | +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 84 | +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 85 | +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 86 | +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 87 | +POSSIBILITY OF SUCH DAMAGE. |
| 88 | + |
| 89 | +You are under no obligation whatsoever to provide any bug fixes, patches, |
| 90 | +or upgrades to the features, functionality or performance of the source |
| 91 | +code ("Enhancements") to anyone; however, if you choose to make your |
| 92 | +Enhancements available either publicly, or directly to Lawrence Berkeley |
| 93 | +National Laboratory, without imposing a separate written license agreement |
| 94 | +for such Enhancements, then you hereby grant the following license: a |
| 95 | +non-exclusive, royalty-free perpetual license to install, use, modify, |
| 96 | +prepare derivative works, incorporate into other computer software, |
| 97 | +distribute, and sublicense such enhancements or derivative works thereof, |
| 98 | +in binary and source code form. |
0 commit comments