@ -3,43 +3,7 @@
# === This file is part of Calamares - <https://github.com/calamares> ===
#
# SPDX-FileCopyrightText: 2019 Adriaan de Groot <groot@kde.org>
#
# SPDX-License-Identifier: BSD-2-Clause
# License-Filename: LICENSES/BSD2
#
#
#
# Python3 script to scrape some data out of ICU CLDR supplemental data.
#
### BEGIN LICENSES
#
# Copyright 2019 Adriaan de Groot <groot@kde.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
### END LICENSES
### BEGIN USAGE
#
"""
Python3 script to scrape some data out of ICU CLDR supplemental data .
@ -224,7 +188,13 @@ cpp_header_comment = """/* GENERATED FILE DO NOT EDIT
*
* == = This file is part of Calamares - < https : / / github . com / calamares > == =
*
* This file is derived from CLDR data from Unicode , Inc . Applicable terms :
* SPDX - FileCopyrightText : 1991 - 2019 Unicode , Inc .
* SPDX - FileCopyrightText : 2019 Adriaan de Groot < groot @kde.org >
* SPDX - License - Identifier : CC0
*
* This file is derived from CLDR data from Unicode , Inc . Applicable terms
* are listed at http : / / unicode . org / copyright . html , of which the most
* important are :
*
* A . Unicode Copyright
* 1. Copyright © 1991 - 2019 Unicode , Inc . All rights reserved .
@ -232,6 +202,11 @@ cpp_header_comment = """/* GENERATED FILE DO NOT EDIT
* Unicode Data Files ( " DATA FILES " ) include all data files under the directories :
* https : / / www . unicode . org / Public /
* C . Terms of Use
* 1. Certain documents and files on this website contain a legend indicating
* that " Modification is permitted. " Any person is hereby authorized ,
* without fee , to modify such documents and files to create derivative
* works conforming to the Unicode ® Standard , subject to Terms and
* Conditions herein .
* 2. Any person is hereby authorized , without fee , to view , use , reproduce ,
* and distribute all documents and files , subject to the Terms and
* Conditions herein .