diff options
author | David Robillard <d@drobilla.net> | 2010-09-04 01:32:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-09-04 01:32:50 +0000 |
commit | a7d2fdb7cdd7933fd40c9e52e7b97d68f4fb0a14 (patch) | |
tree | 9eb93862b0990ad6ed28125b8a9373647f0aba1a /utils | |
parent | 35ba70cfd62a3e433857f28e69d8a11bc004d5d6 (diff) | |
download | lilv-a7d2fdb7cdd7933fd40c9e52e7b97d68f4fb0a14.tar.gz lilv-a7d2fdb7cdd7933fd40c9e52e7b97d68f4fb0a14.tar.bz2 lilv-a7d2fdb7cdd7933fd40c9e52e7b97d68f4fb0a14.zip |
My name is David. :)
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2590 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ladspa2lv2.c | 2 | ||||
-rw-r--r-- | utils/lv2_inspect.c | 4 | ||||
-rw-r--r-- | utils/lv2_list.c | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/utils/ladspa2lv2.c b/utils/ladspa2lv2.c index 2573bec..be142bc 100644 --- a/utils/ladspa2lv2.c +++ b/utils/ladspa2lv2.c @@ -1,5 +1,5 @@ /* ladspa2lv2 - * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://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 diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c index fc161e3..6a88996 100644 --- a/utils/lv2_inspect.c +++ b/utils/lv2_inspect.c @@ -1,5 +1,5 @@ /* lv2_inspect - Display information about an LV2 plugin. - * 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 @@ -294,7 +294,7 @@ void print_version() { printf("lv2_inspect (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"); 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"); |