changeset 20213:f0e61a67ad9f

Update copyright year in Qt graphics code.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Mar 2015 16:18:10 -0400
parents 7aaf756b1532
children eba80000fa0d
files libgui/graphics/Backend.cc libgui/graphics/Backend.h libgui/graphics/BaseControl.cc libgui/graphics/BaseControl.h libgui/graphics/ButtonControl.cc libgui/graphics/ButtonControl.h libgui/graphics/Canvas.cc libgui/graphics/Canvas.h libgui/graphics/CheckBoxControl.cc libgui/graphics/CheckBoxControl.h libgui/graphics/Container.cc libgui/graphics/Container.h libgui/graphics/ContextMenu.cc libgui/graphics/ContextMenu.h libgui/graphics/EditControl.cc libgui/graphics/EditControl.h libgui/graphics/Figure.cc libgui/graphics/Figure.h libgui/graphics/FigureWindow.cc libgui/graphics/FigureWindow.h libgui/graphics/GLCanvas.cc libgui/graphics/GLCanvas.h libgui/graphics/GenericEventNotify.h libgui/graphics/KeyMap.cc libgui/graphics/KeyMap.h libgui/graphics/ListBoxControl.cc libgui/graphics/ListBoxControl.h libgui/graphics/Logger.cc libgui/graphics/Logger.h libgui/graphics/Menu.cc libgui/graphics/Menu.h libgui/graphics/MenuContainer.h libgui/graphics/MouseModeActionGroup.cc libgui/graphics/MouseModeActionGroup.h libgui/graphics/Object.cc libgui/graphics/Object.h libgui/graphics/ObjectFactory.cc libgui/graphics/ObjectFactory.h libgui/graphics/ObjectProxy.cc libgui/graphics/ObjectProxy.h libgui/graphics/Panel.cc libgui/graphics/Panel.h libgui/graphics/PopupMenuControl.cc libgui/graphics/PopupMenuControl.h libgui/graphics/PushButtonControl.cc libgui/graphics/PushButtonControl.h libgui/graphics/PushTool.cc libgui/graphics/PushTool.h libgui/graphics/QtHandlesUtils.cc libgui/graphics/QtHandlesUtils.h libgui/graphics/RadioButtonControl.cc libgui/graphics/RadioButtonControl.h libgui/graphics/SliderControl.cc libgui/graphics/SliderControl.h libgui/graphics/TextControl.cc libgui/graphics/TextControl.h libgui/graphics/TextEdit.cc libgui/graphics/TextEdit.h libgui/graphics/ToggleButtonControl.cc libgui/graphics/ToggleButtonControl.h libgui/graphics/ToggleTool.cc libgui/graphics/ToggleTool.h libgui/graphics/ToolBar.cc libgui/graphics/ToolBar.h libgui/graphics/ToolBarButton.cc libgui/graphics/ToolBarButton.h libgui/graphics/__init_qt__.cc libgui/graphics/__init_qt__.h libgui/graphics/gl-select.cc libgui/graphics/gl-select.h
diffstat 70 files changed, 71 insertions(+), 71 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/graphics/Backend.cc
+++ b/libgui/graphics/Backend.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Backend.h
+++ b/libgui/graphics/Backend.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/BaseControl.cc
+++ b/libgui/graphics/BaseControl.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/BaseControl.h
+++ b/libgui/graphics/BaseControl.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ButtonControl.cc
+++ b/libgui/graphics/ButtonControl.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ButtonControl.h
+++ b/libgui/graphics/ButtonControl.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Canvas.cc
+++ b/libgui/graphics/Canvas.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Canvas.h
+++ b/libgui/graphics/Canvas.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/CheckBoxControl.cc
+++ b/libgui/graphics/CheckBoxControl.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/CheckBoxControl.h
+++ b/libgui/graphics/CheckBoxControl.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Container.cc
+++ b/libgui/graphics/Container.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Container.h
+++ b/libgui/graphics/Container.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ContextMenu.cc
+++ b/libgui/graphics/ContextMenu.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ContextMenu.h
+++ b/libgui/graphics/ContextMenu.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/EditControl.cc
+++ b/libgui/graphics/EditControl.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/EditControl.h
+++ b/libgui/graphics/EditControl.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Figure.cc
+++ b/libgui/graphics/Figure.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
@@ -54,7 +54,7 @@
 namespace QtHandles
 {
 
-#define ABOUT_TEXT "<b>QtHandles</b> - a Qt-based toolkit for <a href=\"http://www.octave.org\">Octave</a>.<br><br>Copyright (C) 2011-2014 Michael Goffioul"
+#define ABOUT_TEXT "<b>QtHandles</b> - a Qt-based toolkit for <a href=\"http://www.octave.org\">Octave</a>.<br><br>Copyright (C) 2011-2015 Michael Goffioul"
 
 DECLARE_GENERICEVENTNOTIFY_SENDER(MenuBar, QMenuBar);
 
--- a/libgui/graphics/Figure.h
+++ b/libgui/graphics/Figure.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/FigureWindow.cc
+++ b/libgui/graphics/FigureWindow.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/FigureWindow.h
+++ b/libgui/graphics/FigureWindow.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/GLCanvas.cc
+++ b/libgui/graphics/GLCanvas.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/GLCanvas.h
+++ b/libgui/graphics/GLCanvas.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/GenericEventNotify.h
+++ b/libgui/graphics/GenericEventNotify.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/KeyMap.cc
+++ b/libgui/graphics/KeyMap.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/KeyMap.h
+++ b/libgui/graphics/KeyMap.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ListBoxControl.cc
+++ b/libgui/graphics/ListBoxControl.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ListBoxControl.h
+++ b/libgui/graphics/ListBoxControl.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Logger.cc
+++ b/libgui/graphics/Logger.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Logger.h
+++ b/libgui/graphics/Logger.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Menu.cc
+++ b/libgui/graphics/Menu.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Menu.h
+++ b/libgui/graphics/Menu.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/MenuContainer.h
+++ b/libgui/graphics/MenuContainer.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/MouseModeActionGroup.cc
+++ b/libgui/graphics/MouseModeActionGroup.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/MouseModeActionGroup.h
+++ b/libgui/graphics/MouseModeActionGroup.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Object.cc
+++ b/libgui/graphics/Object.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Object.h
+++ b/libgui/graphics/Object.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ObjectFactory.cc
+++ b/libgui/graphics/ObjectFactory.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ObjectFactory.h
+++ b/libgui/graphics/ObjectFactory.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ObjectProxy.cc
+++ b/libgui/graphics/ObjectProxy.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ObjectProxy.h
+++ b/libgui/graphics/ObjectProxy.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Panel.cc
+++ b/libgui/graphics/Panel.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/Panel.h
+++ b/libgui/graphics/Panel.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/PopupMenuControl.cc
+++ b/libgui/graphics/PopupMenuControl.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/PopupMenuControl.h
+++ b/libgui/graphics/PopupMenuControl.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/PushButtonControl.cc
+++ b/libgui/graphics/PushButtonControl.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/PushButtonControl.h
+++ b/libgui/graphics/PushButtonControl.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/PushTool.cc
+++ b/libgui/graphics/PushTool.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/PushTool.h
+++ b/libgui/graphics/PushTool.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/QtHandlesUtils.cc
+++ b/libgui/graphics/QtHandlesUtils.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/QtHandlesUtils.h
+++ b/libgui/graphics/QtHandlesUtils.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/RadioButtonControl.cc
+++ b/libgui/graphics/RadioButtonControl.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/RadioButtonControl.h
+++ b/libgui/graphics/RadioButtonControl.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/SliderControl.cc
+++ b/libgui/graphics/SliderControl.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/SliderControl.h
+++ b/libgui/graphics/SliderControl.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/TextControl.cc
+++ b/libgui/graphics/TextControl.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/TextControl.h
+++ b/libgui/graphics/TextControl.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/TextEdit.cc
+++ b/libgui/graphics/TextEdit.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/TextEdit.h
+++ b/libgui/graphics/TextEdit.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ToggleButtonControl.cc
+++ b/libgui/graphics/ToggleButtonControl.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ToggleButtonControl.h
+++ b/libgui/graphics/ToggleButtonControl.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ToggleTool.cc
+++ b/libgui/graphics/ToggleTool.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ToggleTool.h
+++ b/libgui/graphics/ToggleTool.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ToolBar.cc
+++ b/libgui/graphics/ToolBar.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ToolBar.h
+++ b/libgui/graphics/ToolBar.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ToolBarButton.cc
+++ b/libgui/graphics/ToolBarButton.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/ToolBarButton.h
+++ b/libgui/graphics/ToolBarButton.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/__init_qt__.cc
+++ b/libgui/graphics/__init_qt__.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/__init_qt__.h
+++ b/libgui/graphics/__init_qt__.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/gl-select.cc
+++ b/libgui/graphics/gl-select.cc
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.
 
--- a/libgui/graphics/gl-select.h
+++ b/libgui/graphics/gl-select.h
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2011-2014 Michael Goffioul
+Copyright (C) 2011-2015 Michael Goffioul
 
 This file is part of Octave.