unplugged-system/external/spdx-tools/testdata/project4/has-id-to-ignore.txt

9 lines
233 B
Plaintext
Raw Normal View History

this file actually contains some code talking about IDs, and should be ignored
if file.contains("SPDX-License-Identifier: GPL-2.0") {
// do something...
}
We don't want to pick up that line as the short-form ID for this file.