aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
-rw-r--r--nullshell.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 76a8ccb..0c4de18 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,5 +1,5 @@
/*
- * (C) 2013-2023 by Christian Hesse <mail@eworm.de>
+ * (C) 2013-2024 by Christian Hesse <mail@eworm.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/nullshell.c b/nullshell.c
index 391aa24..9218c18 100644
--- a/nullshell.c
+++ b/nullshell.c
@@ -1,5 +1,5 @@
/*
- * (C) 2013-2023 by Christian Hesse <mail@eworm.de>
+ * (C) 2013-2024 by Christian Hesse <mail@eworm.de>
*
* Based on ideas from Sleep Dummy Shell (SleepShell)
* by Mario A. Valdez-Ramirez (http://www.mariovaldez.net/)