From 76b15dac72c72c81d5f632a93a20ebad5082322a Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 26 Jul 2023 23:40:09 +0200 Subject: clearly state the license --- systemd/pacman-offline | 7 +++++++ systemd/pacman-offline-prepare.service | 7 +++++++ systemd/pacman-offline-prepare.timer | 7 +++++++ systemd/pacman-offline-reboot.service | 7 +++++++ systemd/pacman-offline-reboot.timer | 7 +++++++ systemd/pacman-offline.service | 7 +++++++ 6 files changed, 42 insertions(+) (limited to 'systemd') diff --git a/systemd/pacman-offline b/systemd/pacman-offline index b3db182..9cc75ea 100755 --- a/systemd/pacman-offline +++ b/systemd/pacman-offline @@ -1,5 +1,12 @@ #!/bin/sh +# (C) 2017-2023 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. + set -e # verify this is for us or exit gracefully diff --git a/systemd/pacman-offline-prepare.service b/systemd/pacman-offline-prepare.service index 0e12383..0fec6e1 100644 --- a/systemd/pacman-offline-prepare.service +++ b/systemd/pacman-offline-prepare.service @@ -1,3 +1,10 @@ +# (C) 2017-2023 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=Prepare pacman offline system-update ConditionPathExists=!/var/lib/pacman/db.lck diff --git a/systemd/pacman-offline-prepare.timer b/systemd/pacman-offline-prepare.timer index e71fe35..722a334 100644 --- a/systemd/pacman-offline-prepare.timer +++ b/systemd/pacman-offline-prepare.timer @@ -1,3 +1,10 @@ +# (C) 2017-2023 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=Prepare pacman offline system-update diff --git a/systemd/pacman-offline-reboot.service b/systemd/pacman-offline-reboot.service index f7f3612..990301b 100644 --- a/systemd/pacman-offline-reboot.service +++ b/systemd/pacman-offline-reboot.service @@ -1,3 +1,10 @@ +# (C) 2017-2023 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=Reboot for pacman offline system-update ConditionPathExists=/system-update diff --git a/systemd/pacman-offline-reboot.timer b/systemd/pacman-offline-reboot.timer index 94855c7..32b1ecb 100644 --- a/systemd/pacman-offline-reboot.timer +++ b/systemd/pacman-offline-reboot.timer @@ -1,3 +1,10 @@ +# (C) 2017-2023 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=Reboot for pacman offline system-update diff --git a/systemd/pacman-offline.service b/systemd/pacman-offline.service index bd8ee49..3202fe8 100644 --- a/systemd/pacman-offline.service +++ b/systemd/pacman-offline.service @@ -1,3 +1,10 @@ +# (C) 2017-2023 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=Offline system update with pacman ConditionPathIsSymbolicLink=/system-update -- cgit v1.2.3-54-g00ecf