diff --git a/README.md b/README.md index 7bf3ac189..c52b88c10 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Material UI & Accent Colors & Dynamic Colors (Android 12+)
``` -Copyright © 2024 Valeri Gokadze +Copyright © 2025 Valeri Gokadze Musify is a free software licensed under GPL v3.0 It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; diff --git a/lib/API/musify.dart b/lib/API/musify.dart index 3737bda06..e833b8c1b 100644 --- a/lib/API/musify.dart +++ b/lib/API/musify.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/DB/albums.db.dart b/lib/DB/albums.db.dart index 6b61fce45..fd12488fd 100644 --- a/lib/DB/albums.db.dart +++ b/lib/DB/albums.db.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/DB/playlists.db.dart b/lib/DB/playlists.db.dart index f0ea4cc32..7fc93324a 100644 --- a/lib/DB/playlists.db.dart +++ b/lib/DB/playlists.db.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/extensions/l10n.dart b/lib/extensions/l10n.dart index 6947afa5a..c5f35ff7d 100644 --- a/lib/extensions/l10n.dart +++ b/lib/extensions/l10n.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/main.dart b/lib/main.dart index 9bd4164b1..b9097bc63 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/main_fdroid.dart b/lib/main_fdroid.dart index 79d098791..e7e86f9d4 100644 --- a/lib/main_fdroid.dart +++ b/lib/main_fdroid.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/models/position_data.dart b/lib/models/position_data.dart index 99d40adda..67b31fa02 100644 --- a/lib/models/position_data.dart +++ b/lib/models/position_data.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/screens/about_page.dart b/lib/screens/about_page.dart index a561e785b..0b84bcd90 100644 --- a/lib/screens/about_page.dart +++ b/lib/screens/about_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/screens/bottom_navigation_page.dart b/lib/screens/bottom_navigation_page.dart index 9570c126b..875cc259f 100644 --- a/lib/screens/bottom_navigation_page.dart +++ b/lib/screens/bottom_navigation_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/screens/home_page.dart b/lib/screens/home_page.dart index f6d7de4c6..550558093 100644 --- a/lib/screens/home_page.dart +++ b/lib/screens/home_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/screens/library_page.dart b/lib/screens/library_page.dart index 9c4967490..b5a34a10c 100644 --- a/lib/screens/library_page.dart +++ b/lib/screens/library_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/screens/now_playing_page.dart b/lib/screens/now_playing_page.dart index ecddb1e13..d1d8af66c 100644 --- a/lib/screens/now_playing_page.dart +++ b/lib/screens/now_playing_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/screens/playlist_page.dart b/lib/screens/playlist_page.dart index acdda8fa7..cad802f69 100644 --- a/lib/screens/playlist_page.dart +++ b/lib/screens/playlist_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/screens/search_page.dart b/lib/screens/search_page.dart index a58ed8777..2328ca618 100644 --- a/lib/screens/search_page.dart +++ b/lib/screens/search_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/screens/settings_page.dart b/lib/screens/settings_page.dart index b59af2424..9dbe3bcbf 100644 --- a/lib/screens/settings_page.dart +++ b/lib/screens/settings_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/screens/user_songs_page.dart b/lib/screens/user_songs_page.dart index 3e43f2889..a9b542c59 100644 --- a/lib/screens/user_songs_page.dart +++ b/lib/screens/user_songs_page.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/services/audio_service.dart b/lib/services/audio_service.dart index 3295a0d82..ad39cb6bc 100644 --- a/lib/services/audio_service.dart +++ b/lib/services/audio_service.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/services/data_manager.dart b/lib/services/data_manager.dart index bf0973429..0931168f5 100644 --- a/lib/services/data_manager.dart +++ b/lib/services/data_manager.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/services/logger_service.dart b/lib/services/logger_service.dart index 00c349940..3e561ffdf 100644 --- a/lib/services/logger_service.dart +++ b/lib/services/logger_service.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/services/lyrics_manager.dart b/lib/services/lyrics_manager.dart index ea80e4733..6c80cb0c4 100644 --- a/lib/services/lyrics_manager.dart +++ b/lib/services/lyrics_manager.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/services/router_service.dart b/lib/services/router_service.dart index 2e3c813ea..1ee862cee 100644 --- a/lib/services/router_service.dart +++ b/lib/services/router_service.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/services/settings_manager.dart b/lib/services/settings_manager.dart index 49c0b40aa..f88eb6cf5 100644 --- a/lib/services/settings_manager.dart +++ b/lib/services/settings_manager.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/services/update_manager.dart b/lib/services/update_manager.dart index f2f77f3d0..51558d8f1 100644 --- a/lib/services/update_manager.dart +++ b/lib/services/update_manager.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/style/app_colors.dart b/lib/style/app_colors.dart index cd182e89e..f723fd953 100644 --- a/lib/style/app_colors.dart +++ b/lib/style/app_colors.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/style/app_themes.dart b/lib/style/app_themes.dart index d81913a16..3534e5959 100644 --- a/lib/style/app_themes.dart +++ b/lib/style/app_themes.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/style/shapes/md3_slider_thumb.dart b/lib/style/shapes/md3_slider_thumb.dart index b9aad52ee..8c87bc4c6 100644 --- a/lib/style/shapes/md3_slider_thumb.dart +++ b/lib/style/shapes/md3_slider_thumb.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/utilities/common_variables.dart b/lib/utilities/common_variables.dart index 9e292db2c..376eebc21 100644 --- a/lib/utilities/common_variables.dart +++ b/lib/utilities/common_variables.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/utilities/flutter_bottom_sheet.dart b/lib/utilities/flutter_bottom_sheet.dart index e46c43452..feea733e2 100644 --- a/lib/utilities/flutter_bottom_sheet.dart +++ b/lib/utilities/flutter_bottom_sheet.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/utilities/flutter_toast.dart b/lib/utilities/flutter_toast.dart index a2e1e3c2f..6cae573a2 100644 --- a/lib/utilities/flutter_toast.dart +++ b/lib/utilities/flutter_toast.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/utilities/formatter.dart b/lib/utilities/formatter.dart index 894f4ece0..0df0a5199 100644 --- a/lib/utilities/formatter.dart +++ b/lib/utilities/formatter.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/utilities/mediaitem.dart b/lib/utilities/mediaitem.dart index ce60d5ec1..e73787521 100644 --- a/lib/utilities/mediaitem.dart +++ b/lib/utilities/mediaitem.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/utilities/url_launcher.dart b/lib/utilities/url_launcher.dart index 962b9973b..2a161dc55 100644 --- a/lib/utilities/url_launcher.dart +++ b/lib/utilities/url_launcher.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/announcement_box.dart b/lib/widgets/announcement_box.dart index fa903bf01..7c97312ba 100644 --- a/lib/widgets/announcement_box.dart +++ b/lib/widgets/announcement_box.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/auto_format_text.dart b/lib/widgets/auto_format_text.dart index 79455406f..12a0317a5 100644 --- a/lib/widgets/auto_format_text.dart +++ b/lib/widgets/auto_format_text.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/bottom_sheet_bar.dart b/lib/widgets/bottom_sheet_bar.dart index 4f549b417..3905fd540 100644 --- a/lib/widgets/bottom_sheet_bar.dart +++ b/lib/widgets/bottom_sheet_bar.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/confirmation_dialog.dart b/lib/widgets/confirmation_dialog.dart index b43933bbc..6bf347325 100644 --- a/lib/widgets/confirmation_dialog.dart +++ b/lib/widgets/confirmation_dialog.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/custom_bar.dart b/lib/widgets/custom_bar.dart index b6381500f..cb7ccaa39 100644 --- a/lib/widgets/custom_bar.dart +++ b/lib/widgets/custom_bar.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/custom_search_bar.dart b/lib/widgets/custom_search_bar.dart index 09a845457..ae4e9cdf3 100644 --- a/lib/widgets/custom_search_bar.dart +++ b/lib/widgets/custom_search_bar.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/custom_slider.dart b/lib/widgets/custom_slider.dart index f2cf773dc..87b10bfbf 100644 --- a/lib/widgets/custom_slider.dart +++ b/lib/widgets/custom_slider.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/marque.dart b/lib/widgets/marque.dart index 2f431973b..546af3ee8 100644 --- a/lib/widgets/marque.dart +++ b/lib/widgets/marque.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/mini_player.dart b/lib/widgets/mini_player.dart index e9cfe93a7..84a38cef8 100644 --- a/lib/widgets/mini_player.dart +++ b/lib/widgets/mini_player.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/no_artwork_cube.dart b/lib/widgets/no_artwork_cube.dart index d6dca1c62..539404a35 100644 --- a/lib/widgets/no_artwork_cube.dart +++ b/lib/widgets/no_artwork_cube.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/playback_icon_button.dart b/lib/widgets/playback_icon_button.dart index d8ad34aee..6ddb144f3 100644 --- a/lib/widgets/playback_icon_button.dart +++ b/lib/widgets/playback_icon_button.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/playlist_cube.dart b/lib/widgets/playlist_cube.dart index db88666a6..5a794e3fd 100644 --- a/lib/widgets/playlist_cube.dart +++ b/lib/widgets/playlist_cube.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/playlist_header.dart b/lib/widgets/playlist_header.dart index b72c9a878..cf7f8ee83 100644 --- a/lib/widgets/playlist_header.dart +++ b/lib/widgets/playlist_header.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/song_artwork.dart b/lib/widgets/song_artwork.dart index 32a267068..ccef612f2 100644 --- a/lib/widgets/song_artwork.dart +++ b/lib/widgets/song_artwork.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/song_bar.dart b/lib/widgets/song_bar.dart index 6a5ef17fd..22d53a826 100644 --- a/lib/widgets/song_bar.dart +++ b/lib/widgets/song_bar.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/widgets/spinner.dart b/lib/widgets/spinner.dart index 8c1443397..6900e23e2 100644 --- a/lib/widgets/spinner.dart +++ b/lib/widgets/spinner.dart @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Valeri Gokadze + * Copyright (C) 2025 Valeri Gokadze * * Musify is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by