Mercurial > hg > octave-nkf
comparison gui/src/backend/OctaveMainThread.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 | ddc3c20d0e2f |
children | 5dcfb705ce12 |
comparison
equal
deleted
inserted
replaced
13673:6a11fd0efa16 | 13674:c0e66d6e3dc8 |
---|---|
1 /* OctaveGUI - A graphical user interface for Octave | 1 /* OctaveGUI - A graphical user interface for Octave |
2 * Copyright (C) 2011 Jacob Dawid | 2 * Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com) |
3 * jacob.dawid@googlemail.com | |
4 * | 3 * |
5 * 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 |
6 * it under the terms of the GNU General Public License as published by | 5 * it under the terms of the GNU Affero General Public License as |
7 * the Free Software Foundation, either version 3 of the License, or | 6 * published by the Free Software Foundation, either version 3 of the |
8 * (at your option) any later version. | 7 * License, or (at your option) any later version. |
9 * | 8 * |
10 * 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, |
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 * GNU General Public License for more details. | 12 * GNU Affero General Public License for more details. |
14 * | 13 * |
15 * You should have received a copy of the GNU General Public License | 14 * You should have received a copy of the GNU Affero General Public License |
16 * 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/>. |
17 */ | 16 */ |
18 | 17 |
19 #include "OctaveMainThread.h" | 18 #include "OctaveMainThread.h" |
20 #include "OctaveLink.h" | 19 #include "OctaveLink.h" |
21 | 20 |