From 8810c03fe83246c976f05344f01cb9a70a5a1d22 Mon Sep 17 00:00:00 2001 From: Victor Fuentes Date: Sat, 24 Sep 2022 21:52:49 -0400 Subject: [PATCH] Consistent licenses --- data/dev.vlinkz.NixSoftwareCenter.metainfo.xml.in.in | 4 ++-- src/ui/about.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/dev.vlinkz.NixSoftwareCenter.metainfo.xml.in.in b/data/dev.vlinkz.NixSoftwareCenter.metainfo.xml.in.in index 9068809..f945361 100644 --- a/data/dev.vlinkz.NixSoftwareCenter.metainfo.xml.in.in +++ b/data/dev.vlinkz.NixSoftwareCenter.metainfo.xml.in.in @@ -1,8 +1,8 @@ @app-id@ - CC-BY-SA-4.0 - GPL-3.0 + CC0-1.0 + GPL-3.0-only Nix Software Center A simple application to manage your NixOS packages. diff --git a/src/ui/about.rs b/src/ui/about.rs index 7253bd0..727388d 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -33,7 +33,7 @@ impl SimpleComponent for AboutPageModel { set_developer_name: "Victor Fuentes", set_version: env!("CARGO_PKG_VERSION"), set_issue_url: "https://github.com/vlinkz/nix-software-center/issues", - set_license_type: gtk::License::Gpl30, + set_license_type: gtk::License::Gpl30Only, set_website: "https://github.com/vlinkz/nix-software-center", set_developers: &["Victor Fuentes https://github.com/vlinkz"], }