diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-03 00:07:23 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-03 00:07:23 +0100 |
commit | 4cc8ccaa3b19c4221dafe99ff8dbefa5a9e7b435 (patch) | |
tree | bff4d5c9569d701eaef1a52f8c5172c435a9ae18 | |
parent | 09a906b598bdf2bca6010a9f280821f6cf17aadb (diff) | |
download | nullshell-4cc8ccaa3b19c4221dafe99ff8dbefa5a9e7b435.tar.gz nullshell-4cc8ccaa3b19c4221dafe99ff8dbefa5a9e7b435.tar.zst |
update copyright for 2023
-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 5f91cdd..76a8ccb 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ /* - * (C) 2013-2022 by Christian Hesse <mail@eworm.de> + * (C) 2013-2023 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 0bd996c..391aa24 100644 --- a/nullshell.c +++ b/nullshell.c @@ -1,5 +1,5 @@ /* - * (C) 2013-2022 by Christian Hesse <mail@eworm.de> + * (C) 2013-2023 by Christian Hesse <mail@eworm.de> * * Based on ideas from Sleep Dummy Shell (SleepShell) * by Mario A. Valdez-Ramirez (http://www.mariovaldez.net/) |