tisp

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

commit a799b153148f88abb05684717a7f5f47f7359a1f
parent f9e4b30c16c389ac14a23c4304eb134fe31b6e2b
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Fri, 15 Jan 2021 23:48:26 -0800

Update copyright year

Diffstat:
LICENSE | 2+-
main.c | 2+-
tib/io.c | 2+-
tib/math.c | 2+-
tib/os.c | 2+-
tib/string.c | 2+-
tisp.c | 2+-
tisp.h | 2+-
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ zlib License -Copyright (c) 2017-2020 Ed van Bruggen +Copyright (c) 2017-2021 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-2020 Ed van Bruggen\n", VERSION); + fprintf(stderr, "tisp v%s (c) 2017-2021 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-2020 Ed van Bruggen + * Copyright (c) 2017-2021 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-2020 Ed van Bruggen + * Copyright (c) 2017-2021 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-2020 Ed van Bruggen + * Copyright (c) 2017-2021 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-2020 Ed van Bruggen + * Copyright (c) 2017-2021 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-2020 Ed van Bruggen + * Copyright (c) 2017-2021 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-2020 Ed van Bruggen + * Copyright (c) 2017-2021 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