From 9adc660a3144b47ed9a49ea57298631b1c19231a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Sep 2010 01:32:50 +0000 Subject: My name is David. :) git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2590 a436a847-0d15-0410-975c-d299462d15a1 --- AUTHORS | 2 +- ChangeLog | 8 ++++---- README | 2 +- raul.ttl | 2 +- raul/Array.hpp | 2 +- raul/ArrayStack.hpp | 2 +- raul/Atom.hpp | 2 +- raul/AtomLiblo.hpp | 2 +- raul/AtomRDF.hpp | 2 +- raul/AtomicInt.hpp | 2 +- raul/AtomicPtr.hpp | 2 +- raul/Command.hpp | 2 +- raul/Configuration.hpp | 2 +- raul/Deletable.hpp | 2 +- raul/DoubleBuffer.hpp | 2 +- raul/EventRingBuffer.hpp | 2 +- raul/IntrusivePtr.hpp | 2 +- raul/List.hpp | 2 +- raul/ListImpl.hpp | 2 +- raul/MIDISink.hpp | 2 +- raul/Maid.hpp | 2 +- raul/Path.hpp | 2 +- raul/PathTable.hpp | 2 +- raul/Process.hpp | 2 +- raul/Quantizer.hpp | 2 +- raul/RingBuffer.hpp | 2 +- raul/SMFReader.hpp | 2 +- raul/SMFWriter.hpp | 2 +- raul/SRMWQueue.hpp | 2 +- raul/SRSWQueue.hpp | 2 +- raul/Semaphore.hpp | 2 +- raul/SharedPtr.hpp | 4 ++-- raul/Slave.hpp | 2 +- raul/Stateful.hpp | 2 +- raul/Symbol.hpp | 2 +- raul/Table.hpp | 2 +- raul/TableImpl.hpp | 2 +- raul/Thread.hpp | 2 +- raul/TimeSlice.hpp | 2 +- raul/TimeStamp.hpp | 2 +- raul/URI.hpp | 2 +- raul/WeakPtr.hpp | 2 +- raul/log.hpp | 2 +- raul/midi_names.h | 2 +- src/Configuration.cpp | 2 +- src/Maid.cpp | 2 +- src/Path.cpp | 2 +- src/SMFReader.cpp | 2 +- src/SMFWriter.cpp | 2 +- src/Symbol.cpp | 2 +- src/Thread.cpp | 2 +- src/log.cpp | 2 +- 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 +David Robillard 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 Fri, 03 Sep 2010 20:24:36 -0400 + -- David Robillard 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 Tue, 08 Dec 2009 19:20:37 -0500 + -- David Robillard 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 Sun, 07 Sep 2008 14:10:32 -0400 + -- David Robillard Sun, 07 Sep 2008 14:10:32 -0400 raul (0.5.0) unstable; urgency=low * Initial Debian release - -- Dave Robillard Sun, 06 Jul 2008 15:56:20 -0400 + -- David Robillard 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 . - -- Dave Robillard + -- David Robillard diff --git a/raul.ttl b/raul.ttl index 8cce60a..97ac34f 100644 --- a/raul.ttl +++ b/raul.ttl @@ -10,7 +10,7 @@ doap:license ; doap:developer [ a foaf:Person ; - foaf:name "Dave Robillard" ; + foaf:name "David Robillard" ; foaf:homepage ; rdfs:seeAlso ] ; 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2008-2009 David Robillard * * 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 + * Copyright (C) 2007-2009 David Robillard * * 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 + * Copyright (C) 2009 David Robillard * * 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 -- cgit v1.2.1