summaryrefslogtreecommitdiffstats
path: root/utils/lv2bench.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lv2bench.c')
-rw-r--r--utils/lv2bench.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lv2bench.c b/utils/lv2bench.c
index bbe8818..dfd100b 100644
--- a/utils/lv2bench.c
+++ b/utils/lv2bench.c
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2017 David Robillard <http://drobilla.net>
+ Copyright 2012-2019 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -49,7 +49,7 @@ print_version(void)
{
printf(
"lv2bench (lilv) " LILV_VERSION "\n"
- "Copyright 2012-2017 David Robillard <http://drobilla.net>\n"
+ "Copyright 2012-2019 David Robillard <http://drobilla.net>\n"
"License: <http://www.opensource.org/licenses/isc-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");