diff options
author | Dale Mellor <mcron-lsfnyl@rdmp.org> | 2023-03-24 10:56:54 +0000 |
---|---|---|
committer | Dale Mellor <mcron-lsfnyl@rdmp.org> | 2023-03-24 10:58:30 +0000 |
commit | a96981c81828aca94cd77fc20cbb90dfc0d6cf33 (patch) | |
tree | bce754e6fc45992915ec3be073ea550482226df3 | |
parent | d0f96e6ff62957fdb83e50e17631bc50c88ab446 (diff) | |
download | mcron-a96981c81828aca94cd77fc20cbb90dfc0d6cf33.tar.gz mcron-a96981c81828aca94cd77fc20cbb90dfc0d6cf33.tar.bz2 mcron-a96981c81828aca94cd77fc20cbb90dfc0d6cf33.zip |
* src/cron.in
* src/mcron.in
-rw-r--r-- | src/cron.in | 2 | ||||
-rw-r--r-- | src/mcron.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cron.in b/src/cron.in index 4fb65c8..69ff373 100644 --- a/src/cron.in +++ b/src/cron.in @@ -46,7 +46,7 @@ "Mandatory or optional arguments to long options are also mandatory or " "optional for any corresponding short options." bug-address "%PACKAGE_BUGREPORT%" - copyright "2003 - 2022 Free Software Foundation, Inc." + copyright "2003 - 2023 Free Software Foundation, Inc." license GPLv3) (catch-mcron-error (main --schedule --noetc)) diff --git a/src/mcron.in b/src/mcron.in index fe54176..d3d608f 100644 --- a/src/mcron.in +++ b/src/mcron.in @@ -54,7 +54,7 @@ "Mandatory or optional arguments to long options are also mandatory or " "optional for any corresponding short options." bug-address "%PACKAGE_BUGREPORT%" - copyright "2003 - 2022 Free Software Foundation, Inc." + copyright "2003 - 2023 Free Software Foundation, Inc." license GPLv3) (catch-mcron-error (main --daemon --schedule --stdin --log --log-format |