Skip to content

Commit 3f64a6e

Browse files
committed
THIRD_PARTY review.
1 parent 13c7e70 commit 3f64a6e

File tree

1 file changed

+39
-6
lines changed

1 file changed

+39
-6
lines changed

THIRD_PARTY.txt

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
** apache-arrow-0.12.1; version 0.12.1 -- https://arrow.apache.org/
2-
** Boto3; version 1.9.17 -- https://github.com/boto/boto3/
1+
** apache-arrow-1.0.0; version 1.0.0 -- https://arrow.apache.org/
2+
** boto3; version 1.12.49 -- https://github.com/boto/boto3/
3+
** botocore; version 1.15.49 -- https://github.com/boto/botocore/
34

45
Apache License
56

@@ -216,7 +217,7 @@ See the License for the specific language governing permissions and
216217

217218
limitations under the License.
218219

219-
* For apache-arrow-0.12.1 see also this required NOTICE:
220+
* For apache-arrow-1.0.0 see also this required NOTICE:
220221
Apache Arrow
221222
Copyright 2016 The Apache Software Foundation
222223

@@ -292,12 +293,15 @@ Copyright 2013-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
292293

293294
-----
294295

295-
** pandas; version 0.22.0 -- https://pandas.pydata.org/
296+
** pandas; version 1.1.0 -- https://pandas.pydata.org/
296297
Copyright (c) 2008-2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
297298
All rights reserved.
298-
** s3fs; version 0.2.0 -- https://s3fs.readthedocs.io/en/latest/
299+
** s3fs; version 4.2.0 -- https://s3fs.readthedocs.io/en/latest/
299300
Copyright (c) 2016, Continuum Analytics, Inc. and contributors
300301
All rights reserved.
302+
** numpy; version 1.19.1 -- https://numpy.org/
303+
Copyright (c) 2005-2020, NumPy Developers.
304+
All rights reserved.
301305

302306
Redistribution and use in source and binary forms, with or without
303307
modification, are permitted provided that the following conditions are met:
@@ -322,4 +326,33 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
322326
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
323327
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
324328
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
325-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
329+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
330+
331+
-----
332+
** pymysql; version 0.10.0 -- https://pymysql.readthedocs.io/
333+
Copyright (c) 2010, 2013 PyMySQL contributors
334+
All rights reserved.
335+
** sqlalchemy-redshift; version 0.7.0 -- https://github.com/sqlalchemy-redshift/sqlalchemy-redshift
336+
Copyright (c) 2013 Matt George
337+
All rights reserved.
338+
** sqlalchemy; version 1.3.10 -- https://www.sqlalchemy.org/
339+
Copyright 2005-2020 SQLAlchemy authors and contributors <see AUTHORS file>.
340+
All rights reserved.
341+
342+
Permission is hereby granted, free of charge, to any person obtaining a copy
343+
of this software and associated documentation files (the "Software"), to deal
344+
in the Software without restriction, including without limitation the rights
345+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
346+
copies of the Software, and to permit persons to whom the Software is
347+
furnished to do so, subject to the following conditions:
348+
349+
The above copyright notice and this permission notice shall be included in
350+
all copies or substantial portions of the Software.
351+
352+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
353+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
354+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
355+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
356+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
357+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
358+
THE SOFTWARE.

0 commit comments

Comments
 (0)