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 8dcfee56..370083de 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,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) 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) {