diff options
author | 2025-01-02 23:09:01 +0100 | |
---|---|---|
committer | 2025-01-02 23:09:01 +0100 | |
commit | 23f142a4b20e77ca8f82c8e29d7cb966d422b646 (patch) | |
tree | 59b0ece5e04b889b0654276c0f3881e8e7fb0b34 | |
parent | 3d8acd11e257a7bb29ebddb9dc336aaeaa0e62a5 (diff) | |
download | journal-notify-main.tar.gz journal-notify-main.tar.zst |
-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 d5b1f25..b45fb99 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ /* - * (C) 2014-2024 by Christian Hesse <mail@eworm.de> + * (C) 2014-2025 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 8b2ba22..7534621 100755 --- a/execute/echo.sh +++ b/execute/echo.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# (C) 2014-2024 by Christian Hesse <mail@eworm.de> +# (C) 2014-2025 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 13737f3..701a59d 100755 --- a/execute/mail.sh +++ b/execute/mail.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# (C) 2014-2024 by Christian Hesse <mail@eworm.de> +# (C) 2014-2025 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 8eb7415..2188869 100644 --- a/journal-notify.c +++ b/journal-notify.c @@ -1,5 +1,5 @@ /* - * (C) 2014-2024 by Christian Hesse <mail@eworm.de> + * (C) 2014-2025 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 815af4c..f329007 100644 --- a/journal-notify.h +++ b/journal-notify.h @@ -1,5 +1,5 @@ /* - * (C) 2014-2024 by Christian Hesse <mail@eworm.de> + * (C) 2014-2025 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 27b4015..fd31df6 100644 --- a/systemd/journal-notify-sshd.service +++ b/systemd/journal-notify-sshd.service @@ -1,4 +1,4 @@ -# (C) 2014-2024 by Christian Hesse <mail@eworm.de> +# (C) 2014-2025 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 |