aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2024-04-23 13:25:36 +0300
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2024-04-23 16:56:36 +0300
commitcc8c269c11b6f514808e16f288c8b6876fc04f74 (patch)
tree231230aeeec7079e8d8f8b145c5c67e53d0b8dea
parent559cce11ee361446f04ba7a26606209a5aae52e4 (diff)
Fix license of file in VectorImage import
This amends 732c2a25f0964769fa4bedd2e50bba8c0bfb2caf which omitted the qquickvectorimageglobal_p.h file by accident. Task-number: QTBUG-124194 Change-Id: I35a03596786a27fb010a59429dab1d40037cc6ae Reviewed-by: Lucie Gerard <lucie.gerard@qt.io> Reviewed-by: Hatem ElKharashy <hatem.elkharashy@qt.io>
-rw-r--r--src/quickvectorimage/qquickvectorimageglobal_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickvectorimage/qquickvectorimageglobal_p.h b/src/quickvectorimage/qquickvectorimageglobal_p.h
index 83b96642c1..d6c636bc84 100644
--- a/src/quickvectorimage/qquickvectorimageglobal_p.h
+++ b/src/quickvectorimage/qquickvectorimageglobal_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2024 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QTQUICKVECTORIMAGEGLOBAL_P_H
#define QTQUICKVECTORIMAGEGLOBAL_P_H