diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 14:46:36 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 14:46:36 +0100 |
| commit | 41b0b959d8bac7ae359f63d101d404dfd5dd4591 (patch) | |
| tree | 27c5a1ce19bbd7e65bf5f07b40cfa18ca74ab952 /plugins | |
| parent | 3962ab996e0d891fb20815efc66674898b71bddc (diff) | |
| download | monitoring-plugins-41b0b959d8bac7ae359f63d101d404dfd5dd4591.tar.gz | |
check_smtp: update copyright
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/check_smtp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index 986c3e18..bc175287 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * Monitoring check_smtp plugin | 3 | * Monitoring check_smtp plugin |
| 4 | * | 4 | * |
| 5 | * License: GPL | 5 | * License: GPL |
| 6 | * Copyright (c) 2000-2023 Monitoring Plugins Development Team | 6 | * Copyright (c) 2000-2024 Monitoring Plugins Development Team |
| 7 | * | 7 | * |
| 8 | * Description: | 8 | * Description: |
| 9 | * | 9 | * |
| @@ -29,7 +29,7 @@ | |||
| 29 | *****************************************************************************/ | 29 | *****************************************************************************/ |
| 30 | 30 | ||
| 31 | const char *progname = "check_smtp"; | 31 | const char *progname = "check_smtp"; |
| 32 | const char *copyright = "2000-2007"; | 32 | const char *copyright = "2000-2024"; |
| 33 | const char *email = "devel@monitoring-plugins.org"; | 33 | const char *email = "devel@monitoring-plugins.org"; |
| 34 | 34 | ||
| 35 | #include "common.h" | 35 | #include "common.h" |
