diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-02 09:50:11 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-02 09:50:11 +0200 |
commit | 74c1ffc73bece4f210618546e6a506b8d5c98d1c (patch) | |
tree | 92e8e287f587762e54430a6e89cf9cfd73660240 /mpd-notification.h | |
parent | My version (diff) | |
parent | update copyright for 2022 (diff) | |
download | mpd-notification-74c1ffc73bece4f210618546e6a506b8d5c98d1c.tar.gz mpd-notification-74c1ffc73bece4f210618546e6a506b8d5c98d1c.tar.bz2 mpd-notification-74c1ffc73bece4f210618546e6a506b8d5c98d1c.tar.xz mpd-notification-74c1ffc73bece4f210618546e6a506b8d5c98d1c.tar.zst mpd-notification-74c1ffc73bece4f210618546e6a506b8d5c98d1c.zip |
Merge branch 'master' into jozan-merge-master
Diffstat (limited to 'mpd-notification.h')
-rw-r--r-- | mpd-notification.h | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/mpd-notification.h b/mpd-notification.h index 5754c18..48c3be0 100644 --- a/mpd-notification.h +++ b/mpd-notification.h @@ -1,8 +1,19 @@ /* - * (C) 2011-2020 by Christian Hesse <mail@eworm.de> + * (C) 2011-2022 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. * - * This software may be used and distributed according to the terms - * of the GNU General Public License, incorporated herein by reference. */ #ifndef MPD_NOTIFICATION_H |