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
|
# 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
# =======================
SKIP BSD-3-Clause 22e81d984d9d8bf0ac6f6095a1d61f85
BELONGS ya.make
# False positive
License text:
- cli : xxhsum can parse BSD-style --check lines, by @WayneD
Scancode info:
Original SPDX id: BSD-3-Clause
Score : 90.00
Match type : REFERENCE
Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
Files with this license:
CHANGELOG [46:46]
SKIP GPL-1.0-or-later 27d2a531e656c5ba58681dbccec75c51
BELONGS ya.make
# xxhsum is not present here, library is under BSD.
License text:
The utility `xxhsum` is GPL licensed.
Scancode info:
Original SPDX id: GPL-1.0-or-later
Score : 100.00
Match type : NOTICE
Links : http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html, https://spdx.org/licenses/GPL-1.0-or-later
Files with this license:
README.md [229:229]
KEEP BSD-2-Clause 2e1bd71675895bfd7ef1b814d054a830
BELONGS ya.make
License text:
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
Scancode info:
Original SPDX id: BSD-2-Clause
Score : 100.00
Match type : NOTICE
Links : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
Files with this license:
xxhash.c [5:5]
xxhash.h [6:6]
SKIP BSD-3-Clause 536e2c3bf1951155aea6a026055e681c
BELONGS ya.make
FILE_INCLUDE xxhash.c found in files: README.md at line 228
FILE_INCLUDE xxhash.h found in files: README.md at line 228
# False positive
License text:
The library files `xxhash.c` and `xxhash.h` are BSD licensed.
Scancode info:
Original SPDX id: BSD-3-Clause
Score : 90.00
Match type : REFERENCE
Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
Files with this license:
README.md [228:228]
KEEP BSD-2-Clause 568bc64582670ea464b86f17f2b19b34
BELONGS ya.make
License text:
BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
Scancode info:
Original SPDX id: BSD-2-Clause
Score : 100.00
Match type : NOTICE
Links : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
Files with this license:
LICENSE [5:5]
KEEP BSD-2-Clause 68092a45bf6b6ec767dc44b4ccef998d
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: BSD-2-Clause
Score : 100.00
Match type : TEXT
Links : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
Files with this license:
LICENSE [7:26]
KEEP BSD-2-Clause f05cc2b806cdaaca7e1b27dccc610bdb
BELONGS ya.make
Note: matched license text is too long. Read it in the source files.
Scancode info:
Original SPDX id: BSD-2-Clause
Score : 100.00
Match type : TEXT
Links : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
Files with this license:
xxhash.c [7:28]
xxhash.h [8:29]
|