qq-2 commited on
Commit
89f7748
·
verified ·
1 Parent(s): 111e240

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/INSTALLER +1 -0
  2. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/LICENSE.txt +971 -0
  3. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/METADATA +1092 -0
  4. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/RECORD +0 -0
  5. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/REQUESTED +0 -0
  6. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/WHEEL +6 -0
  7. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/entry_points.txt +9 -0
  8. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/__config__.cpython-311.pyc +0 -0
  9. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/__init__.cpython-311.pyc +0 -0
  10. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/_distributor_init.cpython-311.pyc +0 -0
  11. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/_globals.cpython-311.pyc +0 -0
  12. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/_pytesttester.cpython-311.pyc +0 -0
  13. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/conftest.cpython-311.pyc +0 -0
  14. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/ctypeslib.cpython-311.pyc +0 -0
  15. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/dtypes.cpython-311.pyc +0 -0
  16. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/exceptions.cpython-311.pyc +0 -0
  17. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/matlib.cpython-311.pyc +0 -0
  18. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/version.cpython-311.pyc +0 -0
  19. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__init__.py +4 -0
  20. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__init__.pyi +0 -0
  21. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/__init__.cpython-311.pyc +0 -0
  22. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/_dtype.cpython-311.pyc +0 -0
  23. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/_dtype_ctypes.cpython-311.pyc +0 -0
  24. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/_internal.cpython-311.pyc +0 -0
  25. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/_multiarray_umath.cpython-311.pyc +0 -0
  26. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/multiarray.cpython-311.pyc +0 -0
  27. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/umath.cpython-311.pyc +0 -0
  28. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/_dtype.py +6 -0
  29. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/_dtype_ctypes.py +6 -0
  30. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/_internal.py +6 -0
  31. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/_multiarray_umath.py +6 -0
  32. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/multiarray.py +6 -0
  33. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/umath.py +6 -0
  34. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/__init__.py +0 -0
  35. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/__pycache__/__init__.cpython-311.pyc +0 -0
  36. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/__pycache__/hook-numpy.cpython-311.pyc +0 -0
  37. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/__pycache__/pyinstaller-smoke.cpython-311.pyc +0 -0
  38. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/__pycache__/test_pyinstaller.cpython-311.pyc +0 -0
  39. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/hook-numpy.py +37 -0
  40. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/pyinstaller-smoke.py +32 -0
  41. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/test_pyinstaller.py +35 -0
  42. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__init__.py +221 -0
  43. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/__init__.cpython-311.pyc +0 -0
  44. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_add_docstring.cpython-311.pyc +0 -0
  45. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_array_like.cpython-311.pyc +0 -0
  46. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_char_codes.cpython-311.pyc +0 -0
  47. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_dtype_like.cpython-311.pyc +0 -0
  48. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_extended_precision.cpython-311.pyc +0 -0
  49. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_nbit.cpython-311.pyc +0 -0
  50. grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_nested_sequence.cpython-311.pyc +0 -0
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ pip
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/LICENSE.txt ADDED
@@ -0,0 +1,971 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Copyright (c) 2005-2023, NumPy Developers.
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are
6
+ met:
7
+
8
+ * Redistributions of source code must retain the above copyright
9
+ notice, this list of conditions and the following disclaimer.
10
+
11
+ * Redistributions in binary form must reproduce the above
12
+ copyright notice, this list of conditions and the following
13
+ disclaimer in the documentation and/or other materials provided
14
+ with the distribution.
15
+
16
+ * Neither the name of the NumPy Developers nor the names of any
17
+ contributors may be used to endorse or promote products derived
18
+ from this software without specific prior written permission.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
+
32
+ ----
33
+
34
+ The NumPy repository and source distributions bundle several libraries that are
35
+ compatibly licensed. We list these here.
36
+
37
+ Name: lapack-lite
38
+ Files: numpy/linalg/lapack_lite/*
39
+ License: BSD-3-Clause
40
+ For details, see numpy/linalg/lapack_lite/LICENSE.txt
41
+
42
+ Name: tempita
43
+ Files: tools/npy_tempita/*
44
+ License: MIT
45
+ For details, see tools/npy_tempita/license.txt
46
+
47
+ Name: dragon4
48
+ Files: numpy/core/src/multiarray/dragon4.c
49
+ License: MIT
50
+ For license text, see numpy/core/src/multiarray/dragon4.c
51
+
52
+ Name: libdivide
53
+ Files: numpy/core/include/numpy/libdivide/*
54
+ License: Zlib
55
+ For license text, see numpy/core/include/numpy/libdivide/LICENSE.txt
56
+
57
+
58
+ Note that the following files are vendored in the repository and sdist but not
59
+ installed in built numpy packages:
60
+
61
+ Name: Meson
62
+ Files: vendored-meson/meson/*
63
+ License: Apache 2.0
64
+ For license text, see vendored-meson/meson/COPYING
65
+
66
+ Name: spin
67
+ Files: .spin/cmds.py
68
+ License: BSD-3
69
+ For license text, see .spin/LICENSE
70
+
71
+ ----
72
+
73
+ This binary distribution of NumPy also bundles the following software:
74
+
75
+
76
+ Name: OpenBLAS
77
+ Files: numpy.libs/libopenblas*.so
78
+ Description: bundled as a dynamically linked library
79
+ Availability: https://github.com/OpenMathLib/OpenBLAS/
80
+ License: BSD-3-Clause
81
+ Copyright (c) 2011-2014, The OpenBLAS Project
82
+ All rights reserved.
83
+
84
+ Redistribution and use in source and binary forms, with or without
85
+ modification, are permitted provided that the following conditions are
86
+ met:
87
+
88
+ 1. Redistributions of source code must retain the above copyright
89
+ notice, this list of conditions and the following disclaimer.
90
+
91
+ 2. Redistributions in binary form must reproduce the above copyright
92
+ notice, this list of conditions and the following disclaimer in
93
+ the documentation and/or other materials provided with the
94
+ distribution.
95
+ 3. Neither the name of the OpenBLAS project nor the names of
96
+ its contributors may be used to endorse or promote products
97
+ derived from this software without specific prior written
98
+ permission.
99
+
100
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
101
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
102
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
103
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
104
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
105
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
106
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
107
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
108
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
109
+ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
110
+
111
+
112
+ Name: LAPACK
113
+ Files: numpy.libs/libopenblas*.so
114
+ Description: bundled in OpenBLAS
115
+ Availability: https://github.com/OpenMathLib/OpenBLAS/
116
+ License: BSD-3-Clause-Attribution
117
+ Copyright (c) 1992-2013 The University of Tennessee and The University
118
+ of Tennessee Research Foundation. All rights
119
+ reserved.
120
+ Copyright (c) 2000-2013 The University of California Berkeley. All
121
+ rights reserved.
122
+ Copyright (c) 2006-2013 The University of Colorado Denver. All rights
123
+ reserved.
124
+
125
+ $COPYRIGHT$
126
+
127
+ Additional copyrights may follow
128
+
129
+ $HEADER$
130
+
131
+ Redistribution and use in source and binary forms, with or without
132
+ modification, are permitted provided that the following conditions are
133
+ met:
134
+
135
+ - Redistributions of source code must retain the above copyright
136
+ notice, this list of conditions and the following disclaimer.
137
+
138
+ - Redistributions in binary form must reproduce the above copyright
139
+ notice, this list of conditions and the following disclaimer listed
140
+ in this license in the documentation and/or other materials
141
+ provided with the distribution.
142
+
143
+ - Neither the name of the copyright holders nor the names of its
144
+ contributors may be used to endorse or promote products derived from
145
+ this software without specific prior written permission.
146
+
147
+ The copyright holders provide no reassurances that the source code
148
+ provided does not infringe any patent, copyright, or any other
149
+ intellectual property rights of third parties. The copyright holders
150
+ disclaim any liability to any recipient for claims brought against
151
+ recipient by any third party for infringement of that parties
152
+ intellectual property rights.
153
+
154
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
155
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
156
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
157
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
158
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
159
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
160
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
161
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
162
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
163
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
164
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
165
+
166
+
167
+ Name: GCC runtime library
168
+ Files: numpy.libs/libgfortran*.so
169
+ Description: dynamically linked to files compiled with gcc
170
+ Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
171
+ License: GPL-3.0-with-GCC-exception
172
+ Copyright (C) 2002-2017 Free Software Foundation, Inc.
173
+
174
+ Libgfortran is free software; you can redistribute it and/or modify
175
+ it under the terms of the GNU General Public License as published by
176
+ the Free Software Foundation; either version 3, or (at your option)
177
+ any later version.
178
+
179
+ Libgfortran is distributed in the hope that it will be useful,
180
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
181
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
182
+ GNU General Public License for more details.
183
+
184
+ Under Section 7 of GPL version 3, you are granted additional
185
+ permissions described in the GCC Runtime Library Exception, version
186
+ 3.1, as published by the Free Software Foundation.
187
+
188
+ You should have received a copy of the GNU General Public License and
189
+ a copy of the GCC Runtime Library Exception along with this program;
190
+ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
191
+ <http://www.gnu.org/licenses/>.
192
+
193
+ ----
194
+
195
+ Full text of license texts referred to above follows (that they are
196
+ listed below does not necessarily imply the conditions apply to the
197
+ present binary release):
198
+
199
+ ----
200
+
201
+ GCC RUNTIME LIBRARY EXCEPTION
202
+
203
+ Version 3.1, 31 March 2009
204
+
205
+ Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
206
+
207
+ Everyone is permitted to copy and distribute verbatim copies of this
208
+ license document, but changing it is not allowed.
209
+
210
+ This GCC Runtime Library Exception ("Exception") is an additional
211
+ permission under section 7 of the GNU General Public License, version
212
+ 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
213
+ bears a notice placed by the copyright holder of the file stating that
214
+ the file is governed by GPLv3 along with this Exception.
215
+
216
+ When you use GCC to compile a program, GCC may combine portions of
217
+ certain GCC header files and runtime libraries with the compiled
218
+ program. The purpose of this Exception is to allow compilation of
219
+ non-GPL (including proprietary) programs to use, in this way, the
220
+ header files and runtime libraries covered by this Exception.
221
+
222
+ 0. Definitions.
223
+
224
+ A file is an "Independent Module" if it either requires the Runtime
225
+ Library for execution after a Compilation Process, or makes use of an
226
+ interface provided by the Runtime Library, but is not otherwise based
227
+ on the Runtime Library.
228
+
229
+ "GCC" means a version of the GNU Compiler Collection, with or without
230
+ modifications, governed by version 3 (or a specified later version) of
231
+ the GNU General Public License (GPL) with the option of using any
232
+ subsequent versions published by the FSF.
233
+
234
+ "GPL-compatible Software" is software whose conditions of propagation,
235
+ modification and use would permit combination with GCC in accord with
236
+ the license of GCC.
237
+
238
+ "Target Code" refers to output from any compiler for a real or virtual
239
+ target processor architecture, in executable form or suitable for
240
+ input to an assembler, loader, linker and/or execution
241
+ phase. Notwithstanding that, Target Code does not include data in any
242
+ format that is used as a compiler intermediate representation, or used
243
+ for producing a compiler intermediate representation.
244
+
245
+ The "Compilation Process" transforms code entirely represented in
246
+ non-intermediate languages designed for human-written code, and/or in
247
+ Java Virtual Machine byte code, into Target Code. Thus, for example,
248
+ use of source code generators and preprocessors need not be considered
249
+ part of the Compilation Process, since the Compilation Process can be
250
+ understood as starting with the output of the generators or
251
+ preprocessors.
252
+
253
+ A Compilation Process is "Eligible" if it is done using GCC, alone or
254
+ with other GPL-compatible software, or if it is done without using any
255
+ work based on GCC. For example, using non-GPL-compatible Software to
256
+ optimize any GCC intermediate representations would not qualify as an
257
+ Eligible Compilation Process.
258
+
259
+ 1. Grant of Additional Permission.
260
+
261
+ You have permission to propagate a work of Target Code formed by
262
+ combining the Runtime Library with Independent Modules, even if such
263
+ propagation would otherwise violate the terms of GPLv3, provided that
264
+ all Target Code was generated by Eligible Compilation Processes. You
265
+ may then convey such a combination under terms of your choice,
266
+ consistent with the licensing of the Independent Modules.
267
+
268
+ 2. No Weakening of GCC Copyleft.
269
+
270
+ The availability of this Exception does not imply any general
271
+ presumption that third-party software is unaffected by the copyleft
272
+ requirements of the license of GCC.
273
+
274
+ ----
275
+
276
+ GNU GENERAL PUBLIC LICENSE
277
+ Version 3, 29 June 2007
278
+
279
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
280
+ Everyone is permitted to copy and distribute verbatim copies
281
+ of this license document, but changing it is not allowed.
282
+
283
+ Preamble
284
+
285
+ The GNU General Public License is a free, copyleft license for
286
+ software and other kinds of works.
287
+
288
+ The licenses for most software and other practical works are designed
289
+ to take away your freedom to share and change the works. By contrast,
290
+ the GNU General Public License is intended to guarantee your freedom to
291
+ share and change all versions of a program--to make sure it remains free
292
+ software for all its users. We, the Free Software Foundation, use the
293
+ GNU General Public License for most of our software; it applies also to
294
+ any other work released this way by its authors. You can apply it to
295
+ your programs, too.
296
+
297
+ When we speak of free software, we are referring to freedom, not
298
+ price. Our General Public Licenses are designed to make sure that you
299
+ have the freedom to distribute copies of free software (and charge for
300
+ them if you wish), that you receive source code or can get it if you
301
+ want it, that you can change the software or use pieces of it in new
302
+ free programs, and that you know you can do these things.
303
+
304
+ To protect your rights, we need to prevent others from denying you
305
+ these rights or asking you to surrender the rights. Therefore, you have
306
+ certain responsibilities if you distribute copies of the software, or if
307
+ you modify it: responsibilities to respect the freedom of others.
308
+
309
+ For example, if you distribute copies of such a program, whether
310
+ gratis or for a fee, you must pass on to the recipients the same
311
+ freedoms that you received. You must make sure that they, too, receive
312
+ or can get the source code. And you must show them these terms so they
313
+ know their rights.
314
+
315
+ Developers that use the GNU GPL protect your rights with two steps:
316
+ (1) assert copyright on the software, and (2) offer you this License
317
+ giving you legal permission to copy, distribute and/or modify it.
318
+
319
+ For the developers' and authors' protection, the GPL clearly explains
320
+ that there is no warranty for this free software. For both users' and
321
+ authors' sake, the GPL requires that modified versions be marked as
322
+ changed, so that their problems will not be attributed erroneously to
323
+ authors of previous versions.
324
+
325
+ Some devices are designed to deny users access to install or run
326
+ modified versions of the software inside them, although the manufacturer
327
+ can do so. This is fundamentally incompatible with the aim of
328
+ protecting users' freedom to change the software. The systematic
329
+ pattern of such abuse occurs in the area of products for individuals to
330
+ use, which is precisely where it is most unacceptable. Therefore, we
331
+ have designed this version of the GPL to prohibit the practice for those
332
+ products. If such problems arise substantially in other domains, we
333
+ stand ready to extend this provision to those domains in future versions
334
+ of the GPL, as needed to protect the freedom of users.
335
+
336
+ Finally, every program is threatened constantly by software patents.
337
+ States should not allow patents to restrict development and use of
338
+ software on general-purpose computers, but in those that do, we wish to
339
+ avoid the special danger that patents applied to a free program could
340
+ make it effectively proprietary. To prevent this, the GPL assures that
341
+ patents cannot be used to render the program non-free.
342
+
343
+ The precise terms and conditions for copying, distribution and
344
+ modification follow.
345
+
346
+ TERMS AND CONDITIONS
347
+
348
+ 0. Definitions.
349
+
350
+ "This License" refers to version 3 of the GNU General Public License.
351
+
352
+ "Copyright" also means copyright-like laws that apply to other kinds of
353
+ works, such as semiconductor masks.
354
+
355
+ "The Program" refers to any copyrightable work licensed under this
356
+ License. Each licensee is addressed as "you". "Licensees" and
357
+ "recipients" may be individuals or organizations.
358
+
359
+ To "modify" a work means to copy from or adapt all or part of the work
360
+ in a fashion requiring copyright permission, other than the making of an
361
+ exact copy. The resulting work is called a "modified version" of the
362
+ earlier work or a work "based on" the earlier work.
363
+
364
+ A "covered work" means either the unmodified Program or a work based
365
+ on the Program.
366
+
367
+ To "propagate" a work means to do anything with it that, without
368
+ permission, would make you directly or secondarily liable for
369
+ infringement under applicable copyright law, except executing it on a
370
+ computer or modifying a private copy. Propagation includes copying,
371
+ distribution (with or without modification), making available to the
372
+ public, and in some countries other activities as well.
373
+
374
+ To "convey" a work means any kind of propagation that enables other
375
+ parties to make or receive copies. Mere interaction with a user through
376
+ a computer network, with no transfer of a copy, is not conveying.
377
+
378
+ An interactive user interface displays "Appropriate Legal Notices"
379
+ to the extent that it includes a convenient and prominently visible
380
+ feature that (1) displays an appropriate copyright notice, and (2)
381
+ tells the user that there is no warranty for the work (except to the
382
+ extent that warranties are provided), that licensees may convey the
383
+ work under this License, and how to view a copy of this License. If
384
+ the interface presents a list of user commands or options, such as a
385
+ menu, a prominent item in the list meets this criterion.
386
+
387
+ 1. Source Code.
388
+
389
+ The "source code" for a work means the preferred form of the work
390
+ for making modifications to it. "Object code" means any non-source
391
+ form of a work.
392
+
393
+ A "Standard Interface" means an interface that either is an official
394
+ standard defined by a recognized standards body, or, in the case of
395
+ interfaces specified for a particular programming language, one that
396
+ is widely used among developers working in that language.
397
+
398
+ The "System Libraries" of an executable work include anything, other
399
+ than the work as a whole, that (a) is included in the normal form of
400
+ packaging a Major Component, but which is not part of that Major
401
+ Component, and (b) serves only to enable use of the work with that
402
+ Major Component, or to implement a Standard Interface for which an
403
+ implementation is available to the public in source code form. A
404
+ "Major Component", in this context, means a major essential component
405
+ (kernel, window system, and so on) of the specific operating system
406
+ (if any) on which the executable work runs, or a compiler used to
407
+ produce the work, or an object code interpreter used to run it.
408
+
409
+ The "Corresponding Source" for a work in object code form means all
410
+ the source code needed to generate, install, and (for an executable
411
+ work) run the object code and to modify the work, including scripts to
412
+ control those activities. However, it does not include the work's
413
+ System Libraries, or general-purpose tools or generally available free
414
+ programs which are used unmodified in performing those activities but
415
+ which are not part of the work. For example, Corresponding Source
416
+ includes interface definition files associated with source files for
417
+ the work, and the source code for shared libraries and dynamically
418
+ linked subprograms that the work is specifically designed to require,
419
+ such as by intimate data communication or control flow between those
420
+ subprograms and other parts of the work.
421
+
422
+ The Corresponding Source need not include anything that users
423
+ can regenerate automatically from other parts of the Corresponding
424
+ Source.
425
+
426
+ The Corresponding Source for a work in source code form is that
427
+ same work.
428
+
429
+ 2. Basic Permissions.
430
+
431
+ All rights granted under this License are granted for the term of
432
+ copyright on the Program, and are irrevocable provided the stated
433
+ conditions are met. This License explicitly affirms your unlimited
434
+ permission to run the unmodified Program. The output from running a
435
+ covered work is covered by this License only if the output, given its
436
+ content, constitutes a covered work. This License acknowledges your
437
+ rights of fair use or other equivalent, as provided by copyright law.
438
+
439
+ You may make, run and propagate covered works that you do not
440
+ convey, without conditions so long as your license otherwise remains
441
+ in force. You may convey covered works to others for the sole purpose
442
+ of having them make modifications exclusively for you, or provide you
443
+ with facilities for running those works, provided that you comply with
444
+ the terms of this License in conveying all material for which you do
445
+ not control copyright. Those thus making or running the covered works
446
+ for you must do so exclusively on your behalf, under your direction
447
+ and control, on terms that prohibit them from making any copies of
448
+ your copyrighted material outside their relationship with you.
449
+
450
+ Conveying under any other circumstances is permitted solely under
451
+ the conditions stated below. Sublicensing is not allowed; section 10
452
+ makes it unnecessary.
453
+
454
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
455
+
456
+ No covered work shall be deemed part of an effective technological
457
+ measure under any applicable law fulfilling obligations under article
458
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
459
+ similar laws prohibiting or restricting circumvention of such
460
+ measures.
461
+
462
+ When you convey a covered work, you waive any legal power to forbid
463
+ circumvention of technological measures to the extent such circumvention
464
+ is effected by exercising rights under this License with respect to
465
+ the covered work, and you disclaim any intention to limit operation or
466
+ modification of the work as a means of enforcing, against the work's
467
+ users, your or third parties' legal rights to forbid circumvention of
468
+ technological measures.
469
+
470
+ 4. Conveying Verbatim Copies.
471
+
472
+ You may convey verbatim copies of the Program's source code as you
473
+ receive it, in any medium, provided that you conspicuously and
474
+ appropriately publish on each copy an appropriate copyright notice;
475
+ keep intact all notices stating that this License and any
476
+ non-permissive terms added in accord with section 7 apply to the code;
477
+ keep intact all notices of the absence of any warranty; and give all
478
+ recipients a copy of this License along with the Program.
479
+
480
+ You may charge any price or no price for each copy that you convey,
481
+ and you may offer support or warranty protection for a fee.
482
+
483
+ 5. Conveying Modified Source Versions.
484
+
485
+ You may convey a work based on the Program, or the modifications to
486
+ produce it from the Program, in the form of source code under the
487
+ terms of section 4, provided that you also meet all of these conditions:
488
+
489
+ a) The work must carry prominent notices stating that you modified
490
+ it, and giving a relevant date.
491
+
492
+ b) The work must carry prominent notices stating that it is
493
+ released under this License and any conditions added under section
494
+ 7. This requirement modifies the requirement in section 4 to
495
+ "keep intact all notices".
496
+
497
+ c) You must license the entire work, as a whole, under this
498
+ License to anyone who comes into possession of a copy. This
499
+ License will therefore apply, along with any applicable section 7
500
+ additional terms, to the whole of the work, and all its parts,
501
+ regardless of how they are packaged. This License gives no
502
+ permission to license the work in any other way, but it does not
503
+ invalidate such permission if you have separately received it.
504
+
505
+ d) If the work has interactive user interfaces, each must display
506
+ Appropriate Legal Notices; however, if the Program has interactive
507
+ interfaces that do not display Appropriate Legal Notices, your
508
+ work need not make them do so.
509
+
510
+ A compilation of a covered work with other separate and independent
511
+ works, which are not by their nature extensions of the covered work,
512
+ and which are not combined with it such as to form a larger program,
513
+ in or on a volume of a storage or distribution medium, is called an
514
+ "aggregate" if the compilation and its resulting copyright are not
515
+ used to limit the access or legal rights of the compilation's users
516
+ beyond what the individual works permit. Inclusion of a covered work
517
+ in an aggregate does not cause this License to apply to the other
518
+ parts of the aggregate.
519
+
520
+ 6. Conveying Non-Source Forms.
521
+
522
+ You may convey a covered work in object code form under the terms
523
+ of sections 4 and 5, provided that you also convey the
524
+ machine-readable Corresponding Source under the terms of this License,
525
+ in one of these ways:
526
+
527
+ a) Convey the object code in, or embodied in, a physical product
528
+ (including a physical distribution medium), accompanied by the
529
+ Corresponding Source fixed on a durable physical medium
530
+ customarily used for software interchange.
531
+
532
+ b) Convey the object code in, or embodied in, a physical product
533
+ (including a physical distribution medium), accompanied by a
534
+ written offer, valid for at least three years and valid for as
535
+ long as you offer spare parts or customer support for that product
536
+ model, to give anyone who possesses the object code either (1) a
537
+ copy of the Corresponding Source for all the software in the
538
+ product that is covered by this License, on a durable physical
539
+ medium customarily used for software interchange, for a price no
540
+ more than your reasonable cost of physically performing this
541
+ conveying of source, or (2) access to copy the
542
+ Corresponding Source from a network server at no charge.
543
+
544
+ c) Convey individual copies of the object code with a copy of the
545
+ written offer to provide the Corresponding Source. This
546
+ alternative is allowed only occasionally and noncommercially, and
547
+ only if you received the object code with such an offer, in accord
548
+ with subsection 6b.
549
+
550
+ d) Convey the object code by offering access from a designated
551
+ place (gratis or for a charge), and offer equivalent access to the
552
+ Corresponding Source in the same way through the same place at no
553
+ further charge. You need not require recipients to copy the
554
+ Corresponding Source along with the object code. If the place to
555
+ copy the object code is a network server, the Corresponding Source
556
+ may be on a different server (operated by you or a third party)
557
+ that supports equivalent copying facilities, provided you maintain
558
+ clear directions next to the object code saying where to find the
559
+ Corresponding Source. Regardless of what server hosts the
560
+ Corresponding Source, you remain obligated to ensure that it is
561
+ available for as long as needed to satisfy these requirements.
562
+
563
+ e) Convey the object code using peer-to-peer transmission, provided
564
+ you inform other peers where the object code and Corresponding
565
+ Source of the work are being offered to the general public at no
566
+ charge under subsection 6d.
567
+
568
+ A separable portion of the object code, whose source code is excluded
569
+ from the Corresponding Source as a System Library, need not be
570
+ included in conveying the object code work.
571
+
572
+ A "User Product" is either (1) a "consumer product", which means any
573
+ tangible personal property which is normally used for personal, family,
574
+ or household purposes, or (2) anything designed or sold for incorporation
575
+ into a dwelling. In determining whether a product is a consumer product,
576
+ doubtful cases shall be resolved in favor of coverage. For a particular
577
+ product received by a particular user, "normally used" refers to a
578
+ typical or common use of that class of product, regardless of the status
579
+ of the particular user or of the way in which the particular user
580
+ actually uses, or expects or is expected to use, the product. A product
581
+ is a consumer product regardless of whether the product has substantial
582
+ commercial, industrial or non-consumer uses, unless such uses represent
583
+ the only significant mode of use of the product.
584
+
585
+ "Installation Information" for a User Product means any methods,
586
+ procedures, authorization keys, or other information required to install
587
+ and execute modified versions of a covered work in that User Product from
588
+ a modified version of its Corresponding Source. The information must
589
+ suffice to ensure that the continued functioning of the modified object
590
+ code is in no case prevented or interfered with solely because
591
+ modification has been made.
592
+
593
+ If you convey an object code work under this section in, or with, or
594
+ specifically for use in, a User Product, and the conveying occurs as
595
+ part of a transaction in which the right of possession and use of the
596
+ User Product is transferred to the recipient in perpetuity or for a
597
+ fixed term (regardless of how the transaction is characterized), the
598
+ Corresponding Source conveyed under this section must be accompanied
599
+ by the Installation Information. But this requirement does not apply
600
+ if neither you nor any third party retains the ability to install
601
+ modified object code on the User Product (for example, the work has
602
+ been installed in ROM).
603
+
604
+ The requirement to provide Installation Information does not include a
605
+ requirement to continue to provide support service, warranty, or updates
606
+ for a work that has been modified or installed by the recipient, or for
607
+ the User Product in which it has been modified or installed. Access to a
608
+ network may be denied when the modification itself materially and
609
+ adversely affects the operation of the network or violates the rules and
610
+ protocols for communication across the network.
611
+
612
+ Corresponding Source conveyed, and Installation Information provided,
613
+ in accord with this section must be in a format that is publicly
614
+ documented (and with an implementation available to the public in
615
+ source code form), and must require no special password or key for
616
+ unpacking, reading or copying.
617
+
618
+ 7. Additional Terms.
619
+
620
+ "Additional permissions" are terms that supplement the terms of this
621
+ License by making exceptions from one or more of its conditions.
622
+ Additional permissions that are applicable to the entire Program shall
623
+ be treated as though they were included in this License, to the extent
624
+ that they are valid under applicable law. If additional permissions
625
+ apply only to part of the Program, that part may be used separately
626
+ under those permissions, but the entire Program remains governed by
627
+ this License without regard to the additional permissions.
628
+
629
+ When you convey a copy of a covered work, you may at your option
630
+ remove any additional permissions from that copy, or from any part of
631
+ it. (Additional permissions may be written to require their own
632
+ removal in certain cases when you modify the work.) You may place
633
+ additional permissions on material, added by you to a covered work,
634
+ for which you have or can give appropriate copyright permission.
635
+
636
+ Notwithstanding any other provision of this License, for material you
637
+ add to a covered work, you may (if authorized by the copyright holders of
638
+ that material) supplement the terms of this License with terms:
639
+
640
+ a) Disclaiming warranty or limiting liability differently from the
641
+ terms of sections 15 and 16 of this License; or
642
+
643
+ b) Requiring preservation of specified reasonable legal notices or
644
+ author attributions in that material or in the Appropriate Legal
645
+ Notices displayed by works containing it; or
646
+
647
+ c) Prohibiting misrepresentation of the origin of that material, or
648
+ requiring that modified versions of such material be marked in
649
+ reasonable ways as different from the original version; or
650
+
651
+ d) Limiting the use for publicity purposes of names of licensors or
652
+ authors of the material; or
653
+
654
+ e) Declining to grant rights under trademark law for use of some
655
+ trade names, trademarks, or service marks; or
656
+
657
+ f) Requiring indemnification of licensors and authors of that
658
+ material by anyone who conveys the material (or modified versions of
659
+ it) with contractual assumptions of liability to the recipient, for
660
+ any liability that these contractual assumptions directly impose on
661
+ those licensors and authors.
662
+
663
+ All other non-permissive additional terms are considered "further
664
+ restrictions" within the meaning of section 10. If the Program as you
665
+ received it, or any part of it, contains a notice stating that it is
666
+ governed by this License along with a term that is a further
667
+ restriction, you may remove that term. If a license document contains
668
+ a further restriction but permits relicensing or conveying under this
669
+ License, you may add to a covered work material governed by the terms
670
+ of that license document, provided that the further restriction does
671
+ not survive such relicensing or conveying.
672
+
673
+ If you add terms to a covered work in accord with this section, you
674
+ must place, in the relevant source files, a statement of the
675
+ additional terms that apply to those files, or a notice indicating
676
+ where to find the applicable terms.
677
+
678
+ Additional terms, permissive or non-permissive, may be stated in the
679
+ form of a separately written license, or stated as exceptions;
680
+ the above requirements apply either way.
681
+
682
+ 8. Termination.
683
+
684
+ You may not propagate or modify a covered work except as expressly
685
+ provided under this License. Any attempt otherwise to propagate or
686
+ modify it is void, and will automatically terminate your rights under
687
+ this License (including any patent licenses granted under the third
688
+ paragraph of section 11).
689
+
690
+ However, if you cease all violation of this License, then your
691
+ license from a particular copyright holder is reinstated (a)
692
+ provisionally, unless and until the copyright holder explicitly and
693
+ finally terminates your license, and (b) permanently, if the copyright
694
+ holder fails to notify you of the violation by some reasonable means
695
+ prior to 60 days after the cessation.
696
+
697
+ Moreover, your license from a particular copyright holder is
698
+ reinstated permanently if the copyright holder notifies you of the
699
+ violation by some reasonable means, this is the first time you have
700
+ received notice of violation of this License (for any work) from that
701
+ copyright holder, and you cure the violation prior to 30 days after
702
+ your receipt of the notice.
703
+
704
+ Termination of your rights under this section does not terminate the
705
+ licenses of parties who have received copies or rights from you under
706
+ this License. If your rights have been terminated and not permanently
707
+ reinstated, you do not qualify to receive new licenses for the same
708
+ material under section 10.
709
+
710
+ 9. Acceptance Not Required for Having Copies.
711
+
712
+ You are not required to accept this License in order to receive or
713
+ run a copy of the Program. Ancillary propagation of a covered work
714
+ occurring solely as a consequence of using peer-to-peer transmission
715
+ to receive a copy likewise does not require acceptance. However,
716
+ nothing other than this License grants you permission to propagate or
717
+ modify any covered work. These actions infringe copyright if you do
718
+ not accept this License. Therefore, by modifying or propagating a
719
+ covered work, you indicate your acceptance of this License to do so.
720
+
721
+ 10. Automatic Licensing of Downstream Recipients.
722
+
723
+ Each time you convey a covered work, the recipient automatically
724
+ receives a license from the original licensors, to run, modify and
725
+ propagate that work, subject to this License. You are not responsible
726
+ for enforcing compliance by third parties with this License.
727
+
728
+ An "entity transaction" is a transaction transferring control of an
729
+ organization, or substantially all assets of one, or subdividing an
730
+ organization, or merging organizations. If propagation of a covered
731
+ work results from an entity transaction, each party to that
732
+ transaction who receives a copy of the work also receives whatever
733
+ licenses to the work the party's predecessor in interest had or could
734
+ give under the previous paragraph, plus a right to possession of the
735
+ Corresponding Source of the work from the predecessor in interest, if
736
+ the predecessor has it or can get it with reasonable efforts.
737
+
738
+ You may not impose any further restrictions on the exercise of the
739
+ rights granted or affirmed under this License. For example, you may
740
+ not impose a license fee, royalty, or other charge for exercise of
741
+ rights granted under this License, and you may not initiate litigation
742
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
743
+ any patent claim is infringed by making, using, selling, offering for
744
+ sale, or importing the Program or any portion of it.
745
+
746
+ 11. Patents.
747
+
748
+ A "contributor" is a copyright holder who authorizes use under this
749
+ License of the Program or a work on which the Program is based. The
750
+ work thus licensed is called the contributor's "contributor version".
751
+
752
+ A contributor's "essential patent claims" are all patent claims
753
+ owned or controlled by the contributor, whether already acquired or
754
+ hereafter acquired, that would be infringed by some manner, permitted
755
+ by this License, of making, using, or selling its contributor version,
756
+ but do not include claims that would be infringed only as a
757
+ consequence of further modification of the contributor version. For
758
+ purposes of this definition, "control" includes the right to grant
759
+ patent sublicenses in a manner consistent with the requirements of
760
+ this License.
761
+
762
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
763
+ patent license under the contributor's essential patent claims, to
764
+ make, use, sell, offer for sale, import and otherwise run, modify and
765
+ propagate the contents of its contributor version.
766
+
767
+ In the following three paragraphs, a "patent license" is any express
768
+ agreement or commitment, however denominated, not to enforce a patent
769
+ (such as an express permission to practice a patent or covenant not to
770
+ sue for patent infringement). To "grant" such a patent license to a
771
+ party means to make such an agreement or commitment not to enforce a
772
+ patent against the party.
773
+
774
+ If you convey a covered work, knowingly relying on a patent license,
775
+ and the Corresponding Source of the work is not available for anyone
776
+ to copy, free of charge and under the terms of this License, through a
777
+ publicly available network server or other readily accessible means,
778
+ then you must either (1) cause the Corresponding Source to be so
779
+ available, or (2) arrange to deprive yourself of the benefit of the
780
+ patent license for this particular work, or (3) arrange, in a manner
781
+ consistent with the requirements of this License, to extend the patent
782
+ license to downstream recipients. "Knowingly relying" means you have
783
+ actual knowledge that, but for the patent license, your conveying the
784
+ covered work in a country, or your recipient's use of the covered work
785
+ in a country, would infringe one or more identifiable patents in that
786
+ country that you have reason to believe are valid.
787
+
788
+ If, pursuant to or in connection with a single transaction or
789
+ arrangement, you convey, or propagate by procuring conveyance of, a
790
+ covered work, and grant a patent license to some of the parties
791
+ receiving the covered work authorizing them to use, propagate, modify
792
+ or convey a specific copy of the covered work, then the patent license
793
+ you grant is automatically extended to all recipients of the covered
794
+ work and works based on it.
795
+
796
+ A patent license is "discriminatory" if it does not include within
797
+ the scope of its coverage, prohibits the exercise of, or is
798
+ conditioned on the non-exercise of one or more of the rights that are
799
+ specifically granted under this License. You may not convey a covered
800
+ work if you are a party to an arrangement with a third party that is
801
+ in the business of distributing software, under which you make payment
802
+ to the third party based on the extent of your activity of conveying
803
+ the work, and under which the third party grants, to any of the
804
+ parties who would receive the covered work from you, a discriminatory
805
+ patent license (a) in connection with copies of the covered work
806
+ conveyed by you (or copies made from those copies), or (b) primarily
807
+ for and in connection with specific products or compilations that
808
+ contain the covered work, unless you entered into that arrangement,
809
+ or that patent license was granted, prior to 28 March 2007.
810
+
811
+ Nothing in this License shall be construed as excluding or limiting
812
+ any implied license or other defenses to infringement that may
813
+ otherwise be available to you under applicable patent law.
814
+
815
+ 12. No Surrender of Others' Freedom.
816
+
817
+ If conditions are imposed on you (whether by court order, agreement or
818
+ otherwise) that contradict the conditions of this License, they do not
819
+ excuse you from the conditions of this License. If you cannot convey a
820
+ covered work so as to satisfy simultaneously your obligations under this
821
+ License and any other pertinent obligations, then as a consequence you may
822
+ not convey it at all. For example, if you agree to terms that obligate you
823
+ to collect a royalty for further conveying from those to whom you convey
824
+ the Program, the only way you could satisfy both those terms and this
825
+ License would be to refrain entirely from conveying the Program.
826
+
827
+ 13. Use with the GNU Affero General Public License.
828
+
829
+ Notwithstanding any other provision of this License, you have
830
+ permission to link or combine any covered work with a work licensed
831
+ under version 3 of the GNU Affero General Public License into a single
832
+ combined work, and to convey the resulting work. The terms of this
833
+ License will continue to apply to the part which is the covered work,
834
+ but the special requirements of the GNU Affero General Public License,
835
+ section 13, concerning interaction through a network will apply to the
836
+ combination as such.
837
+
838
+ 14. Revised Versions of this License.
839
+
840
+ The Free Software Foundation may publish revised and/or new versions of
841
+ the GNU General Public License from time to time. Such new versions will
842
+ be similar in spirit to the present version, but may differ in detail to
843
+ address new problems or concerns.
844
+
845
+ Each version is given a distinguishing version number. If the
846
+ Program specifies that a certain numbered version of the GNU General
847
+ Public License "or any later version" applies to it, you have the
848
+ option of following the terms and conditions either of that numbered
849
+ version or of any later version published by the Free Software
850
+ Foundation. If the Program does not specify a version number of the
851
+ GNU General Public License, you may choose any version ever published
852
+ by the Free Software Foundation.
853
+
854
+ If the Program specifies that a proxy can decide which future
855
+ versions of the GNU General Public License can be used, that proxy's
856
+ public statement of acceptance of a version permanently authorizes you
857
+ to choose that version for the Program.
858
+
859
+ Later license versions may give you additional or different
860
+ permissions. However, no additional obligations are imposed on any
861
+ author or copyright holder as a result of your choosing to follow a
862
+ later version.
863
+
864
+ 15. Disclaimer of Warranty.
865
+
866
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
867
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
868
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
869
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
870
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
871
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
872
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
873
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
874
+
875
+ 16. Limitation of Liability.
876
+
877
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
878
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
879
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
880
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
881
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
882
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
883
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
884
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
885
+ SUCH DAMAGES.
886
+
887
+ 17. Interpretation of Sections 15 and 16.
888
+
889
+ If the disclaimer of warranty and limitation of liability provided
890
+ above cannot be given local legal effect according to their terms,
891
+ reviewing courts shall apply local law that most closely approximates
892
+ an absolute waiver of all civil liability in connection with the
893
+ Program, unless a warranty or assumption of liability accompanies a
894
+ copy of the Program in return for a fee.
895
+
896
+ END OF TERMS AND CONDITIONS
897
+
898
+ How to Apply These Terms to Your New Programs
899
+
900
+ If you develop a new program, and you want it to be of the greatest
901
+ possible use to the public, the best way to achieve this is to make it
902
+ free software which everyone can redistribute and change under these terms.
903
+
904
+ To do so, attach the following notices to the program. It is safest
905
+ to attach them to the start of each source file to most effectively
906
+ state the exclusion of warranty; and each file should have at least
907
+ the "copyright" line and a pointer to where the full notice is found.
908
+
909
+ <one line to give the program's name and a brief idea of what it does.>
910
+ Copyright (C) <year> <name of author>
911
+
912
+ This program is free software: you can redistribute it and/or modify
913
+ it under the terms of the GNU General Public License as published by
914
+ the Free Software Foundation, either version 3 of the License, or
915
+ (at your option) any later version.
916
+
917
+ This program is distributed in the hope that it will be useful,
918
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
919
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
920
+ GNU General Public License for more details.
921
+
922
+ You should have received a copy of the GNU General Public License
923
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
924
+
925
+ Also add information on how to contact you by electronic and paper mail.
926
+
927
+ If the program does terminal interaction, make it output a short
928
+ notice like this when it starts in an interactive mode:
929
+
930
+ <program> Copyright (C) <year> <name of author>
931
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
932
+ This is free software, and you are welcome to redistribute it
933
+ under certain conditions; type `show c' for details.
934
+
935
+ The hypothetical commands `show w' and `show c' should show the appropriate
936
+ parts of the General Public License. Of course, your program's commands
937
+ might be different; for a GUI interface, you would use an "about box".
938
+
939
+ You should also get your employer (if you work as a programmer) or school,
940
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
941
+ For more information on this, and how to apply and follow the GNU GPL, see
942
+ <http://www.gnu.org/licenses/>.
943
+
944
+ The GNU General Public License does not permit incorporating your program
945
+ into proprietary programs. If your program is a subroutine library, you
946
+ may consider it more useful to permit linking proprietary applications with
947
+ the library. If this is what you want to do, use the GNU Lesser General
948
+ Public License instead of this License. But first, please read
949
+ <http://www.gnu.org/philosophy/why-not-lgpl.html>.
950
+
951
+ Name: libquadmath
952
+ Files: numpy.libs/libquadmath*.so
953
+ Description: dynamically linked to files compiled with gcc
954
+ Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath
955
+ License: LGPL-2.1-or-later
956
+
957
+ GCC Quad-Precision Math Library
958
+ Copyright (C) 2010-2019 Free Software Foundation, Inc.
959
+ Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
960
+
961
+ This file is part of the libquadmath library.
962
+ Libquadmath is free software; you can redistribute it and/or
963
+ modify it under the terms of the GNU Library General Public
964
+ License as published by the Free Software Foundation; either
965
+ version 2.1 of the License, or (at your option) any later version.
966
+
967
+ Libquadmath is distributed in the hope that it will be useful,
968
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
969
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
970
+ Lesser General Public License for more details.
971
+ https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/METADATA ADDED
@@ -0,0 +1,1092 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.1
2
+ Name: numpy
3
+ Version: 1.26.4
4
+ Summary: Fundamental package for array computing in Python
5
+ Home-page: https://numpy.org
6
+ Author: Travis E. Oliphant et al.
7
+ Maintainer-Email: NumPy Developers <numpy-discussion@python.org>
8
+ License: Copyright (c) 2005-2023, NumPy Developers.
9
+ All rights reserved.
10
+
11
+ Redistribution and use in source and binary forms, with or without
12
+ modification, are permitted provided that the following conditions are
13
+ met:
14
+
15
+ * Redistributions of source code must retain the above copyright
16
+ notice, this list of conditions and the following disclaimer.
17
+
18
+ * Redistributions in binary form must reproduce the above
19
+ copyright notice, this list of conditions and the following
20
+ disclaimer in the documentation and/or other materials provided
21
+ with the distribution.
22
+
23
+ * Neither the name of the NumPy Developers nor the names of any
24
+ contributors may be used to endorse or promote products derived
25
+ from this software without specific prior written permission.
26
+
27
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
30
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
31
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
32
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
33
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
35
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38
+
39
+ ----
40
+
41
+ The NumPy repository and source distributions bundle several libraries that are
42
+ compatibly licensed. We list these here.
43
+
44
+ Name: lapack-lite
45
+ Files: numpy/linalg/lapack_lite/*
46
+ License: BSD-3-Clause
47
+ For details, see numpy/linalg/lapack_lite/LICENSE.txt
48
+
49
+ Name: tempita
50
+ Files: tools/npy_tempita/*
51
+ License: MIT
52
+ For details, see tools/npy_tempita/license.txt
53
+
54
+ Name: dragon4
55
+ Files: numpy/core/src/multiarray/dragon4.c
56
+ License: MIT
57
+ For license text, see numpy/core/src/multiarray/dragon4.c
58
+
59
+ Name: libdivide
60
+ Files: numpy/core/include/numpy/libdivide/*
61
+ License: Zlib
62
+ For license text, see numpy/core/include/numpy/libdivide/LICENSE.txt
63
+
64
+
65
+ Note that the following files are vendored in the repository and sdist but not
66
+ installed in built numpy packages:
67
+
68
+ Name: Meson
69
+ Files: vendored-meson/meson/*
70
+ License: Apache 2.0
71
+ For license text, see vendored-meson/meson/COPYING
72
+
73
+ Name: spin
74
+ Files: .spin/cmds.py
75
+ License: BSD-3
76
+ For license text, see .spin/LICENSE
77
+
78
+ ----
79
+
80
+ This binary distribution of NumPy also bundles the following software:
81
+
82
+
83
+ Name: OpenBLAS
84
+ Files: numpy.libs/libopenblas*.so
85
+ Description: bundled as a dynamically linked library
86
+ Availability: https://github.com/OpenMathLib/OpenBLAS/
87
+ License: BSD-3-Clause
88
+ Copyright (c) 2011-2014, The OpenBLAS Project
89
+ All rights reserved.
90
+
91
+ Redistribution and use in source and binary forms, with or without
92
+ modification, are permitted provided that the following conditions are
93
+ met:
94
+
95
+ 1. Redistributions of source code must retain the above copyright
96
+ notice, this list of conditions and the following disclaimer.
97
+
98
+ 2. Redistributions in binary form must reproduce the above copyright
99
+ notice, this list of conditions and the following disclaimer in
100
+ the documentation and/or other materials provided with the
101
+ distribution.
102
+ 3. Neither the name of the OpenBLAS project nor the names of
103
+ its contributors may be used to endorse or promote products
104
+ derived from this software without specific prior written
105
+ permission.
106
+
107
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
108
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
109
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
110
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
111
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
112
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
113
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
114
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
115
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
116
+ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
117
+
118
+
119
+ Name: LAPACK
120
+ Files: numpy.libs/libopenblas*.so
121
+ Description: bundled in OpenBLAS
122
+ Availability: https://github.com/OpenMathLib/OpenBLAS/
123
+ License: BSD-3-Clause-Attribution
124
+ Copyright (c) 1992-2013 The University of Tennessee and The University
125
+ of Tennessee Research Foundation. All rights
126
+ reserved.
127
+ Copyright (c) 2000-2013 The University of California Berkeley. All
128
+ rights reserved.
129
+ Copyright (c) 2006-2013 The University of Colorado Denver. All rights
130
+ reserved.
131
+
132
+ $COPYRIGHT$
133
+
134
+ Additional copyrights may follow
135
+
136
+ $HEADER$
137
+
138
+ Redistribution and use in source and binary forms, with or without
139
+ modification, are permitted provided that the following conditions are
140
+ met:
141
+
142
+ - Redistributions of source code must retain the above copyright
143
+ notice, this list of conditions and the following disclaimer.
144
+
145
+ - Redistributions in binary form must reproduce the above copyright
146
+ notice, this list of conditions and the following disclaimer listed
147
+ in this license in the documentation and/or other materials
148
+ provided with the distribution.
149
+
150
+ - Neither the name of the copyright holders nor the names of its
151
+ contributors may be used to endorse or promote products derived from
152
+ this software without specific prior written permission.
153
+
154
+ The copyright holders provide no reassurances that the source code
155
+ provided does not infringe any patent, copyright, or any other
156
+ intellectual property rights of third parties. The copyright holders
157
+ disclaim any liability to any recipient for claims brought against
158
+ recipient by any third party for infringement of that parties
159
+ intellectual property rights.
160
+
161
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
162
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
163
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
164
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
165
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
166
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
167
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
168
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
169
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
170
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
171
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
172
+
173
+
174
+ Name: GCC runtime library
175
+ Files: numpy.libs/libgfortran*.so
176
+ Description: dynamically linked to files compiled with gcc
177
+ Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
178
+ License: GPL-3.0-with-GCC-exception
179
+ Copyright (C) 2002-2017 Free Software Foundation, Inc.
180
+
181
+ Libgfortran is free software; you can redistribute it and/or modify
182
+ it under the terms of the GNU General Public License as published by
183
+ the Free Software Foundation; either version 3, or (at your option)
184
+ any later version.
185
+
186
+ Libgfortran is distributed in the hope that it will be useful,
187
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
188
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
189
+ GNU General Public License for more details.
190
+
191
+ Under Section 7 of GPL version 3, you are granted additional
192
+ permissions described in the GCC Runtime Library Exception, version
193
+ 3.1, as published by the Free Software Foundation.
194
+
195
+ You should have received a copy of the GNU General Public License and
196
+ a copy of the GCC Runtime Library Exception along with this program;
197
+ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
198
+ <http://www.gnu.org/licenses/>.
199
+
200
+ ----
201
+
202
+ Full text of license texts referred to above follows (that they are
203
+ listed below does not necessarily imply the conditions apply to the
204
+ present binary release):
205
+
206
+ ----
207
+
208
+ GCC RUNTIME LIBRARY EXCEPTION
209
+
210
+ Version 3.1, 31 March 2009
211
+
212
+ Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
213
+
214
+ Everyone is permitted to copy and distribute verbatim copies of this
215
+ license document, but changing it is not allowed.
216
+
217
+ This GCC Runtime Library Exception ("Exception") is an additional
218
+ permission under section 7 of the GNU General Public License, version
219
+ 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
220
+ bears a notice placed by the copyright holder of the file stating that
221
+ the file is governed by GPLv3 along with this Exception.
222
+
223
+ When you use GCC to compile a program, GCC may combine portions of
224
+ certain GCC header files and runtime libraries with the compiled
225
+ program. The purpose of this Exception is to allow compilation of
226
+ non-GPL (including proprietary) programs to use, in this way, the
227
+ header files and runtime libraries covered by this Exception.
228
+
229
+ 0. Definitions.
230
+
231
+ A file is an "Independent Module" if it either requires the Runtime
232
+ Library for execution after a Compilation Process, or makes use of an
233
+ interface provided by the Runtime Library, but is not otherwise based
234
+ on the Runtime Library.
235
+
236
+ "GCC" means a version of the GNU Compiler Collection, with or without
237
+ modifications, governed by version 3 (or a specified later version) of
238
+ the GNU General Public License (GPL) with the option of using any
239
+ subsequent versions published by the FSF.
240
+
241
+ "GPL-compatible Software" is software whose conditions of propagation,
242
+ modification and use would permit combination with GCC in accord with
243
+ the license of GCC.
244
+
245
+ "Target Code" refers to output from any compiler for a real or virtual
246
+ target processor architecture, in executable form or suitable for
247
+ input to an assembler, loader, linker and/or execution
248
+ phase. Notwithstanding that, Target Code does not include data in any
249
+ format that is used as a compiler intermediate representation, or used
250
+ for producing a compiler intermediate representation.
251
+
252
+ The "Compilation Process" transforms code entirely represented in
253
+ non-intermediate languages designed for human-written code, and/or in
254
+ Java Virtual Machine byte code, into Target Code. Thus, for example,
255
+ use of source code generators and preprocessors need not be considered
256
+ part of the Compilation Process, since the Compilation Process can be
257
+ understood as starting with the output of the generators or
258
+ preprocessors.
259
+
260
+ A Compilation Process is "Eligible" if it is done using GCC, alone or
261
+ with other GPL-compatible software, or if it is done without using any
262
+ work based on GCC. For example, using non-GPL-compatible Software to
263
+ optimize any GCC intermediate representations would not qualify as an
264
+ Eligible Compilation Process.
265
+
266
+ 1. Grant of Additional Permission.
267
+
268
+ You have permission to propagate a work of Target Code formed by
269
+ combining the Runtime Library with Independent Modules, even if such
270
+ propagation would otherwise violate the terms of GPLv3, provided that
271
+ all Target Code was generated by Eligible Compilation Processes. You
272
+ may then convey such a combination under terms of your choice,
273
+ consistent with the licensing of the Independent Modules.
274
+
275
+ 2. No Weakening of GCC Copyleft.
276
+
277
+ The availability of this Exception does not imply any general
278
+ presumption that third-party software is unaffected by the copyleft
279
+ requirements of the license of GCC.
280
+
281
+ ----
282
+
283
+ GNU GENERAL PUBLIC LICENSE
284
+ Version 3, 29 June 2007
285
+
286
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
287
+ Everyone is permitted to copy and distribute verbatim copies
288
+ of this license document, but changing it is not allowed.
289
+
290
+ Preamble
291
+
292
+ The GNU General Public License is a free, copyleft license for
293
+ software and other kinds of works.
294
+
295
+ The licenses for most software and other practical works are designed
296
+ to take away your freedom to share and change the works. By contrast,
297
+ the GNU General Public License is intended to guarantee your freedom to
298
+ share and change all versions of a program--to make sure it remains free
299
+ software for all its users. We, the Free Software Foundation, use the
300
+ GNU General Public License for most of our software; it applies also to
301
+ any other work released this way by its authors. You can apply it to
302
+ your programs, too.
303
+
304
+ When we speak of free software, we are referring to freedom, not
305
+ price. Our General Public Licenses are designed to make sure that you
306
+ have the freedom to distribute copies of free software (and charge for
307
+ them if you wish), that you receive source code or can get it if you
308
+ want it, that you can change the software or use pieces of it in new
309
+ free programs, and that you know you can do these things.
310
+
311
+ To protect your rights, we need to prevent others from denying you
312
+ these rights or asking you to surrender the rights. Therefore, you have
313
+ certain responsibilities if you distribute copies of the software, or if
314
+ you modify it: responsibilities to respect the freedom of others.
315
+
316
+ For example, if you distribute copies of such a program, whether
317
+ gratis or for a fee, you must pass on to the recipients the same
318
+ freedoms that you received. You must make sure that they, too, receive
319
+ or can get the source code. And you must show them these terms so they
320
+ know their rights.
321
+
322
+ Developers that use the GNU GPL protect your rights with two steps:
323
+ (1) assert copyright on the software, and (2) offer you this License
324
+ giving you legal permission to copy, distribute and/or modify it.
325
+
326
+ For the developers' and authors' protection, the GPL clearly explains
327
+ that there is no warranty for this free software. For both users' and
328
+ authors' sake, the GPL requires that modified versions be marked as
329
+ changed, so that their problems will not be attributed erroneously to
330
+ authors of previous versions.
331
+
332
+ Some devices are designed to deny users access to install or run
333
+ modified versions of the software inside them, although the manufacturer
334
+ can do so. This is fundamentally incompatible with the aim of
335
+ protecting users' freedom to change the software. The systematic
336
+ pattern of such abuse occurs in the area of products for individuals to
337
+ use, which is precisely where it is most unacceptable. Therefore, we
338
+ have designed this version of the GPL to prohibit the practice for those
339
+ products. If such problems arise substantially in other domains, we
340
+ stand ready to extend this provision to those domains in future versions
341
+ of the GPL, as needed to protect the freedom of users.
342
+
343
+ Finally, every program is threatened constantly by software patents.
344
+ States should not allow patents to restrict development and use of
345
+ software on general-purpose computers, but in those that do, we wish to
346
+ avoid the special danger that patents applied to a free program could
347
+ make it effectively proprietary. To prevent this, the GPL assures that
348
+ patents cannot be used to render the program non-free.
349
+
350
+ The precise terms and conditions for copying, distribution and
351
+ modification follow.
352
+
353
+ TERMS AND CONDITIONS
354
+
355
+ 0. Definitions.
356
+
357
+ "This License" refers to version 3 of the GNU General Public License.
358
+
359
+ "Copyright" also means copyright-like laws that apply to other kinds of
360
+ works, such as semiconductor masks.
361
+
362
+ "The Program" refers to any copyrightable work licensed under this
363
+ License. Each licensee is addressed as "you". "Licensees" and
364
+ "recipients" may be individuals or organizations.
365
+
366
+ To "modify" a work means to copy from or adapt all or part of the work
367
+ in a fashion requiring copyright permission, other than the making of an
368
+ exact copy. The resulting work is called a "modified version" of the
369
+ earlier work or a work "based on" the earlier work.
370
+
371
+ A "covered work" means either the unmodified Program or a work based
372
+ on the Program.
373
+
374
+ To "propagate" a work means to do anything with it that, without
375
+ permission, would make you directly or secondarily liable for
376
+ infringement under applicable copyright law, except executing it on a
377
+ computer or modifying a private copy. Propagation includes copying,
378
+ distribution (with or without modification), making available to the
379
+ public, and in some countries other activities as well.
380
+
381
+ To "convey" a work means any kind of propagation that enables other
382
+ parties to make or receive copies. Mere interaction with a user through
383
+ a computer network, with no transfer of a copy, is not conveying.
384
+
385
+ An interactive user interface displays "Appropriate Legal Notices"
386
+ to the extent that it includes a convenient and prominently visible
387
+ feature that (1) displays an appropriate copyright notice, and (2)
388
+ tells the user that there is no warranty for the work (except to the
389
+ extent that warranties are provided), that licensees may convey the
390
+ work under this License, and how to view a copy of this License. If
391
+ the interface presents a list of user commands or options, such as a
392
+ menu, a prominent item in the list meets this criterion.
393
+
394
+ 1. Source Code.
395
+
396
+ The "source code" for a work means the preferred form of the work
397
+ for making modifications to it. "Object code" means any non-source
398
+ form of a work.
399
+
400
+ A "Standard Interface" means an interface that either is an official
401
+ standard defined by a recognized standards body, or, in the case of
402
+ interfaces specified for a particular programming language, one that
403
+ is widely used among developers working in that language.
404
+
405
+ The "System Libraries" of an executable work include anything, other
406
+ than the work as a whole, that (a) is included in the normal form of
407
+ packaging a Major Component, but which is not part of that Major
408
+ Component, and (b) serves only to enable use of the work with that
409
+ Major Component, or to implement a Standard Interface for which an
410
+ implementation is available to the public in source code form. A
411
+ "Major Component", in this context, means a major essential component
412
+ (kernel, window system, and so on) of the specific operating system
413
+ (if any) on which the executable work runs, or a compiler used to
414
+ produce the work, or an object code interpreter used to run it.
415
+
416
+ The "Corresponding Source" for a work in object code form means all
417
+ the source code needed to generate, install, and (for an executable
418
+ work) run the object code and to modify the work, including scripts to
419
+ control those activities. However, it does not include the work's
420
+ System Libraries, or general-purpose tools or generally available free
421
+ programs which are used unmodified in performing those activities but
422
+ which are not part of the work. For example, Corresponding Source
423
+ includes interface definition files associated with source files for
424
+ the work, and the source code for shared libraries and dynamically
425
+ linked subprograms that the work is specifically designed to require,
426
+ such as by intimate data communication or control flow between those
427
+ subprograms and other parts of the work.
428
+
429
+ The Corresponding Source need not include anything that users
430
+ can regenerate automatically from other parts of the Corresponding
431
+ Source.
432
+
433
+ The Corresponding Source for a work in source code form is that
434
+ same work.
435
+
436
+ 2. Basic Permissions.
437
+
438
+ All rights granted under this License are granted for the term of
439
+ copyright on the Program, and are irrevocable provided the stated
440
+ conditions are met. This License explicitly affirms your unlimited
441
+ permission to run the unmodified Program. The output from running a
442
+ covered work is covered by this License only if the output, given its
443
+ content, constitutes a covered work. This License acknowledges your
444
+ rights of fair use or other equivalent, as provided by copyright law.
445
+
446
+ You may make, run and propagate covered works that you do not
447
+ convey, without conditions so long as your license otherwise remains
448
+ in force. You may convey covered works to others for the sole purpose
449
+ of having them make modifications exclusively for you, or provide you
450
+ with facilities for running those works, provided that you comply with
451
+ the terms of this License in conveying all material for which you do
452
+ not control copyright. Those thus making or running the covered works
453
+ for you must do so exclusively on your behalf, under your direction
454
+ and control, on terms that prohibit them from making any copies of
455
+ your copyrighted material outside their relationship with you.
456
+
457
+ Conveying under any other circumstances is permitted solely under
458
+ the conditions stated below. Sublicensing is not allowed; section 10
459
+ makes it unnecessary.
460
+
461
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
462
+
463
+ No covered work shall be deemed part of an effective technological
464
+ measure under any applicable law fulfilling obligations under article
465
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
466
+ similar laws prohibiting or restricting circumvention of such
467
+ measures.
468
+
469
+ When you convey a covered work, you waive any legal power to forbid
470
+ circumvention of technological measures to the extent such circumvention
471
+ is effected by exercising rights under this License with respect to
472
+ the covered work, and you disclaim any intention to limit operation or
473
+ modification of the work as a means of enforcing, against the work's
474
+ users, your or third parties' legal rights to forbid circumvention of
475
+ technological measures.
476
+
477
+ 4. Conveying Verbatim Copies.
478
+
479
+ You may convey verbatim copies of the Program's source code as you
480
+ receive it, in any medium, provided that you conspicuously and
481
+ appropriately publish on each copy an appropriate copyright notice;
482
+ keep intact all notices stating that this License and any
483
+ non-permissive terms added in accord with section 7 apply to the code;
484
+ keep intact all notices of the absence of any warranty; and give all
485
+ recipients a copy of this License along with the Program.
486
+
487
+ You may charge any price or no price for each copy that you convey,
488
+ and you may offer support or warranty protection for a fee.
489
+
490
+ 5. Conveying Modified Source Versions.
491
+
492
+ You may convey a work based on the Program, or the modifications to
493
+ produce it from the Program, in the form of source code under the
494
+ terms of section 4, provided that you also meet all of these conditions:
495
+
496
+ a) The work must carry prominent notices stating that you modified
497
+ it, and giving a relevant date.
498
+
499
+ b) The work must carry prominent notices stating that it is
500
+ released under this License and any conditions added under section
501
+ 7. This requirement modifies the requirement in section 4 to
502
+ "keep intact all notices".
503
+
504
+ c) You must license the entire work, as a whole, under this
505
+ License to anyone who comes into possession of a copy. This
506
+ License will therefore apply, along with any applicable section 7
507
+ additional terms, to the whole of the work, and all its parts,
508
+ regardless of how they are packaged. This License gives no
509
+ permission to license the work in any other way, but it does not
510
+ invalidate such permission if you have separately received it.
511
+
512
+ d) If the work has interactive user interfaces, each must display
513
+ Appropriate Legal Notices; however, if the Program has interactive
514
+ interfaces that do not display Appropriate Legal Notices, your
515
+ work need not make them do so.
516
+
517
+ A compilation of a covered work with other separate and independent
518
+ works, which are not by their nature extensions of the covered work,
519
+ and which are not combined with it such as to form a larger program,
520
+ in or on a volume of a storage or distribution medium, is called an
521
+ "aggregate" if the compilation and its resulting copyright are not
522
+ used to limit the access or legal rights of the compilation's users
523
+ beyond what the individual works permit. Inclusion of a covered work
524
+ in an aggregate does not cause this License to apply to the other
525
+ parts of the aggregate.
526
+
527
+ 6. Conveying Non-Source Forms.
528
+
529
+ You may convey a covered work in object code form under the terms
530
+ of sections 4 and 5, provided that you also convey the
531
+ machine-readable Corresponding Source under the terms of this License,
532
+ in one of these ways:
533
+
534
+ a) Convey the object code in, or embodied in, a physical product
535
+ (including a physical distribution medium), accompanied by the
536
+ Corresponding Source fixed on a durable physical medium
537
+ customarily used for software interchange.
538
+
539
+ b) Convey the object code in, or embodied in, a physical product
540
+ (including a physical distribution medium), accompanied by a
541
+ written offer, valid for at least three years and valid for as
542
+ long as you offer spare parts or customer support for that product
543
+ model, to give anyone who possesses the object code either (1) a
544
+ copy of the Corresponding Source for all the software in the
545
+ product that is covered by this License, on a durable physical
546
+ medium customarily used for software interchange, for a price no
547
+ more than your reasonable cost of physically performing this
548
+ conveying of source, or (2) access to copy the
549
+ Corresponding Source from a network server at no charge.
550
+
551
+ c) Convey individual copies of the object code with a copy of the
552
+ written offer to provide the Corresponding Source. This
553
+ alternative is allowed only occasionally and noncommercially, and
554
+ only if you received the object code with such an offer, in accord
555
+ with subsection 6b.
556
+
557
+ d) Convey the object code by offering access from a designated
558
+ place (gratis or for a charge), and offer equivalent access to the
559
+ Corresponding Source in the same way through the same place at no
560
+ further charge. You need not require recipients to copy the
561
+ Corresponding Source along with the object code. If the place to
562
+ copy the object code is a network server, the Corresponding Source
563
+ may be on a different server (operated by you or a third party)
564
+ that supports equivalent copying facilities, provided you maintain
565
+ clear directions next to the object code saying where to find the
566
+ Corresponding Source. Regardless of what server hosts the
567
+ Corresponding Source, you remain obligated to ensure that it is
568
+ available for as long as needed to satisfy these requirements.
569
+
570
+ e) Convey the object code using peer-to-peer transmission, provided
571
+ you inform other peers where the object code and Corresponding
572
+ Source of the work are being offered to the general public at no
573
+ charge under subsection 6d.
574
+
575
+ A separable portion of the object code, whose source code is excluded
576
+ from the Corresponding Source as a System Library, need not be
577
+ included in conveying the object code work.
578
+
579
+ A "User Product" is either (1) a "consumer product", which means any
580
+ tangible personal property which is normally used for personal, family,
581
+ or household purposes, or (2) anything designed or sold for incorporation
582
+ into a dwelling. In determining whether a product is a consumer product,
583
+ doubtful cases shall be resolved in favor of coverage. For a particular
584
+ product received by a particular user, "normally used" refers to a
585
+ typical or common use of that class of product, regardless of the status
586
+ of the particular user or of the way in which the particular user
587
+ actually uses, or expects or is expected to use, the product. A product
588
+ is a consumer product regardless of whether the product has substantial
589
+ commercial, industrial or non-consumer uses, unless such uses represent
590
+ the only significant mode of use of the product.
591
+
592
+ "Installation Information" for a User Product means any methods,
593
+ procedures, authorization keys, or other information required to install
594
+ and execute modified versions of a covered work in that User Product from
595
+ a modified version of its Corresponding Source. The information must
596
+ suffice to ensure that the continued functioning of the modified object
597
+ code is in no case prevented or interfered with solely because
598
+ modification has been made.
599
+
600
+ If you convey an object code work under this section in, or with, or
601
+ specifically for use in, a User Product, and the conveying occurs as
602
+ part of a transaction in which the right of possession and use of the
603
+ User Product is transferred to the recipient in perpetuity or for a
604
+ fixed term (regardless of how the transaction is characterized), the
605
+ Corresponding Source conveyed under this section must be accompanied
606
+ by the Installation Information. But this requirement does not apply
607
+ if neither you nor any third party retains the ability to install
608
+ modified object code on the User Product (for example, the work has
609
+ been installed in ROM).
610
+
611
+ The requirement to provide Installation Information does not include a
612
+ requirement to continue to provide support service, warranty, or updates
613
+ for a work that has been modified or installed by the recipient, or for
614
+ the User Product in which it has been modified or installed. Access to a
615
+ network may be denied when the modification itself materially and
616
+ adversely affects the operation of the network or violates the rules and
617
+ protocols for communication across the network.
618
+
619
+ Corresponding Source conveyed, and Installation Information provided,
620
+ in accord with this section must be in a format that is publicly
621
+ documented (and with an implementation available to the public in
622
+ source code form), and must require no special password or key for
623
+ unpacking, reading or copying.
624
+
625
+ 7. Additional Terms.
626
+
627
+ "Additional permissions" are terms that supplement the terms of this
628
+ License by making exceptions from one or more of its conditions.
629
+ Additional permissions that are applicable to the entire Program shall
630
+ be treated as though they were included in this License, to the extent
631
+ that they are valid under applicable law. If additional permissions
632
+ apply only to part of the Program, that part may be used separately
633
+ under those permissions, but the entire Program remains governed by
634
+ this License without regard to the additional permissions.
635
+
636
+ When you convey a copy of a covered work, you may at your option
637
+ remove any additional permissions from that copy, or from any part of
638
+ it. (Additional permissions may be written to require their own
639
+ removal in certain cases when you modify the work.) You may place
640
+ additional permissions on material, added by you to a covered work,
641
+ for which you have or can give appropriate copyright permission.
642
+
643
+ Notwithstanding any other provision of this License, for material you
644
+ add to a covered work, you may (if authorized by the copyright holders of
645
+ that material) supplement the terms of this License with terms:
646
+
647
+ a) Disclaiming warranty or limiting liability differently from the
648
+ terms of sections 15 and 16 of this License; or
649
+
650
+ b) Requiring preservation of specified reasonable legal notices or
651
+ author attributions in that material or in the Appropriate Legal
652
+ Notices displayed by works containing it; or
653
+
654
+ c) Prohibiting misrepresentation of the origin of that material, or
655
+ requiring that modified versions of such material be marked in
656
+ reasonable ways as different from the original version; or
657
+
658
+ d) Limiting the use for publicity purposes of names of licensors or
659
+ authors of the material; or
660
+
661
+ e) Declining to grant rights under trademark law for use of some
662
+ trade names, trademarks, or service marks; or
663
+
664
+ f) Requiring indemnification of licensors and authors of that
665
+ material by anyone who conveys the material (or modified versions of
666
+ it) with contractual assumptions of liability to the recipient, for
667
+ any liability that these contractual assumptions directly impose on
668
+ those licensors and authors.
669
+
670
+ All other non-permissive additional terms are considered "further
671
+ restrictions" within the meaning of section 10. If the Program as you
672
+ received it, or any part of it, contains a notice stating that it is
673
+ governed by this License along with a term that is a further
674
+ restriction, you may remove that term. If a license document contains
675
+ a further restriction but permits relicensing or conveying under this
676
+ License, you may add to a covered work material governed by the terms
677
+ of that license document, provided that the further restriction does
678
+ not survive such relicensing or conveying.
679
+
680
+ If you add terms to a covered work in accord with this section, you
681
+ must place, in the relevant source files, a statement of the
682
+ additional terms that apply to those files, or a notice indicating
683
+ where to find the applicable terms.
684
+
685
+ Additional terms, permissive or non-permissive, may be stated in the
686
+ form of a separately written license, or stated as exceptions;
687
+ the above requirements apply either way.
688
+
689
+ 8. Termination.
690
+
691
+ You may not propagate or modify a covered work except as expressly
692
+ provided under this License. Any attempt otherwise to propagate or
693
+ modify it is void, and will automatically terminate your rights under
694
+ this License (including any patent licenses granted under the third
695
+ paragraph of section 11).
696
+
697
+ However, if you cease all violation of this License, then your
698
+ license from a particular copyright holder is reinstated (a)
699
+ provisionally, unless and until the copyright holder explicitly and
700
+ finally terminates your license, and (b) permanently, if the copyright
701
+ holder fails to notify you of the violation by some reasonable means
702
+ prior to 60 days after the cessation.
703
+
704
+ Moreover, your license from a particular copyright holder is
705
+ reinstated permanently if the copyright holder notifies you of the
706
+ violation by some reasonable means, this is the first time you have
707
+ received notice of violation of this License (for any work) from that
708
+ copyright holder, and you cure the violation prior to 30 days after
709
+ your receipt of the notice.
710
+
711
+ Termination of your rights under this section does not terminate the
712
+ licenses of parties who have received copies or rights from you under
713
+ this License. If your rights have been terminated and not permanently
714
+ reinstated, you do not qualify to receive new licenses for the same
715
+ material under section 10.
716
+
717
+ 9. Acceptance Not Required for Having Copies.
718
+
719
+ You are not required to accept this License in order to receive or
720
+ run a copy of the Program. Ancillary propagation of a covered work
721
+ occurring solely as a consequence of using peer-to-peer transmission
722
+ to receive a copy likewise does not require acceptance. However,
723
+ nothing other than this License grants you permission to propagate or
724
+ modify any covered work. These actions infringe copyright if you do
725
+ not accept this License. Therefore, by modifying or propagating a
726
+ covered work, you indicate your acceptance of this License to do so.
727
+
728
+ 10. Automatic Licensing of Downstream Recipients.
729
+
730
+ Each time you convey a covered work, the recipient automatically
731
+ receives a license from the original licensors, to run, modify and
732
+ propagate that work, subject to this License. You are not responsible
733
+ for enforcing compliance by third parties with this License.
734
+
735
+ An "entity transaction" is a transaction transferring control of an
736
+ organization, or substantially all assets of one, or subdividing an
737
+ organization, or merging organizations. If propagation of a covered
738
+ work results from an entity transaction, each party to that
739
+ transaction who receives a copy of the work also receives whatever
740
+ licenses to the work the party's predecessor in interest had or could
741
+ give under the previous paragraph, plus a right to possession of the
742
+ Corresponding Source of the work from the predecessor in interest, if
743
+ the predecessor has it or can get it with reasonable efforts.
744
+
745
+ You may not impose any further restrictions on the exercise of the
746
+ rights granted or affirmed under this License. For example, you may
747
+ not impose a license fee, royalty, or other charge for exercise of
748
+ rights granted under this License, and you may not initiate litigation
749
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
750
+ any patent claim is infringed by making, using, selling, offering for
751
+ sale, or importing the Program or any portion of it.
752
+
753
+ 11. Patents.
754
+
755
+ A "contributor" is a copyright holder who authorizes use under this
756
+ License of the Program or a work on which the Program is based. The
757
+ work thus licensed is called the contributor's "contributor version".
758
+
759
+ A contributor's "essential patent claims" are all patent claims
760
+ owned or controlled by the contributor, whether already acquired or
761
+ hereafter acquired, that would be infringed by some manner, permitted
762
+ by this License, of making, using, or selling its contributor version,
763
+ but do not include claims that would be infringed only as a
764
+ consequence of further modification of the contributor version. For
765
+ purposes of this definition, "control" includes the right to grant
766
+ patent sublicenses in a manner consistent with the requirements of
767
+ this License.
768
+
769
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
770
+ patent license under the contributor's essential patent claims, to
771
+ make, use, sell, offer for sale, import and otherwise run, modify and
772
+ propagate the contents of its contributor version.
773
+
774
+ In the following three paragraphs, a "patent license" is any express
775
+ agreement or commitment, however denominated, not to enforce a patent
776
+ (such as an express permission to practice a patent or covenant not to
777
+ sue for patent infringement). To "grant" such a patent license to a
778
+ party means to make such an agreement or commitment not to enforce a
779
+ patent against the party.
780
+
781
+ If you convey a covered work, knowingly relying on a patent license,
782
+ and the Corresponding Source of the work is not available for anyone
783
+ to copy, free of charge and under the terms of this License, through a
784
+ publicly available network server or other readily accessible means,
785
+ then you must either (1) cause the Corresponding Source to be so
786
+ available, or (2) arrange to deprive yourself of the benefit of the
787
+ patent license for this particular work, or (3) arrange, in a manner
788
+ consistent with the requirements of this License, to extend the patent
789
+ license to downstream recipients. "Knowingly relying" means you have
790
+ actual knowledge that, but for the patent license, your conveying the
791
+ covered work in a country, or your recipient's use of the covered work
792
+ in a country, would infringe one or more identifiable patents in that
793
+ country that you have reason to believe are valid.
794
+
795
+ If, pursuant to or in connection with a single transaction or
796
+ arrangement, you convey, or propagate by procuring conveyance of, a
797
+ covered work, and grant a patent license to some of the parties
798
+ receiving the covered work authorizing them to use, propagate, modify
799
+ or convey a specific copy of the covered work, then the patent license
800
+ you grant is automatically extended to all recipients of the covered
801
+ work and works based on it.
802
+
803
+ A patent license is "discriminatory" if it does not include within
804
+ the scope of its coverage, prohibits the exercise of, or is
805
+ conditioned on the non-exercise of one or more of the rights that are
806
+ specifically granted under this License. You may not convey a covered
807
+ work if you are a party to an arrangement with a third party that is
808
+ in the business of distributing software, under which you make payment
809
+ to the third party based on the extent of your activity of conveying
810
+ the work, and under which the third party grants, to any of the
811
+ parties who would receive the covered work from you, a discriminatory
812
+ patent license (a) in connection with copies of the covered work
813
+ conveyed by you (or copies made from those copies), or (b) primarily
814
+ for and in connection with specific products or compilations that
815
+ contain the covered work, unless you entered into that arrangement,
816
+ or that patent license was granted, prior to 28 March 2007.
817
+
818
+ Nothing in this License shall be construed as excluding or limiting
819
+ any implied license or other defenses to infringement that may
820
+ otherwise be available to you under applicable patent law.
821
+
822
+ 12. No Surrender of Others' Freedom.
823
+
824
+ If conditions are imposed on you (whether by court order, agreement or
825
+ otherwise) that contradict the conditions of this License, they do not
826
+ excuse you from the conditions of this License. If you cannot convey a
827
+ covered work so as to satisfy simultaneously your obligations under this
828
+ License and any other pertinent obligations, then as a consequence you may
829
+ not convey it at all. For example, if you agree to terms that obligate you
830
+ to collect a royalty for further conveying from those to whom you convey
831
+ the Program, the only way you could satisfy both those terms and this
832
+ License would be to refrain entirely from conveying the Program.
833
+
834
+ 13. Use with the GNU Affero General Public License.
835
+
836
+ Notwithstanding any other provision of this License, you have
837
+ permission to link or combine any covered work with a work licensed
838
+ under version 3 of the GNU Affero General Public License into a single
839
+ combined work, and to convey the resulting work. The terms of this
840
+ License will continue to apply to the part which is the covered work,
841
+ but the special requirements of the GNU Affero General Public License,
842
+ section 13, concerning interaction through a network will apply to the
843
+ combination as such.
844
+
845
+ 14. Revised Versions of this License.
846
+
847
+ The Free Software Foundation may publish revised and/or new versions of
848
+ the GNU General Public License from time to time. Such new versions will
849
+ be similar in spirit to the present version, but may differ in detail to
850
+ address new problems or concerns.
851
+
852
+ Each version is given a distinguishing version number. If the
853
+ Program specifies that a certain numbered version of the GNU General
854
+ Public License "or any later version" applies to it, you have the
855
+ option of following the terms and conditions either of that numbered
856
+ version or of any later version published by the Free Software
857
+ Foundation. If the Program does not specify a version number of the
858
+ GNU General Public License, you may choose any version ever published
859
+ by the Free Software Foundation.
860
+
861
+ If the Program specifies that a proxy can decide which future
862
+ versions of the GNU General Public License can be used, that proxy's
863
+ public statement of acceptance of a version permanently authorizes you
864
+ to choose that version for the Program.
865
+
866
+ Later license versions may give you additional or different
867
+ permissions. However, no additional obligations are imposed on any
868
+ author or copyright holder as a result of your choosing to follow a
869
+ later version.
870
+
871
+ 15. Disclaimer of Warranty.
872
+
873
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
874
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
875
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
876
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
877
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
878
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
879
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
880
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
881
+
882
+ 16. Limitation of Liability.
883
+
884
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
885
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
886
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
887
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
888
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
889
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
890
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
891
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
892
+ SUCH DAMAGES.
893
+
894
+ 17. Interpretation of Sections 15 and 16.
895
+
896
+ If the disclaimer of warranty and limitation of liability provided
897
+ above cannot be given local legal effect according to their terms,
898
+ reviewing courts shall apply local law that most closely approximates
899
+ an absolute waiver of all civil liability in connection with the
900
+ Program, unless a warranty or assumption of liability accompanies a
901
+ copy of the Program in return for a fee.
902
+
903
+ END OF TERMS AND CONDITIONS
904
+
905
+ How to Apply These Terms to Your New Programs
906
+
907
+ If you develop a new program, and you want it to be of the greatest
908
+ possible use to the public, the best way to achieve this is to make it
909
+ free software which everyone can redistribute and change under these terms.
910
+
911
+ To do so, attach the following notices to the program. It is safest
912
+ to attach them to the start of each source file to most effectively
913
+ state the exclusion of warranty; and each file should have at least
914
+ the "copyright" line and a pointer to where the full notice is found.
915
+
916
+ <one line to give the program's name and a brief idea of what it does.>
917
+ Copyright (C) <year> <name of author>
918
+
919
+ This program is free software: you can redistribute it and/or modify
920
+ it under the terms of the GNU General Public License as published by
921
+ the Free Software Foundation, either version 3 of the License, or
922
+ (at your option) any later version.
923
+
924
+ This program is distributed in the hope that it will be useful,
925
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
926
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
927
+ GNU General Public License for more details.
928
+
929
+ You should have received a copy of the GNU General Public License
930
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
931
+
932
+ Also add information on how to contact you by electronic and paper mail.
933
+
934
+ If the program does terminal interaction, make it output a short
935
+ notice like this when it starts in an interactive mode:
936
+
937
+ <program> Copyright (C) <year> <name of author>
938
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
939
+ This is free software, and you are welcome to redistribute it
940
+ under certain conditions; type `show c' for details.
941
+
942
+ The hypothetical commands `show w' and `show c' should show the appropriate
943
+ parts of the General Public License. Of course, your program's commands
944
+ might be different; for a GUI interface, you would use an "about box".
945
+
946
+ You should also get your employer (if you work as a programmer) or school,
947
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
948
+ For more information on this, and how to apply and follow the GNU GPL, see
949
+ <http://www.gnu.org/licenses/>.
950
+
951
+ The GNU General Public License does not permit incorporating your program
952
+ into proprietary programs. If your program is a subroutine library, you
953
+ may consider it more useful to permit linking proprietary applications with
954
+ the library. If this is what you want to do, use the GNU Lesser General
955
+ Public License instead of this License. But first, please read
956
+ <http://www.gnu.org/philosophy/why-not-lgpl.html>.
957
+
958
+ Name: libquadmath
959
+ Files: numpy.libs/libquadmath*.so
960
+ Description: dynamically linked to files compiled with gcc
961
+ Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath
962
+ License: LGPL-2.1-or-later
963
+
964
+ GCC Quad-Precision Math Library
965
+ Copyright (C) 2010-2019 Free Software Foundation, Inc.
966
+ Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
967
+
968
+ This file is part of the libquadmath library.
969
+ Libquadmath is free software; you can redistribute it and/or
970
+ modify it under the terms of the GNU Library General Public
971
+ License as published by the Free Software Foundation; either
972
+ version 2.1 of the License, or (at your option) any later version.
973
+
974
+ Libquadmath is distributed in the hope that it will be useful,
975
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
976
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
977
+ Lesser General Public License for more details.
978
+ https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
979
+ Classifier: Development Status :: 5 - Production/Stable
980
+ Classifier: Intended Audience :: Science/Research
981
+ Classifier: Intended Audience :: Developers
982
+ Classifier: License :: OSI Approved :: BSD License
983
+ Classifier: Programming Language :: C
984
+ Classifier: Programming Language :: Python
985
+ Classifier: Programming Language :: Python :: 3
986
+ Classifier: Programming Language :: Python :: 3.9
987
+ Classifier: Programming Language :: Python :: 3.10
988
+ Classifier: Programming Language :: Python :: 3.11
989
+ Classifier: Programming Language :: Python :: 3.12
990
+ Classifier: Programming Language :: Python :: 3 :: Only
991
+ Classifier: Programming Language :: Python :: Implementation :: CPython
992
+ Classifier: Topic :: Software Development
993
+ Classifier: Topic :: Scientific/Engineering
994
+ Classifier: Typing :: Typed
995
+ Classifier: Operating System :: Microsoft :: Windows
996
+ Classifier: Operating System :: POSIX
997
+ Classifier: Operating System :: Unix
998
+ Classifier: Operating System :: MacOS
999
+ Project-URL: Homepage, https://numpy.org
1000
+ Project-URL: Documentation, https://numpy.org/doc/
1001
+ Project-URL: Source, https://github.com/numpy/numpy
1002
+ Project-URL: Download, https://pypi.org/project/numpy/#files
1003
+ Project-URL: Tracker, https://github.com/numpy/numpy/issues
1004
+ Project-URL: Release notes, https://numpy.org/doc/stable/release
1005
+ Requires-Python: >=3.9
1006
+ Description-Content-Type: text/markdown
1007
+
1008
+ <h1 align="center">
1009
+ <img src="https://raw.githubusercontent.com/numpy/numpy/main/branding/logo/primary/numpylogo.svg" width="300">
1010
+ </h1><br>
1011
+
1012
+
1013
+ [![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](
1014
+ https://numfocus.org)
1015
+ [![PyPI Downloads](https://img.shields.io/pypi/dm/numpy.svg?label=PyPI%20downloads)](
1016
+ https://pypi.org/project/numpy/)
1017
+ [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/numpy.svg?label=Conda%20downloads)](
1018
+ https://anaconda.org/conda-forge/numpy)
1019
+ [![Stack Overflow](https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg)](
1020
+ https://stackoverflow.com/questions/tagged/numpy)
1021
+ [![Nature Paper](https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue)](
1022
+ https://doi.org/10.1038/s41586-020-2649-2)
1023
+ [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/numpy/numpy/badge)](https://api.securityscorecards.dev/projects/github.com/numpy/numpy)
1024
+
1025
+
1026
+ NumPy is the fundamental package for scientific computing with Python.
1027
+
1028
+ - **Website:** https://www.numpy.org
1029
+ - **Documentation:** https://numpy.org/doc
1030
+ - **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion
1031
+ - **Source code:** https://github.com/numpy/numpy
1032
+ - **Contributing:** https://www.numpy.org/devdocs/dev/index.html
1033
+ - **Bug reports:** https://github.com/numpy/numpy/issues
1034
+ - **Report a security vulnerability:** https://tidelift.com/docs/security
1035
+
1036
+ It provides:
1037
+
1038
+ - a powerful N-dimensional array object
1039
+ - sophisticated (broadcasting) functions
1040
+ - tools for integrating C/C++ and Fortran code
1041
+ - useful linear algebra, Fourier transform, and random number capabilities
1042
+
1043
+ Testing:
1044
+
1045
+ NumPy requires `pytest` and `hypothesis`. Tests can then be run after installation with:
1046
+
1047
+ python -c "import numpy, sys; sys.exit(numpy.test() is False)"
1048
+
1049
+ Code of Conduct
1050
+ ----------------------
1051
+
1052
+ NumPy is a community-driven open source project developed by a diverse group of
1053
+ [contributors](https://numpy.org/teams/). The NumPy leadership has made a strong
1054
+ commitment to creating an open, inclusive, and positive community. Please read the
1055
+ [NumPy Code of Conduct](https://numpy.org/code-of-conduct/) for guidance on how to interact
1056
+ with others in a way that makes our community thrive.
1057
+
1058
+ Call for Contributions
1059
+ ----------------------
1060
+
1061
+ The NumPy project welcomes your expertise and enthusiasm!
1062
+
1063
+ Small improvements or fixes are always appreciated. If you are considering larger contributions
1064
+ to the source code, please contact us through the [mailing
1065
+ list](https://mail.python.org/mailman/listinfo/numpy-discussion) first.
1066
+
1067
+ Writing code isn’t the only way to contribute to NumPy. You can also:
1068
+ - review pull requests
1069
+ - help us stay on top of new and old issues
1070
+ - develop tutorials, presentations, and other educational materials
1071
+ - maintain and improve [our website](https://github.com/numpy/numpy.org)
1072
+ - develop graphic design for our brand assets and promotional materials
1073
+ - translate website content
1074
+ - help with outreach and onboard new contributors
1075
+ - write grant proposals and help with other fundraising efforts
1076
+
1077
+ For more information about the ways you can contribute to NumPy, visit [our website](https://numpy.org/contribute/).
1078
+ If you’re unsure where to start or how your skills fit in, reach out! You can
1079
+ ask on the mailing list or here, on GitHub, by opening a new issue or leaving a
1080
+ comment on a relevant issue that is already open.
1081
+
1082
+ Our preferred channels of communication are all public, but if you’d like to
1083
+ speak to us in private first, contact our community coordinators at
1084
+ numpy-team@googlegroups.com or on Slack (write numpy-team@googlegroups.com for
1085
+ an invitation).
1086
+
1087
+ We also have a biweekly community call, details of which are announced on the
1088
+ mailing list. You are very welcome to join.
1089
+
1090
+ If you are new to contributing to open source, [this
1091
+ guide](https://opensource.guide/how-to-contribute/) helps explain why, what,
1092
+ and how to successfully get involved.
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/RECORD ADDED
The diff for this file is too large to render. See raw diff
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/REQUESTED ADDED
File without changes
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/WHEEL ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: meson
3
+ Root-Is-Purelib: false
4
+ Tag: cp311-cp311-manylinux_2_17_x86_64
5
+ Tag: cp311-cp311-manylinux2014_x86_64
6
+
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy-1.26.4.dist-info/entry_points.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [array_api]
2
+ numpy = numpy.array_api
3
+
4
+ [pyinstaller40]
5
+ hook-dirs = numpy:_pyinstaller_hooks_dir
6
+
7
+ [console_scripts]
8
+ f2py = numpy.f2py.f2py2e:main
9
+
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/__config__.cpython-311.pyc ADDED
Binary file (5.86 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/__init__.cpython-311.pyc ADDED
Binary file (16.9 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/_distributor_init.cpython-311.pyc ADDED
Binary file (759 Bytes). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/_globals.cpython-311.pyc ADDED
Binary file (4.23 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/_pytesttester.cpython-311.pyc ADDED
Binary file (7.62 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/conftest.cpython-311.pyc ADDED
Binary file (6.25 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/ctypeslib.cpython-311.pyc ADDED
Binary file (21.6 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/dtypes.cpython-311.pyc ADDED
Binary file (2.69 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/exceptions.cpython-311.pyc ADDED
Binary file (8.67 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/matlib.cpython-311.pyc ADDED
Binary file (12.2 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/__pycache__/version.cpython-311.pyc ADDED
Binary file (529 Bytes). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__init__.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ """
2
+ This private module only contains stubs for interoperability with
3
+ NumPy 2.0 pickled arrays. It may not be used by the end user.
4
+ """
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__init__.pyi ADDED
File without changes
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/__init__.cpython-311.pyc ADDED
Binary file (404 Bytes). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/_dtype.cpython-311.pyc ADDED
Binary file (498 Bytes). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/_dtype_ctypes.cpython-311.pyc ADDED
Binary file (513 Bytes). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/_internal.cpython-311.pyc ADDED
Binary file (505 Bytes). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/_multiarray_umath.cpython-311.pyc ADDED
Binary file (523 Bytes). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/multiarray.cpython-311.pyc ADDED
Binary file (507 Bytes). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/__pycache__/umath.cpython-311.pyc ADDED
Binary file (494 Bytes). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/_dtype.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from numpy.core import _dtype
2
+
3
+ _globals = globals()
4
+
5
+ for item in _dtype.__dir__():
6
+ _globals[item] = getattr(_dtype, item)
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/_dtype_ctypes.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from numpy.core import _dtype_ctypes
2
+
3
+ _globals = globals()
4
+
5
+ for item in _dtype_ctypes.__dir__():
6
+ _globals[item] = getattr(_dtype_ctypes, item)
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/_internal.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from numpy.core import _internal
2
+
3
+ _globals = globals()
4
+
5
+ for item in _internal.__dir__():
6
+ _globals[item] = getattr(_internal, item)
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/_multiarray_umath.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from numpy.core import _multiarray_umath
2
+
3
+ _globals = globals()
4
+
5
+ for item in _multiarray_umath.__dir__():
6
+ _globals[item] = getattr(_multiarray_umath, item)
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/multiarray.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from numpy.core import multiarray
2
+
3
+ _globals = globals()
4
+
5
+ for item in multiarray.__dir__():
6
+ _globals[item] = getattr(multiarray, item)
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_core/umath.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from numpy.core import umath
2
+
3
+ _globals = globals()
4
+
5
+ for item in umath.__dir__():
6
+ _globals[item] = getattr(umath, item)
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/__init__.py ADDED
File without changes
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/__pycache__/__init__.cpython-311.pyc ADDED
Binary file (260 Bytes). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/__pycache__/hook-numpy.cpython-311.pyc ADDED
Binary file (1.15 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/__pycache__/pyinstaller-smoke.cpython-311.pyc ADDED
Binary file (2.71 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/__pycache__/test_pyinstaller.cpython-311.pyc ADDED
Binary file (2.13 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/hook-numpy.py ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """This hook should collect all binary files and any hidden modules that numpy
2
+ needs.
3
+
4
+ Our (some-what inadequate) docs for writing PyInstaller hooks are kept here:
5
+ https://pyinstaller.readthedocs.io/en/stable/hooks.html
6
+
7
+ """
8
+ from PyInstaller.compat import is_conda, is_pure_conda
9
+ from PyInstaller.utils.hooks import collect_dynamic_libs, is_module_satisfies
10
+
11
+ # Collect all DLLs inside numpy's installation folder, dump them into built
12
+ # app's root.
13
+ binaries = collect_dynamic_libs("numpy", ".")
14
+
15
+ # If using Conda without any non-conda virtual environment manager:
16
+ if is_pure_conda:
17
+ # Assume running the NumPy from Conda-forge and collect it's DLLs from the
18
+ # communal Conda bin directory. DLLs from NumPy's dependencies must also be
19
+ # collected to capture MKL, OpenBlas, OpenMP, etc.
20
+ from PyInstaller.utils.hooks import conda_support
21
+ datas = conda_support.collect_dynamic_libs("numpy", dependencies=True)
22
+
23
+ # Submodules PyInstaller cannot detect. `_dtype_ctypes` is only imported
24
+ # from C and `_multiarray_tests` is used in tests (which are not packed).
25
+ hiddenimports = ['numpy.core._dtype_ctypes', 'numpy.core._multiarray_tests']
26
+
27
+ # Remove testing and building code and packages that are referenced throughout
28
+ # NumPy but are not really dependencies.
29
+ excludedimports = [
30
+ "scipy",
31
+ "pytest",
32
+ "f2py",
33
+ "setuptools",
34
+ "numpy.f2py",
35
+ "distutils",
36
+ "numpy.distutils",
37
+ ]
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/pyinstaller-smoke.py ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """A crude *bit of everything* smoke test to verify PyInstaller compatibility.
2
+
3
+ PyInstaller typically goes wrong by forgetting to package modules, extension
4
+ modules or shared libraries. This script should aim to touch as many of those
5
+ as possible in an attempt to trip a ModuleNotFoundError or a DLL load failure
6
+ due to an uncollected resource. Missing resources are unlikely to lead to
7
+ arithmetic errors so there's generally no need to verify any calculation's
8
+ output - merely that it made it to the end OK. This script should not
9
+ explicitly import any of numpy's submodules as that gives PyInstaller undue
10
+ hints that those submodules exist and should be collected (accessing implicitly
11
+ loaded submodules is OK).
12
+
13
+ """
14
+ import numpy as np
15
+
16
+ a = np.arange(1., 10.).reshape((3, 3)) % 5
17
+ np.linalg.det(a)
18
+ a @ a
19
+ a @ a.T
20
+ np.linalg.inv(a)
21
+ np.sin(np.exp(a))
22
+ np.linalg.svd(a)
23
+ np.linalg.eigh(a)
24
+
25
+ np.unique(np.random.randint(0, 10, 100))
26
+ np.sort(np.random.uniform(0, 10, 100))
27
+
28
+ np.fft.fft(np.exp(2j * np.pi * np.arange(8) / 8))
29
+ np.ma.masked_array(np.arange(10), np.random.rand(10) < .5).sum()
30
+ np.polynomial.Legendre([7, 8, 9]).roots()
31
+
32
+ print("I made it!")
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_pyinstaller/test_pyinstaller.py ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import subprocess
2
+ from pathlib import Path
3
+
4
+ import pytest
5
+
6
+
7
+ # PyInstaller has been very unproactive about replacing 'imp' with 'importlib'.
8
+ @pytest.mark.filterwarnings('ignore::DeprecationWarning')
9
+ # It also leaks io.BytesIO()s.
10
+ @pytest.mark.filterwarnings('ignore::ResourceWarning')
11
+ @pytest.mark.parametrize("mode", ["--onedir", "--onefile"])
12
+ @pytest.mark.slow
13
+ def test_pyinstaller(mode, tmp_path):
14
+ """Compile and run pyinstaller-smoke.py using PyInstaller."""
15
+
16
+ pyinstaller_cli = pytest.importorskip("PyInstaller.__main__").run
17
+
18
+ source = Path(__file__).with_name("pyinstaller-smoke.py").resolve()
19
+ args = [
20
+ # Place all generated files in ``tmp_path``.
21
+ '--workpath', str(tmp_path / "build"),
22
+ '--distpath', str(tmp_path / "dist"),
23
+ '--specpath', str(tmp_path),
24
+ mode,
25
+ str(source),
26
+ ]
27
+ pyinstaller_cli(args)
28
+
29
+ if mode == "--onefile":
30
+ exe = tmp_path / "dist" / source.stem
31
+ else:
32
+ exe = tmp_path / "dist" / source.stem / source.stem
33
+
34
+ p = subprocess.run([str(exe)], check=True, stdout=subprocess.PIPE)
35
+ assert p.stdout.strip() == b"I made it!"
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__init__.py ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Private counterpart of ``numpy.typing``."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from .. import ufunc
6
+ from .._utils import set_module
7
+ from typing import TYPE_CHECKING, final
8
+
9
+
10
+ @final # Disallow the creation of arbitrary `NBitBase` subclasses
11
+ @set_module("numpy.typing")
12
+ class NBitBase:
13
+ """
14
+ A type representing `numpy.number` precision during static type checking.
15
+
16
+ Used exclusively for the purpose static type checking, `NBitBase`
17
+ represents the base of a hierarchical set of subclasses.
18
+ Each subsequent subclass is herein used for representing a lower level
19
+ of precision, *e.g.* ``64Bit > 32Bit > 16Bit``.
20
+
21
+ .. versionadded:: 1.20
22
+
23
+ Examples
24
+ --------
25
+ Below is a typical usage example: `NBitBase` is herein used for annotating
26
+ a function that takes a float and integer of arbitrary precision
27
+ as arguments and returns a new float of whichever precision is largest
28
+ (*e.g.* ``np.float16 + np.int64 -> np.float64``).
29
+
30
+ .. code-block:: python
31
+
32
+ >>> from __future__ import annotations
33
+ >>> from typing import TypeVar, TYPE_CHECKING
34
+ >>> import numpy as np
35
+ >>> import numpy.typing as npt
36
+
37
+ >>> T1 = TypeVar("T1", bound=npt.NBitBase)
38
+ >>> T2 = TypeVar("T2", bound=npt.NBitBase)
39
+
40
+ >>> def add(a: np.floating[T1], b: np.integer[T2]) -> np.floating[T1 | T2]:
41
+ ... return a + b
42
+
43
+ >>> a = np.float16()
44
+ >>> b = np.int64()
45
+ >>> out = add(a, b)
46
+
47
+ >>> if TYPE_CHECKING:
48
+ ... reveal_locals()
49
+ ... # note: Revealed local types are:
50
+ ... # note: a: numpy.floating[numpy.typing._16Bit*]
51
+ ... # note: b: numpy.signedinteger[numpy.typing._64Bit*]
52
+ ... # note: out: numpy.floating[numpy.typing._64Bit*]
53
+
54
+ """
55
+
56
+ def __init_subclass__(cls) -> None:
57
+ allowed_names = {
58
+ "NBitBase", "_256Bit", "_128Bit", "_96Bit", "_80Bit",
59
+ "_64Bit", "_32Bit", "_16Bit", "_8Bit",
60
+ }
61
+ if cls.__name__ not in allowed_names:
62
+ raise TypeError('cannot inherit from final class "NBitBase"')
63
+ super().__init_subclass__()
64
+
65
+
66
+ # Silence errors about subclassing a `@final`-decorated class
67
+ class _256Bit(NBitBase): # type: ignore[misc]
68
+ pass
69
+
70
+ class _128Bit(_256Bit): # type: ignore[misc]
71
+ pass
72
+
73
+ class _96Bit(_128Bit): # type: ignore[misc]
74
+ pass
75
+
76
+ class _80Bit(_96Bit): # type: ignore[misc]
77
+ pass
78
+
79
+ class _64Bit(_80Bit): # type: ignore[misc]
80
+ pass
81
+
82
+ class _32Bit(_64Bit): # type: ignore[misc]
83
+ pass
84
+
85
+ class _16Bit(_32Bit): # type: ignore[misc]
86
+ pass
87
+
88
+ class _8Bit(_16Bit): # type: ignore[misc]
89
+ pass
90
+
91
+
92
+ from ._nested_sequence import (
93
+ _NestedSequence as _NestedSequence,
94
+ )
95
+ from ._nbit import (
96
+ _NBitByte as _NBitByte,
97
+ _NBitShort as _NBitShort,
98
+ _NBitIntC as _NBitIntC,
99
+ _NBitIntP as _NBitIntP,
100
+ _NBitInt as _NBitInt,
101
+ _NBitLongLong as _NBitLongLong,
102
+ _NBitHalf as _NBitHalf,
103
+ _NBitSingle as _NBitSingle,
104
+ _NBitDouble as _NBitDouble,
105
+ _NBitLongDouble as _NBitLongDouble,
106
+ )
107
+ from ._char_codes import (
108
+ _BoolCodes as _BoolCodes,
109
+ _UInt8Codes as _UInt8Codes,
110
+ _UInt16Codes as _UInt16Codes,
111
+ _UInt32Codes as _UInt32Codes,
112
+ _UInt64Codes as _UInt64Codes,
113
+ _Int8Codes as _Int8Codes,
114
+ _Int16Codes as _Int16Codes,
115
+ _Int32Codes as _Int32Codes,
116
+ _Int64Codes as _Int64Codes,
117
+ _Float16Codes as _Float16Codes,
118
+ _Float32Codes as _Float32Codes,
119
+ _Float64Codes as _Float64Codes,
120
+ _Complex64Codes as _Complex64Codes,
121
+ _Complex128Codes as _Complex128Codes,
122
+ _ByteCodes as _ByteCodes,
123
+ _ShortCodes as _ShortCodes,
124
+ _IntCCodes as _IntCCodes,
125
+ _IntPCodes as _IntPCodes,
126
+ _IntCodes as _IntCodes,
127
+ _LongLongCodes as _LongLongCodes,
128
+ _UByteCodes as _UByteCodes,
129
+ _UShortCodes as _UShortCodes,
130
+ _UIntCCodes as _UIntCCodes,
131
+ _UIntPCodes as _UIntPCodes,
132
+ _UIntCodes as _UIntCodes,
133
+ _ULongLongCodes as _ULongLongCodes,
134
+ _HalfCodes as _HalfCodes,
135
+ _SingleCodes as _SingleCodes,
136
+ _DoubleCodes as _DoubleCodes,
137
+ _LongDoubleCodes as _LongDoubleCodes,
138
+ _CSingleCodes as _CSingleCodes,
139
+ _CDoubleCodes as _CDoubleCodes,
140
+ _CLongDoubleCodes as _CLongDoubleCodes,
141
+ _DT64Codes as _DT64Codes,
142
+ _TD64Codes as _TD64Codes,
143
+ _StrCodes as _StrCodes,
144
+ _BytesCodes as _BytesCodes,
145
+ _VoidCodes as _VoidCodes,
146
+ _ObjectCodes as _ObjectCodes,
147
+ )
148
+ from ._scalars import (
149
+ _CharLike_co as _CharLike_co,
150
+ _BoolLike_co as _BoolLike_co,
151
+ _UIntLike_co as _UIntLike_co,
152
+ _IntLike_co as _IntLike_co,
153
+ _FloatLike_co as _FloatLike_co,
154
+ _ComplexLike_co as _ComplexLike_co,
155
+ _TD64Like_co as _TD64Like_co,
156
+ _NumberLike_co as _NumberLike_co,
157
+ _ScalarLike_co as _ScalarLike_co,
158
+ _VoidLike_co as _VoidLike_co,
159
+ )
160
+ from ._shape import (
161
+ _Shape as _Shape,
162
+ _ShapeLike as _ShapeLike,
163
+ )
164
+ from ._dtype_like import (
165
+ DTypeLike as DTypeLike,
166
+ _DTypeLike as _DTypeLike,
167
+ _SupportsDType as _SupportsDType,
168
+ _VoidDTypeLike as _VoidDTypeLike,
169
+ _DTypeLikeBool as _DTypeLikeBool,
170
+ _DTypeLikeUInt as _DTypeLikeUInt,
171
+ _DTypeLikeInt as _DTypeLikeInt,
172
+ _DTypeLikeFloat as _DTypeLikeFloat,
173
+ _DTypeLikeComplex as _DTypeLikeComplex,
174
+ _DTypeLikeTD64 as _DTypeLikeTD64,
175
+ _DTypeLikeDT64 as _DTypeLikeDT64,
176
+ _DTypeLikeObject as _DTypeLikeObject,
177
+ _DTypeLikeVoid as _DTypeLikeVoid,
178
+ _DTypeLikeStr as _DTypeLikeStr,
179
+ _DTypeLikeBytes as _DTypeLikeBytes,
180
+ _DTypeLikeComplex_co as _DTypeLikeComplex_co,
181
+ )
182
+ from ._array_like import (
183
+ NDArray as NDArray,
184
+ ArrayLike as ArrayLike,
185
+ _ArrayLike as _ArrayLike,
186
+ _FiniteNestedSequence as _FiniteNestedSequence,
187
+ _SupportsArray as _SupportsArray,
188
+ _SupportsArrayFunc as _SupportsArrayFunc,
189
+ _ArrayLikeInt as _ArrayLikeInt,
190
+ _ArrayLikeBool_co as _ArrayLikeBool_co,
191
+ _ArrayLikeUInt_co as _ArrayLikeUInt_co,
192
+ _ArrayLikeInt_co as _ArrayLikeInt_co,
193
+ _ArrayLikeFloat_co as _ArrayLikeFloat_co,
194
+ _ArrayLikeComplex_co as _ArrayLikeComplex_co,
195
+ _ArrayLikeNumber_co as _ArrayLikeNumber_co,
196
+ _ArrayLikeTD64_co as _ArrayLikeTD64_co,
197
+ _ArrayLikeDT64_co as _ArrayLikeDT64_co,
198
+ _ArrayLikeObject_co as _ArrayLikeObject_co,
199
+ _ArrayLikeVoid_co as _ArrayLikeVoid_co,
200
+ _ArrayLikeStr_co as _ArrayLikeStr_co,
201
+ _ArrayLikeBytes_co as _ArrayLikeBytes_co,
202
+ _ArrayLikeUnknown as _ArrayLikeUnknown,
203
+ _UnknownType as _UnknownType,
204
+ )
205
+
206
+ if TYPE_CHECKING:
207
+ from ._ufunc import (
208
+ _UFunc_Nin1_Nout1 as _UFunc_Nin1_Nout1,
209
+ _UFunc_Nin2_Nout1 as _UFunc_Nin2_Nout1,
210
+ _UFunc_Nin1_Nout2 as _UFunc_Nin1_Nout2,
211
+ _UFunc_Nin2_Nout2 as _UFunc_Nin2_Nout2,
212
+ _GUFunc_Nin2_Nout1 as _GUFunc_Nin2_Nout1,
213
+ )
214
+ else:
215
+ # Declare the (type-check-only) ufunc subclasses as ufunc aliases during
216
+ # runtime; this helps autocompletion tools such as Jedi (numpy/numpy#19834)
217
+ _UFunc_Nin1_Nout1 = ufunc
218
+ _UFunc_Nin2_Nout1 = ufunc
219
+ _UFunc_Nin1_Nout2 = ufunc
220
+ _UFunc_Nin2_Nout2 = ufunc
221
+ _GUFunc_Nin2_Nout1 = ufunc
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/__init__.cpython-311.pyc ADDED
Binary file (8.38 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_add_docstring.cpython-311.pyc ADDED
Binary file (5.11 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_array_like.cpython-311.pyc ADDED
Binary file (5.68 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_char_codes.cpython-311.pyc ADDED
Binary file (5.86 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_dtype_like.cpython-311.pyc ADDED
Binary file (6.59 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_extended_precision.cpython-311.pyc ADDED
Binary file (1.36 kB). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_nbit.cpython-311.pyc ADDED
Binary file (602 Bytes). View file
 
grounding-dino/.eval_venv/lib64/python3.11/site-packages/numpy/_typing/__pycache__/_nested_sequence.cpython-311.pyc ADDED
Binary file (3.82 kB). View file