diff options
author | Christian Hesse <mail@eworm.de> | 2022-01-03 11:48:48 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-01-03 11:48:48 +0100 |
commit | 9d2b0d8d34496dacc3b7af3304a680cd87b9df4d (patch) | |
tree | 31cd665f7376b1c98738b19986b83fe0e51b770d | |
parent | 339ee3e0408a8198c91d41d486e46ca333109fa0 (diff) | |
download | journal-notify-9d2b0d8d34496dacc3b7af3304a680cd87b9df4d.tar.gz journal-notify-9d2b0d8d34496dacc3b7af3304a680cd87b9df4d.tar.zst |
update copyright for 2022
-rw-r--r-- | config.def.h | 2 | ||||
-rwxr-xr-x | execute/echo.sh | 2 | ||||
-rwxr-xr-x | execute/mail.sh | 2 | ||||
-rw-r--r-- | journal-notify.c | 2 | ||||
-rw-r--r-- | journal-notify.h | 2 | ||||
-rw-r--r-- | systemd/journal-notify-sshd.service | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h index 4991d4c..a42b9f0 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ /* - * (C) 2014-2021 by Christian Hesse <mail@eworm.de> + * (C) 2014-2022 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 diff --git a/execute/echo.sh b/execute/echo.sh index 03bd45d..361173a 100755 --- a/execute/echo.sh +++ b/execute/echo.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# (C) 2014-2021 by Christian Hesse <mail@eworm.de> +# (C) 2014-2022 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 diff --git a/execute/mail.sh b/execute/mail.sh index b672152..d2db73b 100755 --- a/execute/mail.sh +++ b/execute/mail.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# (C) 2014-2021 by Christian Hesse <mail@eworm.de> +# (C) 2014-2022 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 diff --git a/journal-notify.c b/journal-notify.c index a00a570..ca96bb7 100644 --- a/journal-notify.c +++ b/journal-notify.c @@ -1,5 +1,5 @@ /* - * (C) 2014-2021 by Christian Hesse <mail@eworm.de> + * (C) 2014-2022 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 diff --git a/journal-notify.h b/journal-notify.h index 5eff51d..b5ae8c9 100644 --- a/journal-notify.h +++ b/journal-notify.h @@ -1,5 +1,5 @@ /* - * (C) 2014-2021 by Christian Hesse <mail@eworm.de> + * (C) 2014-2022 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 diff --git a/systemd/journal-notify-sshd.service b/systemd/journal-notify-sshd.service index 6d12a76..ed9e28e 100644 --- a/systemd/journal-notify-sshd.service +++ b/systemd/journal-notify-sshd.service @@ -1,4 +1,4 @@ -# (C) 2014-2021 by Christian Hesse <mail@eworm.de> +# (C) 2014-2022 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 |