Update license
This commit is contained in:
parent
c6c46cea1a
commit
aed6b9b0c8
4 changed files with 5 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use cosmic::{
|
||||
iced::{
|
||||
|
|
|
|||
|
|
@ -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};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use cosmic::{
|
||||
iced_native::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue