|
1 | 1 | The MIT License (MIT)
|
2 | 2 |
|
3 |
| -Copyright (c) 2016-2017 Intel Corporation |
| 3 | +Copyright (c) 2016-2018 Intel Corporation |
4 | 4 |
|
5 |
| -Permission is hereby granted, free of charge, to any person obtaining a copy of |
6 |
| -this software and associated documentation files (the "Software"), to deal in |
7 |
| -the Software without restriction, including without limitation the rights to |
8 |
| -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
9 |
| -the Software, and to permit persons to whom the Software is furnished to do so, |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 6 | +this software and associated documentation files (the "Software"), to deal in |
| 7 | +the Software without restriction, including without limitation the rights to |
| 8 | +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 9 | +the Software, and to permit persons to whom the Software is furnished to do so, |
10 | 10 | subject to the following conditions:
|
11 | 11 |
|
12 |
| -The above copyright notice and this permission notice shall be included in all |
| 12 | +The above copyright notice and this permission notice shall be included in all |
13 | 13 | copies or substantial portions of the Software.
|
14 | 14 |
|
15 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16 |
| -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
17 |
| -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
18 |
| -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
19 |
| -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 17 | +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 18 | +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 19 | +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
20 | 20 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
21 | 21 |
|
22 | 22 |
|
23 | 23 | -------------------------------------------------------------------------------------
|
24 | 24 |
|
25 | 25 | We use libcsv (https://sourceforge.net/projects/libcsv/) to parse CSV files. libcsv
|
26 | 26 | is licensed under the GNU Library or Lesser General Public License version 2.0 (LGPLv2).
|
27 |
| -So, if you are re-distributing binaries or object files, they may be subject to LGPLv2 |
28 |
| -terms. Please ensure that any binaries/object files you distribute are compliant with |
29 |
| -LGPLv2. You can disable libcsv usage by not setting the USE_LIBCSV and LIBCSV_DIR flags |
30 |
| -during compilation. However, your binaries/executables will not be able to import CSV |
| 27 | +So, if you are re-distributing binaries or object files, they may be subject to LGPLv2 |
| 28 | +terms. Please ensure that any binaries/object files you distribute are compliant with |
| 29 | +LGPLv2. You can disable libcsv usage by not setting the USE_LIBCSV and LIBCSV_DIR flags |
| 30 | +during compilation. However, your binaries/executables will not be able to import CSV |
31 | 31 | files into TileDB.
|
32 | 32 |
|
33 | 33 |
|
34 | 34 | -------------------------------------------------------------------------------------
|
35 |
| -We use Google protocol buffers in GenomicsDB for representing the mapping information. |
36 |
| -Quoting from the protobuf license |
| 35 | +We use Google protocol buffers in GenomicsDB for representing the mapping information. |
| 36 | +Quoting from the protobuf license |
37 | 37 | (https://github.com/google/protobuf/blob/master/LICENSE):
|
38 |
| -"Code generated by the Protocol Buffer compiler is owned by the owner of the input file |
39 |
| -used when generating it. This code is not standalone and requires a support library to be |
| 38 | +"Code generated by the Protocol Buffer compiler is owned by the owner of the input file |
| 39 | +used when generating it. This code is not standalone and requires a support library to be |
40 | 40 | linked with it. This support library is itself covered by the above license."
|
41 |
| -The .proto files and the generated C++ and Java source files are covered by the license |
| 41 | +The .proto files and the generated C++ and Java source files are covered by the license |
42 | 42 | text in lines 1-20 in this file.
|
43 |
| -If you distribute the GenomicsDB binaries with the protobuf support library linked in |
44 |
| -statically, you must specify that the protobuf support library (in binary form) is covered |
| 43 | +If you distribute the GenomicsDB binaries with the protobuf support library linked in |
| 44 | +statically, you must specify that the protobuf support library (in binary form) is covered |
45 | 45 | by the Protocol Buffers license (https://github.com/google/protobuf/blob/master/LICENSE).
|
| 46 | + |
| 47 | +------------------------------------------------------------------------------------- |
| 48 | + |
| 49 | +We use libuuid (https://sourceforge.net/projects/libuuid/) which is licensed under the GNU Library |
| 50 | +or Lesser General Public License version 2.0 (LGPLv2). So, if you are re-distributing binaries or |
| 51 | +object files, they may be subject to LGPLv2 terms. Please ensure that any binaries/object files you |
| 52 | +distribute are compliant with LGPLv2. |
0 commit comments