Skip to content

Commit

Permalink
change my name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Sep 17, 2024
1 parent 24bcbb0 commit bb09169
Show file tree
Hide file tree
Showing 163 changed files with 170 additions and 170 deletions.
2 changes: 1 addition & 1 deletion data/io.github.Rirusha.Cassette.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@
<url type="homepage">https://gitlab.gnome.org/Rirusha/Cassette</url>
<url type="bugtracker">https://gitlab.gnome.org/Rirusha/Cassette/-/issues</url>
<url type="help">https://t.me/CassetteGNOME_Discussion</url>
<developer_name>Rirusha</developer_name>
<developer_name>Vladimir Vaskov</developer_name>
</component>
16 changes: 8 additions & 8 deletions src/about.vala
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -18,30 +18,30 @@
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";
const string TINKOFF_SUPPORT_LINK = "https://www.tinkoff.ru/cf/21GCxLuFuE9";
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 <[email protected]>",
"NaumovSN",
};

string[] documenters = {
RIRUSHA,
ME,
"Armatik https://github.com/Armatik",
"Fiersik https://github.com/fiersik",
"Mikazil https://github.com/Mikazil",
Expand All @@ -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,
Expand All @@ -59,7 +59,7 @@ namespace Cassette {
// Translators: NAME <EMAIL.COM> /n NAME <EMAIL.COM>
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
Expand Down
2 changes: 1 addition & 1 deletion src/application.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/authenticator.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/difference-builder.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/account/about.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/additional-info/lyrics-major.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/additional-info/lyrics.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/additional-info/similar-tracks.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/album/album.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/album/label.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/album/volume.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/api-error.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/artist/artist.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/artist/counts.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/artist/link.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/artist/ratings.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/cover.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/download-info.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/icon.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/library/all-ids.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/playlist/case-forms.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/playlist/liked-playlist.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/playlist/made-for.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/playlist/play-counter.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/playlist/playlist-absence.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/playlist/playlist.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/playlist/user.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/plays.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/block.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/dashboard.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/event.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/feedback.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/id.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/queue.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/restrictions.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/seed.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/sequence.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/session-new.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/settings.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/station-info.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/station-tracks.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/station.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/track-parameters.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/value-heap.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/value.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/rotor/wave.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/track-heap.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/track-short.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/track/chart.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/track/lyrics-info.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/track/meta-data.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/objects/track/track.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/api/yam-client.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/cachier/cachier.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/client/cachier/controller.vala
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit bb09169

Please sign in to comment.