From a70e69dffa5b8eb0ab02e37f94dd1675ab51abe0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Apr 2011 20:28:18 +0000 Subject: Update copyright headers git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3153 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/ClientModel.cpp | 2 +- src/client/ClientModel.hpp | 2 +- src/client/ClientObject.cpp | 2 +- src/client/ClientObject.hpp | 2 +- src/engine/Action.cpp | 2 +- src/engine/Action.hpp | 2 +- src/engine/ActionFactory.cpp | 2 +- src/engine/ActionFactory.hpp | 2 +- src/engine/Controller.cpp | 2 +- src/engine/Edge.cpp | 2 +- src/engine/Edge.hpp | 2 +- src/engine/Engine.cpp | 2 +- src/engine/Evolver.cpp | 2 +- src/engine/JackDriver.cpp | 2 +- src/engine/JackDriver.hpp | 2 +- src/engine/LearnRequest.cpp | 2 +- src/engine/LearnRequest.hpp | 2 +- src/engine/Loader.cpp | 2 +- src/engine/Machine.cpp | 2 +- src/engine/MachineBuilder.cpp | 2 +- src/engine/MachineBuilder.hpp | 2 +- src/engine/MidiAction.cpp | 2 +- src/engine/MidiAction.hpp | 2 +- src/engine/Mutation.cpp | 2 +- src/engine/Node.cpp | 2 +- src/engine/Node.hpp | 2 +- src/engine/Problem.cpp | 2 +- src/engine/Problem.hpp | 2 +- src/engine/Recorder.cpp | 2 +- src/engine/Recorder.hpp | 2 +- src/engine/SMFDriver.cpp | 2 +- src/engine/SMFDriver.hpp | 2 +- src/engine/Schrodinbit.hpp | 2 +- src/engine/Stateful.cpp | 2 +- src/engine/Stateful.hpp | 2 +- src/engine/URIs.cpp | 2 +- src/engine/Updates.cpp | 2 +- src/engine/jack_compat.h | 2 +- src/engine/machina/Controller.hpp | 2 +- src/engine/machina/Driver.hpp | 2 +- src/engine/machina/Engine.hpp | 2 +- src/engine/machina/Evolver.hpp | 2 +- src/engine/machina/Loader.hpp | 2 +- src/engine/machina/Machine.hpp | 2 +- src/engine/machina/Mutation.hpp | 2 +- src/engine/machina/URIs.hpp | 2 +- src/engine/machina/Updates.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/main.cpp | 2 +- src/machina.cpp | 2 +- src/midi2machina.cpp | 2 +- 62 files changed, 62 insertions(+), 62 deletions(-) diff --git a/src/client/ClientModel.cpp b/src/client/ClientModel.cpp index f26d853..4af3a37 100644 --- a/src/client/ClientModel.cpp +++ b/src/client/ClientModel.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 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 diff --git a/src/client/ClientModel.hpp b/src/client/ClientModel.hpp index 49f14a5..de3b8ea 100644 --- a/src/client/ClientModel.hpp +++ b/src/client/ClientModel.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 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 diff --git a/src/client/ClientObject.cpp b/src/client/ClientObject.cpp index 41f8080..c6d254b 100644 --- a/src/client/ClientObject.cpp +++ b/src/client/ClientObject.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 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 diff --git a/src/client/ClientObject.hpp b/src/client/ClientObject.hpp index df9fe32..9850b01 100644 --- a/src/client/ClientObject.hpp +++ b/src/client/ClientObject.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 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 diff --git a/src/engine/Action.cpp b/src/engine/Action.cpp index 0307f16..59dd8c7 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Action.hpp b/src/engine/Action.hpp index addfe59..7469f7e 100644 --- a/src/engine/Action.hpp +++ b/src/engine/Action.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/ActionFactory.cpp b/src/engine/ActionFactory.cpp index 6e8635d..b6a1cc1 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/ActionFactory.hpp b/src/engine/ActionFactory.hpp index 0238341..720edd0 100644 --- a/src/engine/ActionFactory.hpp +++ b/src/engine/ActionFactory.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Controller.cpp b/src/engine/Controller.cpp index bed49ea..edde2b1 100644 --- a/src/engine/Controller.cpp +++ b/src/engine/Controller.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 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 diff --git a/src/engine/Edge.cpp b/src/engine/Edge.cpp index 78a545b..6b1aede 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Edge.hpp b/src/engine/Edge.hpp index c9994f8..17afac3 100644 --- a/src/engine/Edge.hpp +++ b/src/engine/Edge.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Engine.cpp b/src/engine/Engine.cpp index 4f1cfd2..b218648 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Evolver.cpp b/src/engine/Evolver.cpp index 3811752..83b0d75 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/JackDriver.cpp b/src/engine/JackDriver.cpp index e05450e..45128ed 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/JackDriver.hpp b/src/engine/JackDriver.hpp index fa590c4..cfdd0d6 100644 --- a/src/engine/JackDriver.hpp +++ b/src/engine/JackDriver.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/LearnRequest.cpp b/src/engine/LearnRequest.cpp index 0dd45d6..46d9399 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/LearnRequest.hpp b/src/engine/LearnRequest.hpp index 9ddc097..385c615 100644 --- a/src/engine/LearnRequest.hpp +++ b/src/engine/LearnRequest.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Loader.cpp b/src/engine/Loader.cpp index b9b8df9..f38e210 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Machine.cpp b/src/engine/Machine.cpp index 5f252f4..41e3573 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/MachineBuilder.cpp b/src/engine/MachineBuilder.cpp index ac06ec1..f7a1a30 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/MachineBuilder.hpp b/src/engine/MachineBuilder.hpp index feac19c..c3d4c52 100644 --- a/src/engine/MachineBuilder.hpp +++ b/src/engine/MachineBuilder.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/MidiAction.cpp b/src/engine/MidiAction.cpp index 6dc1308..cc0b123 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/MidiAction.hpp b/src/engine/MidiAction.hpp index 7103b7d..a2d8dda 100644 --- a/src/engine/MidiAction.hpp +++ b/src/engine/MidiAction.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Mutation.cpp b/src/engine/Mutation.cpp index a4a5318..73fc0e9 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Node.cpp b/src/engine/Node.cpp index 8092089..11d941a 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Node.hpp b/src/engine/Node.hpp index a2411a1..8290a99 100644 --- a/src/engine/Node.hpp +++ b/src/engine/Node.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Problem.cpp b/src/engine/Problem.cpp index f07b531..26e6c01 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Problem.hpp b/src/engine/Problem.hpp index 01ad564..fc970af 100644 --- a/src/engine/Problem.hpp +++ b/src/engine/Problem.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Recorder.cpp b/src/engine/Recorder.cpp index 2c2520c..c03d725 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Recorder.hpp b/src/engine/Recorder.hpp index f8cb5c2..c7f78f4 100644 --- a/src/engine/Recorder.hpp +++ b/src/engine/Recorder.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/SMFDriver.cpp b/src/engine/SMFDriver.cpp index 468fb4d..cba814d 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/SMFDriver.hpp b/src/engine/SMFDriver.hpp index c031ebb..264b15a 100644 --- a/src/engine/SMFDriver.hpp +++ b/src/engine/SMFDriver.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Schrodinbit.hpp b/src/engine/Schrodinbit.hpp index 0bd1363..16effbf 100644 --- a/src/engine/Schrodinbit.hpp +++ b/src/engine/Schrodinbit.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/Stateful.cpp b/src/engine/Stateful.cpp index 701324a..c2d2731 100644 --- a/src/engine/Stateful.cpp +++ b/src/engine/Stateful.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 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 diff --git a/src/engine/Stateful.hpp b/src/engine/Stateful.hpp index 76fe284..779d8f7 100644 --- a/src/engine/Stateful.hpp +++ b/src/engine/Stateful.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina - * Copyright (C) 2007-2010 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/URIs.cpp b/src/engine/URIs.cpp index ccaf90c..3d40262 100644 --- a/src/engine/URIs.cpp +++ b/src/engine/URIs.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 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 diff --git a/src/engine/Updates.cpp b/src/engine/Updates.cpp index 3d1c0f3..d093df4 100644 --- a/src/engine/Updates.cpp +++ b/src/engine/Updates.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 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 diff --git a/src/engine/jack_compat.h b/src/engine/jack_compat.h index dd4bf3b..3d8e990 100644 --- a/src/engine/jack_compat.h +++ b/src/engine/jack_compat.h @@ -1,5 +1,5 @@ /* JACK MIDI API compatibility hacks. - * Copyright (C) 2007 Nedko Arnaudov + * Copyright 2007 Nedko Arnaudov * * Machina is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/engine/machina/Controller.hpp b/src/engine/machina/Controller.hpp index 48165b9..f5bf631 100644 --- a/src/engine/machina/Controller.hpp +++ b/src/engine/machina/Controller.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 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 diff --git a/src/engine/machina/Driver.hpp b/src/engine/machina/Driver.hpp index 508430e..c80fc26 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/machina/Engine.hpp b/src/engine/machina/Engine.hpp index 1df08f2..8c3a117 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/machina/Evolver.hpp b/src/engine/machina/Evolver.hpp index 05e9f84..8dd8e12 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/machina/Loader.hpp b/src/engine/machina/Loader.hpp index c7b8fb2..a393ccd 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/machina/Machine.hpp b/src/engine/machina/Machine.hpp index 751f3c0..b9ad4c1 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-2010 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp index e814f25..a7fd94d 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/engine/machina/URIs.hpp b/src/engine/machina/URIs.hpp index 74e5451..944ab63 100644 --- a/src/engine/machina/URIs.hpp +++ b/src/engine/machina/URIs.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 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 diff --git a/src/engine/machina/Updates.hpp b/src/engine/machina/Updates.hpp index 31c7e2b..d2947e7 100644 --- a/src/engine/machina/Updates.hpp +++ b/src/engine/machina/Updates.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2010 David Robillard + * Copyright 2010-2011 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 diff --git a/src/engine/machina/types.hpp b/src/engine/machina/types.hpp index 74410d9..8bae27a 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/EdgeView.cpp b/src/gui/EdgeView.cpp index 9feb514..bb4e59c 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/EdgeView.hpp b/src/gui/EdgeView.hpp index 09065c1..fcdbfa4 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/GladeXml.hpp b/src/gui/GladeXml.hpp index cb54806..a889693 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/MachinaCanvas.cpp b/src/gui/MachinaCanvas.cpp index d3e42bf..b65a4bb 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/MachinaCanvas.hpp b/src/gui/MachinaCanvas.hpp index 875b694..79a381c 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp index c3083ed..8565c59 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp index 72c2f62..aba2652 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/NodePropertiesWindow.cpp b/src/gui/NodePropertiesWindow.cpp index 4f883e8..2a16899 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/NodePropertiesWindow.hpp b/src/gui/NodePropertiesWindow.hpp index 9e9ecd7..0651d01 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/NodeView.cpp b/src/gui/NodeView.cpp index 3d29cf7..964fc04 100644 --- a/src/gui/NodeView.cpp +++ b/src/gui/NodeView.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2010 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp index 8023058..0736af9 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/gui/main.cpp b/src/gui/main.cpp index b4842e1..834b62f 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 David Robillard + * Copyright 2007-2011 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 diff --git a/src/machina.cpp b/src/machina.cpp index a08e39e..78bcbfc 100644 --- a/src/machina.cpp +++ b/src/machina.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 diff --git a/src/midi2machina.cpp b/src/midi2machina.cpp index 532336c..5918e5c 100644 --- a/src/midi2machina.cpp +++ b/src/midi2machina.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007-2009 David Robillard + * Copyright 2007-2011 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 -- cgit v1.2.1