From 0a9e6373a59674b8472bd714251e902dd819691d Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 25 Nov 2020 10:11:50 +0100 Subject: clearly state the license --- systemd/pacredir.service | 7 +++++++ systemd/pacserve.service | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'systemd') diff --git a/systemd/pacredir.service b/systemd/pacredir.service index 561b4cd..0463384 100644 --- a/systemd/pacredir.service +++ b/systemd/pacredir.service @@ -1,3 +1,10 @@ +# (C) 2013-2020 by Christian Hesse +# +# 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=Redirect pacman requests via avahi service Requires=avahi-daemon.service diff --git a/systemd/pacserve.service b/systemd/pacserve.service index e3e2401..83447a7 100644 --- a/systemd/pacserve.service +++ b/systemd/pacserve.service @@ -1,3 +1,10 @@ +# (C) 2013-2020 by Christian Hesse +# +# 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=Serve pacman database files and package archives After=systemd-tmpfiles-setup.service network.target -- cgit v1.2.3-54-g00ecf