diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-25 10:06:30 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-25 10:06:30 +0100 |
commit | 8157275f6036b1195bcb48b2804320a93bf52992 (patch) | |
tree | 85fff7461f0a1b410415b4f387d0f60175d293f6 /systemd/mpd-notification.service | |
parent | 6969e8501e80a26bf791836904cdd470668446f8 (diff) | |
download | mpd-notification-8157275f6036b1195bcb48b2804320a93bf52992.tar.gz mpd-notification-8157275f6036b1195bcb48b2804320a93bf52992.tar.zst |
clearly state the license
Diffstat (limited to 'systemd/mpd-notification.service')
-rw-r--r-- | systemd/mpd-notification.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systemd/mpd-notification.service b/systemd/mpd-notification.service index 55cf057..91e2d0a 100644 --- a/systemd/mpd-notification.service +++ b/systemd/mpd-notification.service @@ -1,3 +1,10 @@ +# (C) 2011-2020 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. + [Unit] Description=MPD Notification Requires=dbus.socket |