Fix licenses #48

Merged
mars merged 8 commits from fix-licenses into main 2022-11-27 05:18:32 +00:00
4 changed files with 12 additions and 0 deletions
Showing only changes of commit 734ad8d630 - Show all commits

View File

@ -1,3 +1,6 @@
// Copyright (c) 2022 Marceline Crmaer
// SPDX-License-Identifier: AGPL-3.0-or-later
use api::*;
use canary_script::*;

View File

@ -1,3 +1,6 @@
// Copyright (c) 2022 Marceline Crmaer
// SPDX-License-Identifier: AGPL-3.0-or-later
use canary_script::Color;
/// A reusable set of colors. Used by default widget styles.

View File

@ -1,3 +1,6 @@
// Copyright (c) 2022 Marceline Crmaer
// SPDX-License-Identifier: AGPL-3.0-or-later
use super::prelude::*;
use shell::Offset;
use text::{HorizontalAlignment, Label, LabelText};

View File

@ -1,3 +1,6 @@
// Copyright (c) 2022 Marceline Crmaer
// SPDX-License-Identifier: AGPL-3.0-or-later
use super::prelude::*;
pub struct SliderStyle {