Mercurial > hg > octave-nkf
comparison libgui/src/qtinfo/parser.h @ 16768:e2de3c8882be
copyright notice fixes
* libgui/src/color-picker.cc, libgui/src/color-picker.h,
libgui/src/m-editor/octave-qscintilla.cc,
libgui/src/m-editor/octave-qscintilla.h, libgui/src/qtinfo/parser.cc,
libgui/src/qtinfo/parser.h, libgui/src/qtinfo/webinfo.cc,
libgui/src/qtinfo/webinfo.h, libinterp/corefcn/ellipj.cc,
libinterp/interp-core/jit-ir.cc, libinterp/interp-core/jit-ir.h,
libinterp/interp-core/jit-typeinfo.cc,
libinterp/interp-core/jit-typeinfo.h,
libinterp/interp-core/jit-util.cc, libinterp/interp-core/jit-util.h,
libinterp/interp-core/pt-jit.cc, libinterp/interp-core/pt-jit.h,
libinterp/template-inst/Array-jit.cc, liboctave/numeric/bsxfun.h,
liboctave/util/kpse.cc, scripts/image/imfinfo.m,
scripts/image/imread.m, scripts/io/importdata.m,
scripts/io/textscan.m, scripts/java/usejava.m,
scripts/linear-algebra/logm.m, scripts/sparse/bicg.m,
scripts/specfun/ellipke.m, scripts/specfun/expint.m,
scripts/strings/strjoin.m: List email addresses in Author: lines.
Update copyright notices to use web address for FSF.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 18 Jun 2013 06:39:12 -0400 |
parents | 6437fa7263dd |
children | 359c5ca795cd |
comparison
equal
deleted
inserted
replaced
16767:47fbafc6e8e2 | 16768:e2de3c8882be |
---|---|
1 /* Copyright (C) 2009 P.L. Lucas | 1 /* |
2 * Copyright (C) 2012 Jacob Dawid <jacob.dawid@gmail.com> | 2 |
3 * | 3 Copyright (C) 2009 P.L. Lucas |
4 * This program is free software; you can redistribute it and/or modify | 4 Copyright (C) 2012 Jacob Dawid |
5 * it under the terms of the GNU General Public License as published by | 5 |
6 * the Free Software Foundation; either version 2 of the License, or | 6 This file is part of Octave. |
7 * (at your option) any later version. | 7 |
8 * | 8 Octave is free software; you can redistribute it and/or modify it |
9 * This program is distributed in the hope that it will be useful, | 9 under the terms of the GNU General Public License as published by the |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 Free Software Foundation; either version 3 of the License, or (at your |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 option) any later version. |
12 * GNU General Public License for more details. | 12 |
13 * | 13 Octave is distributed in the hope that it will be useful, but WITHOUT |
14 * You should have received a copy of the GNU General Public License | 14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
15 * along with this program; if not, write to the Free Software | 15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
16 * Foundation, Inc., 59 Temple Place, Suite 330, | 16 for more details. |
17 * Boston, MA 02111-1307, USA. | 17 |
18 */ | 18 You should have received a copy of the GNU General Public License |
19 along with Octave; see the file COPYING. If not, see | |
20 <http://www.gnu.org/licenses/>. | |
21 | |
22 */ | |
23 | |
24 // Author: P. L. Lucas | |
25 // Author: Jacob Dawid <jacob.dawid@gmail.com> | |
19 | 26 |
20 #include <QStringList> | 27 #include <QStringList> |
21 #include <QIODevice> | 28 #include <QIODevice> |
22 #include <QFileInfoList> | 29 #include <QFileInfoList> |
23 #include <QHash> | 30 #include <QHash> |