diff options
author | Tarja Sundqvist <[email protected]> | 2025-06-05 17:07:26 +0300 |
---|---|---|
committer | Tarja Sundqvist <[email protected]> | 2025-06-09 09:35:36 +0000 |
commit | 8e79bee4afa2a1466f360f44fb07d24e432a82a6 (patch) | |
tree | dc26c7d2e347f4f2818363ae5939d7ce51f66ca2 | |
parent | 5e8b3ee0ae8cabf3c1a84d4568ff5f9f2bb09544 (diff) |
Update the opensource lisence to .sh filev5.15.17-lts-lgpl5.15.17
The update_public_suffix_list.sh file contained a commercial
license header. Added an opensource license instead.
This file was added to the source package in
3b14e64f0b77d094b2a5df255344d4a7c19c5f7f.
Task-number: QTBUG-133229
Change-Id: Id92f2be2149c91632af38326c550b853331579c0
Reviewed-by: Jani Heikkinen <[email protected]>
-rwxr-xr-x | util/update_public_suffix_list.sh | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/util/update_public_suffix_list.sh b/util/update_public_suffix_list.sh index 9eec9c1042d..4b5c8006307 100755 --- a/util/update_public_suffix_list.sh +++ b/util/update_public_suffix_list.sh @@ -6,8 +6,7 @@ #** #** This file is part of the utils of the Qt Toolkit. #** -#** $QT_BEGIN_LICENSE:COMM$ -#** +#** $QT_BEGIN_LICENSE:GPL-EXCEPT$ #** Commercial License Usage #** Licensees holding valid commercial Qt licenses may use this file in #** accordance with the commercial license agreement provided with the @@ -16,14 +15,15 @@ #** and conditions see https://www.qt.io/terms-conditions. For further #** information use the contact form at https://www.qt.io/contact-us. #** -#** $QT_END_LICENSE$ -#** -#** -#** -#** -#** -#** +#** GNU General Public License Usage +#** Alternatively, this file may be used under the terms of the GNU +#** General Public License version 3 as published by the Free Software +#** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT +#** included in the packaging of this file. Please review the following +#** information to ensure the GNU General Public License requirements will +#** be met: https://www.gnu.org/licenses/gpl-3.0.html. #** +#** $QT_END_LICENSE$ #** #******************************************************************************/ |