From: <i7...@us...> - 2011-02-25 08:44:36
|
Revision: 8137 http://octave.svn.sourceforge.net/octave/?rev=8137&view=rev Author: i7tiol Date: 2011-02-25 08:44:30 +0000 (Fri, 25 Feb 2011) Log Message: ----------- Update copyright notices of functions for 'subpackage' nonlin_residmin. Modified Paths: -------------- trunk/octave-forge/main/optim/DESCRIPTION trunk/octave-forge/main/optim/inst/__collect_constraints__.m trunk/octave-forge/main/optim/inst/__dfdp__.m trunk/octave-forge/main/optim/inst/__lm_svd__.m trunk/octave-forge/main/optim/inst/__nonlin_residmin__.m trunk/octave-forge/main/optim/inst/__plot_cmds__.m trunk/octave-forge/main/optim/inst/cpiv_bard.m trunk/octave-forge/main/optim/inst/dcdp.m trunk/octave-forge/main/optim/inst/dfdp.m trunk/octave-forge/main/optim/inst/dfpdp.m trunk/octave-forge/main/optim/inst/dfxpdp.m trunk/octave-forge/main/optim/inst/gjp.m trunk/octave-forge/main/optim/inst/leasqr.m trunk/octave-forge/main/optim/inst/nonlin_curvefit.m trunk/octave-forge/main/optim/inst/nonlin_residmin.m Modified: trunk/octave-forge/main/optim/DESCRIPTION =================================================================== --- trunk/octave-forge/main/optim/DESCRIPTION 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/DESCRIPTION 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,6 +1,6 @@ Name: Optim Version: 1.0.16 -Date: 2010-12-02 +Date: 2011-01-01 Author: Various Authors Maintainer: The Octave Community Title: Optimzation. Modified: trunk/octave-forge/main/optim/inst/__collect_constraints__.m =================================================================== --- trunk/octave-forge/main/optim/inst/__collect_constraints__.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/__collect_constraints__.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Olaf Till <ola...@un...> +## Copyright (C) 2010, 2011 Olaf Till <ola...@un...> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/__dfdp__.m =================================================================== --- trunk/octave-forge/main/optim/inst/__dfdp__.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/__dfdp__.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,7 +1,7 @@ %% Copyright (C) 1992-1994 Richard Shrager %% Copyright (C) 1992-1994 Arthur Jutan %% Copyright (C) 1992-1994 Ray Muzic -%% Copyright (C) 2010 Olaf Till <ola...@un...> +%% Copyright (C) 2010, 2011 Olaf Till <ola...@un...> %% %% This program is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/__lm_svd__.m =================================================================== --- trunk/octave-forge/main/optim/inst/__lm_svd__.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/__lm_svd__.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,7 +1,7 @@ %% Copyright (C) 1992-1994 Richard Shrager %% Copyright (C) 1992-1994 Arthur Jutan %% Copyright (C) 1992-1994 Ray Muzic -%% Copyright (C) 2010 Olaf Till <ola...@un...> +%% Copyright (C) 2010, 2011 Olaf Till <ola...@un...> %% %% This program is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/__nonlin_residmin__.m =================================================================== --- trunk/octave-forge/main/optim/inst/__nonlin_residmin__.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/__nonlin_residmin__.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Olaf Till <ola...@un...> +## Copyright (C) 2010, 2011 Olaf Till <ola...@un...> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/__plot_cmds__.m =================================================================== --- trunk/octave-forge/main/optim/inst/__plot_cmds__.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/__plot_cmds__.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,4 +1,4 @@ -%% Copyright (C) 2010 Olaf Till <ola...@un...> +%% Copyright (C) 2010, 2011 Olaf Till <ola...@un...> %% %% This program is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/cpiv_bard.m =================================================================== --- trunk/octave-forge/main/optim/inst/cpiv_bard.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/cpiv_bard.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,4 +1,4 @@ -%% Copyright (C) 2010 Olaf Till +%% Copyright (C) 2010, 2011 Olaf Till %% %% This program is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/dcdp.m =================================================================== --- trunk/octave-forge/main/optim/inst/dcdp.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/dcdp.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,4 +1,4 @@ -%% Copyright (C) 2010 Olaf Till <ola...@un...> +%% Copyright (C) 2010, 2011 Olaf Till <ola...@un...> %% %% This program is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/dfdp.m =================================================================== --- trunk/octave-forge/main/optim/inst/dfdp.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/dfdp.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,7 +1,7 @@ %% Copyright (C) 1992-1994 Richard Shrager %% Copyright (C) 1992-1994 Arthur Jutan %% Copyright (C) 1992-1994 Ray Muzic -%% Copyright (C) 2010 Olaf Till <ola...@un...> +%% Copyright (C) 2010, 2011 Olaf Till <ola...@un...> %% %% This program is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/dfpdp.m =================================================================== --- trunk/octave-forge/main/optim/inst/dfpdp.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/dfpdp.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,4 +1,4 @@ -%% Copyright (C) 2010 Olaf Till <ola...@un...> +%% Copyright (C) 2010, 2011 Olaf Till <ola...@un...> %% %% This program is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/dfxpdp.m =================================================================== --- trunk/octave-forge/main/optim/inst/dfxpdp.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/dfxpdp.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,4 +1,4 @@ -%% Copyright (C) 2010 Olaf Till <ola...@un...> +%% Copyright (C) 2010, 2011 Olaf Till <ola...@un...> %% %% This program is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/gjp.m =================================================================== --- trunk/octave-forge/main/optim/inst/gjp.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/gjp.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,4 +1,4 @@ -%% Copyright (C) 2010 Olaf Till +%% Copyright (C) 2010, 2011 Olaf Till %% %% This program is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/leasqr.m =================================================================== --- trunk/octave-forge/main/optim/inst/leasqr.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/leasqr.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,7 +1,7 @@ %% Copyright (C) 1992-1994 Richard Shrager %% Copyright (C) 1992-1994 Arthur Jutan %% Copyright (C) 1992-1994 Ray Muzic -%% Copyright (C) 2010 Olaf Till <ola...@un...> +%% Copyright (C) 2010, 2011 Olaf Till <ola...@un...> %% %% This program is free software; you can redistribute it and/or modify %% it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/nonlin_curvefit.m =================================================================== --- trunk/octave-forge/main/optim/inst/nonlin_curvefit.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/nonlin_curvefit.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Olaf Till <ola...@un...> +## Copyright (C) 2010, 2011 Olaf Till <ola...@un...> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/optim/inst/nonlin_residmin.m =================================================================== --- trunk/octave-forge/main/optim/inst/nonlin_residmin.m 2011-02-25 08:33:33 UTC (rev 8136) +++ trunk/octave-forge/main/optim/inst/nonlin_residmin.m 2011-02-25 08:44:30 UTC (rev 8137) @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Olaf Till <ola...@un...> +## Copyright (C) 2010, 2011 Olaf Till <ola...@un...> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |