license identifiers re-corrected

aur package suffixed with -bin due to regulations
This commit is contained in:
Kingkor Roy Tirtho 2022-02-06 10:07:15 +06:00
parent 596fff4014
commit e1f66c9c7a
5 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
BSD-4-Clause-UC License BSD-4-Clause License
Copyright (c) 2022 Kingkor Roy Tirtho. All rights reserved. Copyright (c) 2022 Kingkor Roy Tirtho. All rights reserved.

View File

@ -153,7 +153,7 @@ $ flutter run -d <window|macos|linux>
# License # 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) Bu why? You can learn about it [here](https://dev.to/krtirtho/choosing-open-source-license-wisely-1m3p)

View File

@ -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 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 pkgver = 1.1.0
pkgrel = 1 pkgrel = 1
url = https://github.com/KRTirtho/spotube/ url = https://github.com/KRTirtho/spotube/
arch = x86_64 arch = x86_64
license = BSD 4-Clause license = BSD-4-Clause
depends = libkeybinder3 depends = libkeybinder3
source = https://github.com/KRTirtho/spotube/releases/download/v1.1.0/Spotube-linux-x86_64.tar.xz source = https://github.com/KRTirtho/spotube/releases/download/v1.1.0/Spotube-linux-x86_64.tar.xz
md5sums = 0db87627ddf753bc7f09ebbb282184ee md5sums = 0db87627ddf753bc7f09ebbb282184ee
pkgname = spotube pkgname = spotube-bin

View File

@ -1,12 +1,12 @@
# Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com> # Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com>
pkgname=spotube pkgname=spotube-bin
pkgver=1.1.0 pkgver=1.1.0
pkgrel=1 pkgrel=1
epoch= epoch=
pkgdesc="A lightweight free Spotify desktop-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed" pkgdesc="A lightweight free Spotify desktop-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed"
arch=(x86_64) arch=(x86_64)
url="https://github.com/KRTirtho/spotube/" url="https://github.com/KRTirtho/spotube/"
license=('BSD 4-Clause') license=('BSD-4-Clause')
groups=() groups=()
depends=('libkeybinder3') depends=('libkeybinder3')
makedepends=() makedepends=()

View File

@ -195,7 +195,7 @@ class _SettingsState extends State<Settings> {
), ),
Text(""), Text(""),
Hyperlink( Hyperlink(
"BSD 4-Clause LICENSE", "BSD-4-Clause LICENSE",
"https://github.com/KRTirtho/spotube/blob/master/LICENSE", "https://github.com/KRTirtho/spotube/blob/master/LICENSE",
), ),
Text(""), Text(""),