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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
|
# 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 14331b282bfa08584de4f520cfbc1275
BELONGS ya.make
License text:
// Copyright Beman Dawes 2002, 2006
// Copyright (c) Microsoft Corporation 2014
// Copyright 2018 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/system_category_condition_win32.hpp [4:6]
include/boost/system/detail/system_category_message_win32.hpp [4:6]
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/system/detail/mutex.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 261d005dd34342bffbf15fbbed4bc7d9
BELONGS ya.make
License text:
// Copyright Beman Dawes 2006
// Copyright Peter Dimov 2021
// 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/system/system_error.hpp [4:7]
KEEP COPYRIGHT_SERVICE_LABEL 264842641253ef729c3d30c20db5d154
BELONGS ya.make
License text:
// Copyright 2020 Peter Dimov
// Distributed under the Boost Software License, Version 1.0
// http://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/system/detail/enable_if.hpp [4:6]
include/boost/system/error_category.hpp [4:6]
include/boost/system/error_condition.hpp [4:6]
include/boost/system/generic_category.hpp [4:6]
include/boost/system/system_category.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 4b402d75492bdfa968bc40e483cc9b9d
BELONGS ya.make
License text:
// Copyright Beman Dawes 2002, 2006
// Copyright (c) Microsoft Corporation 2014
// Copyright 2018, 2020 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/system_category_message_win32.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 4e9027c862fbd56baf0b8eecfc598a5a
BELONGS ya.make
License text:
// Copyright Beman Dawes 2007
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/linux_error.hpp [3:3]
include/boost/system/windows_error.hpp [3:3]
KEEP COPYRIGHT_SERVICE_LABEL 55b50589a90f6abb0dcaedb86d9ce7ed
BELONGS ya.make
License text:
// Copyright Beman Dawes 2006
// Copyright Peter Dimov 2021
// 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/system/system_error.hpp [4:7]
KEEP COPYRIGHT_SERVICE_LABEL 58af9ab4a9a11a951ea2e5d3c69c4fcf
BELONGS ya.make
License text:
// Copyright 2018, 2020, 2021 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/snprintf.hpp [4:4]
KEEP COPYRIGHT_SERVICE_LABEL 5abe888ef752404493d58ae87f590896
BELONGS ya.make
License text:
// Copyright 2018, 2021 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/std_category.hpp [6:6]
include/boost/system/detail/std_category_impl.hpp [6:6]
KEEP COPYRIGHT_SERVICE_LABEL 5e5122844c5c00c4740356da3c3eaecb
BELONGS ya.make
License text:
// Copyright Beman Dawes 2002, 2006
// Copyright (c) Microsoft Corporation 2014
// Copyright 2018 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/system_category_condition_win32.hpp [4:6]
include/boost/system/detail/system_category_message_win32.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 60cfc447fcf79c1140be2190dc383f19
BELONGS ya.make
License text:
// Copyright Beman Dawes 2006, 2007
// Copyright Christoper Kohlhoff 2007
// Copyright Peter Dimov 2017, 2018
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/error_category.hpp [4:6]
include/boost/system/detail/error_category_impl.hpp [4:6]
include/boost/system/detail/generic_category.hpp [4:6]
include/boost/system/detail/system_category.hpp [4:6]
include/boost/system/detail/throws.hpp [4:6]
include/boost/system/error_code.hpp [4:6]
include/boost/system/is_error_code_enum.hpp [4:6]
include/boost/system/is_error_condition_enum.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 60d933f4a713f1864c9d703278c8e469
BELONGS ya.make
License text:
// Copyright Beman Dawes 2006, 2007
// Copyright Christoper Kohlhoff 2007
// Copyright Peter Dimov 2017-2021
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/error_code.hpp [4:6]
include/boost/system/detail/error_condition.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 6625aadf2da3a6853799ab2f038409bc
BELONGS ya.make
License text:
// Copyright Beman Dawes 2003, 2006
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/config.hpp [3:3]
KEEP COPYRIGHT_SERVICE_LABEL 6e1045d0df8b6baabf7415ac9f88fd52
BELONGS ya.make
License text:
// Copyright 2017, 2021, 2022 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/system/result.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 7c50da02b17fc54dd1e541d68034832c
BELONGS ya.make
License text:
// Copyright 2018-2022 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/config.hpp [4:4]
KEEP COPYRIGHT_SERVICE_LABEL 7c9f886a710149e126f9221074953f56
BELONGS ya.make
License text:
// Copyright Beman Dawes 2006, 2007
// Copyright Christoper Kohlhoff 2007
// Copyright Peter Dimov 2017, 2018, 2020
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/errc.hpp [4:6]
include/boost/system/detail/error_category.hpp [4:6]
include/boost/system/detail/error_category_impl.hpp [4:6]
include/boost/system/detail/error_code.hpp [4:6]
include/boost/system/detail/error_condition.hpp [4:6]
include/boost/system/detail/generic_category.hpp [4:6]
include/boost/system/detail/interop_category.hpp [4:6]
include/boost/system/detail/system_category.hpp [4:6]
include/boost/system/detail/system_category_impl.hpp [4:6]
include/boost/system/detail/throws.hpp [4:6]
include/boost/system/errc.hpp [4:6]
include/boost/system/error_code.hpp [4:6]
include/boost/system/is_error_code_enum.hpp [4:6]
include/boost/system/is_error_condition_enum.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 90db897cbe1bfd9c1781e1d0dc1dd0c2
BELONGS ya.make
License text:
// Copyright Beman Dawes 2006, 2007
// Copyright Christoper Kohlhoff 2007
// Copyright Peter Dimov 2017, 2018, 2021
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/interop_category.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL 9e78e97c56e37398708eef8a5a55ee96
BELONGS ya.make
License text:
// Copyright Beman Dawes 2003, 2006, 2010
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/api_config.hpp [3:3]
KEEP COPYRIGHT_SERVICE_LABEL a3c93d67fc10e41c62b1758c3f815de1
BELONGS ya.make
License text:
// Copyright 2018, 2022 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/system_category_message.hpp [6:6]
KEEP COPYRIGHT_SERVICE_LABEL b626a4b5c2666eca8400c2f213679a2f
BELONGS ya.make
License text:
// Copyright Beman Dawes 2005.
// Use, modification, and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/cerrno.hpp [3:5]
include/boost/system/detail/cerrno.hpp [1:3]
KEEP COPYRIGHT_SERVICE_LABEL c02bfefa74f87417f2dbc10a0395ffac
BELONGS ya.make
License text:
// Copyright 2018 Peter Dimov
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/generic_category_message.hpp [6:6]
include/boost/system/detail/system_category_condition_win32.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL c37cd15a7f997072c7c854c7d6195fe3
BELONGS ya.make
License text:
// Copyright Beman Dawes 2006, 2007
// Copyright Christoper Kohlhoff 2007
// Copyright Peter Dimov 2017, 2018, 2020
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/errc.hpp [4:6]
include/boost/system/detail/error_category.hpp [4:6]
include/boost/system/detail/error_category_impl.hpp [4:6]
include/boost/system/detail/error_code.hpp [4:6]
include/boost/system/detail/error_condition.hpp [4:6]
include/boost/system/detail/generic_category.hpp [4:6]
include/boost/system/detail/interop_category.hpp [4:6]
include/boost/system/detail/system_category.hpp [4:6]
include/boost/system/detail/system_category_impl.hpp [4:6]
include/boost/system/detail/throws.hpp [4:6]
include/boost/system/errc.hpp [4:6]
include/boost/system/error_code.hpp [4:6]
include/boost/system/is_error_code_enum.hpp [4:6]
include/boost/system/is_error_condition_enum.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL cf1f9943d5eeb49d0881f9517e350c76
BELONGS ya.make
License text:
// Copyright Beman Dawes 2006, 2007
// Copyright Christoper Kohlhoff 2007
// Copyright Peter Dimov 2017, 2018, 2020
Scancode info:
Original SPDX id: COPYRIGHT_SERVICE_LABEL
Score : 100.00
Match type : COPYRIGHT
Files with this license:
include/boost/system/detail/errc.hpp [4:6]
include/boost/system/detail/system_category_impl.hpp [4:6]
include/boost/system/errc.hpp [4:6]
KEEP COPYRIGHT_SERVICE_LABEL faedff635aa9f9a8a18d7c7c02b75e2d
BELONGS ya.make
License text:
// Copyright 2021 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/system.hpp [4:6]
include/boost/system/detail/append_int.hpp [4:6]
include/boost/system/detail/is_same.hpp [4:6]
|