From 1aa526c454d1a545a2a466ed80d06e2dfc26b3c5 Mon Sep 17 00:00:00 2001 From: Jann Stute Date: Mon, 11 May 2026 19:13:53 +0200 Subject: [PATCH] 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. --- src/tagstudio/qt/views/layouts/flow_layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tagstudio/qt/views/layouts/flow_layout.py b/src/tagstudio/qt/views/layouts/flow_layout.py index f4feb9d0..af14a7b2 100644 --- a/src/tagstudio/qt/views/layouts/flow_layout.py +++ b/src/tagstudio/qt/views/layouts/flow_layout.py @@ -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."""