diff options
Diffstat (limited to 'src/quickcontrols/material/shaders')
-rw-r--r-- | src/quickcontrols/material/shaders/RectangularGlow.frag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickcontrols/material/shaders/RectangularGlow.frag b/src/quickcontrols/material/shaders/RectangularGlow.frag index 4687dfd2f7..50188d4516 100644 --- a/src/quickcontrols/material/shaders/RectangularGlow.frag +++ b/src/quickcontrols/material/shaders/RectangularGlow.frag @@ -1,5 +1,5 @@ // Copyright (C) 2023 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #version 440 |