diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-25 10:24:48 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-25 10:24:48 +0100 |
commit | 3a513eb5c3603b0bdab1f210f2de483fcea9e90c (patch) | |
tree | f7ef4ea429caf55214e8556f03a77b588dc0aebd /systemd/netlink-notify.service | |
parent | a5582cfc0bc5be1f52f96033db11a0f57d2945d0 (diff) | |
download | netlink-notify-3a513eb5c3603b0bdab1f210f2de483fcea9e90c.tar.gz netlink-notify-3a513eb5c3603b0bdab1f210f2de483fcea9e90c.tar.zst |
clearly state the license
Diffstat (limited to 'systemd/netlink-notify.service')
-rw-r--r-- | systemd/netlink-notify.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systemd/netlink-notify.service b/systemd/netlink-notify.service index a0a8c11..a76747c 100644 --- a/systemd/netlink-notify.service +++ b/systemd/netlink-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=Netlink Notification Requires=dbus.socket |