summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
14 files changed, 14 insertions, 14 deletions
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