doc: re-license flow_layout.py to GPL-3.0-only

This is possible because the Qt example this is based on can be licensed
under BSD-3-Clause which is GPL-3.0 compatible.
This commit is contained in:
Jann Stute
2026-05-11 19:13:53 +02:00
parent a5c27c60be
commit 1aa526c454

View File

@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: (C) 2013 Riverbank Computing Limited.
# SPDX-FileCopyrightText: (C) 2022 The Qt Company Ltd.
# SPDX-FileCopyrightText: (C) TagStudio Contributors
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
# SPDX-License-Identifier: GPL-3.0-only
"""PySide6 port of the widgets/layouts/flowlayout example from Qt v6.x."""