tisp

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

commit 0b522ac408bcd05dfb3521afa4b683beb94e9664
parent e2ce4d08d6ac7366a9da720bedfd9a1ad334e6bb
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Thu,  2 Jan 2020 00:41:06 -0800

Update copyright year

Diffstat:
LICENSE | 2+-
main.c | 2+-
tibs/io.c | 2+-
tibs/math.c | 2+-
tibs/string.c | 2+-
tibs/time.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-2019 Ed van Bruggen +Copyright (c) 2017-2020 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 @@ -44,7 +44,7 @@ main(int argc, char *argv[]) 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-2019 Ed van Bruggen\n", VERSION); + fprintf(stderr, "tisp v%s (c) 2017-2020 Ed van Bruggen\n", VERSION); exit(0); } else if (argv[i][1]) { /* unsupported argument or help */ fputs("usage: tisp [-hv] [FILE ...]\n", stderr); diff --git a/tibs/io.c b/tibs/io.c @@ -1,6 +1,6 @@ /* zlib License * - * Copyright (c) 2017-2019 Ed van Bruggen + * Copyright (c) 2017-2020 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/tibs/math.c b/tibs/math.c @@ -1,6 +1,6 @@ /* zlib License * - * Copyright (c) 2017-2019 Ed van Bruggen + * Copyright (c) 2017-2020 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/tibs/string.c b/tibs/string.c @@ -1,6 +1,6 @@ /* zlib License * - * Copyright (c) 2017-2019 Ed van Bruggen + * Copyright (c) 2017-2020 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/tibs/time.c b/tibs/time.c @@ -1,6 +1,6 @@ /* zlib License * - * Copyright (c) 2017-2019 Ed van Bruggen + * Copyright (c) 2017-2020 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-2019 Ed van Bruggen + * Copyright (c) 2017-2020 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-2019 Ed van Bruggen + * Copyright (c) 2017-2020 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