From c600b56a42b5286300aea574872d76a00b802b56 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Tue, 28 Nov 2023 22:12:10 -0800 Subject: [PATCH] update copyright year in `melt -version` --- src/melt/melt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/melt/melt.c b/src/melt/melt.c index e4bb3a1b4..8a97b4ab1 100644 --- a/src/melt/melt.c +++ b/src/melt/melt.c @@ -874,7 +874,7 @@ int main(int argc, char **argv) } else if (!strcmp(argv[i], "-version") || !strcmp(argv[i], "--version")) { fprintf(stdout, "%s " VERSION "\n" - "Copyright (C) 2002-2022 Meltytech, LLC\n" + "Copyright (C) 2002-2023 Meltytech, LLC\n" "\n" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",