summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog8
-rw-r--r--README2
-rw-r--r--raul.ttl2
-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
-rw-r--r--src/Configuration.cpp2
-rw-r--r--src/Maid.cpp2
-rw-r--r--src/Path.cpp2
-rw-r--r--src/SMFReader.cpp2
-rw-r--r--src/SMFWriter.cpp2
-rw-r--r--src/Symbol.cpp2
-rw-r--r--src/Thread.cpp2
-rw-r--r--src/log.cpp2
52 files changed, 56 insertions, 56 deletions
diff --git a/AUTHORS b/AUTHORS
index d47a3de..f1bb6b3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
Author:
-Dave Robillard <dave@drobilla.net>
+David Robillard <d@drobilla.net>
diff --git a/ChangeLog b/ChangeLog
index 97e78c9..3de74ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,7 +15,7 @@ raul (0.7.0) unstable; urgency=low
realtime safe, which is not true of shared_ptr)
* Remove TimeSlice
- -- Dave Robillard <dave@drobilla.net> Fri, 03 Sep 2010 20:24:36 -0400
+ -- David Robillard <d@drobilla.net> Fri, 03 Sep 2010 20:24:36 -0400
raul (0.6.0) unstable; urgency=low
@@ -30,19 +30,19 @@ raul (0.6.0) unstable; urgency=low
* Remove misguided LASH stuff
* Depend on glib (instead of glibmm)
- -- Dave Robillard <dave@drobilla.net> Tue, 08 Dec 2009 19:20:37 -0500
+ -- David Robillard <d@drobilla.net> Tue, 08 Dec 2009 19:20:37 -0500
raul (0.5.1) unstable; urgency=low
* OSC blob fixes
* Use true atomic integers for Queue indexes
- -- Dave Robillard <dave@drobilla.net> Sun, 07 Sep 2008 14:10:32 -0400
+ -- David Robillard <d@drobilla.net> Sun, 07 Sep 2008 14:10:32 -0400
raul (0.5.0) unstable; urgency=low
* Initial Debian release
- -- Dave Robillard <dave@drobilla.net> Sun, 06 Jul 2008 15:56:20 -0400
+ -- David Robillard <d@drobilla.net> Sun, 06 Jul 2008 15:56:20 -0400
diff --git a/README b/README
index cd7f178..8378c2d 100644
--- a/README
+++ b/README
@@ -6,4 +6,4 @@ library for realtime programming, with a bias towards audio applications.
For more information, see <http://drobilla.net/software/raul>.
- -- Dave Robillard <dave@drobilla.net>
+ -- David Robillard <d@drobilla.net>
diff --git a/raul.ttl b/raul.ttl
index 8cce60a..97ac34f 100644
--- a/raul.ttl
+++ b/raul.ttl
@@ -10,7 +10,7 @@
doap:license <http://usefulinc.com/doap/licenses/gpl> ;
doap:developer [
a foaf:Person ;
- foaf:name "Dave Robillard" ;
+ foaf:name "David Robillard" ;
foaf:homepage <http://drobilla.net/> ;
rdfs:seeAlso <http://drobilla.net/drobilla.rdf>
] ;
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
diff --git a/src/Configuration.cpp b/src/Configuration.cpp
index d8cbfbe..624274f 100644
--- a/src/Configuration.cpp
+++ b/src/Configuration.cpp
@@ -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/src/Maid.cpp b/src/Maid.cpp
index ab0e463..c639f2e 100644
--- a/src/Maid.cpp
+++ b/src/Maid.cpp
@@ -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/src/Path.cpp b/src/Path.cpp
index b0e6ec9..de17cdf 100644
--- a/src/Path.cpp
+++ b/src/Path.cpp
@@ -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/src/SMFReader.cpp b/src/SMFReader.cpp
index e7dbcf0..6fda04a 100644
--- a/src/SMFReader.cpp
+++ b/src/SMFReader.cpp
@@ -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/src/SMFWriter.cpp b/src/SMFWriter.cpp
index 6bf5444..ebb1380 100644
--- a/src/SMFWriter.cpp
+++ b/src/SMFWriter.cpp
@@ -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/src/Symbol.cpp b/src/Symbol.cpp
index 79fd006..fb6bf7f 100644
--- a/src/Symbol.cpp
+++ b/src/Symbol.cpp
@@ -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/src/Thread.cpp b/src/Thread.cpp
index 15ddf0b..35cb569 100644
--- a/src/Thread.cpp
+++ b/src/Thread.cpp
@@ -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/src/log.cpp b/src/log.cpp
index fe6b9b5..baabbc3 100644
--- a/src/log.cpp
+++ b/src/log.cpp
@@ -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