• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// SPDX-License-Identifier: MIT
2
3the short-form ID above is correct, and should be picked up.
4
5the following code is talking about IDs, and should be ignored
6
7if file.contains("SPDX-License-Identifier: GPL-2.0") {
8    // do something...
9
10}
11
12We don't want to pick up that line as the short-form ID for this file.
13