diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 14:18:24 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 14:18:24 +0100 |
| commit | 733d7257191cfe5b77d6374257a1435ec14fd625 (patch) | |
| tree | e53655bef98370cb71e84d0577e8cb14b7566139 | |
| parent | e191544a17e1758d5bd256df5b0f3785fb105e1b (diff) | |
| download | monitoring-plugins-733d7257191cfe5b77d6374257a1435ec14fd625.tar.gz | |
negate: update copyright
| -rw-r--r-- | plugins/negate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index ee497cdc..e8f7c010 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * Monitoring negate plugin | 3 | * Monitoring negate plugin |
| 4 | * | 4 | * |
| 5 | * License: GPL | 5 | * License: GPL |
| 6 | * Copyright (c) 2002-2008 Monitoring Plugins Development Team | 6 | * Copyright (c) 2002-2024 Monitoring Plugins Development Team |
| 7 | * | 7 | * |
| 8 | * Description: | 8 | * Description: |
| 9 | * | 9 | * |
| @@ -30,7 +30,7 @@ | |||
| 30 | *****************************************************************************/ | 30 | *****************************************************************************/ |
| 31 | 31 | ||
| 32 | const char *progname = "negate"; | 32 | const char *progname = "negate"; |
| 33 | const char *copyright = "2002-2008"; | 33 | const char *copyright = "2002-2024"; |
| 34 | const char *email = "devel@monitoring-plugins.org"; | 34 | const char *email = "devel@monitoring-plugins.org"; |
| 35 | 35 | ||
| 36 | #define DEFAULT_TIMEOUT 11 | 36 | #define DEFAULT_TIMEOUT 11 |
