1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
|
# File format ($ symbol means the beginning of a line):
#
# $ # this message
# $ # =======================
# $ # comments (all commentaries should starts with some number of spaces and # symbol)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
# ${all_file_action} filename
# $ # user commentaries (many lines)
# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
# ${action} {license spdx} {license text hash}
# $BELONGS ./ya/make/file/relative/path/3/ya.make
# ${all_file_action} filename
# $ # user commentaries
# $ generated description
# $ ...
#
# You can modify action, all_file_action and add commentaries
# Available actions:
# keep - keep license in contrib and use in credits
# skip - skip license
# remove - remove all files with this license
# rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
#
# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
# We suppose that that files can contain some license info
# Available all file actions:
# FILE_IGNORE - ignore file (do nothing)
# FILE_INCLUDE - include all file data into licenses text file
# =======================
KEEP Apache-2.0 3b0ea1fb66390711cb1f160e05b0e2a4
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: Apache-2.0
Score : 100.00
Match type : NOTICE
Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
Files with this license:
c++/include/orc/orc-config.hh [2:12]
c++/src/LzoDecompressor.cc [2:12]
c++/src/wrap/coded-stream-wrapper.h [2:12]
c++/src/wrap/orc-proto-wrapper.hh [2:12]
c++/src/wrap/snappy-wrapper.h [2:12]
c++/src/wrap/zero-copy-stream-wrapper.h [2:12]
KEEP Apache-2.0 44dc743c95835a9e71d7b3cca63dcc7c
BELONGS ya.make
FILE_INCLUDE NOTICE found in files: c++/include/orc/BloomFilter.hh at line 3, c++/include/orc/ColumnPrinter.hh at line 3, c++/include/orc/Common.hh at line 3, c++/include/orc/Exceptions.hh at line 3, c++/include/orc/Int128.hh at line 3, c++/include/orc/MemoryPool.hh at line 3, c++/include/orc/OrcFile.hh at line 3, c++/include/orc/Reader.hh at line 3, c++/include/orc/Statistics.hh at line 3, c++/include/orc/Type.hh at line 3, c++/include/orc/Vector.hh at line 3, c++/include/orc/Writer.hh at line 3, c++/src/Adaptor.hh at line 3, c++/src/BloomFilter.cc at line 3, c++/src/BloomFilter.hh at line 3, c++/src/ByteRLE.cc at line 3, c++/src/ByteRLE.hh at line 3, c++/src/ColumnPrinter.cc at line 3, c++/src/ColumnReader.cc at line 3, c++/src/ColumnReader.hh at line 3, c++/src/ColumnWriter.cc at line 3, c++/src/ColumnWriter.hh at line 3, c++/src/Common.cc at line 3, c++/src/Compression.cc at line 3, c++/src/Compression.hh at line 3, c++/src/Exceptions.cc at line 3, c++/src/Int128.cc at line 3, c++/src/LzoDecompressor.hh at line 3, c++/src/MemoryPool.cc at line 3, c++/src/Murmur3.cc at line 3, c++/src/Murmur3.hh at line 3, c++/src/Options.hh at line 3, c++/src/OrcFile.cc at line 3, c++/src/RLE.hh at line 3, c++/src/RLEv1.cc at line 3, c++/src/Reader.cc at line 3, c++/src/Reader.hh at line 3, c++/src/RleDecoderV2.cc at line 3, c++/src/Statistics.cc at line 3, c++/src/Statistics.hh at line 3, c++/src/StripeStream.cc at line 3, c++/src/StripeStream.hh at line 3, c++/src/Timezone.cc at line 3, c++/src/Timezone.hh at line 3, c++/src/TypeImpl.cc at line 3, c++/src/TypeImpl.hh at line 3, c++/src/Vector.cc at line 3, c++/src/Writer.cc at line 3, c++/src/io/InputStream.cc at line 3, c++/src/io/InputStream.hh at line 3, c++/src/io/OutputStream.cc at line 3, c++/src/io/OutputStream.hh at line 3, proto/orc_proto.proto at line 3
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: Apache-2.0
Score : 100.00
Match type : NOTICE
Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
Files with this license:
c++/include/orc/BloomFilter.hh [2:16]
c++/include/orc/ColumnPrinter.hh [2:16]
c++/include/orc/Common.hh [2:16]
c++/include/orc/Exceptions.hh [2:16]
c++/include/orc/Int128.hh [2:16]
c++/include/orc/MemoryPool.hh [2:16]
c++/include/orc/OrcFile.hh [2:16]
c++/include/orc/Reader.hh [2:16]
c++/include/orc/Statistics.hh [2:16]
c++/include/orc/Type.hh [2:16]
c++/include/orc/Vector.hh [2:16]
c++/include/orc/Writer.hh [2:16]
c++/src/Adaptor.hh [2:16]
c++/src/BloomFilter.cc [2:16]
c++/src/BloomFilter.hh [2:16]
c++/src/ByteRLE.cc [2:16]
c++/src/ByteRLE.hh [2:16]
c++/src/ColumnPrinter.cc [2:16]
c++/src/ColumnReader.cc [2:16]
c++/src/ColumnReader.hh [2:16]
c++/src/ColumnWriter.cc [2:16]
c++/src/ColumnWriter.hh [2:16]
c++/src/Common.cc [2:16]
c++/src/Compression.cc [2:16]
c++/src/Compression.hh [2:16]
c++/src/Exceptions.cc [2:16]
c++/src/Int128.cc [2:16]
c++/src/LzoDecompressor.hh [2:16]
c++/src/MemoryPool.cc [2:16]
c++/src/Murmur3.cc [2:16]
c++/src/Murmur3.hh [2:16]
c++/src/Options.hh [2:16]
c++/src/OrcFile.cc [2:16]
c++/src/RLE.hh [2:16]
c++/src/RLEv1.cc [2:16]
c++/src/Reader.cc [2:16]
c++/src/Reader.hh [2:16]
c++/src/RleDecoderV2.cc [2:16]
c++/src/Statistics.cc [2:16]
c++/src/Statistics.hh [2:16]
c++/src/StripeStream.cc [2:16]
c++/src/StripeStream.hh [2:16]
c++/src/Timezone.cc [2:16]
c++/src/Timezone.hh [2:16]
c++/src/TypeImpl.cc [2:16]
c++/src/TypeImpl.hh [2:16]
c++/src/Vector.cc [2:16]
c++/src/Writer.cc [2:16]
c++/src/io/InputStream.cc [2:16]
c++/src/io/InputStream.hh [2:16]
c++/src/io/OutputStream.cc [2:16]
c++/src/io/OutputStream.hh [2:16]
proto/orc_proto.proto [2:16]
KEEP Apache-2.0 5b418c53658874b000953d47ee5ae1fb
BELONGS ya.make
License text:
This product includes software developed by The Apache Software
Foundation (http://www.apache.org/).
Scancode info:
Original SPDX id: Apache-2.0
Score : 95.00
Match type : REFERENCE
Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
Files with this license:
NOTICE [4:5]
SKIP BSD-3-Clause 65f1885a6e62550129cec1b1c92228b7
BELONGS ya.make
# for snappy
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: BSD-3-Clause
Score : 100.00
Match type : TEXT
Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
Files with this license:
LICENSE [277:301]
SKIP LicenseRef-scancode-unknown-license-reference 82b9c91a8f717463c6871d82aa2b1ff8
BELONGS ya.make
# notice about sub-components that have other licenses
License text:
notices and license terms. Your use of the source code for the these
subcomponents is subject to the terms and conditions of the following
licenses.
Scancode info:
Original SPDX id: LicenseRef-scancode-unknown-license-reference
Score : 100.00
Match type : INTRO
Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE
Files with this license:
LICENSE [208:210]
KEEP Apache-2.0 89ff0bb50a890e87448314d939cfd322
BELONGS ya.make
FILE_INCLUDE NOTICE found in files: c++/src/RLEV2Util.cc at line 3, c++/src/RleEncoderV2.cc at line 3
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: Apache-2.0
Score : 97.48
Match type : NOTICE
Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
Files with this license:
c++/src/RLEV2Util.cc [2:16]
c++/src/RleEncoderV2.cc [2:16]
SKIP MIT 8e611cb87fefb343bbd1b4b132671868
BELONGS ya.make
# for the site
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: MIT
Score : 100.00
Match type : TEXT
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
Files with this license:
LICENSE [254:270]
SKIP Zlib aa58f308323ed48be51ebc4b5d89fdbf
BELONGS ya.make
# for zlib
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: Zlib
Score : 100.00
Match type : TEXT
Links : http://www.gzip.org/zlib/zlib_license.html, http://www.zlib.net/, https://spdx.org/licenses/Zlib
Files with this license:
LICENSE [307:324]
KEEP Apache-2.0 be1ae92e2816e00bcf72d9b9a768ac9d
BELONGS ya.make
FILE_INCLUDE NOTICE found in files: LICENSE at line 107, LICENSE at line 110, LICENSE at line 112, LICENSE at line 117, LICENSE at line 120, LICENSE at line 142
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: Apache-2.0
Score : 99.94
Match type : TEXT
Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
Files with this license:
LICENSE [2:202]
SKIP Protobuf-License c6508a22f2888f82ca0962122f6bf026
BELONGS ya.make
# for protobuf
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: LicenseRef-scancode-protobuf
Score : 100.00
Match type : TEXT
Links : http://protobuf.googlecode.com/svn/trunk/COPYING.txt, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/protobuf.LICENSE
Files with this license:
LICENSE [216:245]
KEEP Apache-2.0 cf6155521a56fa3ce6c29b457f7a2535
BELONGS ya.make
FILE_INCLUDE NOTICE found in files: c++/src/Adaptor.cc at line 3, c++/src/RLE.cc at line 3, c++/src/RLEV2Util.hh at line 3, c++/src/RLEv1.hh at line 3, c++/src/RLEv2.hh at line 3
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: Apache-2.0
Score : 100.00
Match type : NOTICE
Links : http://www.apache.org/licenses/, http://www.apache.org/licenses/LICENSE-2.0, https://spdx.org/licenses/Apache-2.0
Files with this license:
c++/src/Adaptor.cc [2:16]
c++/src/RLE.cc [2:16]
c++/src/RLEV2Util.hh [2:16]
c++/src/RLEv1.hh [2:16]
c++/src/RLEv2.hh [2:16]
SKIP LicenseRef-scancode-bsd-3-clause-devine d62bead38797bd9e07e7e2167662d6b2
BELONGS ya.make
# for orc.threeten
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: LicenseRef-scancode-bsd-3-clause-devine
Score : 27.57
Match type : TEXT
Links : https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-3-clause-devine.LICENSE
Files with this license:
LICENSE [361:366]
SKIP MIT ef6e2d996c0ee4ccd03144f93e445032
BELONGS ya.make
# for the site
License text:
that are licensed under the MIT License (MIT):
Scancode info:
Original SPDX id: MIT
Score : 100.00
Match type : NOTICE
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
Files with this license:
LICENSE [250:250]
|