chore: add SPDX license identifiers

This commit is contained in:
Michael Aaron Murphy 2024-05-06 15:39:04 +02:00 committed by Michael Murphy
parent b9308af4b7
commit 8527257ddd
96 changed files with 275 additions and 39 deletions

View file

@ -2,7 +2,7 @@
name = "cosmic-panel-button"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
license = "GPL-3.0"
[dependencies]
freedesktop-desktop-entry = "0.5.1"

View file

@ -1,3 +1,6 @@
// Copyright 2023 System76 <info@system76.com>
// SPDX-License-Identifier: GPL-3.0-only
use cosmic::applet::cosmic_panel_config::PanelAnchor;
use cosmic::iced::Length;
use cosmic::iced_widget::{row, text};