From: <car...@us...> - 2011-10-19 13:13:10
|
Revision: 8787 http://octave.svn.sourceforge.net/octave/?rev=8787&view=rev Author: carandraug Date: 2011-10-19 13:13:00 +0000 (Wed, 19 Oct 2011) Log Message: ----------- E-mail address of Jaroslav Hajek to copyright notices Modified Paths: -------------- trunk/octave-forge/extra/bugfix-3.0.5/inst/intersect.m trunk/octave-forge/extra/oct2mat/inst/oct2mat trunk/octave-forge/extra/oct2mat/inst/test_oct2mat.m trunk/octave-forge/main/benchmark/DESCRIPTION trunk/octave-forge/main/general/inst/adresamp2.m trunk/octave-forge/main/general/inst/pararrayfun.m trunk/octave-forge/main/general/inst/unresamp2.m trunk/octave-forge/main/general/inst/unvech.m trunk/octave-forge/main/general/inst/ztvals.m trunk/octave-forge/main/linear-algebra/inst/cod.m trunk/octave-forge/main/linear-algebra/inst/ndcovlt.m trunk/octave-forge/main/linear-algebra/inst/smwsolve.m trunk/octave-forge/main/linear-algebra/src/mgorth.cc trunk/octave-forge/main/struct/src/structcat.cc Modified: trunk/octave-forge/extra/bugfix-3.0.5/inst/intersect.m =================================================================== --- trunk/octave-forge/extra/bugfix-3.0.5/inst/intersect.m 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/extra/bugfix-3.0.5/inst/intersect.m 2011-10-19 13:13:00 UTC (rev 8787) @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Jaroslav Hajek +## Copyright (C) 2008, 2009 Jaroslav Hajek <hi...@gm...> ## Copyright (C) 2000, 2006, 2007 Paul Kienzle ## ## This file is part of Octave. Modified: trunk/octave-forge/extra/oct2mat/inst/oct2mat =================================================================== --- trunk/octave-forge/extra/oct2mat/inst/oct2mat 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/extra/oct2mat/inst/oct2mat 2011-10-19 13:13:00 UTC (rev 8787) @@ -7,7 +7,7 @@ # $Id$ # Copyright 2001,2002,2003,2004 Paul Kienzle # Copyright 2010 Alois Schloegl -# Copyright 2010 Jaroslav Hajek +# Copyright 2010 Jaroslav Hajek <hi...@gm...> # This is part of Octave-Forge's Oct2Mat toolbox # # Goal: automatically convert most octave code so that it will run on matlab. Modified: trunk/octave-forge/extra/oct2mat/inst/test_oct2mat.m =================================================================== --- trunk/octave-forge/extra/oct2mat/inst/test_oct2mat.m 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/extra/oct2mat/inst/test_oct2mat.m 2011-10-19 13:13:00 UTC (rev 8787) @@ -1,6 +1,7 @@ ## test_oct2mat is a script for testing oct2mat conversion ## -## Copyright (C) 2010 Jaroslav Hajek, Alois Schloegl +## Copyright (C) 2010 Jaroslav Hajek <hi...@gm...> +## Copyright (C0 2010 Alois Schloegl b=zeros(5); c=ones(5); @@ -178,13 +179,13 @@ aa=bb>=cc=dd; kk += 1; - ++drows; - ++drows ; 4, - i += 1; - val *= 1000; - coeff -= 1; - val /= 1000; - coeff += 1; + ++drows; + ++drows ; 4, + i += 1; + val *= 1000; + coeff -= 1; + val /= 1000; + coeff += 1; aa = dd.(kk); Modified: trunk/octave-forge/main/benchmark/DESCRIPTION =================================================================== --- trunk/octave-forge/main/benchmark/DESCRIPTION 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/main/benchmark/DESCRIPTION 2011-10-19 13:13:00 UTC (rev 8787) @@ -3,7 +3,7 @@ Date: 2009-04-15 Author: Octave community Title: Benchmarks for Octave -Maintainer: Jaroslav Hajek (hi...@gm...) +Maintainer: Jaroslav Hajek <hi...@gm...> Description: The package contains code used to benchmark speed of Octave. License: GPL v2 Depends: octave (>= 2.9.7) Modified: trunk/octave-forge/main/general/inst/adresamp2.m =================================================================== --- trunk/octave-forge/main/general/inst/adresamp2.m 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/main/general/inst/adresamp2.m 2011-10-19 13:13:00 UTC (rev 8787) @@ -1,6 +1,6 @@ ## Copyright (C) 2009 VZLU Prague, a.s., Czech Republic ## -## Author: Jaroslav Hajek +## Author: Jaroslav Hajek <hi...@gm...> ## ## 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/general/inst/pararrayfun.m =================================================================== --- trunk/octave-forge/main/general/inst/pararrayfun.m 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/main/general/inst/pararrayfun.m 2011-10-19 13:13:00 UTC (rev 8787) @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Jaroslav Hajek +## Copyright (C) 2009 Jaroslav Hajek <hi...@gm...> ## Copyright (C) 2009 VZLU Prague, a.s., Czech Republic ## ## Author: Jaroslav Hajek <hi...@gm...> Modified: trunk/octave-forge/main/general/inst/unresamp2.m =================================================================== --- trunk/octave-forge/main/general/inst/unresamp2.m 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/main/general/inst/unresamp2.m 2011-10-19 13:13:00 UTC (rev 8787) @@ -1,6 +1,6 @@ ## Copyright (C) 2009 VZLU Prague, a.s., Czech Republic ## -## Author: Jaroslav Hajek +## Author: Jaroslav Hajek <hi...@gm...> ## ## 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/general/inst/unvech.m =================================================================== --- trunk/octave-forge/main/general/inst/unvech.m 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/main/general/inst/unvech.m 2011-10-19 13:13:00 UTC (rev 8787) @@ -1,5 +1,5 @@ ## Copyright (C) 2006 Michael Creel <mic...@ua...> -## Copyright (C) 2009 Jaroslav Hajek +## Copyright (C) 2009 Jaroslav Hajek <hi...@gm...> ## ## 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/general/inst/ztvals.m =================================================================== --- trunk/octave-forge/main/general/inst/ztvals.m 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/main/general/inst/ztvals.m 2011-10-19 13:13:00 UTC (rev 8787) @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Jaroslav Hajek +## Copyright (C) 2009 Jaroslav Hajek <hi...@gm...> ## ## 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/linear-algebra/inst/cod.m =================================================================== --- trunk/octave-forge/main/linear-algebra/inst/cod.m 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/main/linear-algebra/inst/cod.m 2011-10-19 13:13:00 UTC (rev 8787) @@ -1,6 +1,6 @@ ## Copyright (C) 2009 VZLU Prague, a.s., Czech Republic ## -## Author: Jaroslav Hajek +## Author: Jaroslav Hajek <hi...@gm...> ## ## 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/linear-algebra/inst/ndcovlt.m =================================================================== --- trunk/octave-forge/main/linear-algebra/inst/ndcovlt.m 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/main/linear-algebra/inst/ndcovlt.m 2011-10-19 13:13:00 UTC (rev 8787) @@ -1,6 +1,6 @@ ## Copyright (C) 2010 VZLU Prague, a.s., Czech Republic ## -## Author: Jaroslav Hajek +## Author: Jaroslav Hajek <hi...@gm...> ## ## 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/linear-algebra/inst/smwsolve.m =================================================================== --- trunk/octave-forge/main/linear-algebra/inst/smwsolve.m 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/main/linear-algebra/inst/smwsolve.m 2011-10-19 13:13:00 UTC (rev 8787) @@ -1,6 +1,6 @@ ## Copyright (C) 2009 VZLU Prague, a.s., Czech Republic ## -## Author: Jaroslav Hajek +## Author: Jaroslav Hajek <hi...@gm...> ## ## 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/linear-algebra/src/mgorth.cc =================================================================== --- trunk/octave-forge/main/linear-algebra/src/mgorth.cc 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/main/linear-algebra/src/mgorth.cc 2011-10-19 13:13:00 UTC (rev 8787) @@ -16,7 +16,7 @@ along with this file. If not, see <http://www.gnu.org/licenses/>. Author: Carlo de Falco <cdf _AT_ users _DOT_ sourceforge _DOT_ net> - Jaroslav Hajek + Jaroslav Hajek <hi...@gm...> */ Modified: trunk/octave-forge/main/struct/src/structcat.cc =================================================================== --- trunk/octave-forge/main/struct/src/structcat.cc 2011-10-19 11:32:24 UTC (rev 8786) +++ trunk/octave-forge/main/struct/src/structcat.cc 2011-10-19 13:13:00 UTC (rev 8787) @@ -1,7 +1,7 @@ /* Copyright (C) 2009 John W. Eaton -Copyright (C) 2009 Jaroslav Hajek +Copyright (C) 2009 Jaroslav Hajek <hi...@gm...> Copyright (C) 2010, 2011 Olaf Till This program is free software; you can redistribute it and/or modify This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |