diff options
| author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-13 17:25:29 +0100 |
|---|---|---|
| committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-20 10:02:47 +0100 |
| commit | 8cdcb1a8ad5d7ba13ca19493f333605dcca33287 (patch) | |
| tree | d3550394c7fb4678789f5e1104299d97c195ff3c /plugins | |
| parent | 06c3393963c95573dd678cd13fa41d4b76438cc2 (diff) | |
| download | monitoring-plugins-8cdcb1a8ad5d7ba13ca19493f333605dcca33287.tar.gz | |
Update copyright
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/check_swap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c index 40ac2ed3..4bad2100 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | * | 4 | * |
| 5 | * License: GPL | 5 | * License: GPL |
| 6 | * Copyright (c) 2000 Karl DeBisschop (kdebisschop@users.sourceforge.net) | 6 | * Copyright (c) 2000 Karl DeBisschop (kdebisschop@users.sourceforge.net) |
| 7 | * Copyright (c) 2000-2007 Monitoring Plugins Development Team | 7 | * Copyright (c) 2000-2023 Monitoring Plugins Development Team |
| 8 | * | 8 | * |
| 9 | * Description: | 9 | * Description: |
| 10 | * | 10 | * |
| @@ -28,7 +28,7 @@ | |||
| 28 | *****************************************************************************/ | 28 | *****************************************************************************/ |
| 29 | 29 | ||
| 30 | const char *progname = "check_swap"; | 30 | const char *progname = "check_swap"; |
| 31 | const char *copyright = "2000-2007"; | 31 | const char *copyright = "2000-2023"; |
| 32 | const char *email = "devel@monitoring-plugins.org"; | 32 | const char *email = "devel@monitoring-plugins.org"; |
| 33 | 33 | ||
| 34 | #include "common.h" | 34 | #include "common.h" |
