diff --git a/licenseRule.json b/licenseRule.json index 1db608822dc..524c8071f4c 100644 --- a/licenseRule.json +++ b/licenseRule.json @@ -179,6 +179,11 @@ "file type" : "util", "spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"] }, + "util/locale_database/testlocales/localemodel.cpp" : { + "comment" : "Exception: this contains CLDR-generated code", + "file type" : "util", + "spdx" : ["Unicode-3.0"] + }, "util/wasm/batchedtestrunner/" : { "comment" : "Exception: this is a helper tool", "file type" : "util", diff --git a/src/corelib/text/qlocale_data_p.h b/src/corelib/text/qlocale_data_p.h index 34c0ef902b5..835b10f05d0 100644 --- a/src/corelib/text/qlocale_data_p.h +++ b/src/corelib/text/qlocale_data_p.h @@ -1,4 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. +// Copyright © 2004-2023 Unicode, Inc. // SPDX-License-Identifier: Unicode-3.0 #ifndef QLOCALE_DATA_P_H diff --git a/src/corelib/time/qhijricalendar_data_p.h b/src/corelib/time/qhijricalendar_data_p.h index f6ae7309d44..4cebcf4da7f 100644 --- a/src/corelib/time/qhijricalendar_data_p.h +++ b/src/corelib/time/qhijricalendar_data_p.h @@ -1,4 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. +// Copyright © 2004-2023 Unicode, Inc. // SPDX-License-Identifier: Unicode-3.0 #ifndef QHIJRI_CALENDAR_DATA_P_H diff --git a/src/corelib/time/qjalalicalendar_data_p.h b/src/corelib/time/qjalalicalendar_data_p.h index bb97dbce4e3..213b8000358 100644 --- a/src/corelib/time/qjalalicalendar_data_p.h +++ b/src/corelib/time/qjalalicalendar_data_p.h @@ -1,4 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. +// Copyright © 2004-2023 Unicode, Inc. // SPDX-License-Identifier: Unicode-3.0 #ifndef QPERSIANCALENDAR_DATA_P_H diff --git a/src/corelib/time/qromancalendar_data_p.h b/src/corelib/time/qromancalendar_data_p.h index eb65d01e019..43953c55bba 100644 --- a/src/corelib/time/qromancalendar_data_p.h +++ b/src/corelib/time/qromancalendar_data_p.h @@ -1,4 +1,5 @@ // Copyright (C) 2019 The Qt Company Ltd. +// Copyright © 2004-2023 Unicode, Inc. // SPDX-License-Identifier: Unicode-3.0 #ifndef QROMANCALENDAR_DATA_P_H diff --git a/src/corelib/time/qtimezonelocale_data_p.h b/src/corelib/time/qtimezonelocale_data_p.h index 1cdbbaa952a..8c8e9ef4019 100644 --- a/src/corelib/time/qtimezonelocale_data_p.h +++ b/src/corelib/time/qtimezonelocale_data_p.h @@ -1,4 +1,5 @@ // Copyright (C) 2024 The Qt Company Ltd. +// Copyright © 2004-2023 Unicode, Inc. // SPDX-License-Identifier: Unicode-3.0 #ifndef QTIMEZONELOCALE_DATA_P_H diff --git a/src/corelib/time/qtimezoneprivate_data_p.h b/src/corelib/time/qtimezoneprivate_data_p.h index 4678c80335c..a1c553090df 100644 --- a/src/corelib/time/qtimezoneprivate_data_p.h +++ b/src/corelib/time/qtimezoneprivate_data_p.h @@ -1,5 +1,6 @@ // Copyright (C) 2021 The Qt Company Ltd. // Copyright (C) 2013 John Layt +// Copyright © 2004-2023 Unicode, Inc. // SPDX-License-Identifier: Unicode-3.0 #ifndef QTIMEZONEPRIVATE_DATA_P_H diff --git a/util/locale_database/testlocales/localemodel.cpp b/util/locale_database/testlocales/localemodel.cpp index 399e90e8b3b..41ff0c40416 100644 --- a/util/locale_database/testlocales/localemodel.cpp +++ b/util/locale_database/testlocales/localemodel.cpp @@ -1,5 +1,7 @@ // Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 +// Copyright © 2004-2023 Unicode, Inc. +// SPDX-License-Identifier: Unicode-3.0 + #include "localemodel.h" #include