• Home
Name Date Size #Lines LOC

..--

114431182D04-Jul-2025657 1612

116495682_1D04-Jul-202517 KiB342266

126169642D04-Jul-20251.1 KiB2319

134172128D04-Jul-2025953 3129

143431863D04-Jul-20251.6 KiB3526

145684916D04-Jul-2025978 2519

149757877D04-Jul-20252.5 KiB5553

149962816D04-Jul-2025801 1814

149962877D04-Jul-2025790 2116

150245846D04-Jul-2025894 2221

150280258D04-Jul-2025725 1917

150310130D04-Jul-2025833 1918

151151704D04-Jul-202522.8 KiB448359

151882032D04-Jul-20251.7 KiB3231

153757612D04-Jul-20251.3 KiB2827

153891703D04-Jul-20251.6 KiB3024

154718864D04-Jul-20251.3 KiB2826

154985893D04-Jul-20251.4 KiB3127

155506346D04-Jul-2025976 2117

155578201D04-Jul-20251.4 KiB3231

155689090D04-Jul-20252 KiB4334

156414349D04-Jul-2025766 2318

157091836D04-Jul-20259.2 KiB204200

157513579_1D04-Jul-202510 KiB179152

157921572D04-Jul-2025662 1816

159389429_08D04-Jul-20251.1 KiB2819

159389429_16D04-Jul-20251.1 KiB2921

159389429_17D04-Jul-2025841 2826

159389429_18D04-Jul-20251.6 KiB3231

159389429_20D04-Jul-2025762 1914

159475529_1D04-Jul-2025862 2217

159475529_2D04-Jul-202520.8 KiB539467

159478550D04-Jul-20252.1 KiB4644

160997543D04-Jul-20251.1 KiB2117

161236205D04-Jul-20251.6 KiB3226

168158647D04-Jul-20251.1 KiB2721

187845184D04-Jul-202545.6 KiB899742

210161427_1D04-Jul-202550 33

210161427_2D04-Jul-202577 43

211020120D04-Jul-202542.8 KiB824692

214120190D04-Jul-2025933 2120

README.mdD04-Jul-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