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 --- AUTHORS | 2 +- 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 +- src/gui/EdgeView.cpp | 2 +- src/gui/EdgeView.hpp | 2 +- src/gui/GladeXml.hpp | 2 +- src/gui/MachinaCanvas.cpp | 2 +- src/gui/MachinaCanvas.hpp | 2 +- src/gui/MachinaGUI.cpp | 2 +- src/gui/MachinaGUI.hpp | 2 +- src/gui/NodePropertiesWindow.cpp | 2 +- src/gui/NodePropertiesWindow.hpp | 2 +- src/gui/NodeView.cpp | 2 +- src/gui/NodeView.hpp | 2 +- src/gui/machina.glade | 4 ++-- src/gui/main.cpp | 2 +- src/machina.cpp | 2 +- src/midi2machina.cpp | 2 +- 53 files changed, 54 insertions(+), 54 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/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 diff --git a/src/gui/EdgeView.cpp b/src/gui/EdgeView.cpp index 3ba3ee1..e8635a6 100644 --- a/src/gui/EdgeView.cpp +++ b/src/gui/EdgeView.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/gui/EdgeView.hpp b/src/gui/EdgeView.hpp index c53456e..411dc16 100644 --- a/src/gui/EdgeView.hpp +++ b/src/gui/EdgeView.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/gui/GladeXml.hpp b/src/gui/GladeXml.hpp index 7e01a59..a731e51 100644 --- a/src/gui/GladeXml.hpp +++ b/src/gui/GladeXml.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/gui/MachinaCanvas.cpp b/src/gui/MachinaCanvas.cpp index ece9ea3..680da66 100644 --- a/src/gui/MachinaCanvas.cpp +++ b/src/gui/MachinaCanvas.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/gui/MachinaCanvas.hpp b/src/gui/MachinaCanvas.hpp index 20d113b..75897c9 100644 --- a/src/gui/MachinaCanvas.hpp +++ b/src/gui/MachinaCanvas.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/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp index 893c042..8520258 100644 --- a/src/gui/MachinaGUI.cpp +++ b/src/gui/MachinaGUI.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/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp index b26391c..0777b0f 100644 --- a/src/gui/MachinaGUI.hpp +++ b/src/gui/MachinaGUI.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/gui/NodePropertiesWindow.cpp b/src/gui/NodePropertiesWindow.cpp index ffe54a2..2c8ecc2 100644 --- a/src/gui/NodePropertiesWindow.cpp +++ b/src/gui/NodePropertiesWindow.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/gui/NodePropertiesWindow.hpp b/src/gui/NodePropertiesWindow.hpp index 5206f7c..a0bf5f7 100644 --- a/src/gui/NodePropertiesWindow.hpp +++ b/src/gui/NodePropertiesWindow.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/gui/NodeView.cpp b/src/gui/NodeView.cpp index 2c586a1..9e3c2da 100644 --- a/src/gui/NodeView.cpp +++ b/src/gui/NodeView.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/gui/NodeView.hpp b/src/gui/NodeView.hpp index 4e12b5e..05820de 100644 --- a/src/gui/NodeView.hpp +++ b/src/gui/NodeView.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/gui/machina.glade b/src/gui/machina.glade index f991a08..9ce82ef 100644 --- a/src/gui/machina.glade +++ b/src/gui/machina.glade @@ -614,7 +614,7 @@ True GDK_WINDOW_TYPE_HINT_NORMAL - © 2007 Dave Robillard <http://drobilla.net> + © 2007 David Robillard <http://drobilla.net> A MIDI sequencer based on probabilistic finite-state automata http://drobilla.net/software/machina @@ -633,7 +633,7 @@ You should have received a copy of the GNU General Public License along with Machina; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - Dave Robillard <dave@drobilla.net> + David Robillard <d@drobilla.net> translator-credits machina.svg diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 87151b4..58c8f25 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.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/machina.cpp b/src/machina.cpp index 1d98c28..93815a0 100644 --- a/src/machina.cpp +++ b/src/machina.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/midi2machina.cpp b/src/midi2machina.cpp index 0a54e26..344fd20 100644 --- a/src/midi2machina.cpp +++ b/src/midi2machina.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 -- cgit v1.2.1