From a49eceed432be247b643ec4e4ee8d24c383565d2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 May 2022 17:05:36 -0400 Subject: Update serdi version output --- src/serdi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/serdi.c') diff --git a/src/serdi.c b/src/serdi.c index 4e06ac95..bbeffa2b 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2020 David Robillard + Copyright 2011-2022 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -87,8 +87,8 @@ static int print_version(void) { printf("serdi " SERD_VERSION " \n"); - printf("Copyright 2011-2021 David Robillard .\n" - "License: \n" + printf("Copyright 2011-2022 David Robillard .\n" + "License ISC: .\n" "This is free software; you are free to change and redistribute it." "\nThere is NO WARRANTY, to the extent permitted by law.\n"); return 0; -- cgit v1.2.1