From 02836e791a392b4731666a22bfae3ad25ab7ed8c Mon Sep 17 00:00:00 2001 From: liadomide Date: Mon, 9 Jan 2023 12:55:09 +0200 Subject: [PATCH] TVB-3059 Check few 3rd party licenses dependencies --- .../license/LICENSE_decorator.txt | 7 +- .../license/LICENSE_defusedxml.txt | 2 +- .../license/LICENSE_ecdsa.txt | 2 +- .../license/LICENSE_itsdangerous.txt | 30 ++++- .../license/LICENSE_openssl.txt | 62 ++++++++++- .../license/LICENSE_py-cpuinfo.txt | 2 +- .../license/LICENSE_pyparsing.txt | 2 +- .../license/LICENSE_req_oauthlib.txt | 15 +++ .../third_party_licenses/package_finder.py | 4 +- .../packages_accepted.xml | 104 +++++++++++------- 10 files changed, 179 insertions(+), 51 deletions(-) create mode 100644 tvb_build/tvb_build/third_party_licenses/license/LICENSE_req_oauthlib.txt diff --git a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_decorator.txt b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_decorator.txt index 113e83b21d..ac328ad666 100644 --- a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_decorator.txt +++ b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_decorator.txt @@ -1,13 +1,14 @@ -Copyright (c) 2005-2015, Michele Simionato +Copyright (c) 2005-2018, Michele Simionato All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in bytecode form must reproduce the above copyright + +* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. diff --git a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_defusedxml.txt b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_defusedxml.txt index dc4db5db1d..029a548be4 100644 --- a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_defusedxml.txt +++ b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_defusedxml.txt @@ -45,4 +45,4 @@ products or services of Licensee, or any third party. 8. By copying, installing or otherwise using Python, Licensee agrees to be bound by the terms and conditions of this License -Agreement. \ No newline at end of file +Agreement. diff --git a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_ecdsa.txt b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_ecdsa.txt index 474479a2ce..b4400ed708 100644 --- a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_ecdsa.txt +++ b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_ecdsa.txt @@ -21,4 +21,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. +OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_itsdangerous.txt b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_itsdangerous.txt index e4fe0fd712..f0d982641a 100644 --- a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_itsdangerous.txt +++ b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_itsdangerous.txt @@ -1,8 +1,28 @@ Copyright 2011 Pallets -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_openssl.txt b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_openssl.txt index c50bb7f2c7..9809fe6ed0 100644 --- a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_openssl.txt +++ b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_openssl.txt @@ -44,7 +44,7 @@ LICENSE ISSUES * "This product includes software developed by the OpenSSL Project * for use in the OpenSSL Toolkit (http://www.openssl.org/)" * - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT "AS IS" AND ANY + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR @@ -62,4 +62,64 @@ LICENSE ISSUES * (eay@cryptsoft.com). This product includes software written by Tim * Hudson (tjh@cryptsoft.com). * + */ + +Original SSLeay License +----------------------- + + /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] */ \ No newline at end of file diff --git a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_py-cpuinfo.txt b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_py-cpuinfo.txt index 2a7916d3cf..473efd7746 100644 --- a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_py-cpuinfo.txt +++ b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_py-cpuinfo.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2021 Matthew Brennan Jones +Copyright (c) 2014-2022 Matthew Brennan Jones Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_pyparsing.txt b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_pyparsing.txt index bbc959e0d6..1c943e7528 100644 --- a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_pyparsing.txt +++ b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_pyparsing.txt @@ -15,4 +15,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/tvb_build/tvb_build/third_party_licenses/license/LICENSE_req_oauthlib.txt b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_req_oauthlib.txt new file mode 100644 index 0000000000..177e775fbb --- /dev/null +++ b/tvb_build/tvb_build/third_party_licenses/license/LICENSE_req_oauthlib.txt @@ -0,0 +1,15 @@ +ISC License + +Copyright (c) 2014 Kenneth Reitz. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/tvb_build/tvb_build/third_party_licenses/package_finder.py b/tvb_build/tvb_build/third_party_licenses/package_finder.py index 52ef7dc932..2c86a8d1a2 100644 --- a/tvb_build/tvb_build/third_party_licenses/package_finder.py +++ b/tvb_build/tvb_build/third_party_licenses/package_finder.py @@ -70,7 +70,9 @@ # libpq dependencies on dynamic psycopg linux 32 EXCLUDES_SO = [ - '_psutil_linux.so', '_psutil_posix.so', 'gdist.so', '_scandir.so', 'gdist.cpython-310-darwin.so', + '_psutil_linux.so', '_psutil_posix.so', 'gdist.so', '_scandir.so', + 'pvectorc.cpython-310-x86_64-linux-gnu.so', # part of pyrsistent + 'gdist.cpython-310-darwin.so', 'gdist.cpython-310-x86_64-linux-gnu.so', '_posixsubprocess.so', # already reported as subprocess32 '_cffi_backend.cpython-310-x86_64-linux-gnu.so', '_cffi_backend.cpython-310-darwin.so' ] diff --git a/tvb_build/tvb_build/third_party_licenses/packages_accepted.xml b/tvb_build/tvb_build/third_party_licenses/packages_accepted.xml index 31ad424eae..1f2105dcb2 100644 --- a/tvb_build/tvb_build/third_party_licenses/packages_accepted.xml +++ b/tvb_build/tvb_build/third_party_licenses/packages_accepted.xml @@ -243,7 +243,7 @@ - + @@ -333,11 +333,11 @@ - + - - + + @@ -362,18 +362,18 @@ - - + + - + - + @@ -513,7 +513,7 @@ - + @@ -1303,20 +1303,20 @@ - + - + - + - + @@ -1562,8 +1562,8 @@ - - + + @@ -1730,6 +1730,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -1763,7 +1783,7 @@ - + @@ -2583,30 +2603,30 @@ - + - - + + - - + + - + - + - + @@ -2653,10 +2673,10 @@ - + - + @@ -2703,7 +2723,7 @@ - + @@ -2733,7 +2753,7 @@ - + @@ -2747,7 +2767,7 @@ - + @@ -2830,25 +2850,25 @@ - + - + - + - + - + @@ -2863,11 +2883,11 @@ - + - + @@ -2880,6 +2900,16 @@ + + + + + + + + + + @@ -2963,7 +2993,7 @@ - +