changeset 27982:d3dc3f7f7999

maint: Remove all "Modified:" lines in code base. * gradient.m, datevec.m: Remove all "Modified:" lines in code base.
author Rik <rik@octave.org>
date Tue, 21 Jan 2020 13:20:01 -0800
parents 7f1cec12c240
children b09432b20a84
files scripts/general/gradient.m scripts/time/datevec.m
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/gradient.m	Tue Jan 21 13:15:15 2020 -0800
+++ b/scripts/general/gradient.m	Tue Jan 21 13:20:01 2020 -0800
@@ -68,7 +68,6 @@
 ## @end deftypefn
 
 ## Author:  Kai Habel <kai.habel@gmx.de>
-## Modified: David Bateman <dbateman@free.fr> Added NDArray support
 
 function varargout = gradient (m, varargin)
 
--- a/scripts/time/datevec.m	Tue Jan 21 13:15:15 2020 -0800
+++ b/scripts/time/datevec.m	Tue Jan 21 13:20:01 2020 -0800
@@ -52,7 +52,6 @@
 ## Algorithm: Peter Baum (http://vsg.cape.com/~pbaum/date/date0.htm)
 
 ## Author: pkienzle <pkienzle@users.sf.net>
-## Modified: bdenney <bill@givebillmoney.com>
 
 ## The function __date_str2vec__ is based on datesplit by Bill Denney.