diff options
Diffstat (limited to 'util/lexgen')
-rw-r--r-- | util/lexgen/REUSE.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/lexgen/REUSE.toml b/util/lexgen/REUSE.toml index a5081d017ce..422b63a9d3d 100644 --- a/util/lexgen/REUSE.toml +++ b/util/lexgen/REUSE.toml @@ -4,11 +4,11 @@ version = 1 path = ["tests/testdata/**", "test.lexgen"] comment = "test data" precedence = "closest" -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only" [[annotations]] path = ["lexgen.lexgen", "css3-simplified.lexgen"] precedence = "closest" -SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." +SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd." SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0" |