From 9bfe62a5eac8a94bc8f888ec3281fc982596f479 Mon Sep 17 00:00:00 2001 From: RustyApple Date: Fri, 28 Jan 2022 05:37:18 +0000 Subject: [PATCH 1/2] License identifier changed to valid one --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 20e05c25..984eb0db 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -BSD 4-Clause License +BSD-4-Clause-UC License Copyright (c) 2022 Kingkor Roy Tirtho. All rights reserved. diff --git a/README.md b/README.md index 3ca52816..ac2eb5aa 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ $ flutter run -d # License -[BSD 4-Clause](/LICENSE) +[BSD-4-Clause-UC](/LICENSE) Bu why? You can learn about it [here](https://dev.to/krtirtho/choosing-open-source-license-wisely-1m3p) From 541fde91a8286559d3e80311c82dbd68dd8e3a72 Mon Sep 17 00:00:00 2001 From: Abdullah Ilgaz Date: Fri, 28 Jan 2022 16:38:32 +0300 Subject: [PATCH 2/2] Fixed typo in Album text --- lib/components/Album/AlbumCard.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/Album/AlbumCard.dart b/lib/components/Album/AlbumCard.dart index 7849d13f..eed381de 100644 --- a/lib/components/Album/AlbumCard.dart +++ b/lib/components/Album/AlbumCard.dart @@ -25,7 +25,7 @@ class AlbumCard extends StatelessWidget { playback.currentPlaylist?.id == album.id, title: album.name!, description: - "Alubm • ${artistsToString(album.artists ?? [])}", + "Album • ${artistsToString(album.artists ?? [])}", onTap: () { Navigator.of(context).push(MaterialPageRoute( builder: (context) {