diff options
-rw-r--r-- | config.def.h | 2 | ||||
-rw-r--r-- | nullshell.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 518a849..9cf47f5 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ /* - * (C) 2013-2020 by Christian Hesse <mail@eworm.de> + * (C) 2013-2021 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 e8ed317..088691a 100644 --- a/nullshell.c +++ b/nullshell.c @@ -1,5 +1,5 @@ /* - * (C) 2013-2020 by Christian Hesse <mail@eworm.de> + * (C) 2013-2021 by Christian Hesse <mail@eworm.de> * * Based on ideas from Sleep Dummy Shell (SleepShell) * by Mario A. Valdez-Ramirez (http://www.mariovaldez.net/) |