Update license

This commit is contained in:
Jeremy Soller 2023-02-10 07:42:05 -07:00
parent c6c46cea1a
commit aed6b9b0c8
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
4 changed files with 5 additions and 3 deletions

View file

@ -3,6 +3,7 @@ name = "cosmic-text-editor"
version = "0.1.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
license = "GPL-3.0-only"
[dependencies]
env_logger = "0.9"

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only
use cosmic::{
iced::{

View file

@ -1,4 +1,5 @@
//! Display a dropdown list of selectable values.
// SPDX-License-Identifier: GPL-3.0-only
use cosmic::iced::{Background, Color};
use cosmic::iced_native::alignment;
use cosmic::iced_native::event::{self, Event};

View file

@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only
use cosmic::{
iced_native::{