diff --git a/data/io.github.Rirusha.Cassette.metainfo.xml.in b/data/io.github.Rirusha.Cassette.metainfo.xml.in
index 688614e..28f89e4 100644
--- a/data/io.github.Rirusha.Cassette.metainfo.xml.in
+++ b/data/io.github.Rirusha.Cassette.metainfo.xml.in
@@ -135,5 +135,5 @@
https://gitlab.gnome.org/Rirusha/Cassette
https://gitlab.gnome.org/Rirusha/Cassette/-/issues
https://t.me/CassetteGNOME_Discussion
- Rirusha
+ Vladimir Vaskov
diff --git a/src/about.vala b/src/about.vala
index 6c8e9c1..a657cf7 100644
--- a/src/about.vala
+++ b/src/about.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
namespace Cassette {
public Adw.AboutDialog build_about_dialog () {
- const string RIRUSHA = "Rirusha https://gitlab.gnome.org/Rirusha";
+ const string ME = "Vladimir Vaskov https://gitlab.gnome.org/Rirusha";
const string TELEGRAM_CHAT = "https://t.me/CassetteGNOME_Discussion";
const string TELEGRAM_CHANNEL = "https://t.me/CassetteGNOME_Devlog";
const string ISSUE_LINK = "https://gitlab.gnome.org/Rirusha/Cassette/-/issues";
@@ -26,22 +26,22 @@ namespace Cassette {
const string BOOSTY_SUPPORT_LINK = "https://boosty.to/rirusha/donate";
string[] developers = {
- RIRUSHA,
+ ME,
"KseBooka https://github.com/KseBooka"
};
string[] designers = {
- RIRUSHA
+ ME
};
string[] artists = {
- RIRUSHA,
+ ME,
"Arseniy Nechkin ",
"NaumovSN",
};
string[] documenters = {
- RIRUSHA,
+ ME,
"Armatik https://github.com/Armatik",
"Fiersik https://github.com/fiersik",
"Mikazil https://github.com/Mikazil",
@@ -50,7 +50,7 @@ namespace Cassette {
var about = new Adw.AboutDialog () {
application_name = Config.APP_NAME,
application_icon = Config.APP_ID_DYN,
- developer_name = "Rirusha",
+ developer_name = "Vladimir Vaskov",
version = Config.VERSION,
developers = developers,
designers = designers,
@@ -59,7 +59,7 @@ namespace Cassette {
// Translators: NAME /n NAME
translator_credits = _("translator-credits"),
license_type = Gtk.License.GPL_3_0_ONLY,
- copyright = "© 2023-2024 Rirusha",
+ copyright = "© 2023-2024 Vladimir Vaskov",
support_url = TELEGRAM_CHAT,
issue_url = ISSUE_LINK,
release_notes_version = Config.VERSION
diff --git a/src/application.vala b/src/application.vala
index c70526a..ba1034f 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/authenticator.vala b/src/authenticator.vala
index dfa4d6a..95aa20f 100644
--- a/src/authenticator.vala
+++ b/src/authenticator.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/difference-builder.vala b/src/client/api/difference-builder.vala
index 8fc4974..339648f 100644
--- a/src/client/api/difference-builder.vala
+++ b/src/client/api/difference-builder.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/account/about.vala b/src/client/api/objects/account/about.vala
index f693123..c425d31 100644
--- a/src/client/api/objects/account/about.vala
+++ b/src/client/api/objects/account/about.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/additional-info/lyrics-major.vala b/src/client/api/objects/additional-info/lyrics-major.vala
index 879852b..ed23a37 100644
--- a/src/client/api/objects/additional-info/lyrics-major.vala
+++ b/src/client/api/objects/additional-info/lyrics-major.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/additional-info/lyrics.vala b/src/client/api/objects/additional-info/lyrics.vala
index dfd4802..8069c85 100644
--- a/src/client/api/objects/additional-info/lyrics.vala
+++ b/src/client/api/objects/additional-info/lyrics.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/additional-info/similar-tracks.vala b/src/client/api/objects/additional-info/similar-tracks.vala
index 6161c0d..081df87 100644
--- a/src/client/api/objects/additional-info/similar-tracks.vala
+++ b/src/client/api/objects/additional-info/similar-tracks.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/album/album.vala b/src/client/api/objects/album/album.vala
index c8ca6d6..6e2fc58 100644
--- a/src/client/api/objects/album/album.vala
+++ b/src/client/api/objects/album/album.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/album/label.vala b/src/client/api/objects/album/label.vala
index c8048b3..2727898 100644
--- a/src/client/api/objects/album/label.vala
+++ b/src/client/api/objects/album/label.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/album/volume.vala b/src/client/api/objects/album/volume.vala
index ab59e25..eea984d 100644
--- a/src/client/api/objects/album/volume.vala
+++ b/src/client/api/objects/album/volume.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/api-error.vala b/src/client/api/objects/api-error.vala
index c4fd783..5141275 100644
--- a/src/client/api/objects/api-error.vala
+++ b/src/client/api/objects/api-error.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/artist/artist.vala b/src/client/api/objects/artist/artist.vala
index 75982e8..af4b009 100644
--- a/src/client/api/objects/artist/artist.vala
+++ b/src/client/api/objects/artist/artist.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/artist/counts.vala b/src/client/api/objects/artist/counts.vala
index 6fb56a1..c1f18cc 100644
--- a/src/client/api/objects/artist/counts.vala
+++ b/src/client/api/objects/artist/counts.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/artist/link.vala b/src/client/api/objects/artist/link.vala
index 16caf84..eb6caf6 100644
--- a/src/client/api/objects/artist/link.vala
+++ b/src/client/api/objects/artist/link.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/artist/ratings.vala b/src/client/api/objects/artist/ratings.vala
index cfe1aa6..97bd829 100644
--- a/src/client/api/objects/artist/ratings.vala
+++ b/src/client/api/objects/artist/ratings.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/cover.vala b/src/client/api/objects/cover.vala
index 4f45e9d..6f57615 100644
--- a/src/client/api/objects/cover.vala
+++ b/src/client/api/objects/cover.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/download-info.vala b/src/client/api/objects/download-info.vala
index 2636f2b..7a63162 100644
--- a/src/client/api/objects/download-info.vala
+++ b/src/client/api/objects/download-info.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/icon.vala b/src/client/api/objects/icon.vala
index a1dfa3f..6d5513d 100644
--- a/src/client/api/objects/icon.vala
+++ b/src/client/api/objects/icon.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/library/all-ids.vala b/src/client/api/objects/library/all-ids.vala
index 559181b..9da36b9 100644
--- a/src/client/api/objects/library/all-ids.vala
+++ b/src/client/api/objects/library/all-ids.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/playlist/case-forms.vala b/src/client/api/objects/playlist/case-forms.vala
index f8d7e7d..297eaa3 100644
--- a/src/client/api/objects/playlist/case-forms.vala
+++ b/src/client/api/objects/playlist/case-forms.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/playlist/liked-playlist.vala b/src/client/api/objects/playlist/liked-playlist.vala
index e8483fd..a0fc780 100644
--- a/src/client/api/objects/playlist/liked-playlist.vala
+++ b/src/client/api/objects/playlist/liked-playlist.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/playlist/made-for.vala b/src/client/api/objects/playlist/made-for.vala
index 4119c33..beee199 100644
--- a/src/client/api/objects/playlist/made-for.vala
+++ b/src/client/api/objects/playlist/made-for.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/playlist/play-counter.vala b/src/client/api/objects/playlist/play-counter.vala
index 438eb5d..dec6c3a 100644
--- a/src/client/api/objects/playlist/play-counter.vala
+++ b/src/client/api/objects/playlist/play-counter.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/playlist/playlist-absence.vala b/src/client/api/objects/playlist/playlist-absence.vala
index 92c68c1..6901434 100644
--- a/src/client/api/objects/playlist/playlist-absence.vala
+++ b/src/client/api/objects/playlist/playlist-absence.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/playlist/playlist-recommendations.vala b/src/client/api/objects/playlist/playlist-recommendations.vala
index 7220d22..86a63b2 100644
--- a/src/client/api/objects/playlist/playlist-recommendations.vala
+++ b/src/client/api/objects/playlist/playlist-recommendations.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/playlist/playlist.vala b/src/client/api/objects/playlist/playlist.vala
index 4a4ed5c..a00bb1d 100644
--- a/src/client/api/objects/playlist/playlist.vala
+++ b/src/client/api/objects/playlist/playlist.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/playlist/user.vala b/src/client/api/objects/playlist/user.vala
index b6885ab..d0060fe 100644
--- a/src/client/api/objects/playlist/user.vala
+++ b/src/client/api/objects/playlist/user.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/plays.vala b/src/client/api/objects/plays.vala
index 6687968..193bdbe 100644
--- a/src/client/api/objects/plays.vala
+++ b/src/client/api/objects/plays.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/block.vala b/src/client/api/objects/rotor/block.vala
index 0ceb932..36a59d6 100644
--- a/src/client/api/objects/rotor/block.vala
+++ b/src/client/api/objects/rotor/block.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/dashboard.vala b/src/client/api/objects/rotor/dashboard.vala
index 8606e1a..2436567 100644
--- a/src/client/api/objects/rotor/dashboard.vala
+++ b/src/client/api/objects/rotor/dashboard.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/event.vala b/src/client/api/objects/rotor/event.vala
index df3a1fe..f24618d 100644
--- a/src/client/api/objects/rotor/event.vala
+++ b/src/client/api/objects/rotor/event.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/feedback.vala b/src/client/api/objects/rotor/feedback.vala
index f1f7a11..67471ea 100644
--- a/src/client/api/objects/rotor/feedback.vala
+++ b/src/client/api/objects/rotor/feedback.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/id.vala b/src/client/api/objects/rotor/id.vala
index 729ca08..b00414f 100644
--- a/src/client/api/objects/rotor/id.vala
+++ b/src/client/api/objects/rotor/id.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/queue.vala b/src/client/api/objects/rotor/queue.vala
index 8745c3a..ef4f2cb 100644
--- a/src/client/api/objects/rotor/queue.vala
+++ b/src/client/api/objects/rotor/queue.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/restrictions.vala b/src/client/api/objects/rotor/restrictions.vala
index cbdb750..6db7ba2 100644
--- a/src/client/api/objects/rotor/restrictions.vala
+++ b/src/client/api/objects/rotor/restrictions.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/seed.vala b/src/client/api/objects/rotor/seed.vala
index 8362356..b122f05 100644
--- a/src/client/api/objects/rotor/seed.vala
+++ b/src/client/api/objects/rotor/seed.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/sequence.vala b/src/client/api/objects/rotor/sequence.vala
index 3d2e316..2512b35 100644
--- a/src/client/api/objects/rotor/sequence.vala
+++ b/src/client/api/objects/rotor/sequence.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/session-new.vala b/src/client/api/objects/rotor/session-new.vala
index 0c766d1..f56a3c8 100644
--- a/src/client/api/objects/rotor/session-new.vala
+++ b/src/client/api/objects/rotor/session-new.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/settings.vala b/src/client/api/objects/rotor/settings.vala
index e82b0ad..dc9002d 100644
--- a/src/client/api/objects/rotor/settings.vala
+++ b/src/client/api/objects/rotor/settings.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/station-info.vala b/src/client/api/objects/rotor/station-info.vala
index 4122e86..9fabc37 100644
--- a/src/client/api/objects/rotor/station-info.vala
+++ b/src/client/api/objects/rotor/station-info.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/station-tracks.vala b/src/client/api/objects/rotor/station-tracks.vala
index 72006f7..25c6a9c 100644
--- a/src/client/api/objects/rotor/station-tracks.vala
+++ b/src/client/api/objects/rotor/station-tracks.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/station.vala b/src/client/api/objects/rotor/station.vala
index 65c678a..930979d 100644
--- a/src/client/api/objects/rotor/station.vala
+++ b/src/client/api/objects/rotor/station.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/track-parameters.vala b/src/client/api/objects/rotor/track-parameters.vala
index ffd2381..d0e552c 100644
--- a/src/client/api/objects/rotor/track-parameters.vala
+++ b/src/client/api/objects/rotor/track-parameters.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/value-heap.vala b/src/client/api/objects/rotor/value-heap.vala
index c492c8c..e9b71fd 100644
--- a/src/client/api/objects/rotor/value-heap.vala
+++ b/src/client/api/objects/rotor/value-heap.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/value.vala b/src/client/api/objects/rotor/value.vala
index cd66c2a..58df3e8 100644
--- a/src/client/api/objects/rotor/value.vala
+++ b/src/client/api/objects/rotor/value.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/rotor/wave.vala b/src/client/api/objects/rotor/wave.vala
index 29e2314..c1d861d 100644
--- a/src/client/api/objects/rotor/wave.vala
+++ b/src/client/api/objects/rotor/wave.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/track-heap.vala b/src/client/api/objects/track-heap.vala
index 831874d..f11ad15 100644
--- a/src/client/api/objects/track-heap.vala
+++ b/src/client/api/objects/track-heap.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/track-short.vala b/src/client/api/objects/track-short.vala
index 3556217..f87ebfb 100644
--- a/src/client/api/objects/track-short.vala
+++ b/src/client/api/objects/track-short.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/track/chart.vala b/src/client/api/objects/track/chart.vala
index cec0144..ec5ebe5 100644
--- a/src/client/api/objects/track/chart.vala
+++ b/src/client/api/objects/track/chart.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/track/lyrics-info.vala b/src/client/api/objects/track/lyrics-info.vala
index 788d977..d32b315 100644
--- a/src/client/api/objects/track/lyrics-info.vala
+++ b/src/client/api/objects/track/lyrics-info.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/track/meta-data.vala b/src/client/api/objects/track/meta-data.vala
index 2158ebd..9ae6c02 100644
--- a/src/client/api/objects/track/meta-data.vala
+++ b/src/client/api/objects/track/meta-data.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/objects/track/track.vala b/src/client/api/objects/track/track.vala
index 0acfb18..5e204bd 100644
--- a/src/client/api/objects/track/track.vala
+++ b/src/client/api/objects/track/track.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/api/yam-client.vala b/src/client/api/yam-client.vala
index 409b221..ccaa290 100644
--- a/src/client/api/yam-client.vala
+++ b/src/client/api/yam-client.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/cachier/cachier.vala b/src/client/cachier/cachier.vala
index 8c9bc8d..002744d 100644
--- a/src/client/cachier/cachier.vala
+++ b/src/client/cachier/cachier.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/cachier/controller.vala b/src/client/cachier/controller.vala
index 976a235..6cffe77 100644
--- a/src/client/cachier/controller.vala
+++ b/src/client/cachier/controller.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/cachier/info-db.vala b/src/client/cachier/info-db.vala
index f47aca5..46191d7 100644
--- a/src/client/cachier/info-db.vala
+++ b/src/client/cachier/info-db.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/cachier/job.vala b/src/client/cachier/job.vala
index 61763cd..a326623 100644
--- a/src/client/cachier/job.vala
+++ b/src/client/cachier/job.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/cachier/storager.vala b/src/client/cachier/storager.vala
index 98e7d61..05253e0 100644
--- a/src/client/cachier/storager.vala
+++ b/src/client/cachier/storager.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/jsoner.vala b/src/client/jsoner.vala
index 87d873e..07c5c4e 100644
--- a/src/client/jsoner.vala
+++ b/src/client/jsoner.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* program 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/src/client/likes-controller.vala b/src/client/likes-controller.vala
index 3b4c041..dee134c 100644
--- a/src/client/likes-controller.vala
+++ b/src/client/likes-controller.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/logger.vala b/src/client/logger.vala
index fdbcd06..230e56d 100644
--- a/src/client/logger.vala
+++ b/src/client/logger.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/player/mods/abstract-mode.vala b/src/client/player/mods/abstract-mode.vala
index b09ad05..83f3c5c 100644
--- a/src/client/player/mods/abstract-mode.vala
+++ b/src/client/player/mods/abstract-mode.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/player/mods/abstract-shufflable.vala b/src/client/player/mods/abstract-shufflable.vala
index 13b1782..1ad77f2 100644
--- a/src/client/player/mods/abstract-shufflable.vala
+++ b/src/client/player/mods/abstract-shufflable.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/player/mods/empty.vala b/src/client/player/mods/empty.vala
index 9318094..aa50da7 100644
--- a/src/client/player/mods/empty.vala
+++ b/src/client/player/mods/empty.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/player/mods/flow.vala b/src/client/player/mods/flow.vala
index 38b4917..f3f1be3 100644
--- a/src/client/player/mods/flow.vala
+++ b/src/client/player/mods/flow.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/player/mods/local.vala b/src/client/player/mods/local.vala
index 8f35724..ee0bb97 100644
--- a/src/client/player/mods/local.vala
+++ b/src/client/player/mods/local.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/player/mods/track-list.vala b/src/client/player/mods/track-list.vala
index 3daada4..79b6beb 100644
--- a/src/client/player/mods/track-list.vala
+++ b/src/client/player/mods/track-list.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/player/mpris.vala b/src/client/player/mpris.vala
index 71e2659..2d1b247 100644
--- a/src/client/player/mpris.vala
+++ b/src/client/player/mpris.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/player/player.vala b/src/client/player/player.vala
index dec0b3d..d1729e5 100644
--- a/src/client/player/player.vala
+++ b/src/client/player/player.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/soup-wrapper.vala b/src/client/soup-wrapper.vala
index adcedde..4f55f51 100644
--- a/src/client/soup-wrapper.vala
+++ b/src/client/soup-wrapper.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/talkers/abstract-talker.vala b/src/client/talkers/abstract-talker.vala
index 2d2cf59..2bb4773 100644
--- a/src/client/talkers/abstract-talker.vala
+++ b/src/client/talkers/abstract-talker.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/talkers/yam-talker.vala b/src/client/talkers/yam-talker.vala
index d53b8e7..46ce52a 100644
--- a/src/client/talkers/yam-talker.vala
+++ b/src/client/talkers/yam-talker.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/threader.vala b/src/client/threader.vala
index ab10978..f7f2ec5 100644
--- a/src/client/threader.vala
+++ b/src/client/threader.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/utils.vala b/src/client/utils.vala
index 4f8fc51..ecf5359 100644
--- a/src/client/utils.vala
+++ b/src/client/utils.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/client/yam-object.vala b/src/client/yam-object.vala
index a049ebe..1db54fd 100644
--- a/src/client/yam-object.vala
+++ b/src/client/yam-object.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/main.vala b/src/main.vala
index 91fc71a..08035bd 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/pager.vala b/src/pager.vala
index a6a168a..c763eb4 100644
--- a/src/pager.vala
+++ b/src/pager.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/utils.vala b/src/utils.vala
index de493a0..e3d6c3b 100644
--- a/src/utils.vala
+++ b/src/utils.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/abstract-reactable.vala b/src/widgets/abstract-reactable.vala
index d0061eb..c32e224 100644
--- a/src/widgets/abstract-reactable.vala
+++ b/src/widgets/abstract-reactable.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/account-info-dialog.vala b/src/widgets/account-info-dialog.vala
index d884310..ae7fcf2 100644
--- a/src/widgets/account-info-dialog.vala
+++ b/src/widgets/account-info-dialog.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/action-cards/custom.vala b/src/widgets/action-cards/custom.vala
index 3c504af..e50b488 100644
--- a/src/widgets/action-cards/custom.vala
+++ b/src/widgets/action-cards/custom.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/action-cards/station.vala b/src/widgets/action-cards/station.vala
index 8da728a..877ee00 100644
--- a/src/widgets/action-cards/station.vala
+++ b/src/widgets/action-cards/station.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/begin/begin-dialog.vala b/src/widgets/begin/begin-dialog.vala
index 93b61af..c276b39 100644
--- a/src/widgets/begin/begin-dialog.vala
+++ b/src/widgets/begin/begin-dialog.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/begin/begin-view.vala b/src/widgets/begin/begin-view.vala
index 8b52d85..dc75d09 100644
--- a/src/widgets/begin/begin-view.vala
+++ b/src/widgets/begin/begin-view.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/just/abstract-custom-button.vala b/src/widgets/buttons/just/abstract-custom-button.vala
index 7815090..fa02a3d 100644
--- a/src/widgets/buttons/just/abstract-custom-button.vala
+++ b/src/widgets/buttons/just/abstract-custom-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/just/dislike-button.vala b/src/widgets/buttons/just/dislike-button.vala
index f635daf..ce7944d 100644
--- a/src/widgets/buttons/just/dislike-button.vala
+++ b/src/widgets/buttons/just/dislike-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/just/like-button.vala b/src/widgets/buttons/just/like-button.vala
index 4648d64..c2dce49 100644
--- a/src/widgets/buttons/just/like-button.vala
+++ b/src/widgets/buttons/just/like-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/just/play-buttons/abstract-play-button-default.vala b/src/widgets/buttons/just/play-buttons/abstract-play-button-default.vala
index 8436f3b..03b97c5 100644
--- a/src/widgets/buttons/just/play-buttons/abstract-play-button-default.vala
+++ b/src/widgets/buttons/just/play-buttons/abstract-play-button-default.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/just/play-buttons/abstract-play-button.vala b/src/widgets/buttons/just/play-buttons/abstract-play-button.vala
index 7f7ba35..45f6352 100644
--- a/src/widgets/buttons/just/play-buttons/abstract-play-button.vala
+++ b/src/widgets/buttons/just/play-buttons/abstract-play-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/just/play-buttons/play-button-action.vala b/src/widgets/buttons/just/play-buttons/play-button-action.vala
index 5ebfb1a..d937328 100644
--- a/src/widgets/buttons/just/play-buttons/play-button-action.vala
+++ b/src/widgets/buttons/just/play-buttons/play-button-action.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/just/play-buttons/play-button-context.vala b/src/widgets/buttons/just/play-buttons/play-button-context.vala
index d9c503b..a56ef15 100644
--- a/src/widgets/buttons/just/play-buttons/play-button-context.vala
+++ b/src/widgets/buttons/just/play-buttons/play-button-context.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/just/play-buttons/play-button-track.vala b/src/widgets/buttons/just/play-buttons/play-button-track.vala
index 87a24e6..a239c4f 100644
--- a/src/widgets/buttons/just/play-buttons/play-button-track.vala
+++ b/src/widgets/buttons/just/play-buttons/play-button-track.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/label-button.vala b/src/widgets/buttons/label-button.vala
index 19328ae..c909d19 100644
--- a/src/widgets/buttons/label-button.vala
+++ b/src/widgets/buttons/label-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/menu/abstract-menu-button.vala b/src/widgets/buttons/menu/abstract-menu-button.vala
index e1b723e..57ea9e8 100644
--- a/src/widgets/buttons/menu/abstract-menu-button.vala
+++ b/src/widgets/buttons/menu/abstract-menu-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/menu/menu-dialog.vala b/src/widgets/buttons/menu/menu-dialog.vala
index 8349d4d..88ac9c3 100644
--- a/src/widgets/buttons/menu/menu-dialog.vala
+++ b/src/widgets/buttons/menu/menu-dialog.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/menu/playlist-options-button.vala b/src/widgets/buttons/menu/playlist-options-button.vala
index 5885365..93b53c3 100644
--- a/src/widgets/buttons/menu/playlist-options-button.vala
+++ b/src/widgets/buttons/menu/playlist-options-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/menu/primary-menu-button.vala b/src/widgets/buttons/menu/primary-menu-button.vala
index bf5285d..a01495f 100644
--- a/src/widgets/buttons/menu/primary-menu-button.vala
+++ b/src/widgets/buttons/menu/primary-menu-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/menu/track-options-button.vala b/src/widgets/buttons/menu/track-options-button.vala
index 44a41b5..fb12b50 100644
--- a/src/widgets/buttons/menu/track-options-button.vala
+++ b/src/widgets/buttons/menu/track-options-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/menu/track-playlist-options-button.vala b/src/widgets/buttons/menu/track-playlist-options-button.vala
index 04c9844..ef8ad01 100644
--- a/src/widgets/buttons/menu/track-playlist-options-button.vala
+++ b/src/widgets/buttons/menu/track-playlist-options-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/menu/track-queue-options-button.vala b/src/widgets/buttons/menu/track-queue-options-button.vala
index f8e3ea7..a8430db 100644
--- a/src/widgets/buttons/menu/track-queue-options-button.vala
+++ b/src/widgets/buttons/menu/track-queue-options-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/menu/volume-button.vala b/src/widgets/buttons/menu/volume-button.vala
index aad99aa..7eeb6b3 100644
--- a/src/widgets/buttons/menu/volume-button.vala
+++ b/src/widgets/buttons/menu/volume-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/buttons/playlist-create-button.vala b/src/widgets/buttons/playlist-create-button.vala
index f49bc5c..0c8f700 100644
--- a/src/widgets/buttons/playlist-create-button.vala
+++ b/src/widgets/buttons/playlist-create-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/cache-indicator/cache-indicator.vala b/src/widgets/cache-indicator/cache-indicator.vala
index 95ef011..e14eb74 100644
--- a/src/widgets/cache-indicator/cache-indicator.vala
+++ b/src/widgets/cache-indicator/cache-indicator.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/cache-indicator/job-info-badge.vala b/src/widgets/cache-indicator/job-info-badge.vala
index 6f1e9bd..22da7a7 100644
--- a/src/widgets/cache-indicator/job-info-badge.vala
+++ b/src/widgets/cache-indicator/job-info-badge.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/cover-image.vala b/src/widgets/cover-image.vala
index 12f6733..c99b055 100644
--- a/src/widgets/cover-image.vala
+++ b/src/widgets/cover-image.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/equalaizer.vala b/src/widgets/equalaizer.vala
index 1375ebc..e55c935 100644
--- a/src/widgets/equalaizer.vala
+++ b/src/widgets/equalaizer.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/header-bar.vala b/src/widgets/header-bar.vala
index a1d6d93..372bbab 100644
--- a/src/widgets/header-bar.vala
+++ b/src/widgets/header-bar.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/headered-scrolled-window.vala b/src/widgets/headered-scrolled-window.vala
index 3dcb4bc..ccca9fc 100644
--- a/src/widgets/headered-scrolled-window.vala
+++ b/src/widgets/headered-scrolled-window.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/info-marks.vala b/src/widgets/info-marks.vala
index 993cb0f..af36438 100644
--- a/src/widgets/info-marks.vala
+++ b/src/widgets/info-marks.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/loadable-widget.vala b/src/widgets/loadable-widget.vala
index 0f41b13..362b480 100644
--- a/src/widgets/loadable-widget.vala
+++ b/src/widgets/loadable-widget.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/loading-spinner.vala b/src/widgets/loading-spinner.vala
index 3069818..d305d34 100644
--- a/src/widgets/loading-spinner.vala
+++ b/src/widgets/loading-spinner.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/lyrics/lyrics-line.vala b/src/widgets/lyrics/lyrics-line.vala
index 02fe74c..9440ff1 100644
--- a/src/widgets/lyrics/lyrics-line.vala
+++ b/src/widgets/lyrics/lyrics-line.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/lyrics/lyrics-panel.vala b/src/widgets/lyrics/lyrics-panel.vala
index 24fc574..91eaa96 100644
--- a/src/widgets/lyrics/lyrics-panel.vala
+++ b/src/widgets/lyrics/lyrics-panel.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/narrow-toggle-button.vala b/src/widgets/narrow-toggle-button.vala
index 85fede0..e8a24f2 100644
--- a/src/widgets/narrow-toggle-button.vala
+++ b/src/widgets/narrow-toggle-button.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/no-plus-dialog.vala b/src/widgets/no-plus-dialog.vala
index 458ffc6..58b115d 100644
--- a/src/widgets/no-plus-dialog.vala
+++ b/src/widgets/no-plus-dialog.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/page-root.vala b/src/widgets/page-root.vala
index 36402f1..a59183b 100644
--- a/src/widgets/page-root.vala
+++ b/src/widgets/page-root.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/pages/abstract-loadable-page.vala b/src/widgets/pages/abstract-loadable-page.vala
index c03787b..666a327 100644
--- a/src/widgets/pages/abstract-loadable-page.vala
+++ b/src/widgets/pages/abstract-loadable-page.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/pages/loading-page.vala b/src/widgets/pages/loading-page.vala
index f1eb29f..974ceb4 100644
--- a/src/widgets/pages/loading-page.vala
+++ b/src/widgets/pages/loading-page.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/play-mark/abstract-play-mark-default.vala b/src/widgets/play-mark/abstract-play-mark-default.vala
index 5a30ea1..1695263 100644
--- a/src/widgets/play-mark/abstract-play-mark-default.vala
+++ b/src/widgets/play-mark/abstract-play-mark-default.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/play-mark/abstract-play-mark.vala b/src/widgets/play-mark/abstract-play-mark.vala
index c22df09..7e95230 100644
--- a/src/widgets/play-mark/abstract-play-mark.vala
+++ b/src/widgets/play-mark/abstract-play-mark.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/play-mark/play-mark-context.vala b/src/widgets/play-mark/play-mark-context.vala
index ff9215d..1c2cc6c 100644
--- a/src/widgets/play-mark/play-mark-context.vala
+++ b/src/widgets/play-mark/play-mark-context.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/play-mark/play-mark-global.vala b/src/widgets/play-mark/play-mark-global.vala
index 79f37c6..a540d2f 100644
--- a/src/widgets/play-mark/play-mark-global.vala
+++ b/src/widgets/play-mark/play-mark-global.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/play-mark/play-mark-track.vala b/src/widgets/play-mark/play-mark-track.vala
index e345f76..448eefa 100644
--- a/src/widgets/play-mark/play-mark-track.vala
+++ b/src/widgets/play-mark/play-mark-track.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/player-bar.vala b/src/widgets/player-bar.vala
index 05fa75f..fe1ead2 100644
--- a/src/widgets/player-bar.vala
+++ b/src/widgets/player-bar.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/playlist-choose-dialog.vala b/src/widgets/playlist-choose-dialog.vala
index 04b1e41..7dc5ed6 100644
--- a/src/widgets/playlist-choose-dialog.vala
+++ b/src/widgets/playlist-choose-dialog.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/playlist-micro.vala b/src/widgets/playlist-micro.vala
index 3036d76..fe7d1e8 100644
--- a/src/widgets/playlist-micro.vala
+++ b/src/widgets/playlist-micro.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/playlist-row.vala b/src/widgets/playlist-row.vala
index 6473f3e..248f0a6 100644
--- a/src/widgets/playlist-row.vala
+++ b/src/widgets/playlist-row.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/preferences/cache-deletion-preferences.vala b/src/widgets/preferences/cache-deletion-preferences.vala
index 1426e8b..614d475 100644
--- a/src/widgets/preferences/cache-deletion-preferences.vala
+++ b/src/widgets/preferences/cache-deletion-preferences.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/preferences/custom-page-preferences.vala b/src/widgets/preferences/custom-page-preferences.vala
index dca7a2b..5f2059a 100644
--- a/src/widgets/preferences/custom-page-preferences.vala
+++ b/src/widgets/preferences/custom-page-preferences.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/preferences/custom-pages-preferences.vala b/src/widgets/preferences/custom-pages-preferences.vala
index 3689d7a..ce8435f 100644
--- a/src/widgets/preferences/custom-pages-preferences.vala
+++ b/src/widgets/preferences/custom-pages-preferences.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/preferences/preferences-dialog.vala b/src/widgets/preferences/preferences-dialog.vala
index af036a0..6eb4275 100644
--- a/src/widgets/preferences/preferences-dialog.vala
+++ b/src/widgets/preferences/preferences-dialog.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/save-stack.vala b/src/widgets/save-stack.vala
index b3c499e..af0cc02 100644
--- a/src/widgets/save-stack.vala
+++ b/src/widgets/save-stack.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/shrinkable/application-window.vala b/src/widgets/shrinkable/application-window.vala
index 8b20167..439de25 100644
--- a/src/widgets/shrinkable/application-window.vala
+++ b/src/widgets/shrinkable/application-window.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/shrinkable/bin.vala b/src/widgets/shrinkable/bin.vala
index dc6d72d..4fcc1d2 100644
--- a/src/widgets/shrinkable/bin.vala
+++ b/src/widgets/shrinkable/bin.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/sidebar/childs/player-queue.vala b/src/widgets/sidebar/childs/player-queue.vala
index ad06c2c..3ca83e4 100644
--- a/src/widgets/sidebar/childs/player-queue.vala
+++ b/src/widgets/sidebar/childs/player-queue.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/sidebar/childs/track-info.vala b/src/widgets/sidebar/childs/track-info.vala
index 59eceac..6c542d7 100644
--- a/src/widgets/sidebar/childs/track-info.vala
+++ b/src/widgets/sidebar/childs/track-info.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/sidebar/childs/wave-settings.vala b/src/widgets/sidebar/childs/wave-settings.vala
index a32a76f..3d00067 100644
--- a/src/widgets/sidebar/childs/wave-settings.vala
+++ b/src/widgets/sidebar/childs/wave-settings.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/sidebar/sidebar-child-bin.vala b/src/widgets/sidebar/sidebar-child-bin.vala
index 3559823..fd342b0 100644
--- a/src/widgets/sidebar/sidebar-child-bin.vala
+++ b/src/widgets/sidebar/sidebar-child-bin.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/sidebar/sidebar.vala b/src/widgets/sidebar/sidebar.vala
index 01c7537..ef87512 100644
--- a/src/widgets/sidebar/sidebar.vala
+++ b/src/widgets/sidebar/sidebar.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/track-carousel.vala b/src/widgets/track-carousel.vala
index 0a3a6a1..cd2e84a 100644
--- a/src/widgets/track-carousel.vala
+++ b/src/widgets/track-carousel.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/track-info-panel.vala b/src/widgets/track-info-panel.vala
index 68eded9..bc38a30 100644
--- a/src/widgets/track-info-panel.vala
+++ b/src/widgets/track-info-panel.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/track-list/track-list.vala b/src/widgets/track-list/track-list.vala
index 3a7c3f2..72cdc0b 100644
--- a/src/widgets/track-list/track-list.vala
+++ b/src/widgets/track-list/track-list.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/track-list/track-row-base.vala b/src/widgets/track-list/track-row-base.vala
index d8adcd6..856f4c6 100644
--- a/src/widgets/track-list/track-row-base.vala
+++ b/src/widgets/track-list/track-row-base.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/track-list/tracks-model.vala b/src/widgets/track-list/tracks-model.vala
index d8adcd6..856f4c6 100644
--- a/src/widgets/track-list/tracks-model.vala
+++ b/src/widgets/track-list/tracks-model.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/track-list/tracks-view.vala b/src/widgets/track-list/tracks-view.vala
index d8adcd6..856f4c6 100644
--- a/src/widgets/track-list/tracks-view.vala
+++ b/src/widgets/track-list/tracks-view.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/track-rows/base.vala b/src/widgets/track-rows/base.vala
index 9121969..42e8b5d 100644
--- a/src/widgets/track-rows/base.vala
+++ b/src/widgets/track-rows/base.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/track-rows/default.vala b/src/widgets/track-rows/default.vala
index dd3d678..8116cd9 100644
--- a/src/widgets/track-rows/default.vala
+++ b/src/widgets/track-rows/default.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/track-rows/placeholder.vala b/src/widgets/track-rows/placeholder.vala
index 19f1dc9..a6f5c4c 100644
--- a/src/widgets/track-rows/placeholder.vala
+++ b/src/widgets/track-rows/placeholder.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/track-rows/queue.vala b/src/widgets/track-rows/queue.vala
index ddf4bff..e659985 100644
--- a/src/widgets/track-rows/queue.vala
+++ b/src/widgets/track-rows/queue.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/track-rows/track-row.vala b/src/widgets/track-rows/track-row.vala
index f528624..e9e73cf 100644
--- a/src/widgets/track-rows/track-row.vala
+++ b/src/widgets/track-rows/track-row.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/views/abstract-base.vala b/src/widgets/views/abstract-base.vala
index 52c6127..f105824 100644
--- a/src/widgets/views/abstract-base.vala
+++ b/src/widgets/views/abstract-base.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/views/abstract-cachiable.vala b/src/widgets/views/abstract-cachiable.vala
index 3f670bd..efc013b 100644
--- a/src/widgets/views/abstract-cachiable.vala
+++ b/src/widgets/views/abstract-cachiable.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/views/abstract-with-tracks.vala b/src/widgets/views/abstract-with-tracks.vala
index d2d895c..896e427 100644
--- a/src/widgets/views/abstract-with-tracks.vala
+++ b/src/widgets/views/abstract-with-tracks.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/views/cant-show.vala b/src/widgets/views/cant-show.vala
index 53c5626..ea11811 100644
--- a/src/widgets/views/cant-show.vala
+++ b/src/widgets/views/cant-show.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/views/devel.vala b/src/widgets/views/devel.vala
index 6ea1254..68ec1ef 100644
--- a/src/widgets/views/devel.vala
+++ b/src/widgets/views/devel.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/views/disliked.vala b/src/widgets/views/disliked.vala
index f4c5e2a..625dd88 100644
--- a/src/widgets/views/disliked.vala
+++ b/src/widgets/views/disliked.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/views/main.vala b/src/widgets/views/main.vala
index bd3464b..d0b8084 100644
--- a/src/widgets/views/main.vala
+++ b/src/widgets/views/main.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/views/playlist.vala b/src/widgets/views/playlist.vala
index 2c406d3..0ffb9c2 100644
--- a/src/widgets/views/playlist.vala
+++ b/src/widgets/views/playlist.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/views/playlists.vala b/src/widgets/views/playlists.vala
index d8dd532..04e1131 100644
--- a/src/widgets/views/playlists.vala
+++ b/src/widgets/views/playlists.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/widgets/views/stations.vala b/src/widgets/views/stations.vala
index d3dc493..b183014 100644
--- a/src/widgets/views/stations.vala
+++ b/src/widgets/views/stations.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program 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/src/window.vala b/src/window.vala
index 94c4644..6add3a7 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -1,4 +1,4 @@
-/* Copyright 2023-2024 Rirusha
+/* Copyright 2023-2024 Vladimir Vaskov
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by