GstPipelineStudio/src/ui/mod.rs
Stéphane Cerveau f925c21b1d GPS: cleanup the license
Keep only the SPDX and mention the project
2022-02-09 11:28:59 +01:00

17 lines
305 B
Rust

// mod.rs
//
// Copyright 2022 Stéphane Cerveau <scerveau@collabora.com>
//
// This file is part of GstPipelineStudio
//
// SPDX-License-Identifier: GPL-3.0-only
pub mod about;
pub mod dialog;
pub mod elements;
pub mod logger;
pub mod message;
pub mod preferences;
pub mod properties;
pub mod treeview;