diff --git a/util/update_public_suffix_list.sh b/util/update_public_suffix_list.sh index e67e27c6c54..6ad479363cd 100755 --- a/util/update_public_suffix_list.sh +++ b/util/update_public_suffix_list.sh @@ -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