From e1f66c9c7a9c14190e91a7a49169b346a3dd561e Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Sun, 6 Feb 2022 10:07:15 +0600 Subject: [PATCH] license identifiers re-corrected aur package suffixed with -bin due to regulations --- LICENSE | 2 +- README.md | 2 +- aur-struct/.SRCINFO | 6 +++--- aur-struct/PKGBUILD | 4 ++-- lib/components/Settings.dart | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 984eb0db..5119c222 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -BSD-4-Clause-UC License +BSD-4-Clause License Copyright (c) 2022 Kingkor Roy Tirtho. All rights reserved. diff --git a/README.md b/README.md index 370083de..f18d5b97 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ $ flutter run -d # License -[BSD-4-Clause-UC](/LICENSE) +[BSD-4-Clause](/LICENSE) Bu why? You can learn about it [here](https://dev.to/krtirtho/choosing-open-source-license-wisely-1m3p) diff --git a/aur-struct/.SRCINFO b/aur-struct/.SRCINFO index 7bad5ff0..97398143 100644 --- a/aur-struct/.SRCINFO +++ b/aur-struct/.SRCINFO @@ -1,12 +1,12 @@ -pkgbase = spotube +pkgbase = spotube-bin pkgdesc = A lightweight free Spotify desktop-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed pkgver = 1.1.0 pkgrel = 1 url = https://github.com/KRTirtho/spotube/ arch = x86_64 - license = BSD 4-Clause + license = BSD-4-Clause depends = libkeybinder3 source = https://github.com/KRTirtho/spotube/releases/download/v1.1.0/Spotube-linux-x86_64.tar.xz md5sums = 0db87627ddf753bc7f09ebbb282184ee -pkgname = spotube +pkgname = spotube-bin diff --git a/aur-struct/PKGBUILD b/aur-struct/PKGBUILD index ab03262b..ee7c4a75 100644 --- a/aur-struct/PKGBUILD +++ b/aur-struct/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Kingkor Roy Tirtho -pkgname=spotube +pkgname=spotube-bin pkgver=1.1.0 pkgrel=1 epoch= pkgdesc="A lightweight free Spotify desktop-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed" arch=(x86_64) url="https://github.com/KRTirtho/spotube/" -license=('BSD 4-Clause') +license=('BSD-4-Clause') groups=() depends=('libkeybinder3') makedepends=() diff --git a/lib/components/Settings.dart b/lib/components/Settings.dart index a47323e1..2aa8c17a 100644 --- a/lib/components/Settings.dart +++ b/lib/components/Settings.dart @@ -195,7 +195,7 @@ class _SettingsState extends State { ), Text(" • "), Hyperlink( - "BSD 4-Clause LICENSE", + "BSD-4-Clause LICENSE", "https://github.com/KRTirtho/spotube/blob/master/LICENSE", ), Text(" • "),