diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-03 00:02:52 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-03 00:02:52 +0100 |
commit | d6d5e94453ddc7661ac24b61be52dbdfdfe39039 (patch) | |
tree | 0857858005b47347d2ee4425c6f38770048d0aa6 | |
parent | 3e8c740883be67ddeaafaf19c8c2c34e77356cac (diff) | |
download | journal-notify-d6d5e94453ddc7661ac24b61be52dbdfdfe39039.tar.gz journal-notify-d6d5e94453ddc7661ac24b61be52dbdfdfe39039.tar.zst |
update copyright for 2023
-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 a42b9f0..c0d2751 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ /* - * (C) 2014-2022 by Christian Hesse <mail@eworm.de> + * (C) 2014-2023 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 361173a..0cd10a4 100755 --- a/execute/echo.sh +++ b/execute/echo.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# (C) 2014-2022 by Christian Hesse <mail@eworm.de> +# (C) 2014-2023 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 d2db73b..fc2839b 100755 --- a/execute/mail.sh +++ b/execute/mail.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# (C) 2014-2022 by Christian Hesse <mail@eworm.de> +# (C) 2014-2023 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 ca96bb7..54c619a 100644 --- a/journal-notify.c +++ b/journal-notify.c @@ -1,5 +1,5 @@ /* - * (C) 2014-2022 by Christian Hesse <mail@eworm.de> + * (C) 2014-2023 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 b5ae8c9..0e0640f 100644 --- a/journal-notify.h +++ b/journal-notify.h @@ -1,5 +1,5 @@ /* - * (C) 2014-2022 by Christian Hesse <mail@eworm.de> + * (C) 2014-2023 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 ed9e28e..f467067 100644 --- a/systemd/journal-notify-sshd.service +++ b/systemd/journal-notify-sshd.service @@ -1,4 +1,4 @@ -# (C) 2014-2022 by Christian Hesse <mail@eworm.de> +# (C) 2014-2023 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 |