From: <aba...@us...> - 2009-11-19 09:29:56
|
Revision: 6485 http://octave.svn.sourceforge.net/octave/?rev=6485&view=rev Author: abarth93 Date: 2009-11-19 09:29:44 +0000 (Thu, 19 Nov 2009) Log Message: ----------- update email Modified Paths: -------------- trunk/octave-forge/main/octcdf/inst/ncbyte.m trunk/octave-forge/main/octcdf/inst/ncchar.m trunk/octave-forge/main/octcdf/inst/ncdouble.m trunk/octave-forge/main/octcdf/inst/ncdump.m trunk/octave-forge/main/octcdf/inst/ncfillvalue.m trunk/octave-forge/main/octcdf/inst/ncfloat.m trunk/octave-forge/main/octcdf/inst/ncint.m trunk/octave-forge/main/octcdf/inst/nclong.m trunk/octave-forge/main/octcdf/inst/ncshort.m trunk/octave-forge/main/octcdf/inst/nctest.m trunk/octave-forge/main/octcdf/src/nctype.m4 trunk/octave-forge/main/octcdf/src/ov-ncatt.cc trunk/octave-forge/main/octcdf/src/ov-ncatt.h trunk/octave-forge/main/octcdf/src/ov-ncdim.cc trunk/octave-forge/main/octcdf/src/ov-ncdim.h trunk/octave-forge/main/octcdf/src/ov-ncfile.cc trunk/octave-forge/main/octcdf/src/ov-ncfile.h trunk/octave-forge/main/octcdf/src/ov-ncvar.cc trunk/octave-forge/main/octcdf/src/ov-ncvar.h trunk/octave-forge/main/octcdf/src/ov-netcdf.cc trunk/octave-forge/main/octcdf/src/ov-netcdf.h Modified: trunk/octave-forge/main/octcdf/inst/ncbyte.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/ncbyte.m 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/inst/ncbyte.m 2009-11-19 09:29:44 UTC (rev 6485) @@ -32,7 +32,7 @@ ## @end deftypefn ## @seealso{netcdf} -## Author: Alexander Barth <ab...@ma...> +## Author: Alexander Barth <bar...@gm...> function c = ncbyte(varargin); Modified: trunk/octave-forge/main/octcdf/inst/ncchar.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/ncchar.m 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/inst/ncchar.m 2009-11-19 09:29:44 UTC (rev 6485) @@ -32,7 +32,7 @@ ## @end deftypefn ## @seealso{netcdf} -## Author: Alexander Barth <ab...@ma...> +## Author: Alexander Barth <bar...@gm...> function c = ncchar(varargin); Modified: trunk/octave-forge/main/octcdf/inst/ncdouble.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/ncdouble.m 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/inst/ncdouble.m 2009-11-19 09:29:44 UTC (rev 6485) @@ -32,7 +32,7 @@ ## @end deftypefn ## @seealso{netcdf} -## Author: Alexander Barth <ab...@ma...> +## Author: Alexander Barth <bar...@gm...> function c = ncdouble(varargin); Modified: trunk/octave-forge/main/octcdf/inst/ncdump.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/ncdump.m 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/inst/ncdump.m 2009-11-19 09:29:44 UTC (rev 6485) @@ -25,7 +25,7 @@ ## ## @seealso{ncdim,ncvar,ncatt} -## Author: Alexander Barth <ab...@ma...> +## Author: Alexander Barth <bar...@gm...> Modified: trunk/octave-forge/main/octcdf/inst/ncfillvalue.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/ncfillvalue.m 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/inst/ncfillvalue.m 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Alexander Barth <a....@ul...> +## Copyright (C) 2009 Alexander Barth <bar...@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 @@ -20,7 +20,7 @@ ## @end deftypefn ## @seealso{netcdf} -## Author: Alexander Barth <a....@ul...> +## Author: Alexander Barth <bar...@gm...> function varargout = ncfillvalue(varargin); Modified: trunk/octave-forge/main/octcdf/inst/ncfloat.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/ncfloat.m 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/inst/ncfloat.m 2009-11-19 09:29:44 UTC (rev 6485) @@ -32,7 +32,7 @@ ## @end deftypefn ## @seealso{netcdf} -## Author: Alexander Barth <ab...@ma...> +## Author: Alexander Barth <bar...@gm...> function c = ncfloat(varargin); Modified: trunk/octave-forge/main/octcdf/inst/ncint.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/ncint.m 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/inst/ncint.m 2009-11-19 09:29:44 UTC (rev 6485) @@ -32,7 +32,7 @@ ## @end deftypefn ## @seealso{netcdf} -## Author: Alexander Barth <ab...@ma...> +## Author: Alexander Barth <bar...@gm...> function c = ncint(varargin); Modified: trunk/octave-forge/main/octcdf/inst/nclong.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/nclong.m 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/inst/nclong.m 2009-11-19 09:29:44 UTC (rev 6485) @@ -32,7 +32,7 @@ ## @end deftypefn ## @seealso{netcdf} -## Author: Alexander Barth <ab...@ma...> +## Author: Alexander Barth <bar...@gm...> function c = nclong(varargin); Modified: trunk/octave-forge/main/octcdf/inst/ncshort.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/ncshort.m 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/inst/ncshort.m 2009-11-19 09:29:44 UTC (rev 6485) @@ -32,7 +32,7 @@ ## @end deftypefn ## @seealso{netcdf} -## Author: Alexander Barth <ab...@ma...> +## Author: Alexander Barth <bar...@gm...> function c = ncshort(varargin); Modified: trunk/octave-forge/main/octcdf/inst/nctest.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/nctest.m 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/inst/nctest.m 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,4 +1,4 @@ -## Copyright (C) 2005 Alexander Barth <ab...@ma...> +## Copyright (C) 2005 Alexander Barth <bar...@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 @@ -19,7 +19,7 @@ ## should pass. ## @end deftypefn -## Author: Alexander Barth <ab...@ma...> +## Author: Alexander Barth <bar...@gm...> Modified: trunk/octave-forge/main/octcdf/src/nctype.m4 =================================================================== --- trunk/octave-forge/main/octcdf/src/nctype.m4 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/src/nctype.m4 2009-11-19 09:29:44 UTC (rev 6485) @@ -33,7 +33,7 @@ ## @end deftypefn ## @seealso{netcdf} -## Author: Alexander Barth <ab...@ma...> +## Author: Alexander Barth <bar...@gm...> function c = nc`'TYPE`'(varargin); Modified: trunk/octave-forge/main/octcdf/src/ov-ncatt.cc =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-ncatt.cc 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/src/ov-ncatt.cc 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,6 +1,6 @@ /* octcdf, a netcdf toolbox for octave - Copyright (C) 2005 Alexander Barth <ab...@ma...> + Copyright (C) 2005 Alexander Barth <bar...@gm...> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Modified: trunk/octave-forge/main/octcdf/src/ov-ncatt.h =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-ncatt.h 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/src/ov-ncatt.h 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,6 +1,6 @@ /* octcdf, a netcdf toolbox for octave - Copyright (C) 2005 Alexander Barth <ab...@ma...> + Copyright (C) 2005 Alexander Barth <bar...@gm...> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Modified: trunk/octave-forge/main/octcdf/src/ov-ncdim.cc =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-ncdim.cc 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/src/ov-ncdim.cc 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,6 +1,6 @@ /* octcdf, a netcdf toolbox for octave - Copyright (C) 2005 Alexander Barth <ab...@ma...> + Copyright (C) 2005 Alexander Barth <bar...@gm...> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Modified: trunk/octave-forge/main/octcdf/src/ov-ncdim.h =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-ncdim.h 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/src/ov-ncdim.h 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,6 +1,6 @@ /* octcdf, a netcdf toolbox for octave - Copyright (C) 2005 Alexander Barth <ab...@ma...> + Copyright (C) 2005 Alexander Barth <bar...@gm...> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Modified: trunk/octave-forge/main/octcdf/src/ov-ncfile.cc =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-ncfile.cc 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/src/ov-ncfile.cc 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,6 +1,6 @@ /* octcdf, a netcdf toolbox for octave - Copyright (C) 2005 Alexander Barth <ab...@ma...> + Copyright (C) 2005 Alexander Barth <bar...@gm...> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Modified: trunk/octave-forge/main/octcdf/src/ov-ncfile.h =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-ncfile.h 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/src/ov-ncfile.h 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,6 +1,6 @@ /* octcdf, a netcdf toolbox for octave - Copyright (C) 2005 Alexander Barth <ab...@ma...> + Copyright (C) 2005 Alexander Barth <bar...@gm...> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Modified: trunk/octave-forge/main/octcdf/src/ov-ncvar.cc =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-ncvar.cc 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/src/ov-ncvar.cc 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,6 +1,6 @@ /* octcdf, a netcdf toolbox for octave - Copyright (C) 2005 Alexander Barth <ab...@ma...> + Copyright (C) 2005 Alexander Barth <bar...@gm...> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Modified: trunk/octave-forge/main/octcdf/src/ov-ncvar.h =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-ncvar.h 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/src/ov-ncvar.h 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,6 +1,6 @@ /* octcdf, a netcdf toolbox for octave - Copyright (C) 2005 Alexander Barth <ab...@ma...> + Copyright (C) 2005 Alexander Barth <bar...@gm...> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Modified: trunk/octave-forge/main/octcdf/src/ov-netcdf.cc =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-netcdf.cc 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/src/ov-netcdf.cc 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,6 +1,6 @@ /* octcdf, a netcdf toolbox for octave - Copyright (C) 2005 Alexander Barth <ab...@ma...> + Copyright (C) 2005 Alexander Barth <bar...@gm...> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Modified: trunk/octave-forge/main/octcdf/src/ov-netcdf.h =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-netcdf.h 2009-11-19 09:22:07 UTC (rev 6484) +++ trunk/octave-forge/main/octcdf/src/ov-netcdf.h 2009-11-19 09:29:44 UTC (rev 6485) @@ -1,6 +1,6 @@ /* octcdf, a netcdf toolbox for octave - Copyright (C) 2005 Alexander Barth <ab...@ma...> + Copyright (C) 2005 Alexander Barth <bar...@gm...> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |