Name Date Size #Lines LOC

..--

114431182H A D25-Apr-2025657 1612

116495682_1H A D25-Apr-202517 KiB342266

126169642H A D25-Apr-20251.1 KiB2319

134172128H A D25-Apr-2025953 3129

143431863H A D25-Apr-20251.6 KiB3526

145684916H A D25-Apr-2025978 2519

149757877H A D25-Apr-20252.5 KiB5553

149962816H A D25-Apr-2025801 1814

149962877H A D25-Apr-2025790 2116

150245846H A D25-Apr-2025894 2221

150280258H A D25-Apr-2025725 1917

150310130H A D25-Apr-2025833 1918

151151704H A D25-Apr-202522.8 KiB448359

151882032H A D25-Apr-20251.7 KiB3231

153757612H A D25-Apr-20251.3 KiB2827

153891703H A D25-Apr-20251.6 KiB3024

154718864H A D25-Apr-20251.3 KiB2826

154985893H A D25-Apr-20251.4 KiB3127

155506346H A D25-Apr-2025976 2117

155578201H A D25-Apr-20251.4 KiB3231

155689090H A D25-Apr-20252 KiB4334

156414349H A D25-Apr-2025766 2318

157091836H A D25-Apr-20259.2 KiB204200

157513579_1H A D25-Apr-202510 KiB179152

157921572H A D25-Apr-2025662 1816

159389429_08H A D25-Apr-20251.1 KiB2819

159389429_16H A D25-Apr-20251.1 KiB2921

159389429_17H A D25-Apr-2025841 2826

159389429_18H A D25-Apr-20251.6 KiB3231

159389429_20H A D25-Apr-2025762 1914

159475529_1H A D25-Apr-2025862 2217

159475529_2H A D25-Apr-202520.8 KiB539467

159478550H A D25-Apr-20252.1 KiB4644

160997543H A D25-Apr-20251.1 KiB2117

161236205H A D25-Apr-20251.6 KiB3226

168158647H A D25-Apr-20251.1 KiB2721

187845184H A D25-Apr-202545.6 KiB899742

210161427_1H A D25-Apr-202550 33

210161427_2H A D25-Apr-202577 43

211020120H A D25-Apr-202542.8 KiB824692

214120190H A D25-Apr-2025933 2120

README.mdH A D25-Apr-2025819 2417

README.md

1# Scenarios
2
3Test scenarios are files with a predefined structure for running tests.
4
5A scenario should have some text describing what is being tested and why.
6Following the description, the keyword EXPECTED followed by a colon and a
7comma-separated list of expected licenses should appear, concluding with an
8endline. All remaining content in the file is passed as input to the classifier.
9
10Filenames are generally the Buganizer id, suffixed with an underscore and
11numbers if there are multiple scenarios necessary for a bug.
12
13As an example:
14
15```
16This is a simple license header that we did not previously detect due
17to b/12345
18EXPECTED:ISC
19<code content goes here>
20```
21
22Scenarios should not be encumbered by license restrictions, so it's essential to
23create a minimal reproduction that doesn't rely on licensed code.
24