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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
|
# File format ($ symbol means the beginning of a line):
#
# $ # this message
# $ # =======================
# $ # comments (all commentaries should starts with some number of spaces and # symbol)
# $ IGNORE_FILES {file1.ext1} {file2.ext2} - (optional) ignore listed files when generating license macro and credits
# $ RENAME {original license id} TO {new license id} # user comments - (optional) use {new license id} instead {original license id} in ya.make files
# $ # user comments
# $
# ${action} {license id} {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 COPYRIGHT_SERVICE_LABEL 015cf966dafcca62c9e1b1bcd80c627a
BELONGS ya.make
License text:
Copyright (c) 2010-2010: Joachim Faulhaber
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/associative_element_container.hpp [2:2]
include/boost/icl/associative_interval_container.hpp [2:2]
include/boost/icl/closed_interval.hpp [2:2]
include/boost/icl/concept/comparable.hpp [2:2]
include/boost/icl/concept/container.hpp [2:2]
include/boost/icl/concept/element_associator.hpp [2:2]
include/boost/icl/concept/element_map.hpp [2:2]
include/boost/icl/concept/element_set.hpp [2:2]
include/boost/icl/concept/element_set_value.hpp [2:2]
include/boost/icl/concept/interval.hpp [2:2]
include/boost/icl/concept/interval_associator.hpp [2:2]
include/boost/icl/concept/interval_bounds.hpp [2:2]
include/boost/icl/concept/interval_map.hpp [2:2]
include/boost/icl/concept/interval_set.hpp [2:2]
include/boost/icl/concept/interval_set_value.hpp [2:2]
include/boost/icl/concept/joinable.hpp [2:2]
include/boost/icl/concept/map_value.hpp [2:2]
include/boost/icl/concept/set_value.hpp [2:2]
include/boost/icl/continuous_interval.hpp [2:2]
include/boost/icl/detail/associated_value.hpp [2:2]
include/boost/icl/detail/boost_config.hpp [2:2]
include/boost/icl/detail/exclusive_less_than.hpp [2:2]
include/boost/icl/detail/on_absorbtion.hpp [2:2]
include/boost/icl/discrete_interval.hpp [2:2]
include/boost/icl/dynamic_interval_traits.hpp [2:2]
include/boost/icl/interval.hpp [2:2]
include/boost/icl/interval_bounds.hpp [2:2]
include/boost/icl/interval_combining_style.hpp [2:2]
include/boost/icl/interval_traits.hpp [2:2]
include/boost/icl/left_open_interval.hpp [2:2]
include/boost/icl/open_interval.hpp [2:2]
include/boost/icl/predicates/distinct_equal.hpp [2:2]
include/boost/icl/predicates/element_equal.hpp [2:2]
include/boost/icl/predicates/std_equal.hpp [2:2]
include/boost/icl/predicates/sub_super_set.hpp [2:2]
include/boost/icl/right_open_interval.hpp [2:2]
include/boost/icl/type_traits/adds_inversely.hpp [2:2]
include/boost/icl/type_traits/interval_type_default.hpp [2:2]
include/boost/icl/type_traits/interval_type_of.hpp [2:2]
include/boost/icl/type_traits/is_asymmetric_interval.hpp [2:2]
include/boost/icl/type_traits/is_container.hpp [2:2]
include/boost/icl/type_traits/is_continuous_interval.hpp [2:2]
include/boost/icl/type_traits/is_discrete_interval.hpp [2:2]
include/boost/icl/type_traits/is_icl_container.hpp [2:2]
include/boost/icl/type_traits/is_interval.hpp [2:2]
include/boost/icl/type_traits/is_key_container_of.hpp [2:2]
include/boost/icl/type_traits/is_numeric.hpp [2:2]
include/boost/icl/type_traits/predicate.hpp [2:2]
KEEP COPYRIGHT_SERVICE_LABEL 1250adf3b1baad8098a59b613cec3ffe
BELONGS ya.make
License text:
Copyright (c) 2007-2012: Joachim Faulhaber
Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/interval_base_map.hpp [2:3]
include/boost/icl/split_interval_map.hpp [2:3]
KEEP COPYRIGHT_SERVICE_LABEL 18b9bbddbcb28f4b2be6c0306fb4568c
BELONGS ya.make
License text:
// Copyright 2023 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/detail/requires_cxx11.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 60d8a4925c8e8905f9ecaa4f2fe5a782
BELONGS ya.make
License text:
Copyright (c) 2008-2011: Joachim Faulhaber
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/type_traits/succ_pred.hpp [2:2]
KEEP COPYRIGHT_SERVICE_LABEL 69c01e55c80a63b913179de5dfb66471
BELONGS ya.make
License text:
Copyright (c) 2008-2010: Joachim Faulhaber
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/detail/interval_map_algo.hpp [2:2]
include/boost/icl/detail/interval_set_algo.hpp [2:2]
include/boost/icl/type_traits/absorbs_identities.hpp [2:2]
include/boost/icl/type_traits/unit_element.hpp [2:2]
KEEP COPYRIGHT_SERVICE_LABEL 78e0a9a9366ca52bc14963dd0ac2db58
BELONGS ya.make
License text:
Copyright (c) 2008-2009: Joachim Faulhaber
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/detail/element_comparer.hpp [2:2]
include/boost/icl/detail/interval_morphism.hpp [2:2]
include/boost/icl/detail/interval_subset_comparer.hpp [2:2]
include/boost/icl/detail/subset_comparer.hpp [2:2]
include/boost/icl/gregorian.hpp [2:2]
include/boost/icl/ptime.hpp [2:2]
include/boost/icl/rational.hpp [2:2]
include/boost/icl/type_traits/codomain_type_of.hpp [2:2]
include/boost/icl/type_traits/difference.hpp [2:2]
include/boost/icl/type_traits/difference_type_of.hpp [2:2]
include/boost/icl/type_traits/domain_type_of.hpp [2:2]
include/boost/icl/type_traits/element_type_of.hpp [2:2]
include/boost/icl/type_traits/has_inverse.hpp [2:2]
include/boost/icl/type_traits/has_set_semantics.hpp [2:2]
include/boost/icl/type_traits/identity_element.hpp [2:2]
include/boost/icl/type_traits/is_associative_element_container.hpp [2:2]
include/boost/icl/type_traits/is_combinable.hpp [2:2]
include/boost/icl/type_traits/is_concept_equivalent.hpp [2:2]
include/boost/icl/type_traits/is_continuous.hpp [2:2]
include/boost/icl/type_traits/is_discrete.hpp [2:2]
include/boost/icl/type_traits/is_element_container.hpp [2:2]
include/boost/icl/type_traits/is_interval_container.hpp [2:2]
include/boost/icl/type_traits/is_interval_joiner.hpp [2:2]
include/boost/icl/type_traits/is_interval_separator.hpp [2:2]
include/boost/icl/type_traits/is_interval_splitter.hpp [2:2]
include/boost/icl/type_traits/is_map.hpp [2:2]
include/boost/icl/type_traits/is_set.hpp [2:2]
include/boost/icl/type_traits/is_total.hpp [2:2]
include/boost/icl/type_traits/no_type.hpp [2:2]
include/boost/icl/type_traits/rep_type_of.hpp [2:2]
include/boost/icl/type_traits/segment_type_of.hpp [2:2]
include/boost/icl/type_traits/size.hpp [2:2]
include/boost/icl/type_traits/size_type_of.hpp [2:2]
include/boost/icl/type_traits/value_size.hpp [2:2]
KEEP COPYRIGHT_SERVICE_LABEL 9972952826dfbd3f9309f8cd6b78c915
BELONGS ya.make
License text:
Copyright (c) 2011-2011: Joachim Faulhaber
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/concept/interval_associator_base.hpp [2:2]
include/boost/icl/type_traits/is_increasing.hpp [2:2]
KEEP COPYRIGHT_SERVICE_LABEL a29c00fe5b0061523a733babce737eee
BELONGS ya.make
License text:
Copyright (c) 2007-2011: Joachim Faulhaber
Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/interval_base_set.hpp [2:3]
include/boost/icl/map.hpp [2:2]
include/boost/icl/set.hpp [2:2]
KEEP COPYRIGHT_SERVICE_LABEL a427df9ff905dc0a2071778ea1acc982
BELONGS ya.make
License text:
Copyright (c) 2007-2012: Joachim Faulhaber
Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/detail/notate.hpp [4:4]
include/boost/icl/detail/set_algo.hpp [4:4]
include/boost/icl/interval_base_map.hpp [2:3]
include/boost/icl/interval_base_set.hpp [2:3]
include/boost/icl/interval_set.hpp [2:3]
include/boost/icl/split_interval_map.hpp [2:3]
include/boost/icl/split_interval_set.hpp [2:3]
include/boost/icl/type_traits/to_string.hpp [4:4]
include/boost/icl/type_traits/value_size.hpp [4:4]
KEEP COPYRIGHT_SERVICE_LABEL b05bb05d6ff4c93d750af62df916b423
BELONGS ya.make
License text:
Copyright (c) 2008-2012: Joachim Faulhaber
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/interval_map.hpp [2:2]
KEEP COPYRIGHT_SERVICE_LABEL bd245b6a4002991b18b7e17769d392c9
BELONGS ya.make
License text:
Copyright (c) 2007-2009: Joachim Faulhaber
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/detail/notate.hpp [2:2]
include/boost/icl/functors.hpp [2:2]
include/boost/icl/separate_interval_set.hpp [2:2]
include/boost/icl/split_interval_set.hpp [2:3]
include/boost/icl/type_traits/to_string.hpp [2:2]
include/boost/icl/type_traits/type_to_string.hpp [2:2]
KEEP COPYRIGHT_SERVICE_LABEL bed6ffae4a6ad5065eb6fafd56f354c5
BELONGS ya.make
License text:
Copyright (c) 2010-2011: Joachim Faulhaber
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/type_traits/infinity.hpp [2:2]
KEEP COPYRIGHT_SERVICE_LABEL c49f54d66ea47f16d108769b63951ae7
BELONGS ya.make
License text:
Author: Joachim Faulhaber
Copyright (c) 2009-2010: Joachim Faulhaber
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/detail/design_config.hpp [2:3]
KEEP COPYRIGHT_SERVICE_LABEL cb0dc5088d9ead71cc376b520c9be516
BELONGS ya.make
License text:
Author: Joachim Faulhaber
Copyright (c) 2009-2011: Joachim Faulhaber
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/impl_config.hpp [2:3]
KEEP COPYRIGHT_SERVICE_LABEL d2ee995cb5903575db47d47b28186882
BELONGS ya.make
License text:
Copyright (c) 2009-2009: Joachim Faulhaber
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/detail/concept_check.hpp [2:2]
include/boost/icl/detail/element_iterator.hpp [2:2]
include/boost/icl/detail/mapped_reference.hpp [2:2]
include/boost/icl/detail/relation_state.hpp [2:3]
include/boost/icl/iterator.hpp [2:2]
KEEP COPYRIGHT_SERVICE_LABEL fb19913edf2b294113c26397c854cb87
BELONGS ya.make
License text:
Copyright (c) 2007-2010: Joachim Faulhaber
Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/icl/detail/map_algo.hpp [2:2]
include/boost/icl/detail/set_algo.hpp [2:2]
include/boost/icl/detail/std_set.hpp [2:2]
include/boost/icl/interval_set.hpp [2:3]
|