Fix license header for update_public_suffix_list.sh

It is not a real comment.

Pick-to: 5.15
Change-Id: I0cc6930d8393f19671e417c805a645e2f99c6c24
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
Mårten Nordheim 2024-01-25 15:27:39 +01:00 committed by Marc Mutz
parent 7a2aff5608
commit 60d558217f

View File

@ -1,31 +1,31 @@
#!/bin/bash #!/bin/bash
/**************************************************************************** #/****************************************************************************
** #**
** Copyright (C) 2023 The Qt Company Ltd. #** Copyright (C) 2023 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ #** Contact: https://www.qt.io/licensing/
** #**
** This file is part of the utils of the Qt Toolkit. #** This file is part of the utils of the Qt Toolkit.
** #**
** $QT_BEGIN_LICENSE:COMM$ #** $QT_BEGIN_LICENSE:COMM$
** #**
** Commercial License Usage #** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in #** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the #** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in #** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms #** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further #** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us. #** information use the contact form at https://www.qt.io/contact-us.
** #**
** $QT_END_LICENSE$ #** $QT_END_LICENSE$
** #**
** #**
** #**
** #**
** #**
** #**
** #**
** #**
******************************************************************************/ #******************************************************************************/
# This is the Qt 6.2 version of the script. The way to update the # This is the Qt 6.2 version of the script. The way to update the
# publicsuffix-list is very different from Qt 6.5+, but this script is # publicsuffix-list is very different from Qt 6.5+, but this script is