lidavidm commented on code in PR #235: URL: https://github.com/apache/arrow-adbc/pull/235#discussion_r1045116694
########## LICENSE.txt: ########## @@ -2154,89 +326,119 @@ SOFTWARE. -------------------------------------------------------------------------------- -The files in cpp/src/arrow/vendored/portable-snippets/ contain code from +The files python/*/*/_version.py and python/*/*/_static_version.py +contain code from -https://github.com/nemequ/portable-snippets +https://github.com/jbweston/miniver -and have the following copyright notice: +which is made available under the Creative Commons CC0 license. -Each source file contains a preamble explaining the license situation -for that file, which takes priority over this file. With the -exception of some code pulled in from other repositories (such as -µnit, an MIT-licensed project which is used for testing), the code is -public domain, released using the CC0 1.0 Universal dedication (*). +-------------------------------------------------------------------------------- -(*) https://creativecommons.org/publicdomain/zero/1.0/legalcode +3rdparty dependency libpq is statically linked in certain binary +distributions, like the python wheels. libpq has the following license: --------------------------------------------------------------------------------- +Portions Copyright © 1996-2022, The PostgreSQL Global Development Group -The files in cpp/src/arrow/vendored/fast_float/ contain code from +Portions Copyright © 1994, The Regents of the University of California -https://github.com/lemire/fast_float +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose, without fee, and without a written +agreement is hereby granted, provided that the above copyright notice +and this paragraph and the following two paragraphs appear in all +copies. + +IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY +FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, +INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND +ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -which is made available under the Apache License 2.0. +THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE +PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF +CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, +UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -The file python/pyarrow/vendored/docscrape.py contains code from - -https://github.com/numpy/numpydoc/ +3rdparty dependency lz4 is statically linked in certain binary Review Comment: Removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
