mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
updated copyright
This commit is contained in:
parent
62c30b1b01
commit
35ef3deaab
@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# mpdevil - MPD Client.
|
# mpdevil - MPD Client.
|
||||||
# Copyright 2020 Martin Wagner <martin.wagner.dev@gmail.com>
|
# Copyright 2020-2021 Martin Wagner <martin.wagner.dev@gmail.com>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -1356,7 +1356,7 @@ class AboutDialog(Gtk.AboutDialog):
|
|||||||
self.set_authors(["Martin Wagner"])
|
self.set_authors(["Martin Wagner"])
|
||||||
self.set_translator_credits("Martin de Reuver\nMartin Wagner")
|
self.set_translator_credits("Martin de Reuver\nMartin Wagner")
|
||||||
self.set_website("https://github.com/SoongNoonien/mpdevil")
|
self.set_website("https://github.com/SoongNoonien/mpdevil")
|
||||||
self.set_copyright("\xa9 2020 Martin Wagner")
|
self.set_copyright("Copyright \xa9 2020-2021 Martin Wagner")
|
||||||
self.set_logo_icon_name("org.mpdevil.mpdevil")
|
self.set_logo_icon_name("org.mpdevil.mpdevil")
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
|
Loading…
Reference in New Issue
Block a user