aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-01-01 21:48:20 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-01-01 21:48:20 +0100
commitb98a07cbb8920c3ba66a809d1c3c3678f7f17d28 (patch)
treeb2454f8b0c0a0926fcd2925bf2296a96f31e2108
parent3a26a2c59bbcd26bd881ee9889cbc6d61bfe8f11 (diff)
downloadnullshell-b98a07cbb8920c3ba66a809d1c3c3678f7f17d28.tar.gz
nullshell-b98a07cbb8920c3ba66a809d1c3c3678f7f17d28.tar.zst
update copyright for 2021
-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 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/)