diff options
author | David Robillard <d@drobilla.net> | 2010-09-04 01:32:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-09-04 01:32:50 +0000 |
commit | 4e1869d6aad1068fc90d419566c881cd320158a2 (patch) | |
tree | c0eb04f78387429c1c6a9c218b8363781eee12d4 /src/engine/machina | |
parent | 1545d2f18794f72b78d3f8339776954a88fb8038 (diff) | |
download | machina-4e1869d6aad1068fc90d419566c881cd320158a2.tar.gz machina-4e1869d6aad1068fc90d419566c881cd320158a2.tar.bz2 machina-4e1869d6aad1068fc90d419566c881cd320158a2.zip |
My name is David. :)
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2590 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/machina')
-rw-r--r-- | src/engine/machina/Action.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/ActionFactory.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Driver.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Edge.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Engine.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Evolver.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/JackDriver.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/LearnRequest.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Loader.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Machine.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/MachineBuilder.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/MidiAction.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Mutation.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Node.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Problem.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Recorder.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/SMFDriver.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/Schrodinbit.hpp | 2 | ||||
-rw-r--r-- | src/engine/machina/types.hpp | 2 |
19 files changed, 19 insertions, 19 deletions
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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 <http://drobilla.net> + * Copyright (C) 2007-2009 David Robillard <http://drobilla.net> * * 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 |