From 4e1869d6aad1068fc90d419566c881cd320158a2 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/machina@2590 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/Action.cpp | 2 +- src/engine/ActionFactory.cpp | 2 +- src/engine/Edge.cpp | 2 +- src/engine/Engine.cpp | 2 +- src/engine/Evolver.cpp | 2 +- src/engine/JackDriver.cpp | 2 +- src/engine/LearnRequest.cpp | 2 +- src/engine/Loader.cpp | 2 +- src/engine/Machine.cpp | 2 +- src/engine/MachineBuilder.cpp | 2 +- src/engine/MidiAction.cpp | 2 +- src/engine/Mutation.cpp | 2 +- src/engine/Node.cpp | 2 +- src/engine/Problem.cpp | 2 +- src/engine/RaulJackDriver.cpp | 2 +- src/engine/RaulJackDriver.hpp | 2 +- src/engine/Recorder.cpp | 2 +- src/engine/SMFDriver.cpp | 2 +- src/engine/machina/Action.hpp | 2 +- src/engine/machina/ActionFactory.hpp | 2 +- src/engine/machina/Driver.hpp | 2 +- src/engine/machina/Edge.hpp | 2 +- src/engine/machina/Engine.hpp | 2 +- src/engine/machina/Evolver.hpp | 2 +- src/engine/machina/JackDriver.hpp | 2 +- src/engine/machina/LearnRequest.hpp | 2 +- src/engine/machina/Loader.hpp | 2 +- src/engine/machina/Machine.hpp | 2 +- src/engine/machina/MachineBuilder.hpp | 2 +- src/engine/machina/MidiAction.hpp | 2 +- src/engine/machina/Mutation.hpp | 2 +- src/engine/machina/Node.hpp | 2 +- src/engine/machina/Problem.hpp | 2 +- src/engine/machina/Recorder.hpp | 2 +- src/engine/machina/SMFDriver.hpp | 2 +- src/engine/machina/Schrodinbit.hpp | 2 +- src/engine/machina/types.hpp | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) (limited to 'src/engine') diff --git a/src/engine/Action.cpp b/src/engine/Action.cpp index b3fb497..1f31bbe 100644 --- a/src/engine/Action.cpp +++ b/src/engine/Action.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/ActionFactory.cpp b/src/engine/ActionFactory.cpp index 80ace5e..b316a53 100644 --- a/src/engine/ActionFactory.cpp +++ b/src/engine/ActionFactory.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/Edge.cpp b/src/engine/Edge.cpp index e177897..87d708f 100644 --- a/src/engine/Edge.cpp +++ b/src/engine/Edge.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/Engine.cpp b/src/engine/Engine.cpp index dc0cea4..b883c2e 100644 --- a/src/engine/Engine.cpp +++ b/src/engine/Engine.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/Evolver.cpp b/src/engine/Evolver.cpp index c20259c..10b2c11 100644 --- a/src/engine/Evolver.cpp +++ b/src/engine/Evolver.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/JackDriver.cpp b/src/engine/JackDriver.cpp index 05102ef..6e6dd4d 100644 --- a/src/engine/JackDriver.cpp +++ b/src/engine/JackDriver.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/LearnRequest.cpp b/src/engine/LearnRequest.cpp index b313fb4..ae61b5c 100644 --- a/src/engine/LearnRequest.cpp +++ b/src/engine/LearnRequest.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/Loader.cpp b/src/engine/Loader.cpp index a0e99f8..fa05fd0 100644 --- a/src/engine/Loader.cpp +++ b/src/engine/Loader.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/Machine.cpp b/src/engine/Machine.cpp index 270f612..fffadc3 100644 --- a/src/engine/Machine.cpp +++ b/src/engine/Machine.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/MachineBuilder.cpp b/src/engine/MachineBuilder.cpp index b609300..004c478 100644 --- a/src/engine/MachineBuilder.cpp +++ b/src/engine/MachineBuilder.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/MidiAction.cpp b/src/engine/MidiAction.cpp index 65a1bc0..6cc7583 100644 --- a/src/engine/MidiAction.cpp +++ b/src/engine/MidiAction.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/Mutation.cpp b/src/engine/Mutation.cpp index 659cfad..bdf0599 100644 --- a/src/engine/Mutation.cpp +++ b/src/engine/Mutation.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/Node.cpp b/src/engine/Node.cpp index 99d35d5..cf0d5a4 100644 --- a/src/engine/Node.cpp +++ b/src/engine/Node.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/Problem.cpp b/src/engine/Problem.cpp index e6d4120..c59088c 100644 --- a/src/engine/Problem.cpp +++ b/src/engine/Problem.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/RaulJackDriver.cpp b/src/engine/RaulJackDriver.cpp index 83a7c1c..fcc0c4e 100644 --- a/src/engine/RaulJackDriver.cpp +++ b/src/engine/RaulJackDriver.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/engine/RaulJackDriver.hpp b/src/engine/RaulJackDriver.hpp index 663d5c9..e3d6076 100644 --- a/src/engine/RaulJackDriver.hpp +++ b/src/engine/RaulJackDriver.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/src/engine/Recorder.cpp b/src/engine/Recorder.cpp index 50742e7..8c68d04 100644 --- a/src/engine/Recorder.cpp +++ b/src/engine/Recorder.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/SMFDriver.cpp b/src/engine/SMFDriver.cpp index 9fa081b..f072ea6 100644 --- a/src/engine/SMFDriver.cpp +++ b/src/engine/SMFDriver.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Action.hpp b/src/engine/machina/Action.hpp index 0c206ec..d9d9d7b 100644 --- a/src/engine/machina/Action.hpp +++ b/src/engine/machina/Action.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/ActionFactory.hpp b/src/engine/machina/ActionFactory.hpp index 843e7df..ec9e402 100644 --- a/src/engine/machina/ActionFactory.hpp +++ b/src/engine/machina/ActionFactory.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Driver.hpp b/src/engine/machina/Driver.hpp index 28f0378..1fca75e 100644 --- a/src/engine/machina/Driver.hpp +++ b/src/engine/machina/Driver.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Edge.hpp b/src/engine/machina/Edge.hpp index 9032f1e..9c45f67 100644 --- a/src/engine/machina/Edge.hpp +++ b/src/engine/machina/Edge.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Engine.hpp b/src/engine/machina/Engine.hpp index 6271131..355a50f 100644 --- a/src/engine/machina/Engine.hpp +++ b/src/engine/machina/Engine.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Evolver.hpp b/src/engine/machina/Evolver.hpp index 5c1711b..013067d 100644 --- a/src/engine/machina/Evolver.hpp +++ b/src/engine/machina/Evolver.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/JackDriver.hpp b/src/engine/machina/JackDriver.hpp index 8279cda..ac526c3 100644 --- a/src/engine/machina/JackDriver.hpp +++ b/src/engine/machina/JackDriver.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/LearnRequest.hpp b/src/engine/machina/LearnRequest.hpp index fec7df3..04f0626 100644 --- a/src/engine/machina/LearnRequest.hpp +++ b/src/engine/machina/LearnRequest.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Loader.hpp b/src/engine/machina/Loader.hpp index 7b30cb6..5a62c55 100644 --- a/src/engine/machina/Loader.hpp +++ b/src/engine/machina/Loader.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Machine.hpp b/src/engine/machina/Machine.hpp index 7905c60..6b29444 100644 --- a/src/engine/machina/Machine.hpp +++ b/src/engine/machina/Machine.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/MachineBuilder.hpp b/src/engine/machina/MachineBuilder.hpp index d33ea53..0c40cc8 100644 --- a/src/engine/machina/MachineBuilder.hpp +++ b/src/engine/machina/MachineBuilder.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/MidiAction.hpp b/src/engine/machina/MidiAction.hpp index b6e638d..54600e9 100644 --- a/src/engine/machina/MidiAction.hpp +++ b/src/engine/machina/MidiAction.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp index e3bbca1..04ff748 100644 --- a/src/engine/machina/Mutation.hpp +++ b/src/engine/machina/Mutation.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Node.hpp b/src/engine/machina/Node.hpp index 58dabe5..7d90265 100644 --- a/src/engine/machina/Node.hpp +++ b/src/engine/machina/Node.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Problem.hpp b/src/engine/machina/Problem.hpp index e25c5a1..182d61a 100644 --- a/src/engine/machina/Problem.hpp +++ b/src/engine/machina/Problem.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Recorder.hpp b/src/engine/machina/Recorder.hpp index 934be90..510b9a8 100644 --- a/src/engine/machina/Recorder.hpp +++ b/src/engine/machina/Recorder.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/SMFDriver.hpp b/src/engine/machina/SMFDriver.hpp index 6ae9ebf..8a22aaa 100644 --- a/src/engine/machina/SMFDriver.hpp +++ b/src/engine/machina/SMFDriver.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/Schrodinbit.hpp b/src/engine/machina/Schrodinbit.hpp index 98719eb..7fe1825 100644 --- a/src/engine/machina/Schrodinbit.hpp +++ b/src/engine/machina/Schrodinbit.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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/engine/machina/types.hpp b/src/engine/machina/types.hpp index 3eedf2e..e59af16 100644 --- a/src/engine/machina/types.hpp +++ b/src/engine/machina/types.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 Dave Robillard + * Copyright (C) 2007-2009 David Robillard * * Machina 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