aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/client/ClientModel.cpp2
-rw-r--r--src/client/ClientModel.hpp2
-rw-r--r--src/client/ClientObject.cpp2
-rw-r--r--src/client/ClientObject.hpp2
-rw-r--r--src/engine/Action.cpp2
-rw-r--r--src/engine/Action.hpp2
-rw-r--r--src/engine/ActionFactory.cpp2
-rw-r--r--src/engine/ActionFactory.hpp2
-rw-r--r--src/engine/Controller.cpp2
-rw-r--r--src/engine/Edge.cpp2
-rw-r--r--src/engine/Edge.hpp2
-rw-r--r--src/engine/Engine.cpp2
-rw-r--r--src/engine/Evolver.cpp2
-rw-r--r--src/engine/JackDriver.cpp2
-rw-r--r--src/engine/JackDriver.hpp2
-rw-r--r--src/engine/LearnRequest.cpp2
-rw-r--r--src/engine/LearnRequest.hpp2
-rw-r--r--src/engine/Loader.cpp2
-rw-r--r--src/engine/Machine.cpp2
-rw-r--r--src/engine/MachineBuilder.cpp2
-rw-r--r--src/engine/MachineBuilder.hpp2
-rw-r--r--src/engine/MidiAction.cpp2
-rw-r--r--src/engine/MidiAction.hpp2
-rw-r--r--src/engine/Mutation.cpp2
-rw-r--r--src/engine/Node.cpp2
-rw-r--r--src/engine/Node.hpp2
-rw-r--r--src/engine/Problem.cpp2
-rw-r--r--src/engine/Problem.hpp2
-rw-r--r--src/engine/Recorder.cpp2
-rw-r--r--src/engine/Recorder.hpp2
-rw-r--r--src/engine/SMFDriver.cpp2
-rw-r--r--src/engine/SMFDriver.hpp2
-rw-r--r--src/engine/Schrodinbit.hpp2
-rw-r--r--src/engine/Stateful.cpp2
-rw-r--r--src/engine/Stateful.hpp2
-rw-r--r--src/engine/URIs.cpp2
-rw-r--r--src/engine/Updates.cpp2
-rw-r--r--src/engine/jack_compat.h2
-rw-r--r--src/engine/machina/Controller.hpp2
-rw-r--r--src/engine/machina/Driver.hpp2
-rw-r--r--src/engine/machina/Engine.hpp2
-rw-r--r--src/engine/machina/Evolver.hpp2
-rw-r--r--src/engine/machina/Loader.hpp2
-rw-r--r--src/engine/machina/Machine.hpp2
-rw-r--r--src/engine/machina/Mutation.hpp2
-rw-r--r--src/engine/machina/URIs.hpp2
-rw-r--r--src/engine/machina/Updates.hpp2
-rw-r--r--src/engine/machina/types.hpp2
-rw-r--r--src/gui/EdgeView.cpp2
-rw-r--r--src/gui/EdgeView.hpp2
-rw-r--r--src/gui/GladeXml.hpp2
-rw-r--r--src/gui/MachinaCanvas.cpp2
-rw-r--r--src/gui/MachinaCanvas.hpp2
-rw-r--r--src/gui/MachinaGUI.cpp2
-rw-r--r--src/gui/MachinaGUI.hpp2
-rw-r--r--src/gui/NodePropertiesWindow.cpp2
-rw-r--r--src/gui/NodePropertiesWindow.hpp2
-rw-r--r--src/gui/NodeView.cpp2
-rw-r--r--src/gui/NodeView.hpp2
-rw-r--r--src/gui/main.cpp2
-rw-r--r--src/machina.cpp2
-rw-r--r--src/midi2machina.cpp2
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 <http://drobilla.net>
+ * Copyright 2010-2011 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
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 <http://drobilla.net>
+ * Copyright 2010-2011 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
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 <http://drobilla.net>
+ * Copyright 2010-2011 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
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 <http://drobilla.net>
+ * Copyright 2010-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2010-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2010-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2010-2011 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
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 <http://drobilla.net>
+ * Copyright 2010-2011 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
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 <nedko@arnaudov.name>
+ * Copyright 2007 Nedko Arnaudov <nedko@arnaudov.name>
*
* 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 <http://drobilla.net>
+ * Copyright 2010-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2010-2011 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
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 <http://drobilla.net>
+ * Copyright 2010-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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
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 <http://drobilla.net>
+ * Copyright 2007-2011 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