@@ -741,6 +741,38 @@ You can contact the author at :
741741
742742--------------------------------------------------------------------------------
743743
744+ The files in cpp/src/arrow/vendored/double-conversion/ have the following license
745+ (BSD 3-Clause License)
746+
747+ Copyright 2006-2011, the V8 project authors. All rights reserved.
748+ Redistribution and use in source and binary forms, with or without
749+ modification, are permitted provided that the following conditions are
750+ met:
751+
752+ * Redistributions of source code must retain the above copyright
753+ notice, this list of conditions and the following disclaimer.
754+ * Redistributions in binary form must reproduce the above
755+ copyright notice, this list of conditions and the following
756+ disclaimer in the documentation and/or other materials provided
757+ with the distribution.
758+ * Neither the name of Google Inc. nor the names of its
759+ contributors may be used to endorse or promote products derived
760+ from this software without specific prior written permission.
761+
762+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
763+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
764+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
765+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
766+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
767+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
768+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
769+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
770+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
771+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
772+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
773+
774+ --------------------------------------------------------------------------------
775+
744776The files under dev/tasks/conda-recipes have the following license
745777
746778BSD 3-clause license
@@ -1326,39 +1358,6 @@ Other dependencies and licenses:
13261358
13271359--------------------------------------------------------------------------------
13281360
1329- 3rdparty dependency double-conversion is statically linked in certain binary
1330- distributions, like the python wheels. double-conversion has the following
1331- license:
1332-
1333- Copyright 2006-2011, the V8 project authors. All rights reserved.
1334- Redistribution and use in source and binary forms, with or without
1335- modification, are permitted provided that the following conditions are
1336- met:
1337-
1338- * Redistributions of source code must retain the above copyright
1339- notice, this list of conditions and the following disclaimer.
1340- * Redistributions in binary form must reproduce the above
1341- copyright notice, this list of conditions and the following
1342- disclaimer in the documentation and/or other materials provided
1343- with the distribution.
1344- * Neither the name of Google Inc. nor the names of its
1345- contributors may be used to endorse or promote products derived
1346- from this software without specific prior written permission.
1347-
1348- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1349- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1350- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1351- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1352- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1353- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1354- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1355- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1356- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1357- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1358- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1359-
1360- --------------------------------------------------------------------------------
1361-
136213613rdparty dependency snappy is statically linked in certain binary
13631362distributions, like the python wheels. snappy has the following license:
13641363
0 commit comments