comparison main/optim/inst/private/__dfdp__.m @ 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 da32bc7df365
children fba8cdd5f9ad
comparison
equal deleted inserted replaced
9929:df50d0ae107f 9930:d30cfca46e8a
1 %% Copyright (C) 1992-1994 Richard Shrager 1 %% Copyright (C) 1992-1994 Richard Shrager
2 %% Copyright (C) 1992-1994 Arthur Jutan 2 %% Copyright (C) 1992-1994 Arthur Jutan
3 %% Copyright (C) 1992-1994 Ray Muzic 3 %% Copyright (C) 1992-1994 Ray Muzic
4 %% Copyright (C) 2010, 2011 Olaf Till <olaf.till@uni-jena.de> 4 %% Copyright (C) 2010, 2011 Olaf Till <olaf.till@uni-jena.de>
5 %% 5 %%
6 %% This program is free software; you can redistribute it and/or modify 6 %% This program is free software; you can redistribute it and/or modify it under
7 %% it under the terms of the GNU General Public License as published by 7 %% the terms of the GNU General Public License as published by the Free Software
8 %% the Free Software Foundation; either version 2 of the License, or 8 %% Foundation; either version 3 of the License, or (at your option) any later
9 %% (at your option) any later version. 9 %% version.
10 %% 10 %%
11 %% This program is distributed in the hope that it will be useful, 11 %% This program is distributed in the hope that it will be useful, but WITHOUT
12 %% but WITHOUT ANY WARRANTY; without even the implied warranty of 12 %% ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 %% FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
14 %% GNU General Public License for more details. 14 %% details.
15 %% 15 %%
16 %% You should have received a copy of the GNU General Public License 16 %% You should have received a copy of the GNU General Public License along with
17 %% along with this program; If not, see <http://www.gnu.org/licenses/>. 17 %% this program; if not, see <http://www.gnu.org/licenses/>.
18 18
19 function prt = __dfdp__ (p, func, hook) 19 function prt = __dfdp__ (p, func, hook)
20 20
21 %% Meant to be called by interfaces 'dfxpdp.m' and 'dfpdp.m', see there. 21 %% Meant to be called by interfaces 'dfxpdp.m' and 'dfpdp.m', see there.
22 22