From b8a07a18da02b9613ab94f35c6d5629bb7223a2c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 13:35:41 +0100 Subject: Update date in version output --- utils/lv2apply.c | 2 +- utils/lv2bench.c | 2 +- utils/lv2info.c | 2 +- utils/lv2ls.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'utils') diff --git a/utils/lv2apply.c b/utils/lv2apply.c index d296645..e042999 100644 --- a/utils/lv2apply.c +++ b/utils/lv2apply.c @@ -207,7 +207,7 @@ static void print_version(void) { printf("lv2apply (lilv) " LILV_VERSION "\n" - "Copyright 2007-2019 David Robillard \n" + "Copyright 2007-2021 David Robillard \n" "License: \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/utils/lv2bench.c b/utils/lv2bench.c index efa36b0..c355727 100644 --- a/utils/lv2bench.c +++ b/utils/lv2bench.c @@ -48,7 +48,7 @@ static void print_version(void) { printf("lv2bench (lilv) " LILV_VERSION "\n" - "Copyright 2012-2019 David Robillard \n" + "Copyright 2012-2021 David Robillard \n" "License: \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/utils/lv2info.c b/utils/lv2info.c index 293d4e9..81a3ed4 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -332,7 +332,7 @@ static void print_version(void) { printf("lv2info (lilv) " LILV_VERSION "\n" - "Copyright 2007-2019 David Robillard \n" + "Copyright 2007-2021 David Robillard \n" "License: \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/utils/lv2ls.c b/utils/lv2ls.c index 1c46ae3..9226b89 100644 --- a/utils/lv2ls.c +++ b/utils/lv2ls.c @@ -41,7 +41,7 @@ static void print_version(void) { printf("lv2ls (lilv) " LILV_VERSION "\n" - "Copyright 2007-2019 David Robillard \n" + "Copyright 2007-2021 David Robillard \n" "License: \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); -- cgit v1.2.1