Update license
This commit is contained in:
parent
c6c46cea1a
commit
aed6b9b0c8
4 changed files with 5 additions and 3 deletions
|
|
@ -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