summaryrefslogtreecommitdiffstats
path: root/raul
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-09-04 01:32:50 +0000
committerDavid Robillard <d@drobilla.net>2010-09-04 01:32:50 +0000
commit9adc660a3144b47ed9a49ea57298631b1c19231a (patch)
treecc34957e4df9847229d05f876e8d122b9c0f5fc7 /raul
parentbf566b55d0a06dd258fb8539acfb3315712e8296 (diff)
downloadraul-9adc660a3144b47ed9a49ea57298631b1c19231a.tar.gz
raul-9adc660a3144b47ed9a49ea57298631b1c19231a.tar.bz2
raul-9adc660a3144b47ed9a49ea57298631b1c19231a.zip
My name is David. :)
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2590 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul')
-rw-r--r--raul/Array.hpp2
-rw-r--r--raul/ArrayStack.hpp2
-rw-r--r--raul/Atom.hpp2
-rw-r--r--raul/AtomLiblo.hpp2
-rw-r--r--raul/AtomRDF.hpp2
-rw-r--r--raul/AtomicInt.hpp2
-rw-r--r--raul/AtomicPtr.hpp2
-rw-r--r--raul/Command.hpp2
-rw-r--r--raul/Configuration.hpp2
-rw-r--r--raul/Deletable.hpp2
-rw-r--r--raul/DoubleBuffer.hpp2
-rw-r--r--raul/EventRingBuffer.hpp2
-rw-r--r--raul/IntrusivePtr.hpp2
-rw-r--r--raul/List.hpp2
-rw-r--r--raul/ListImpl.hpp2
-rw-r--r--raul/MIDISink.hpp2
-rw-r--r--raul/Maid.hpp2
-rw-r--r--raul/Path.hpp2
-rw-r--r--raul/PathTable.hpp2
-rw-r--r--raul/Process.hpp2
-rw-r--r--raul/Quantizer.hpp2
-rw-r--r--raul/RingBuffer.hpp2
-rw-r--r--raul/SMFReader.hpp2
-rw-r--r--raul/SMFWriter.hpp2
-rw-r--r--raul/SRMWQueue.hpp2
-rw-r--r--raul/SRSWQueue.hpp2
-rw-r--r--raul/Semaphore.hpp2
-rw-r--r--raul/SharedPtr.hpp4
-rw-r--r--raul/Slave.hpp2
-rw-r--r--raul/Stateful.hpp2
-rw-r--r--raul/Symbol.hpp2
-rw-r--r--raul/Table.hpp2
-rw-r--r--raul/TableImpl.hpp2
-rw-r--r--raul/Thread.hpp2
-rw-r--r--raul/TimeSlice.hpp2
-rw-r--r--raul/TimeStamp.hpp2
-rw-r--r--raul/URI.hpp2
-rw-r--r--raul/WeakPtr.hpp2
-rw-r--r--raul/log.hpp2
-rw-r--r--raul/midi_names.h2
40 files changed, 41 insertions, 41 deletions
diff --git a/raul/Array.hpp b/raul/Array.hpp
index 72d2c31..2cf22bf 100644
--- a/raul/Array.hpp
+++ b/raul/Array.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/ArrayStack.hpp b/raul/ArrayStack.hpp
index ca59b96..e4aa33c 100644
--- a/raul/ArrayStack.hpp
+++ b/raul/ArrayStack.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Atom.hpp b/raul/Atom.hpp
index 46e93ad..dbb398e 100644
--- a/raul/Atom.hpp
+++ b/raul/Atom.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/AtomLiblo.hpp b/raul/AtomLiblo.hpp
index fe6888a..02bbee9 100644
--- a/raul/AtomLiblo.hpp
+++ b/raul/AtomLiblo.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/AtomRDF.hpp b/raul/AtomRDF.hpp
index 2a15fe3..6691187 100644
--- a/raul/AtomRDF.hpp
+++ b/raul/AtomRDF.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/AtomicInt.hpp b/raul/AtomicInt.hpp
index c2aa3c1..1f5a45e 100644
--- a/raul/AtomicInt.hpp
+++ b/raul/AtomicInt.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/AtomicPtr.hpp b/raul/AtomicPtr.hpp
index 0e086c2..834228c 100644
--- a/raul/AtomicPtr.hpp
+++ b/raul/AtomicPtr.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Command.hpp b/raul/Command.hpp
index f8d9c4d..886acc8 100644
--- a/raul/Command.hpp
+++ b/raul/Command.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Configuration.hpp b/raul/Configuration.hpp
index 5c9ec4b..7780b85 100644
--- a/raul/Configuration.hpp
+++ b/raul/Configuration.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Deletable.hpp b/raul/Deletable.hpp
index 1f7f6a6..1f443e2 100644
--- a/raul/Deletable.hpp
+++ b/raul/Deletable.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/DoubleBuffer.hpp b/raul/DoubleBuffer.hpp
index 61c7e26..1e91f37 100644
--- a/raul/DoubleBuffer.hpp
+++ b/raul/DoubleBuffer.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/EventRingBuffer.hpp b/raul/EventRingBuffer.hpp
index a0a34aa..5e37395 100644
--- a/raul/EventRingBuffer.hpp
+++ b/raul/EventRingBuffer.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/IntrusivePtr.hpp b/raul/IntrusivePtr.hpp
index f9ac1d6..b83eb99 100644
--- a/raul/IntrusivePtr.hpp
+++ b/raul/IntrusivePtr.hpp
@@ -1,5 +1,5 @@
/* A "weak" pointer to a resource owned by a shared pointer.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This 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 Software
diff --git a/raul/List.hpp b/raul/List.hpp
index 3a55136..5b55aec 100644
--- a/raul/List.hpp
+++ b/raul/List.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/ListImpl.hpp b/raul/ListImpl.hpp
index aaedf58..eb1dfe0 100644
--- a/raul/ListImpl.hpp
+++ b/raul/ListImpl.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/MIDISink.hpp b/raul/MIDISink.hpp
index 63778f4..23815f6 100644
--- a/raul/MIDISink.hpp
+++ b/raul/MIDISink.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Maid.hpp b/raul/Maid.hpp
index a610070..57b2f73 100644
--- a/raul/Maid.hpp
+++ b/raul/Maid.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Path.hpp b/raul/Path.hpp
index 746a493..ce94cae 100644
--- a/raul/Path.hpp
+++ b/raul/Path.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/PathTable.hpp b/raul/PathTable.hpp
index 5fa57db..0b47a32 100644
--- a/raul/PathTable.hpp
+++ b/raul/PathTable.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Process.hpp b/raul/Process.hpp
index 719a9d4..f9f12b0 100644
--- a/raul/Process.hpp
+++ b/raul/Process.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Quantizer.hpp b/raul/Quantizer.hpp
index 1d8b60e..1e15114 100644
--- a/raul/Quantizer.hpp
+++ b/raul/Quantizer.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/RingBuffer.hpp b/raul/RingBuffer.hpp
index 77d4256..2972258 100644
--- a/raul/RingBuffer.hpp
+++ b/raul/RingBuffer.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/SMFReader.hpp b/raul/SMFReader.hpp
index 3757eb5..a96c6aa 100644
--- a/raul/SMFReader.hpp
+++ b/raul/SMFReader.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/SMFWriter.hpp b/raul/SMFWriter.hpp
index ff03333..5c0ffef 100644
--- a/raul/SMFWriter.hpp
+++ b/raul/SMFWriter.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/SRMWQueue.hpp b/raul/SRMWQueue.hpp
index 86a8f67..18b2461 100644
--- a/raul/SRMWQueue.hpp
+++ b/raul/SRMWQueue.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/SRSWQueue.hpp b/raul/SRSWQueue.hpp
index ae62d66..b85cc15 100644
--- a/raul/SRSWQueue.hpp
+++ b/raul/SRSWQueue.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Semaphore.hpp b/raul/Semaphore.hpp
index c449873..6b7d0d7 100644
--- a/raul/Semaphore.hpp
+++ b/raul/Semaphore.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/SharedPtr.hpp b/raul/SharedPtr.hpp
index 1723032..8e803ed 100644
--- a/raul/SharedPtr.hpp
+++ b/raul/SharedPtr.hpp
@@ -1,5 +1,5 @@
/* A Reference Counting Smart Pointer.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This 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 Software
@@ -53,7 +53,7 @@ namespace boost {
#ifdef BOOST_AC_USE_PTHREADS
#error "Boost is using mutex locking for pointer reference counting."
-#error "This is VERY slow. Please report your platform to dave@drobilla.net"
+#error "This is VERY slow. Please report your platform to d@drobilla.net"
#endif
template <typename T> void NullDeleter(T* ptr) {}
diff --git a/raul/Slave.hpp b/raul/Slave.hpp
index d176f08..01b7563 100644
--- a/raul/Slave.hpp
+++ b/raul/Slave.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Stateful.hpp b/raul/Stateful.hpp
index b4a0e58..256ed91 100644
--- a/raul/Stateful.hpp
+++ b/raul/Stateful.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp
index be2fa61..7c650ee 100644
--- a/raul/Symbol.hpp
+++ b/raul/Symbol.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Table.hpp b/raul/Table.hpp
index 6dbe680..177b2d9 100644
--- a/raul/Table.hpp
+++ b/raul/Table.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/TableImpl.hpp b/raul/TableImpl.hpp
index 6b91d01..3c53385 100644
--- a/raul/TableImpl.hpp
+++ b/raul/TableImpl.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/Thread.hpp b/raul/Thread.hpp
index a9300b1..3c624a7 100644
--- a/raul/Thread.hpp
+++ b/raul/Thread.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/TimeSlice.hpp b/raul/TimeSlice.hpp
index 1fa8e86..e86dc45 100644
--- a/raul/TimeSlice.hpp
+++ b/raul/TimeSlice.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/TimeStamp.hpp b/raul/TimeStamp.hpp
index 6b1bf19..a73331e 100644
--- a/raul/TimeStamp.hpp
+++ b/raul/TimeStamp.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/URI.hpp b/raul/URI.hpp
index 18fc8a2..32d3cc5 100644
--- a/raul/URI.hpp
+++ b/raul/URI.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/WeakPtr.hpp b/raul/WeakPtr.hpp
index 6149bc7..46cdb03 100644
--- a/raul/WeakPtr.hpp
+++ b/raul/WeakPtr.hpp
@@ -1,5 +1,5 @@
/* A "weak" pointer to a resource owned by a shared pointer.
- * Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
* This 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 Software
diff --git a/raul/log.hpp b/raul/log.hpp
index a2298f1..f7e1253 100644
--- a/raul/log.hpp
+++ b/raul/log.hpp
@@ -1,5 +1,5 @@
/* This file is part of Raul.
- * Copyright (C) 2009 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2009 David Robillard <http://drobilla.net>
*
* Raul 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 Software
diff --git a/raul/midi_names.h b/raul/midi_names.h
index 30f864f..cbc7ef6 100644
--- a/raul/midi_names.h
+++ b/raul/midi_names.h
@@ -1,5 +1,5 @@
/* Names of standard MIDI events and controllers.
- * 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 Lesser General Public License as