diff --git a/licenseRule.json b/licenseRule.json index 1db608822d..524c8071f4 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 34c0ef902b..835b10f05d 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 f6ae7309d4..4cebcf4da7 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 bb97dbce4e..213b800035 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 eb65d01e01..43953c55bb 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 1cdbbaa952..8c8e9ef401 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 4678c80335..a1c553090d 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 399e90e8b3..41ff0c4041 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