diff options
-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 33a3584..8c9258d 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ /* - * (C) 2011-2022 by Christian Hesse <mail@eworm.de> + * (C) 2011-2023 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 2315d65..e1e226a 100644 --- a/mpd-notification.c +++ b/mpd-notification.c @@ -1,5 +1,5 @@ /* - * (C) 2011-2022 by Christian Hesse <mail@eworm.de> + * (C) 2011-2023 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 48c3be0..c80e209 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -1,5 +1,5 @@ /* - * (C) 2011-2022 by Christian Hesse <mail@eworm.de> + * (C) 2011-2023 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 7695d57..f9537e5 100644 --- a/systemd/mpd-notification.service +++ b/systemd/mpd-notification.service @@ -1,4 +1,4 @@ -# (C) 2011-2022 by Christian Hesse <mail@eworm.de> +# (C) 2011-2023 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 |