diff options
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2638.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2638.toml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2638.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2638.toml new file mode 100644 index 00000000..95c9ce1b --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2638.toml @@ -0,0 +1,29 @@ +id = 2638 +title = "Incorrect SPDX license expression" +state = "opened" +created_at = "2024-10-25T17:53:08.722Z" +closed_at = "n/a" +labels = ["Bite Sized", "Documentation"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2638" +host-os = "n/a" +host-arch = "n/a" +qemu-version = "n/a" +guest-os = "n/a" +guest-arch = "n/a" +description = """In the source code, the syntax of license expressions after the keyword SPDX-License-Identifier is not always correct. + +"GPL-2.0" should be "GPL-2.0-only" + +"GPL-2.0 WITH Linux-syscall-note" should be "GPL-2.0-only WITH Linux-syscall-note" + +"GPL-2.0+" should be "GPL-2.0-or-later" + +"GPL-2.0+ WITH Linux-syscall-note" should be "GPL-2.0-or-later WITH Linux-syscall-note" + +"GPL-v2-only" should be "GPL-2.0-only" + +"LGPL-2.1+" should be "LGPL-2.1-or-later" + +"MIT CC0-1.0" should be "MIT"""" +reproduce = "n/a" +additional = "n/a" |