comparison gui/src/FilesDockWidget.cpp @ 14290:faece6b2ab90 gui

Corrected license headers in all files to GPL. * README: Deleted because it was outdated anyways.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Tue, 31 Jan 2012 00:47:54 +0100
parents fdd5828e2214
children c8453a013000
comparison
equal deleted inserted replaced
14289:fdd5828e2214 14290:faece6b2ab90
1 /* OctaveGUI - A graphical user interface for Octave 1 /* OctaveGUI - A graphical user interface for Octave
2 * Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com) 2 * Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com)
3 * 3 *
4 * This program is free software: you can redistribute it and/or modify 4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU Affero General Public License as 5 * it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation, either version 3 of the 6 * published by the Free Software Foundation, either version 3 of the
7 * License, or (at your option) any later version. 7 * License, or (at your option) any later version.
8 * 8 *
9 * This program is distributed in the hope that it will be useful, 9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU Affero General Public License for more details. 12 * GNU General Public License for more details.
13 * 13 *
14 * You should have received a copy of the GNU Affero General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>. 15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */ 16 */
17 17
18 #include "ResourceManager.h" 18 #include "ResourceManager.h"
19 #include "FilesDockWidget.h" 19 #include "FilesDockWidget.h"