diff options
author | Christian Hesse <mail@eworm.de> | 2025-01-02 23:23:06 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2025-01-02 23:23:06 +0100 |
commit | 534cc4660df731df3d607352be26c380822156ed (patch) | |
tree | cb075e63158f325b129ac77b969a4b76e5db02a9 | |
parent | 4369fbe03f3cdd18a490e3aab581b4e009d01f72 (diff) | |
download | mpd-notification-main.tar.gz mpd-notification-main.tar.zst |
-rw-r--r-- | config.def.h | 2 | ||||
-rw-r--r-- | mpd-notification.c | 2 | ||||
-rw-r--r-- | mpd-notification.h | 2 | ||||
-rw-r--r-- | systemd/mpd-notification.service | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 7127c7c..e7a1264 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ /* - * (C) 2011-2024 by Christian Hesse <mail@eworm.de> + * (C) 2011-2025 by Christian Hesse <mail@eworm.de> * * 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/mpd-notification.c b/mpd-notification.c index af8985a..059b9bc 100644 --- a/mpd-notification.c +++ b/mpd-notification.c @@ -1,5 +1,5 @@ /* - * (C) 2011-2024 by Christian Hesse <mail@eworm.de> + * (C) 2011-2025 by Christian Hesse <mail@eworm.de> * * 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/mpd-notification.h b/mpd-notification.h index d11e822..3e7254f 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -1,5 +1,5 @@ /* - * (C) 2011-2024 by Christian Hesse <mail@eworm.de> + * (C) 2011-2025 by Christian Hesse <mail@eworm.de> * * 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/systemd/mpd-notification.service b/systemd/mpd-notification.service index 61b8f66..6a75da1 100644 --- a/systemd/mpd-notification.service +++ b/systemd/mpd-notification.service @@ -1,4 +1,4 @@ -# (C) 2011-2024 by Christian Hesse <mail@eworm.de> +# (C) 2011-2025 by Christian Hesse <mail@eworm.de> # # 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 |