diff options
author | Tarja Sundqvist <[email protected]> | 2025-07-02 10:15:21 +0300 |
---|---|---|
committer | Tarja Sundqvist <[email protected]> | 2025-07-02 10:15:21 +0300 |
commit | ffe3f3565e8b9a5c7e0ea6b33dc7993d3902077e (patch) | |
tree | a972df58b2ffee7a6be9e14aa58123c94226cfd2 /src/tools/uic/shared | |
parent | 3fe9e69e4d7510480544f928e8a07f0f110b2181 (diff) | |
parent | c8c0c677693c047a9dbf94c2a88eb920ed11acc8 (diff) |
Merge tag 'v6.5.5-lts-lgpl' into 6.5.56.5.5
Qt 6.5.5-lts-lgpl
Diffstat (limited to 'src/tools/uic/shared')
-rw-r--r-- | src/tools/uic/shared/language.cpp | 2 | ||||
-rw-r--r-- | src/tools/uic/shared/language.h | 2 | ||||
-rw-r--r-- | src/tools/uic/shared/writeincludesbase.cpp | 2 | ||||
-rw-r--r-- | src/tools/uic/shared/writeincludesbase.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/uic/shared/language.cpp b/src/tools/uic/shared/language.cpp index a7f40c348f0..bfdce0bc4c3 100644 --- a/src/tools/uic/shared/language.cpp +++ b/src/tools/uic/shared/language.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "language.h" diff --git a/src/tools/uic/shared/language.h b/src/tools/uic/shared/language.h index 7e8c03c4e5f..de39122ee85 100644 --- a/src/tools/uic/shared/language.h +++ b/src/tools/uic/shared/language.h @@ -1,5 +1,5 @@ // Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #ifndef LANGUAGE_H #define LANGUAGE_H diff --git a/src/tools/uic/shared/writeincludesbase.cpp b/src/tools/uic/shared/writeincludesbase.cpp index 40d17639e11..78f69d53914 100644 --- a/src/tools/uic/shared/writeincludesbase.cpp +++ b/src/tools/uic/shared/writeincludesbase.cpp @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "writeincludesbase.h" #include "ui4.h" diff --git a/src/tools/uic/shared/writeincludesbase.h b/src/tools/uic/shared/writeincludesbase.h index 03ad3263274..71ddcc80d91 100644 --- a/src/tools/uic/shared/writeincludesbase.h +++ b/src/tools/uic/shared/writeincludesbase.h @@ -1,5 +1,5 @@ // Copyright (C) 2021 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #ifndef WRITEINCLUDES_BASE_H #define WRITEINCLUDES_BASE_H |