diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-25 09:35:40 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-25 09:35:40 +0100 |
commit | 7ac4c166ba84fcdc4498a37b960f7b3f6b7cac9d (patch) | |
tree | 9976563573a7d25d33756bfbf3f12e3a59ceb144 /systemd | |
parent | e4e96fe77fb3af4793f0b814344c9d3cc8db371a (diff) | |
download | mkinitcpio-ykfde-7ac4c166ba84fcdc4498a37b960f7b3f6b7cac9d.tar.gz mkinitcpio-ykfde-7ac4c166ba84fcdc4498a37b960f7b3f6b7cac9d.tar.zst |
clearly state the license
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/ykfde-2f.service | 6 | ||||
-rw-r--r-- | systemd/ykfde-worker.service | 6 | ||||
-rw-r--r-- | systemd/ykfde.service | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/systemd/ykfde-2f.service b/systemd/ykfde-2f.service index 7966823..93b94d5 100644 --- a/systemd/ykfde-2f.service +++ b/systemd/ykfde-2f.service @@ -1,7 +1,9 @@ # (C) 2016-2020 by Christian Hesse <mail@eworm.de> # -# This software may be used and distributed according to the terms -# of the GNU General Public License, incorporated herein by reference. +# 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=Get 2nd Factor for YKFDE diff --git a/systemd/ykfde-worker.service b/systemd/ykfde-worker.service index 347c71f..20a03ff 100644 --- a/systemd/ykfde-worker.service +++ b/systemd/ykfde-worker.service @@ -1,7 +1,9 @@ # (C) 2016-2020 by Christian Hesse <mail@eworm.de> # -# This software may be used and distributed according to the terms -# of the GNU General Public License, incorporated herein by reference. +# 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=Run ykfde worker diff --git a/systemd/ykfde.service b/systemd/ykfde.service index cfe8073..7d989bb 100644 --- a/systemd/ykfde.service +++ b/systemd/ykfde.service @@ -1,7 +1,9 @@ # (C) 2016-2020 by Christian Hesse <mail@eworm.de> # -# This software may be used and distributed according to the terms -# of the GNU General Public License, incorporated herein by reference. +# 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=Yubikey full disk encryption |