summaryrefslogtreecommitdiffstats
path: root/utils/lv2_inspect.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-13 16:17:02 +0000
committerDavid Robillard <d@drobilla.net>2009-05-13 16:17:02 +0000
commit4c706992670626f67746f32064e6fc6bc977d42d (patch)
tree612ec8824594c1790e5747ad13b761f665c11ec0 /utils/lv2_inspect.c
parent0a04be1e9e8f3c6b355c014f5755bb30da0d5aec (diff)
downloadlilv-4c706992670626f67746f32064e6fc6bc977d42d.tar.gz
lilv-4c706992670626f67746f32064e6fc6bc977d42d.tar.bz2
lilv-4c706992670626f67746f32064e6fc6bc977d42d.zip
Update copyright dates.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2000 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils/lv2_inspect.c')
-rw-r--r--utils/lv2_inspect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c
index 37f962d..8278fe6 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 Dave Robillard <drobilla.net>
+ * Copyright (C) 2007-2009 Dave 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
@@ -244,7 +244,7 @@ void
print_version()
{
printf("lv2_inspect (slv2) " SLV2_VERSION "\n");
- printf("Copyright (C) 2007 Dave Robillard <dave@drobilla.net>\n");
+ printf("Copyright (C) 2007-2009 Dave 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");