summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-16 20:28:18 +0000
committerDavid Robillard <d@drobilla.net>2011-04-16 20:28:18 +0000
commit06da3fdbaefffe323c83dc515f280fe577ae15dc (patch)
treec49487a3d438ad521df04b5091572212ceedc1dd /utils
parent62286b7b9ed6ec9c7b68ba2f7f6060ceb995ed9c (diff)
downloadlilv-06da3fdbaefffe323c83dc515f280fe577ae15dc.tar.gz
lilv-06da3fdbaefffe323c83dc515f280fe577ae15dc.tar.bz2
lilv-06da3fdbaefffe323c83dc515f280fe577ae15dc.zip
Update copyright headers
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3153 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils')
-rw-r--r--utils/lv2_inspect.c2
-rw-r--r--utils/lv2_list.c2
-rw-r--r--utils/slv2_bench.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c
index 4d6bed8..48ef1b3 100644
--- a/utils/lv2_inspect.c
+++ b/utils/lv2_inspect.c
@@ -299,7 +299,7 @@ void
print_version()
{
printf("lv2_inspect (slv2) " SLV2_VERSION "\n");
- printf("Copyright (C) 2007-2011 David Robillard <http://drobilla.net>\n");
+ printf("Copyright 2007-2011 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 c589cb0..9f2644e 100644
--- a/utils/lv2_list.c
+++ b/utils/lv2_list.c
@@ -52,7 +52,7 @@ void
print_version()
{
printf("lv2_list (slv2) " SLV2_VERSION "\n");
- printf("Copyright (C) 2007-2011 David Robillard <http://drobilla.net>\n");
+ printf("Copyright 2007-2011 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/slv2_bench.c b/utils/slv2_bench.c
index c5c844e..b71d2cb 100644
--- a/utils/slv2_bench.c
+++ b/utils/slv2_bench.c
@@ -33,7 +33,7 @@ void
print_version()
{
printf("slv2_bench (slv2) " SLV2_VERSION "\n");
- printf("Copyright (C) 2011 David Robillard <http://drobilla.net>\n");
+ printf("Copyright 2011-2011 David Robillard <http://drobilla.net>\n");
printf("License: Simplified BSD License.\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");