diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/EdgeView.cpp | 2 | ||||
-rw-r--r-- | src/gui/EdgeView.hpp | 2 | ||||
-rw-r--r-- | src/gui/GladeXml.hpp | 2 | ||||
-rw-r--r-- | src/gui/MachinaCanvas.cpp | 2 | ||||
-rw-r--r-- | src/gui/MachinaCanvas.hpp | 2 | ||||
-rw-r--r-- | src/gui/MachinaGUI.cpp | 2 | ||||
-rw-r--r-- | src/gui/MachinaGUI.hpp | 2 | ||||
-rw-r--r-- | src/gui/NodePropertiesWindow.cpp | 2 | ||||
-rw-r--r-- | src/gui/NodePropertiesWindow.hpp | 2 | ||||
-rw-r--r-- | src/gui/NodeView.cpp | 2 | ||||
-rw-r--r-- | src/gui/NodeView.hpp | 2 | ||||
-rw-r--r-- | src/gui/main.cpp | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/gui/EdgeView.cpp b/src/gui/EdgeView.cpp index 643e1ac..3ba3ee1 100644 --- a/src/gui/EdgeView.cpp +++ b/src/gui/EdgeView.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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/gui/EdgeView.hpp b/src/gui/EdgeView.hpp index 7736096..c53456e 100644 --- a/src/gui/EdgeView.hpp +++ b/src/gui/EdgeView.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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/gui/GladeXml.hpp b/src/gui/GladeXml.hpp index 4133814..7e01a59 100644 --- a/src/gui/GladeXml.hpp +++ b/src/gui/GladeXml.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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/gui/MachinaCanvas.cpp b/src/gui/MachinaCanvas.cpp index d610f99..ece9ea3 100644 --- a/src/gui/MachinaCanvas.cpp +++ b/src/gui/MachinaCanvas.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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/gui/MachinaCanvas.hpp b/src/gui/MachinaCanvas.hpp index e71e382..20d113b 100644 --- a/src/gui/MachinaCanvas.hpp +++ b/src/gui/MachinaCanvas.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp index 251ef23..893c042 100644 --- a/src/gui/MachinaGUI.cpp +++ b/src/gui/MachinaGUI.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp index ef0a836..b26391c 100644 --- a/src/gui/MachinaGUI.hpp +++ b/src/gui/MachinaGUI.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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/gui/NodePropertiesWindow.cpp b/src/gui/NodePropertiesWindow.cpp index bbb7244..ffe54a2 100644 --- a/src/gui/NodePropertiesWindow.cpp +++ b/src/gui/NodePropertiesWindow.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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/gui/NodePropertiesWindow.hpp b/src/gui/NodePropertiesWindow.hpp index c86314f..5206f7c 100644 --- a/src/gui/NodePropertiesWindow.hpp +++ b/src/gui/NodePropertiesWindow.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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/gui/NodeView.cpp b/src/gui/NodeView.cpp index c05cb5b..2c586a1 100644 --- a/src/gui/NodeView.cpp +++ b/src/gui/NodeView.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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/gui/NodeView.hpp b/src/gui/NodeView.hpp index 6eba522..4e12b5e 100644 --- a/src/gui/NodeView.hpp +++ b/src/gui/NodeView.hpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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/gui/main.cpp b/src/gui/main.cpp index 9862989..87151b4 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -1,5 +1,5 @@ /* This file is part of Machina. - * Copyright (C) 2007 Dave Robillard <http://drobilla.net> + * Copyright (C) 2007-2009 Dave 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 |