comparison main/optim/src/__disna_optim__.cc @ 9930:d30cfca46e8a octave-forge

optim: upgrade license to GPLv3+ and mention on DESCRIPTION the other package licenses
author carandraug
date Fri, 30 Mar 2012 15:14:48 +0000
parents b85129b53820
children
comparison
equal deleted inserted replaced
9929:df50d0ae107f 9930:d30cfca46e8a
1 /* 1 // Copyright (C) 2011 Olaf Till <olaf.till@uni-jena.de>
2 2 //
3 Copyright (C) 2011 Olaf Till 3 // This program is free software; you can redistribute it and/or modify it under
4 4 // the terms of the GNU General Public License as published by the Free Software
5 This file is part of Octave. 5 // Foundation; either version 3 of the License, or (at your option) any later
6 6 // version.
7 Octave is free software; you can redistribute it and/or modify it 7 //
8 under the terms of the GNU General Public License as published by the 8 // This program is distributed in the hope that it will be useful, but WITHOUT
9 Free Software Foundation; either version 3 of the License, or (at your 9 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 option) any later version. 10 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
11 11 // details.
12 Octave is distributed in the hope that it will be useful, but WITHOUT 12 //
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 // You should have received a copy of the GNU General Public License along with
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14 // this program; if not, see <http://www.gnu.org/licenses/>.
15 for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with Octave; see the file COPYING. If not, see
19 <http://www.gnu.org/licenses/>.
20
21 */
22 15
23 // This function has also been submitted to Octave (bug #33503). 16 // This function has also been submitted to Octave (bug #33503).
24 17
25 #include <octave/oct.h> 18 #include <octave/oct.h>
26 #include "f77-fcn.h" 19 #include "f77-fcn.h"