summaryrefslogtreecommitdiffstats
path: root/utils/lv2_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lv2_list.c')
-rw-r--r--utils/lv2_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lv2_list.c b/utils/lv2_list.c
index bdd52d3..6186517 100644
--- a/utils/lv2_list.c
+++ b/utils/lv2_list.c
@@ -1,5 +1,5 @@
/* lv2_list - List system installed LV2 plugins.
- * Copyright (C) 2007-2009 Dave Robillard <drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <drobilla.net>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
@@ -43,7 +43,7 @@ void
print_version()
{
printf("lv2_list (slv2) " SLV2_VERSION "\n");
- printf("Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>\n");
+ printf("Copyright (C) 2007-2009 David Robillard <http://drobilla.net>\n");
printf("License: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n");
printf("This is free software: you are free to change and redistribute it.\n");
printf("There is NO WARRANTY, to the extent permitted by law.\n");