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:
parent
7a2aff5608
commit
60d558217f
@ -1,31 +1,31 @@
|
||||
#!/bin/bash
|
||||
/****************************************************************************
|
||||
**
|
||||
** Copyright (C) 2023 The Qt Company Ltd.
|
||||
** Contact: https://www.qt.io/licensing/
|
||||
**
|
||||
** This file is part of the utils of the Qt Toolkit.
|
||||
**
|
||||
** $QT_BEGIN_LICENSE:COMM$
|
||||
**
|
||||
** Commercial License Usage
|
||||
** Licensees holding valid commercial Qt licenses may use this file in
|
||||
** accordance with the commercial license agreement provided with the
|
||||
** Software or, alternatively, in accordance with the terms contained in
|
||||
** a written agreement between you and The Qt Company. For licensing terms
|
||||
** 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$
|
||||
**
|
||||
**
|
||||
**
|
||||
**
|
||||
**
|
||||
**
|
||||
**
|
||||
**
|
||||
******************************************************************************/
|
||||
#/****************************************************************************
|
||||
#**
|
||||
#** Copyright (C) 2023 The Qt Company Ltd.
|
||||
#** Contact: https://www.qt.io/licensing/
|
||||
#**
|
||||
#** This file is part of the utils of the Qt Toolkit.
|
||||
#**
|
||||
#** $QT_BEGIN_LICENSE:COMM$
|
||||
#**
|
||||
#** Commercial License Usage
|
||||
#** Licensees holding valid commercial Qt licenses may use this file in
|
||||
#** accordance with the commercial license agreement provided with the
|
||||
#** Software or, alternatively, in accordance with the terms contained in
|
||||
#** a written agreement between you and The Qt Company. For licensing terms
|
||||
#** 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$
|
||||
#**
|
||||
#**
|
||||
#**
|
||||
#**
|
||||
#**
|
||||
#**
|
||||
#**
|
||||
#**
|
||||
#******************************************************************************/
|
||||
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user