summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog32
-rw-r--r--README2
-rw-r--r--debian-sid/control2
-rw-r--r--debian-sid/copyright8
-rw-r--r--doc/lv2_inspect.14
-rw-r--r--doc/lv2_jack_host.14
-rw-r--r--doc/lv2_list.14
-rw-r--r--doc/lv2_simple_jack_host.14
-rw-r--r--hosts/lv2_jack_host.c2
-rw-r--r--slv2.ttl2
-rw-r--r--slv2/collections.h2
-rw-r--r--slv2/lv2_ui.h2
-rw-r--r--slv2/plugin.h2
-rw-r--r--slv2/pluginclass.h2
-rw-r--r--slv2/plugininstance.h2
-rw-r--r--slv2/pluginui.h2
-rw-r--r--slv2/pluginuiinstance.h2
-rw-r--r--slv2/port.h2
-rw-r--r--slv2/query.h2
-rw-r--r--slv2/scalepoint.h2
-rw-r--r--slv2/slv2.h2
-rw-r--r--slv2/types.h2
-rw-r--r--slv2/util.h2
-rw-r--r--slv2/value.h2
-rw-r--r--slv2/world.h2
-rw-r--r--src/collections.c2
-rw-r--r--src/plugin.c2
-rw-r--r--src/pluginclass.c2
-rw-r--r--src/plugininstance.c2
-rw-r--r--src/plugins.c2
-rw-r--r--src/pluginui.c2
-rw-r--r--src/pluginuiinstance.c2
-rw-r--r--src/port.c2
-rw-r--r--src/query.c2
-rw-r--r--src/scalepoint.c2
-rw-r--r--src/slv2_internal.h2
-rw-r--r--src/util.c2
-rw-r--r--src/value.c2
-rw-r--r--src/world.c2
-rw-r--r--test/slv2_test.c8
-rw-r--r--utils/ladspa2lv2.c2
-rw-r--r--utils/lv2_inspect.c4
-rw-r--r--utils/lv2_list.c4
44 files changed, 71 insertions, 71 deletions
diff --git a/AUTHORS b/AUTHORS
index 628f79d..1aca789 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
Author:
- Dave Robillard <dave@drobilla.net>
+ David Robillard <d@drobilla.net>
GTK2 GUI and I18N support:
Lars Luthman <lars.luthman@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index b084e9b..c61fc60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ slv2 (0.6.7) unstable; urgency=low
reference to other things in the same bundle)
* Support relative URIs returned from lv2_descriptor in libraries
- -- Dave Robillard <dave@drobilla.net> ?
+ -- David Robillard <d@drobilla.net> ?
slv2 (0.6.6) unstable; urgency=low
@@ -11,7 +11,7 @@ slv2 (0.6.6) unstable; urgency=low
* Reduce plugin load overhead (on-demand querying with finer granularity)
* Fix compilation on Mac OS X
- -- Dave Robillard <dave@drobilla.net> Mon, 25 May 2009 23:30:49 -0400
+ -- David Robillard <d@drobilla.net> Mon, 25 May 2009 23:30:49 -0400
slv2 (0.6.4) unstable; urgency=low
@@ -20,7 +20,7 @@ slv2 (0.6.4) unstable; urgency=low
* Upgrade to waf 1.5.6
* Add man pages for utilities
- -- Dave Robillard <dave@drobilla.net> Mon, 04 May 2009 18:11:06 -0400
+ -- David Robillard <d@drobilla.net> Mon, 04 May 2009 18:11:06 -0400
slv2 (0.6.3) unstable; urgency=low
@@ -29,14 +29,14 @@ slv2 (0.6.3) unstable; urgency=low
* Add test suite and coverage instrumentation
* Upgrade to waf 1.5.1
- -- Dave Robillard <dave@drobilla.net> Sat, 13 Dec 2008 14:13:43 -0500
+ -- David Robillard <d@drobilla.net> Sat, 13 Dec 2008 14:13:43 -0500
slv2 (0.6.2) unstable; urgency=high
* Fix bug introduced with I18N in 0.6.1 which broke feature detection.
* Add waf configure --no-jack option to avoid building Jack clients.
- -- Dave Robillard <dave@drobilla.net> Sun, 30 Nov 2008 19:40:27 -0500
+ -- David Robillard <d@drobilla.net> Sun, 30 Nov 2008 19:40:27 -0500
slv2 (0.6.1) unstable; urgency=low
@@ -45,7 +45,7 @@ slv2 (0.6.1) unstable; urgency=low
* Add slv2_instance_get_extension_data.
* Fix slv2_plugin_get_supported_features (previously non-functional).
- -- Dave Robillard <dave@drobilla.net> Sat, 08 Nov 2008 14:27:10 -0500
+ -- David Robillard <d@drobilla.net> Sat, 08 Nov 2008 14:27:10 -0500
slv2 (0.6.0) unstable; urgency=low
@@ -57,14 +57,14 @@ slv2 (0.6.0) unstable; urgency=low
* Use new Redland "trees" store for dramatic performance improvements
* *** API BREAK ***
- -- Dave Robillard <dave@drobilla.net> Sun, 06 Jul 2008 13:11:15 -0400
+ -- David Robillard <d@drobilla.net> Sun, 06 Jul 2008 13:11:15 -0400
slv2 (0.5.0) unstable; urgency=low
* Update LV2 UI header (API break)
* *** API BREAK ***
- -- Dave Robillard <dave@drobilla.net> Thu, 17 Jan 2008 18:34:29 -0500
+ -- David Robillard <d@drobilla.net> Thu, 17 Jan 2008 18:34:29 -0500
slv2 (0.4.5) unstable; urgency=low
@@ -72,7 +72,7 @@ slv2 (0.4.5) unstable; urgency=low
* Use "memory" store instead of "hashes" store for plugin RDF data,
resulting in extreme speedups in some cases.
- -- Dave Robillard <dave@drobilla.net> Tue, 15 Jan 2008 19:22:21 -0500
+ -- David Robillard <d@drobilla.net> Tue, 15 Jan 2008 19:22:21 -0500
slv2 (0.4.4) unstable; urgency=low
@@ -81,7 +81,7 @@ slv2 (0.4.4) unstable; urgency=low
* Add plugin template and port signature interface for much faster plugin
discovery with port input/output/type inspection.
- -- Dave Robillard <dave@drobilla.net> Tue, 15 Jan 2008 10:43:00 -0500
+ -- David Robillard <d@drobilla.net> Tue, 15 Jan 2008 10:43:00 -0500
slv2 (0.4.3) unstable; urgency=low
@@ -89,35 +89,35 @@ slv2 (0.4.3) unstable; urgency=low
* Fix case where multiple plugins are described in the same file
(avoid port symbol clashing).
- -- Dave Robillard <dave@drobilla.net> Thu, 10 Jan 2008 20:03:19 -0500
+ -- David Robillard <d@drobilla.net> Thu, 10 Jan 2008 20:03:19 -0500
slv2 (0.4.2) unstable; urgency=low
* Update for LV2 specification release 1
- -- Dave Robillard <dave@drobilla.net> Tue, 08 Jan 2008 20:16:56 -0500
+ -- David Robillard <d@drobilla.net> Tue, 08 Jan 2008 20:16:56 -0500
slv2 (0.4.1) unstable; urgency=low
* Debian packaging (no functional changes)
- -- Dave Robillard <dave@drobilla.net> Sun, 6 Jan 2008 18:39:57 -0500
+ -- David Robillard <d@drobilla.net> Sun, 6 Jan 2008 18:39:57 -0500
slv2 (0.4.0) unstable; urgency=low
* Update for most recent LV2 GUI specification
* Fix plugin detection bugs
- -- Dave Robillard <dave@drobilla.net> Sun, 6 Jan 2008 17:11:18 -0500
+ -- David Robillard <d@drobilla.net> Sun, 6 Jan 2008 17:11:18 -0500
slv2 (0.3.2) unstable; urgency=low
* Build man pages
- -- Dave Robillard <dave@drobilla.net> Wed, 30 Nov 2007 18:19:00 -0500
+ -- David Robillard <d@drobilla.net> Wed, 30 Nov 2007 18:19:00 -0500
slv2 (0.3.1) unstable; urgency=low
* Initial Debian Release.
- -- Dave Robillard <dave@drobilla.net> Wed, 14 Nov 2007 22:29:49 -0500
+ -- David Robillard <d@drobilla.net> Wed, 14 Nov 2007 22:29:49 -0500
diff --git a/README b/README
index 476bffa..68b76b5 100644
--- a/README
+++ b/README
@@ -8,4 +8,4 @@ More information about LV2 plugins can be found at <http://lv2plug.in>.
More information about SLV2 can be found at <http://drobilla.net/software/slv2>.
- -- Dave Robillard <dave@drobilla.net>
+ -- David Robillard <d@drobilla.net>
diff --git a/debian-sid/control b/debian-sid/control
index 61c506d..13cfc2a 100644
--- a/debian-sid/control
+++ b/debian-sid/control
@@ -1,6 +1,6 @@
Source: slv2
Priority: extra
-Maintainer: Dave Robillard <dave@drobilla.net>
+Maintainer: David Robillard <d@drobilla.net>
Build-Depends: debhelper (>= 5), autotools-dev
Standards-Version: 3.7.3
Section: libs
diff --git a/debian-sid/copyright b/debian-sid/copyright
index e231395..4c1fd97 100644
--- a/debian-sid/copyright
+++ b/debian-sid/copyright
@@ -1,15 +1,15 @@
-This package was debianized by Dave Robillard <dave@drobilla.net> on
+This package was debianized by David Robillard <d@drobilla.net> on
Mon, 30 Mar 2009 10:48:42 -0400
It was downloaded from <http://drobilla.net/software/slv2>
Upstream Author:
- Dave Robillard <dave@drobilla.net>
+ David Robillard <d@drobilla.net>
Copyright:
- Copyright (C) 2009 Dave Robillard
+ Copyright (C) 2009 David Robillard
License:
@@ -30,6 +30,6 @@ License:
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
-The Debian packaging is (C) 2009, Dave Robillard <dave@drobilla.net> and
+The Debian packaging is (C) 2009, David Robillard <d@drobilla.net> and
is licensed under the GPL, see above.
diff --git a/doc/lv2_inspect.1 b/doc/lv2_inspect.1
index 582022b..b46e2f6 100644
--- a/doc/lv2_inspect.1
+++ b/doc/lv2_inspect.1
@@ -26,7 +26,7 @@
.BR lv2_simple_jack_host(1)
.SH AUTHOR
-lv2_inspect was written by Dave Robillard <dave@drobilla.net>
+lv2_inspect was written by David Robillard <d@drobilla.net>
.PP
This manual page was written by Jaromír Mikes <mira.mikes@seznam.cz>
-and Dave Robillard <dave@drobilla.net>
+and David Robillard <d@drobilla.net>
diff --git a/doc/lv2_jack_host.1 b/doc/lv2_jack_host.1
index 06e3c71..c8ec44e 100644
--- a/doc/lv2_jack_host.1
+++ b/doc/lv2_jack_host.1
@@ -28,7 +28,7 @@
.BR jackd(1)
.SH AUTHOR
-lv2_inspect was written by Dave Robillard <dave@drobilla.net>
+lv2_inspect was written by David Robillard <d@drobilla.net>
.PP
This manual page was written by Jaromír Mikes <mira.mikes@seznam.cz>
-and Dave Robillard <dave@drobilla.net>
+and David Robillard <d@drobilla.net>
diff --git a/doc/lv2_list.1 b/doc/lv2_list.1
index 9fddb43..642e8f0 100644
--- a/doc/lv2_list.1
+++ b/doc/lv2_list.1
@@ -27,7 +27,7 @@
.BR lv2_simple_jack_host(1)
.SH AUTHOR
-lv2_inspect was written by Dave Robillard <dave@drobilla.net>
+lv2_inspect was written by David Robillard <d@drobilla.net>
.PP
This manual page was written by Jaromír Mikes <mira.mikes@seznam.cz>
-and Dave Robillard <dave@drobilla.net>
+and David Robillard <d@drobilla.net>
diff --git a/doc/lv2_simple_jack_host.1 b/doc/lv2_simple_jack_host.1
index 67dc995..74d8e6c 100644
--- a/doc/lv2_simple_jack_host.1
+++ b/doc/lv2_simple_jack_host.1
@@ -28,7 +28,7 @@
.BR jackd(1)
.SH AUTHOR
-lv2_inspect was written by Dave Robillard <dave@drobilla.net>
+lv2_inspect was written by David Robillard <d@drobilla.net>
.PP
This manual page was written by Jaromír Mikes <mira.mikes@seznam.cz>
-and Dave Robillard <dave@drobilla.net>
+and David Robillard <d@drobilla.net>
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c
index 38f9f46..24a3042 100644
--- a/hosts/lv2_jack_host.c
+++ b/hosts/lv2_jack_host.c
@@ -1,5 +1,5 @@
/* jack_host - SLV2 Jack Host
- * 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
diff --git a/slv2.ttl b/slv2.ttl
index b8a126f..3ef133b 100644
--- a/slv2.ttl
+++ b/slv2.ttl
@@ -11,7 +11,7 @@
rdfs:seeAlso <http://drobilla.net/drobilla.rdf> ;
foaf:homepage <http://drobilla.net> ;
foaf:mbox_sha1sum "253b3c58086250260bac1232d744d150274ad308" ;
- foaf:name "Dave Robillard"
+ foaf:name "David Robillard"
] ;
:download-page <http://download.drobilla.net> ;
:homepage <http://drobilla.net/software/slv2> ;
diff --git a/slv2/collections.h b/slv2/collections.h
index d15ef5e..b0349e8 100644
--- a/slv2/collections.h
+++ b/slv2/collections.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/lv2_ui.h b/slv2/lv2_ui.h
index c84a74e..75ccf22 100644
--- a/slv2/lv2_ui.h
+++ b/slv2/lv2_ui.h
@@ -8,7 +8,7 @@
*
* Copyright (C) 2000-2002 Richard W.E. Furse, Paul Barton-Davis,
* Stefan Westerfeld
- * Copyright (C) 2006 Steve Harris, Dave Robillard.
+ * Copyright (C) 2006 Steve Harris, David Robillard.
*
* This header is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/slv2/plugin.h b/slv2/plugin.h
index a64e518..696b9b6 100644
--- a/slv2/plugin.h
+++ b/slv2/plugin.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/pluginclass.h b/slv2/pluginclass.h
index 37682be..d67a3dd 100644
--- a/slv2/pluginclass.h
+++ b/slv2/pluginclass.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/plugininstance.h b/slv2/plugininstance.h
index f46306d..2ff0a2b 100644
--- a/slv2/plugininstance.h
+++ b/slv2/plugininstance.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/pluginui.h b/slv2/pluginui.h
index 246bd4f..604c76e 100644
--- a/slv2/pluginui.h
+++ b/slv2/pluginui.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/pluginuiinstance.h b/slv2/pluginuiinstance.h
index caaa68d..e72439c 100644
--- a/slv2/pluginuiinstance.h
+++ b/slv2/pluginuiinstance.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/port.h b/slv2/port.h
index d069001..1f6af5d 100644
--- a/slv2/port.h
+++ b/slv2/port.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/query.h b/slv2/query.h
index 619b902..93d6f14 100644
--- a/slv2/query.h
+++ b/slv2/query.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/scalepoint.h b/slv2/scalepoint.h
index d371ea1..b5fb68c 100644
--- a/slv2/scalepoint.h
+++ b/slv2/scalepoint.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/slv2.h b/slv2/slv2.h
index 48d54a5..f64fcb5 100644
--- a/slv2/slv2.h
+++ b/slv2/slv2.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/types.h b/slv2/types.h
index ee6edfa..a7baf79 100644
--- a/slv2/types.h
+++ b/slv2/types.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/util.h b/slv2/util.h
index 0a53b82..ec543df 100644
--- a/slv2/util.h
+++ b/slv2/util.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/value.h b/slv2/value.h
index 80e428a..fcb3143 100644
--- a/slv2/value.h
+++ b/slv2/value.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/slv2/world.h b/slv2/world.h
index 060b2f0..8b6ec1f 100644
--- a/slv2/world.h
+++ b/slv2/world.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/collections.c b/src/collections.c
index 337f0f6..0ffa3bb 100644
--- a/src/collections.c
+++ b/src/collections.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/plugin.c b/src/plugin.c
index 7e2442a..48980b8 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/pluginclass.c b/src/pluginclass.c
index 62475e3..7d38a67 100644
--- a/src/pluginclass.c
+++ b/src/pluginclass.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/plugininstance.c b/src/plugininstance.c
index 37d55aa..b021e42 100644
--- a/src/plugininstance.c
+++ b/src/plugininstance.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/plugins.c b/src/plugins.c
index 73fb20d..fad356f 100644
--- a/src/plugins.c
+++ b/src/plugins.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/pluginui.c b/src/pluginui.c
index 57aba10..8c6b0f3 100644
--- a/src/pluginui.c
+++ b/src/pluginui.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/pluginuiinstance.c b/src/pluginuiinstance.c
index cc53d53..5103cdc 100644
--- a/src/pluginuiinstance.c
+++ b/src/pluginuiinstance.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
* Author: Lars Luthman
*
* This library is free software; you can redistribute it and/or modify it
diff --git a/src/port.c b/src/port.c
index 63f622d..98c27a7 100644
--- a/src/port.c
+++ b/src/port.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/query.c b/src/query.c
index 01114e6..f3b6472 100644
--- a/src/query.c
+++ b/src/query.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/scalepoint.c b/src/scalepoint.c
index a19130e..304123b 100644
--- a/src/scalepoint.c
+++ b/src/scalepoint.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/slv2_internal.h b/src/slv2_internal.h
index 9e3bdb5..3712cd8 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/util.c b/src/util.c
index 5fa10c8..fbf9966 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/value.c b/src/value.c
index 69a1b95..ef9f7ff 100644
--- a/src/value.c
+++ b/src/value.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/src/world.c b/src/world.c
index 863ef5c..133384f 100644
--- a/src/world.c
+++ b/src/world.c
@@ -1,5 +1,5 @@
/* SLV2
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This library 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/test/slv2_test.c b/test/slv2_test.c
index 0ee3caf..41b00ff 100644
--- a/test/slv2_test.c
+++ b/test/slv2_test.c
@@ -1,5 +1,5 @@
/* SLV2 Tests
- * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
* Copyright (C) 2008 Krzysztof Foltman
*
* This library is free software; you can redistribute it and/or modify it
@@ -558,7 +558,7 @@ test_plugin()
"lv2:requiredFeature <http://lv2plug.in/ns/ext/event> ; "
":foo 1.6180 ; "
"doap:maintainer [ foaf:name \"David Robillard\" ; "
- " foaf:homepage <http://drobilla.net> ; foaf:mbox <mailto:dave@drobilla.net> ] ; "
+ " foaf:homepage <http://drobilla.net> ; foaf:mbox <mailto:d@drobilla.net> ] ; "
"lv2:port [ "
" a lv2:ControlPort ; a lv2:InputPort ; "
" lv2:index 0 ; lv2:symbol \"foo\" ; lv2:name \"bar\" ; "
@@ -674,7 +674,7 @@ test_plugin()
slv2_value_free(author_name);
SLV2Value author_email = slv2_plugin_get_author_email(plug);
- TEST_ASSERT(!strcmp(slv2_value_as_string(author_email), "mailto:dave@drobilla.net"));
+ TEST_ASSERT(!strcmp(slv2_value_as_string(author_email), "mailto:d@drobilla.net"));
slv2_value_free(author_email);
SLV2Value author_homepage = slv2_plugin_get_author_homepage(plug);
@@ -885,7 +885,7 @@ test_ui()
"lv2:requiredFeature <http://lv2plug.in/ns/ext/event> ; "
"lv2ui:ui :ui , :ui2 , :ui3 , :ui4 ; "
"doap:maintainer [ foaf:name \"David Robillard\" ; "
- " foaf:homepage <http://drobilla.net> ; foaf:mbox <mailto:dave@drobilla.net> ] ; "
+ " foaf:homepage <http://drobilla.net> ; foaf:mbox <mailto:d@drobilla.net> ] ; "
"lv2:port [ "
" a lv2:ControlPort ; a lv2:InputPort ; "
" lv2:index 0 ; lv2:symbol \"foo\" ; lv2:name \"bar\" ; "
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");