From: <car...@us...> - 2012-04-05 21:52:25
|
Revision: 10155 http://octave.svn.sourceforge.net/octave/?rev=10155&view=rev Author: carandraug Date: 2012-04-05 21:52:16 +0000 (Thu, 05 Apr 2012) Log Message: ----------- maint: updating Laurent Mazet e-mail address Modified Paths: -------------- trunk/octave-forge/AUTHORS trunk/octave-forge/admin/qhull.spec trunk/octave-forge/extra/Windows/src/grab.cc trunk/octave-forge/extra/graceplot/inst/alternatives/print.m trunk/octave-forge/main/io/inst/xmlwrite.m trunk/octave-forge/main/io/src/cell2csv.cc trunk/octave-forge/main/io/src/csv2cell.cc trunk/octave-forge/main/io/src/csvconcat.cc trunk/octave-forge/main/io/src/csvexplode.cc trunk/octave-forge/main/io/src/xmlread.cc trunk/octave-forge/main/io/src/xmltree.c trunk/octave-forge/main/io/src/xmltree.h trunk/octave-forge/main/io/src/xmltree_read.act trunk/octave-forge/main/io/src/xmltree_read.h trunk/octave-forge/main/plot/inst/dxfwrite.m trunk/octave-forge/main/signal/inst/tukeywin.m Modified: trunk/octave-forge/AUTHORS =================================================================== --- trunk/octave-forge/AUTHORS 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/AUTHORS 2012-04-05 21:52:16 UTC (rev 10155) @@ -87,7 +87,7 @@ Kai P. Mueller <mu...@if...> Kurt Hornik <Kur...@wu...> Lance Norskog And Sundry Contributors -Laurent Mazet <ma...@cr...> +Laurent Mazet <lau...@ma...> Leopoldo Cerbaro <red...@li...> Levente Torok / Tor...@gm... Luca Citi Modified: trunk/octave-forge/admin/qhull.spec =================================================================== --- trunk/octave-forge/admin/qhull.spec 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/admin/qhull.spec 2012-04-05 21:52:16 UTC (rev 10155) @@ -80,13 +80,13 @@ %_mandir/* %changelog -* Wed Jun 16 2004 Laurent Mazet <ma...@cr...> 2003.1-1mdk +* Wed Jun 16 2004 Laurent Mazet <lau...@ma...> 2003.1-1mdk - Update to qhull new version -* Thu Sep 05 2002 Laurent Mazet <ma...@cr...> 2002.1-1mdk +* Thu Sep 05 2002 Laurent Mazet <lau...@ma...> 2002.1-1mdk - Update to qhull new version -* Thu May 30 2002 Laurent Mazet <ma...@cr...> 3.1-1mdk +* Thu May 30 2002 Laurent Mazet <lau...@ma...> 3.1-1mdk - First package # end of file Modified: trunk/octave-forge/extra/Windows/src/grab.cc =================================================================== --- trunk/octave-forge/extra/Windows/src/grab.cc 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/extra/Windows/src/grab.cc 2012-04-05 21:52:16 UTC (rev 10155) @@ -15,7 +15,7 @@ */ /* - * Copyright (C) 2001 Laurent Mazet <ma...@cr...> + * Copyright (C) 2001 Laurent Mazet <lau...@ma...> * * Fix error handler to avoid octave core-dump. * Change to avoid the input limit. Modified: trunk/octave-forge/extra/graceplot/inst/alternatives/print.m =================================================================== --- trunk/octave-forge/extra/graceplot/inst/alternatives/print.m 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/extra/graceplot/inst/alternatives/print.m 2012-04-05 21:52:16 UTC (rev 10155) @@ -77,7 +77,7 @@ ## ## Author: Daniel Heiserer <Dan...@ph...> -## 2001-03-23 Laurent Mazet <ma...@cr...> +## 2001-03-23 Laurent Mazet <lau...@ma...> ## * simplified interface: guess the device from the extension ## * font support ## 2001-03-25 Paul Kienzle <pki...@us...> @@ -85,7 +85,7 @@ ## * use tmpnam to generate temporary name ## * move "set term" before "set output" as required by gnuplot ## * more options, and flexible options -## 2001-03-29 Laurent Mazet <ma...@cr...> +## 2001-03-29 Laurent Mazet <lau...@ma...> ## * add solid and dashed options ## * change PBMplus device ## * add Corel device @@ -95,7 +95,7 @@ ## * create a .ps for printing (avoid some filtering problems). ## * default printing is mono, default convert is color. ## * add font size support. -## 2001-03-30 Laurent Mazet <ma...@cr...> +## 2001-03-30 Laurent Mazet <lau...@ma...> ## * correct correl into corel ## * delete a irrelevant test ## * check for convert before choosing the ouput device Modified: trunk/octave-forge/main/io/inst/xmlwrite.m =================================================================== --- trunk/octave-forge/main/io/inst/xmlwrite.m 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/io/inst/xmlwrite.m 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,4 +1,4 @@ -## Copyright (C) 2004 Laurent Mazet <ma...@cr...> +## Copyright (C) 2004 Laurent Mazet <lau...@ma...> ## ## 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 the Free Software Modified: trunk/octave-forge/main/io/src/cell2csv.cc =================================================================== --- trunk/octave-forge/main/io/src/cell2csv.cc 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/io/src/cell2csv.cc 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,4 +1,4 @@ -// Copyright (C) 2004 Laurent Mazet <ma...@cr...> +// Copyright (C) 2004 Laurent Mazet <lau...@ma...> // // 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 the Free Software Modified: trunk/octave-forge/main/io/src/csv2cell.cc =================================================================== --- trunk/octave-forge/main/io/src/csv2cell.cc 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/io/src/csv2cell.cc 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,4 +1,4 @@ -// Copyright (C) 2004 Laurent Mazet <ma...@cr...> +// Copyright (C) 2004 Laurent Mazet <lau...@ma...> // // 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 the Free Software Modified: trunk/octave-forge/main/io/src/csvconcat.cc =================================================================== --- trunk/octave-forge/main/io/src/csvconcat.cc 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/io/src/csvconcat.cc 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,4 +1,4 @@ -// Copyright (C) 2004 Laurent Mazet <ma...@cr...> +// Copyright (C) 2004 Laurent Mazet <lau...@ma...> // // 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 the Free Software Modified: trunk/octave-forge/main/io/src/csvexplode.cc =================================================================== --- trunk/octave-forge/main/io/src/csvexplode.cc 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/io/src/csvexplode.cc 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,4 +1,4 @@ -// Copyright (C) 2004 Laurent Mazet <ma...@cr...> +// Copyright (C) 2004 Laurent Mazet <lau...@ma...> // // 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 the Free Software Modified: trunk/octave-forge/main/io/src/xmlread.cc =================================================================== --- trunk/octave-forge/main/io/src/xmlread.cc 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/io/src/xmlread.cc 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,4 +1,4 @@ -// Copyright (C) 2004 Laurent Mazet <ma...@cr...> +// Copyright (C) 2004 Laurent Mazet <lau...@ma...> // // 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 the Free Software Modified: trunk/octave-forge/main/io/src/xmltree.c =================================================================== --- trunk/octave-forge/main/io/src/xmltree.c 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/io/src/xmltree.c 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,4 +1,4 @@ -// Copyright (C) 2004 Laurent Mazet <ma...@cr...> +// Copyright (C) 2004 Laurent Mazet <lau...@ma...> // // 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 the Free Software Modified: trunk/octave-forge/main/io/src/xmltree.h =================================================================== --- trunk/octave-forge/main/io/src/xmltree.h 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/io/src/xmltree.h 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,4 +1,4 @@ -// Copyright (C) 2004 Laurent Mazet <ma...@cr...> +// Copyright (C) 2004 Laurent Mazet <lau...@ma...> // // 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 the Free Software Modified: trunk/octave-forge/main/io/src/xmltree_read.act =================================================================== --- trunk/octave-forge/main/io/src/xmltree_read.act 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/io/src/xmltree_read.act 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,6 +1,6 @@ <!-- -*- XML -*- --> <!-- - Copyright (C) 2004 Laurent Mazet <ma...@cr...> + Copyright (C) 2004 Laurent Mazet <lau...@ma...> 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 the Free Software Modified: trunk/octave-forge/main/io/src/xmltree_read.h =================================================================== --- trunk/octave-forge/main/io/src/xmltree_read.h 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/io/src/xmltree_read.h 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,4 +1,4 @@ -// Copyright (C) 2004 Laurent Mazet <ma...@cr...> +// Copyright (C) 2004 Laurent Mazet <lau...@ma...> // // 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 the Free Software Modified: trunk/octave-forge/main/plot/inst/dxfwrite.m =================================================================== --- trunk/octave-forge/main/plot/inst/dxfwrite.m 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/plot/inst/dxfwrite.m 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,5 +1,5 @@ ## Copyright (C) 2004 Patrick Labbe -## Copyright (C) 2004 Laurent Mazet <ma...@cr...> +## Copyright (C) 2004 Laurent Mazet <lau...@ma...> ## Copyright (C) 2005 Larry Doolittle <ldo...@re...> ## ## This program is free software; you can redistribute it and/or modify Modified: trunk/octave-forge/main/signal/inst/tukeywin.m =================================================================== --- trunk/octave-forge/main/signal/inst/tukeywin.m 2012-04-05 21:45:17 UTC (rev 10154) +++ trunk/octave-forge/main/signal/inst/tukeywin.m 2012-04-05 21:52:16 UTC (rev 10155) @@ -1,4 +1,4 @@ -## Copyright (C) 2007 Laurent Mazet <ma...@cr...> +## Copyright (C) 2007 Laurent Mazet <lau...@ma...> ## ## 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 the Free Software This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |