comparison gui/src/SettingsDialog.cpp @ 13674:c0e66d6e3dc8

Updated license headers and moved to AGPLv3.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Sun, 25 Sep 2011 10:52:42 +0200
parents c9501268a194
children faece6b2ab90
comparison
equal deleted inserted replaced
13673:6a11fd0efa16 13674:c0e66d6e3dc8
1 /* OctaveGUI - A graphical user interface for Octave
2 * Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com)
3 *
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
6 * published by the Free Software Foundation, either version 3 of the
7 * License, or (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU Affero General Public License for more details.
13 *
14 * You should have received a copy of the GNU Affero General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
1 #include "ResourceManager.h" 18 #include "ResourceManager.h"
2 #include "SettingsDialog.h" 19 #include "SettingsDialog.h"
3 #include "ui_SettingsDialog.h" 20 #include "ui_SettingsDialog.h"
4 #include <QSettings> 21 #include <QSettings>
5 22