gst

painless gist creator
git clone git://edryd.org/gst
Log | Files | Refs | LICENSE

commit 2c2d986a3b2762c9f7cea4b0d91b389c899557a5
parent 39e3c14739b409ec28b3b63b25d799edc67240a8
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Fri, 15 Jan 2021 18:14:47 -0800

Update year

Diffstat:
LICENSE | 2+-
gst.c | 2+-
2 files changed, 2 insertions(+), 2 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/gst.c b/gst.c @@ -246,7 +246,7 @@ main(int argc, char *argv[]) case 'h': usage(0); case 'v': - printf("%s v%s (c) 2017-2020 Ed van Bruggen\n", argv0, VERSION); + printf("%s v%s (c) 2017-2021 Ed van Bruggen\n", argv0, VERSION); return 0; default: usage(1);