diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-25 10:22:21 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-25 10:22:21 +0100 |
commit | cef9083e40b51e4acab4b436eac3b7f4d47c9bfe (patch) | |
tree | f717ff380d8a4b665766955a107068c115f2fb2e /systemd | |
parent | 2399b76c47a715882f5a29b22eafcf365fa35669 (diff) | |
download | udev-block-notify-cef9083e40b51e4acab4b436eac3b7f4d47c9bfe.tar.gz udev-block-notify-cef9083e40b51e4acab4b436eac3b7f4d47c9bfe.tar.zst |
clearly state the license
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/udev-block-notify.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systemd/udev-block-notify.service b/systemd/udev-block-notify.service index 31e27f8..392492c 100644 --- a/systemd/udev-block-notify.service +++ b/systemd/udev-block-notify.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=Udev Block Notification Requires=dbus.socket |