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
|
# 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 BSL-1.0 0bfa54b6d82598f1c5f117adedeec37c
BELONGS ya.make
License text:
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Scancode info:
Original SPDX id: BSL-1.0
Score : 100.00
Match type : NOTICE
Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
Files with this license:
include/boost/algorithm/algorithm.hpp [4:5]
include/boost/algorithm/clamp.hpp [4:5]
include/boost/algorithm/cxx11/all_of.hpp [4:5]
include/boost/algorithm/cxx11/any_of.hpp [4:5]
include/boost/algorithm/cxx11/copy_if.hpp [4:5]
include/boost/algorithm/cxx11/copy_n.hpp [4:5]
include/boost/algorithm/cxx11/find_if_not.hpp [4:5]
include/boost/algorithm/cxx11/iota.hpp [4:5]
include/boost/algorithm/cxx11/is_partitioned.hpp [4:5]
include/boost/algorithm/cxx11/is_permutation.hpp [4:5]
include/boost/algorithm/cxx11/none_of.hpp [4:5]
include/boost/algorithm/cxx11/one_of.hpp [4:5]
include/boost/algorithm/cxx11/partition_copy.hpp [4:5]
include/boost/algorithm/cxx11/partition_point.hpp [4:5]
include/boost/algorithm/cxx14/equal.hpp [4:5]
include/boost/algorithm/cxx14/is_permutation.hpp [4:5]
include/boost/algorithm/cxx14/mismatch.hpp [4:5]
include/boost/algorithm/cxx17/exclusive_scan.hpp [4:5]
include/boost/algorithm/cxx17/for_each_n.hpp [4:5]
include/boost/algorithm/cxx17/inclusive_scan.hpp [4:5]
include/boost/algorithm/cxx17/reduce.hpp [4:5]
include/boost/algorithm/cxx17/transform_exclusive_scan.hpp [4:5]
include/boost/algorithm/cxx17/transform_inclusive_scan.hpp [4:5]
include/boost/algorithm/cxx17/transform_reduce.hpp [4:5]
include/boost/algorithm/find_backward.hpp [4:5]
include/boost/algorithm/find_not.hpp [4:5]
include/boost/algorithm/gather.hpp [4:5]
include/boost/algorithm/hex.hpp [4:5]
include/boost/algorithm/is_clamped.hpp [4:5]
include/boost/algorithm/is_partitioned_until.hpp [4:5]
include/boost/algorithm/searching/boyer_moore.hpp [4:5]
include/boost/algorithm/searching/boyer_moore_horspool.hpp [4:5]
include/boost/algorithm/searching/detail/bm_traits.hpp [4:5]
include/boost/algorithm/searching/detail/debugging.hpp [4:5]
include/boost/algorithm/searching/knuth_morris_pratt.hpp [4:5]
include/boost/algorithm/sort_subrange.hpp [4:5]
KEEP BSL-1.0 1bc23f67ca27c295e38b46190cdce22f
BELONGS ya.make
License text:
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Scancode info:
Original SPDX id: BSL-1.0
Score : 100.00
Match type : NOTICE
Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
Files with this license:
include/boost/algorithm/minmax.hpp [3:4]
include/boost/algorithm/minmax_element.hpp [3:4]
KEEP BSL-1.0 2c7a3fa82e66676005cd4ee2608fd7d2
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: BSL-1.0
Score : 100.00
Match type : TEXT
Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
Files with this license:
LICENSE [1:23]
KEEP BSL-1.0 648ee54e68cb4c96cfd2e41a7a53e0f8
BELONGS ya.make
License text:
\### License
Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
Scancode info:
Original SPDX id: BSL-1.0
Score : 60.00
Match type : NOTICE
Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
Files with this license:
README.md [3:5]
KEEP BSL-1.0 6f142535a1deefdedb1f10f224c9b0ed
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: BSL-1.0
Score : 100.00
Match type : NOTICE
Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
Files with this license:
include/boost/algorithm/string/detail/formatter.hpp [5:9]
KEEP BSL-1.0 8abbac2c705b0911702566954b0ebe9b
BELONGS ya.make
License text:
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Scancode info:
Original SPDX id: BSL-1.0
Score : 100.00
Match type : NOTICE
Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
Files with this license:
include/boost/algorithm/cxx11/is_sorted.hpp [6:8]
KEEP BSL-1.0 901941bd35f9f19e23af80f6271c10c4
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: BSL-1.0
Score : 60.00
Match type : NOTICE
Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
Files with this license:
README.md [32:32]
KEEP BSL-1.0 ca05dbe6a64cb6bf8779bd19f5bb4d80
BELONGS ya.make
License text:
Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
Scancode info:
Original SPDX id: BSL-1.0
Score : 100.00
Match type : NOTICE
Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
Files with this license:
include/boost/algorithm/apply_permutation.hpp [4:6]
include/boost/algorithm/is_palindrome.hpp [4:6]
KEEP BSL-1.0 f262303c7ce4d7bb32412cf8e6aa42e5
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: BSL-1.0
Score : 100.00
Match type : NOTICE
Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
Files with this license:
include/boost/algorithm/string.hpp [5:9]
include/boost/algorithm/string/case_conv.hpp [5:9]
include/boost/algorithm/string/classification.hpp [5:9]
include/boost/algorithm/string/compare.hpp [5:9]
include/boost/algorithm/string/concept.hpp [5:9]
include/boost/algorithm/string/config.hpp [5:9]
include/boost/algorithm/string/constants.hpp [5:9]
include/boost/algorithm/string/detail/case_conv.hpp [5:9]
include/boost/algorithm/string/detail/classification.hpp [5:9]
include/boost/algorithm/string/detail/find_format.hpp [5:9]
include/boost/algorithm/string/detail/find_format_all.hpp [5:9]
include/boost/algorithm/string/detail/find_format_store.hpp [5:9]
include/boost/algorithm/string/detail/find_iterator.hpp [5:9]
include/boost/algorithm/string/detail/finder.hpp [5:9]
include/boost/algorithm/string/detail/finder_regex.hpp [5:9]
include/boost/algorithm/string/detail/formatter_regex.hpp [5:9]
include/boost/algorithm/string/detail/predicate.hpp [5:9]
include/boost/algorithm/string/detail/replace_storage.hpp [5:9]
include/boost/algorithm/string/detail/sequence.hpp [5:9]
include/boost/algorithm/string/detail/trim.hpp [5:9]
include/boost/algorithm/string/detail/util.hpp [5:9]
include/boost/algorithm/string/erase.hpp [5:9]
include/boost/algorithm/string/find.hpp [5:9]
include/boost/algorithm/string/find_format.hpp [5:9]
include/boost/algorithm/string/find_iterator.hpp [5:9]
include/boost/algorithm/string/finder.hpp [5:9]
include/boost/algorithm/string/formatter.hpp [5:9]
include/boost/algorithm/string/iter_find.hpp [5:9]
include/boost/algorithm/string/join.hpp [5:9]
include/boost/algorithm/string/predicate.hpp [5:9]
include/boost/algorithm/string/predicate_facade.hpp [5:9]
include/boost/algorithm/string/regex.hpp [5:9]
include/boost/algorithm/string/regex_find_format.hpp [5:9]
include/boost/algorithm/string/replace.hpp [5:9]
include/boost/algorithm/string/sequence_traits.hpp [5:9]
include/boost/algorithm/string/split.hpp [5:9]
include/boost/algorithm/string/std/list_traits.hpp [5:9]
include/boost/algorithm/string/std/rope_traits.hpp [5:9]
include/boost/algorithm/string/std/slist_traits.hpp [5:9]
include/boost/algorithm/string/std/string_traits.hpp [5:9]
include/boost/algorithm/string/std_containers_traits.hpp [5:9]
include/boost/algorithm/string/trim.hpp [5:9]
include/boost/algorithm/string/trim_all.hpp [5:9]
include/boost/algorithm/string/yes_no_type.hpp [5:9]
include/boost/algorithm/string_regex.hpp [5:9]
|