diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 02:41:06 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 02:41:06 (GMT) |
commit | aa143390f5ee7ca43958312e3142b25df6653e9a (patch) | |
tree | b0cbc5bc542c0812c0974d9a8d1a5b9eef54af39 /plugins | |
parent | 11a5ab2b8d1ae2c21e2831dd8f6fc4097775dbf7 (diff) | |
download | monitoring-plugins-aa143390f5ee7ca43958312e3142b25df6653e9a.tar.gz |
check_game: update copyright
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_game.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c index 843c558..b372cf1 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Monitoring check_game plugin | 3 | * Monitoring check_game plugin |
4 | * | 4 | * |
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 2002-2007 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 = "check_game"; | 32 | const char *progname = "check_game"; |
33 | const char *copyright = "2002-2007"; | 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 | #include "common.h" | 36 | #include "common.h" |