aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/json/json.h
diff options
context:
space:
mode:
authorKai Köhne <[email protected]>2023-01-04 09:18:16 +0100
committerKai Köhne <[email protected]>2023-01-06 10:27:36 +0000
commit1be357f4be18233700244dc051bee7d45f3ef329 (patch)
treed3f4feadaa561d8dac1c243198573617bd9afb3c /src/shared/json/json.h
parent1f4b6837baa390f5a7d570dfd2ac8a9290f27b22 (diff)
Remove GPL-3.0+ from license identifiers, part II
The original text before the SPDX change did not include a potential GPL-4.0, but GPL-2.0. While at it, replace (deprecated) GPL-3.0 with more explicit GPL-3.0-only Change was done by running find . -type f -exec perl -pi -e "s/LicenseRef-Qt-Commercial OR GPL-3.0\+ OR LGPL-3.0/LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only/g" {} ; Change-Id: Id5e40d3e174ecea660a09e88a02bd57505f1875d Reviewed-by: Lucie Gerard <[email protected]> Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/shared/json/json.h')
-rw-r--r--src/shared/json/json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/json/json.h b/src/shared/json/json.h
index c34b3adea8f..720e287379b 100644
--- a/src/shared/json/json.h
+++ b/src/shared/json/json.h
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR LGPL-3.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#pragma once