Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 34da037

Browse files
committed
Edits in LICENSE
1 parent 32c8225 commit 34da037

File tree

1 file changed

+29
-22
lines changed

1 file changed

+29
-22
lines changed

LICENSE

+29-22
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,52 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2017 Intel Corporation
3+
Copyright (c) 2016-2018 Intel Corporation
44

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,
1010
subject to the following conditions:
1111

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
1313
copies or substantial portions of the Software.
1414

1515
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
2020
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

2222

2323
-------------------------------------------------------------------------------------
2424

2525
We use libcsv (https://sourceforge.net/projects/libcsv/) to parse CSV files. libcsv
2626
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
3131
files into TileDB.
3232

3333

3434
-------------------------------------------------------------------------------------
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
3737
(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
4040
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
4242
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
4545
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

Comments
 (0)