comparison libgui/graphics/PushTool.cc @ 18500:49877d3be064 gui-release

update copyright notices for new QtHandles code
author John W. Eaton <jwe@octave.org>
date Thu, 20 Feb 2014 14:58:56 -0500
parents 2e7cad6f180c
children 523878f76518
comparison
equal deleted inserted replaced
18498:2e7cad6f180c 18500:49877d3be064
1 /* 1 /*
2 2
3 Copyright (C) 2011 Michael Goffioul. 3 Copyright (C) 2011-2014 Michael Goffioul
4 4
5 This file is part of QtHandles. 5 This file is part of Octave.
6 6
7 Foobar is free software: you can redistribute it and/or modify 7 Octave is free software; you can redistribute it and/or modify it
8 it under the terms of the GNU General Public License as published by 8 under the terms of the GNU General Public License as published by the
9 the Free Software Foundation, either version 3 of the License, or 9 Free Software Foundation; either version 3 of the License, or (at your
10 (at your option) any later version. 10 option) any later version.
11 11
12 QtHandles is distributed in the hope that it will be useful, 12 Octave is distributed in the hope that it will be useful, but WITHOUT
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 GNU General Public License for more details. 15 for more details.
16 16
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with Foobar. If not, see <http://www.gnu.org/licenses/>. 18 along with Octave; see the file COPYING. If not, see
19 <http://www.gnu.org/licenses/>.
19 20
20 */ 21 */
21 22
22 #ifdef HAVE_CONFIG_H 23 #ifdef HAVE_CONFIG_H
23 #include <config.h> 24 #include <config.h>