diff options
author | Christian Hesse <mail@eworm.de> | 2020-02-08 19:39:19 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-02-08 19:39:19 +0100 |
commit | dce128102de8d9f2a463b755d016fbe57d7fd949 (patch) | |
tree | 1aeeae79b5482fa6b59d42ac65b1873407a34b69 | |
parent | 7e0269eb52e10f0fa2a1ac5eb6bbdbb787a8d641 (diff) | |
download | nullshell-dce128102de8d9f2a463b755d016fbe57d7fd949.tar.gz nullshell-dce128102de8d9f2a463b755d016fbe57d7fd949.tar.zst |
update copyright for 2020
-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 a57d014..15e8406 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ /* - * (C) 2013-2019 by Christian Hesse <mail@eworm.de> + * (C) 2013-2020 by Christian Hesse <mail@eworm.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. diff --git a/nullshell.c b/nullshell.c index 5e21550..2c52104 100644 --- a/nullshell.c +++ b/nullshell.c @@ -1,5 +1,5 @@ /* - * (C) 2013-2019 by Christian Hesse <mail@eworm.de> + * (C) 2013-2020 by Christian Hesse <mail@eworm.de> * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. |