From aed6b9b0c8e2a55341b226e6a1e7ffc5a458a46f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 10 Feb 2023 07:42:05 -0700 Subject: [PATCH] Update license --- Cargo.toml | 1 + src/main.rs | 2 +- src/menu_list.rs | 3 ++- src/text_box.rs | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d787839..9ab2be7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "cosmic-text-editor" version = "0.1.0" authors = ["Jeremy Soller "] edition = "2021" +license = "GPL-3.0-only" [dependencies] env_logger = "0.9" diff --git a/src/main.rs b/src/main.rs index 6e13716..d6e5b06 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT OR Apache-2.0 +// SPDX-License-Identifier: GPL-3.0-only use cosmic::{ iced::{ diff --git a/src/menu_list.rs b/src/menu_list.rs index 5d27e7a..dfb30e9 100644 --- a/src/menu_list.rs +++ b/src/menu_list.rs @@ -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}; diff --git a/src/text_box.rs b/src/text_box.rs index 6503a97..61c1e06 100644 --- a/src/text_box.rs +++ b/src/text_box.rs @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT OR Apache-2.0 +// SPDX-License-Identifier: GPL-3.0-only use cosmic::{ iced_native::{