tisp

tiny lisp
git clone git://edryd.org/tisp
Log | Files | Refs | README | LICENSE

commit 0931fb866c240464310b859eaad5535175dbaec0
parent 07594c6fc2a0546fd3c6115ba17dc3b56ae61714
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Wed,  5 Jan 2022 15:43:13 -0800

Update year

Diffstat:
MLICENSE | 2+-
Mmain.c | 2+-
Mtib/io.c | 2+-
Mtib/math.c | 2+-
Mtib/os.c | 2+-
Mtib/string.c | 2+-
Mtisp.c | 2+-
Mtisp.h | 2+-
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ zlib License -Copyright (c) 2017-2021 Ed van Bruggen +Copyright (c) 2017-2022 Ed van Bruggen This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/main.c b/main.c @@ -51,7 +51,7 @@ readstr: if ((v = tisp_read(st))) v = tisp_eval(st, st->global, v); } else if (argv[i][1] == 'v') { /* version and copyright info */ - fprintf(stderr, "tisp v%s (c) 2017-2021 Ed van Bruggen\n", VERSION); + fprintf(stderr, "tisp v%s (c) 2017-2022 Ed van Bruggen\n", VERSION); exit(0); } else if (argv[i][1]) { /* unsupported argument or help */ fputs("usage: tisp [-hv] [-c COMMAND] [-] [FILE ...]\n", stderr); diff --git a/tib/io.c b/tib/io.c @@ -1,6 +1,6 @@ /* zlib License * - * Copyright (c) 2017-2021 Ed van Bruggen + * Copyright (c) 2017-2022 Ed van Bruggen * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/tib/math.c b/tib/math.c @@ -1,6 +1,6 @@ /* zlib License * - * Copyright (c) 2017-2021 Ed van Bruggen + * Copyright (c) 2017-2022 Ed van Bruggen * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/tib/os.c b/tib/os.c @@ -1,6 +1,6 @@ /* zlib License * - * Copyright (c) 2017-2021 Ed van Bruggen + * Copyright (c) 2017-2022 Ed van Bruggen * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/tib/string.c b/tib/string.c @@ -1,6 +1,6 @@ /* zlib License * - * Copyright (c) 2017-2021 Ed van Bruggen + * Copyright (c) 2017-2022 Ed van Bruggen * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/tisp.c b/tisp.c @@ -1,6 +1,6 @@ /* zlib License * - * Copyright (c) 2017-2021 Ed van Bruggen + * Copyright (c) 2017-2022 Ed van Bruggen * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/tisp.h b/tisp.h @@ -1,6 +1,6 @@ /* zlib License * - * Copyright (c) 2017-2021 Ed van Bruggen + * Copyright (c) 2017-2022 Ed van Bruggen * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages