changeset 27980:bdad8ca48700

maint: Remove "Created:" lines from code base. * lin2mu.m, mu2lin.m, bincoeff.m, common_size.m, deal.m, nextpow2.m, postpad.m, prepad.m, repmat.m, shift.m, xor.m, inpolygon.m, rotx.m, roty.m, rotz.m, getappdata.m, isappdata.m, rmappdata.m, setappdata.m, colormap.m, gray.m, gray2ind.m, image.m, imagesc.m, ind2gray.m, ind2rgb.m, ocean.m, rgb2ind.m, javachk.m, javamem.m, commutation_matrix.m, cross.m, duplication_matrix.m, gls.m, housh.m, isdefinite.m, ishermitian.m, issymmetric.m, null.m, ols.m, orth.m, qzhess.m, vech.m, __w2mpth__.m, expand_rel_paths.m, make_rel_paths.m, daspect.m, pbaspect.m, rticks.m, thetaticks.m, xticklabels.m, xticks.m, yticklabels.m, yticks.m, zticklabels.m, zticks.m, comet.m, errorbar.m, loglogerr.m, __errplot__.m, semilogxerr.m, semilogyerr.m, cla.m, copyobj.m, hdl2struct.m, linkaxes.m, __ghostscript__.m, __gnuplot_get_var__.m, __gnuplot_has_feature__.m, __gnuplot_has_terminal__.m, __gnuplot_open_stream__.m, struct2hdl.m, compan.m, conv.m, deconv.m, mpoles.m, poly.m, polyder.m, polyfit.m, polyint.m, polyout.m, polyreduce.m, polyval.m, polyvalm.m, residue.m, roots.m, __parse_movargs__.m, detrend.m, fftconv.m, fftfilt.m, fftshift.m, ifftshift.m, movfun.m, movslice.m, beta.m, betaln.m, lcm.m, pow2.m, corr.m, kurtosis.m, skewness.m, untabify.m, calendar.m, datestr.m, datevec.m, eomday.m, now.m, weekday.m: Remove "Created:" lines from code base.
author Rik <rik@octave.org>
date Tue, 21 Jan 2020 13:06:02 -0800
parents cd7f8df11669
children 7f1cec12c240
files scripts/audio/lin2mu.m scripts/audio/mu2lin.m scripts/general/bincoeff.m scripts/general/common_size.m scripts/general/deal.m scripts/general/nextpow2.m scripts/general/postpad.m scripts/general/prepad.m scripts/general/repmat.m scripts/general/shift.m scripts/general/xor.m scripts/geometry/inpolygon.m scripts/geometry/rotx.m scripts/geometry/roty.m scripts/geometry/rotz.m scripts/gui/getappdata.m scripts/gui/isappdata.m scripts/gui/rmappdata.m scripts/gui/setappdata.m scripts/image/colormap.m scripts/image/gray.m scripts/image/gray2ind.m scripts/image/image.m scripts/image/imagesc.m scripts/image/ind2gray.m scripts/image/ind2rgb.m scripts/image/ocean.m scripts/image/rgb2ind.m scripts/java/javachk.m scripts/java/javamem.m scripts/linear-algebra/commutation_matrix.m scripts/linear-algebra/cross.m scripts/linear-algebra/duplication_matrix.m scripts/linear-algebra/gls.m scripts/linear-algebra/housh.m scripts/linear-algebra/isdefinite.m scripts/linear-algebra/ishermitian.m scripts/linear-algebra/issymmetric.m scripts/linear-algebra/null.m scripts/linear-algebra/ols.m scripts/linear-algebra/orth.m scripts/linear-algebra/qzhess.m scripts/linear-algebra/vech.m scripts/miscellaneous/private/__w2mpth__.m scripts/pkg/private/expand_rel_paths.m scripts/pkg/private/make_rel_paths.m scripts/plot/appearance/daspect.m scripts/plot/appearance/pbaspect.m scripts/plot/appearance/rticks.m scripts/plot/appearance/thetaticks.m scripts/plot/appearance/xticklabels.m scripts/plot/appearance/xticks.m scripts/plot/appearance/yticklabels.m scripts/plot/appearance/yticks.m scripts/plot/appearance/zticklabels.m scripts/plot/appearance/zticks.m scripts/plot/draw/comet.m scripts/plot/draw/errorbar.m scripts/plot/draw/loglogerr.m scripts/plot/draw/private/__errplot__.m scripts/plot/draw/semilogxerr.m scripts/plot/draw/semilogyerr.m scripts/plot/util/cla.m scripts/plot/util/copyobj.m scripts/plot/util/hdl2struct.m scripts/plot/util/linkaxes.m scripts/plot/util/private/__ghostscript__.m scripts/plot/util/private/__gnuplot_get_var__.m scripts/plot/util/private/__gnuplot_has_feature__.m scripts/plot/util/private/__gnuplot_has_terminal__.m scripts/plot/util/private/__gnuplot_open_stream__.m scripts/plot/util/struct2hdl.m scripts/polynomial/compan.m scripts/polynomial/conv.m scripts/polynomial/deconv.m scripts/polynomial/mpoles.m scripts/polynomial/poly.m scripts/polynomial/polyder.m scripts/polynomial/polyfit.m scripts/polynomial/polyint.m scripts/polynomial/polyout.m scripts/polynomial/polyreduce.m scripts/polynomial/polyval.m scripts/polynomial/polyvalm.m scripts/polynomial/residue.m scripts/polynomial/roots.m scripts/signal/__parse_movargs__.m scripts/signal/detrend.m scripts/signal/fftconv.m scripts/signal/fftfilt.m scripts/signal/fftshift.m scripts/signal/ifftshift.m scripts/signal/movfun.m scripts/signal/movslice.m scripts/specfun/beta.m scripts/specfun/betaln.m scripts/specfun/lcm.m scripts/specfun/pow2.m scripts/statistics/corr.m scripts/statistics/kurtosis.m scripts/statistics/skewness.m scripts/strings/untabify.m scripts/time/calendar.m scripts/time/datestr.m scripts/time/datevec.m scripts/time/eomday.m scripts/time/now.m scripts/time/weekday.m
diffstat 108 files changed, 0 insertions(+), 109 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/audio/lin2mu.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/audio/lin2mu.m	Tue Jan 21 13:06:02 2020 -0800
@@ -38,7 +38,6 @@
 
 
 ## Author: Andreas Weingessel <Andreas.Weingessel@ci.tuwien.ac.at>
-## Created: 17 October 1994
 ## Adapted-By: jwe
 
 function y = lin2mu (x, n)
--- a/scripts/audio/mu2lin.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/audio/mu2lin.m	Tue Jan 21 13:06:02 2020 -0800
@@ -36,7 +36,6 @@
 ## @end deftypefn
 
 ## Author:  Andreas Weingessel <Andreas.Weingessel@ci.tuwien.ac.at>
-## Created: 18 October 1994
 ## Adapted-By: jwe
 
 function y = mu2lin (x, n = 0)
--- a/scripts/general/bincoeff.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/general/bincoeff.m	Tue Jan 21 13:06:02 2020 -0800
@@ -63,7 +63,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 8 October 1994
 ## Adapted-By: jwe
 
 function b = bincoeff (n, k)
--- a/scripts/general/common_size.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/general/common_size.m	Tue Jan 21 13:06:02 2020 -0800
@@ -48,7 +48,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 15 October 1994
 ## Adapted-By: jwe
 ## Optimized-By: Jaroslav Hajek
 
--- a/scripts/general/deal.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/general/deal.m	Tue Jan 21 13:06:02 2020 -0800
@@ -86,7 +86,6 @@
 
 ## Author: Ariel Tankus
 ## Author: Paul Kienzle and Etienne Grossman
-## Created: 13.11.98
 
 function [varargout] = deal (varargin)
 
--- a/scripts/general/nextpow2.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/general/nextpow2.m	Tue Jan 21 13:06:02 2020 -0800
@@ -40,7 +40,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 7 October 1994
 ## Adapted-By: jwe
 
 function n = nextpow2 (x)
--- a/scripts/general/postpad.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/general/postpad.m	Tue Jan 21 13:06:02 2020 -0800
@@ -43,7 +43,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: June 1994
 
 function y = postpad (x, l, c, dim)
 
--- a/scripts/general/prepad.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/general/prepad.m	Tue Jan 21 13:06:02 2020 -0800
@@ -43,7 +43,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: June 1994
 
 function y = prepad (x, l, c, dim)
 
--- a/scripts/general/repmat.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/general/repmat.m	Tue Jan 21 13:06:02 2020 -0800
@@ -43,7 +43,6 @@
 ## @end deftypefn
 
 ## Author: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
-## Created: July 2000
 
 function x = repmat (A, m, varargin)
 
--- a/scripts/general/shift.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/general/shift.m	Tue Jan 21 13:06:02 2020 -0800
@@ -35,7 +35,6 @@
 ## @end deftypefn
 
 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
-## Created: 14 September 1994
 ## Adapted-By: jwe
 
 function y = shift (x, b, dim)
--- a/scripts/general/xor.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/general/xor.m	Tue Jan 21 13:06:02 2020 -0800
@@ -55,7 +55,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 16 September 1994
 ## Adapted-By: jwe
 
 function z = xor (x, y, varargin)
--- a/scripts/geometry/inpolygon.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/geometry/inpolygon.m	Tue Jan 21 13:06:02 2020 -0800
@@ -39,7 +39,6 @@
 ## @end deftypefn
 
 ## Author: Frederick (Rick) A Niles <niles@rickniles.com>
-## Created: 14 November 2006
 
 ## Vectorized by Søren Hauberg <soren@hauberg.org>
 
--- a/scripts/geometry/rotx.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/geometry/rotx.m	Tue Jan 21 13:06:02 2020 -0800
@@ -82,7 +82,6 @@
 ## @end deftypefn
 
 ## Author: Nicholas Jankowski <jankowskin@asme.org>
-## Created: 2017-04-09
 
 function retmat = rotx (angle_in_deg)
 
--- a/scripts/geometry/roty.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/geometry/roty.m	Tue Jan 21 13:06:02 2020 -0800
@@ -82,7 +82,6 @@
 ## @end deftypefn
 
 ## Author: Nicholas Jankowski <jankowskin@asme.org>
-## Created: 2017-04-09
 
 function retmat = roty (angle_in_deg)
 
--- a/scripts/geometry/rotz.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/geometry/rotz.m	Tue Jan 21 13:06:02 2020 -0800
@@ -82,7 +82,6 @@
 ## @end deftypefn
 
 ## Author: Nicholas Jankowski <jankowskin@asme.org>
-## Created: 2017-04-09
 
 function retmat = rotz (angle_in_deg)
 
--- a/scripts/gui/getappdata.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/gui/getappdata.m	Tue Jan 21 13:06:02 2020 -0800
@@ -37,7 +37,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2010-07-15
 
 function value = getappdata (h, name)
 
--- a/scripts/gui/isappdata.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/gui/isappdata.m	Tue Jan 21 13:06:02 2020 -0800
@@ -33,7 +33,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2010-07-15
 
 function valid = isappdata (h, name)
 
--- a/scripts/gui/rmappdata.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/gui/rmappdata.m	Tue Jan 21 13:06:02 2020 -0800
@@ -36,7 +36,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2010-07-15
 
 function rmappdata (h, varargin)
 
--- a/scripts/gui/setappdata.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/gui/setappdata.m	Tue Jan 21 13:06:02 2020 -0800
@@ -41,7 +41,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2010-07-15
 
 function setappdata (h, varargin)
 
--- a/scripts/image/colormap.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/image/colormap.m	Tue Jan 21 13:06:02 2020 -0800
@@ -87,7 +87,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: July 1994
 ## Adapted-By: jwe
 
 function cmap = colormap (varargin)
--- a/scripts/image/gray.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/image/gray.m	Tue Jan 21 13:06:02 2020 -0800
@@ -35,7 +35,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: July 1994
 ## Adapted-By: jwe
 
 function map = gray (n)
--- a/scripts/image/gray2ind.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/image/gray2ind.m	Tue Jan 21 13:06:02 2020 -0800
@@ -41,7 +41,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: July 1994
 ## Adapted-By: jwe
 
 function [I, map] = gray2ind (I, n = 64)
--- a/scripts/image/image.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/image/image.m	Tue Jan 21 13:06:02 2020 -0800
@@ -68,7 +68,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: July 1994
 ## Adapted-By: jwe
 
 function h = image (varargin)
@@ -149,7 +148,6 @@
 ## @var{x} and @var{y}.
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: July 1994
 ## Adapted-By: jwe
 
 function h = __img__ (hax, do_new, x, y, img, varargin)
--- a/scripts/image/imagesc.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/image/imagesc.m	Tue Jan 21 13:06:02 2020 -0800
@@ -58,7 +58,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: July 1994
 ## Adapted-By: jwe
 
 function h = imagesc (varargin)
--- a/scripts/image/ind2gray.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/image/ind2gray.m	Tue Jan 21 13:06:02 2020 -0800
@@ -44,7 +44,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: July 1994
 ## Adapted-By: jwe
 
 function I = ind2gray (x, map)
--- a/scripts/image/ind2rgb.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/image/ind2rgb.m	Tue Jan 21 13:06:02 2020 -0800
@@ -45,7 +45,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: July 1994
 ## Adapted-By: jwe
 
 function [R, G, B] = ind2rgb (x, map)
--- a/scripts/image/ocean.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/image/ocean.m	Tue Jan 21 13:06:02 2020 -0800
@@ -35,7 +35,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: July 1994
 ## Adapted-By: jwe
 
 function map = ocean (n)
--- a/scripts/image/rgb2ind.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/image/rgb2ind.m	Tue Jan 21 13:06:02 2020 -0800
@@ -51,7 +51,6 @@
 ##        Octave function does not support N, MAP, DITHER, or TOL arguments.
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: July 1994
 ## Adapted-By: jwe
 
 function [x, map] = rgb2ind (R, G, B)
--- a/scripts/java/javachk.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/java/javachk.m	Tue Jan 21 13:06:02 2020 -0800
@@ -68,7 +68,6 @@
 ## @end deftypefn
 
 ## Author: Philip Nienhuis <prnienhuis at users.sf.net>
-## Created: 2014-04-19
 
 function msg = javachk (feature, caller = "")
 
--- a/scripts/java/javamem.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/java/javamem.m	Tue Jan 21 13:06:02 2020 -0800
@@ -64,7 +64,6 @@
 ## @end deftypefn
 
 ## Author: Philip Nienhuis
-## Created: 2010-03-25
 ## Updates:
 ## 2010-03-26 Changed name to javamem & indentation to double spaces
 ## 2010-08-25 Corrected text on java memory assignments
--- a/scripts/linear-algebra/commutation_matrix.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/commutation_matrix.m	Tue Jan 21 13:06:02 2020 -0800
@@ -75,7 +75,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 8 May 1995
 ## Adapted-By: jwe
 
 function k = commutation_matrix (m, n)
--- a/scripts/linear-algebra/cross.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/cross.m	Tue Jan 21 13:06:02 2020 -0800
@@ -49,7 +49,6 @@
 ## @end deftypefn
 
 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
-## Created: 15 October 1994
 ## Adapted-By: jwe
 
 function z = cross (x, y, dim)
--- a/scripts/linear-algebra/duplication_matrix.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/duplication_matrix.m	Tue Jan 21 13:06:02 2020 -0800
@@ -66,7 +66,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 8 May 1995
 ## Adapged-By: jwe
 
 function d = duplication_matrix (n)
--- a/scripts/linear-algebra/gls.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/gls.m	Tue Jan 21 13:06:02 2020 -0800
@@ -88,7 +88,6 @@
 ## @end deftypefn
 
 ## Author: Teresa Twaroch <twaroch@ci.tuwien.ac.at>
-## Created: May 1993
 ## Adapted-By: jwe
 
 function [beta, v, r] = gls (y, x, o)
--- a/scripts/linear-algebra/housh.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/housh.m	Tue Jan 21 13:06:02 2020 -0800
@@ -62,7 +62,6 @@
 ## @end deftypefn
 
 ## Author: A. S. Hodel
-## Created: August 1995
 
 function [housv, beta, zer] = housh (x, j, z)
 
--- a/scripts/linear-algebra/isdefinite.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/isdefinite.m	Tue Jan 21 13:06:02 2020 -0800
@@ -48,7 +48,6 @@
 ## @end deftypefn
 
 ## Author: Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
-## Created: November 2003
 ## Adapted-By: jwe
 
 function retval = isdefinite (A, tol)
--- a/scripts/linear-algebra/ishermitian.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/ishermitian.m	Tue Jan 21 13:06:02 2020 -0800
@@ -51,7 +51,6 @@
 ## @end deftypefn
 
 ## Author: A. S. Hodel <scotte@eng.auburn.edu>
-## Created: August 1993
 ## Adapted-By: jwe
 
 function retval = ishermitian (A, skewopt = "nonskew", tol = 0)
--- a/scripts/linear-algebra/issymmetric.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/issymmetric.m	Tue Jan 21 13:06:02 2020 -0800
@@ -50,7 +50,6 @@
 ## @end deftypefn
 
 ## Author: A. S. Hodel <scotte@eng.auburn.edu>
-## Created: August 1993
 ## Adapted-By: jwe
 
 function retval = issymmetric (A, skewopt = "nonskew", tol = 0)
--- a/scripts/linear-algebra/null.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/null.m	Tue Jan 21 13:06:02 2020 -0800
@@ -39,7 +39,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 24 December 1993.
 ## Adapted-By: jwe
 
 function retval = null (A, tol)
--- a/scripts/linear-algebra/ols.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/ols.m	Tue Jan 21 13:06:02 2020 -0800
@@ -101,7 +101,6 @@
 ## @end deftypefn
 
 ## Author: Teresa Twaroch <twaroch@ci.tuwien.ac.at>
-## Created: May 1993
 ## Adapted-By: jwe
 
 function [beta, sigma, r] = ols (y, x)
--- a/scripts/linear-algebra/orth.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/orth.m	Tue Jan 21 13:06:02 2020 -0800
@@ -39,7 +39,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 24 December 1993.
 ## Adapted-By: jwe
 
 function retval = orth (A, tol)
--- a/scripts/linear-algebra/qzhess.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/qzhess.m	Tue Jan 21 13:06:02 2020 -0800
@@ -62,7 +62,6 @@
 ## @end deftypefn
 
 ## Author: A. S. Hodel <scotte@eng.auburn.edu>
-## Created: August 1993
 ## Adapted-By: jwe
 
 function [aa, bb, q, z] = qzhess (A, B)
--- a/scripts/linear-algebra/vech.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/linear-algebra/vech.m	Tue Jan 21 13:06:02 2020 -0800
@@ -38,7 +38,6 @@
 ## applications in statistics and econometrics.
 
 ## Author KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 8 May 1995
 ## Adapted-By: jwe
 
 function v = vech (x)
--- a/scripts/miscellaneous/private/__w2mpth__.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/miscellaneous/private/__w2mpth__.m	Tue Jan 21 13:06:02 2020 -0800
@@ -48,7 +48,6 @@
 ## @end deftypefn
 
 ## Author: Philip Nienhuis <prnienhuis@users.sf.net>
-## Created: 2015-01-16
 
 function mingwpath = __w2mpth__ (winpath)
 
--- a/scripts/pkg/private/expand_rel_paths.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/pkg/private/expand_rel_paths.m	Tue Jan 21 13:06:02 2020 -0800
@@ -24,7 +24,6 @@
 ## @end deftypefn
 
 ## Author: Philip Nienhuis <prnienhuis@users.sf.net>
-## Created: 2019-10-28
 
 function pkg_list = expand_rel_paths (pkg_list)
 
--- a/scripts/pkg/private/make_rel_paths.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/pkg/private/make_rel_paths.m	Tue Jan 21 13:06:02 2020 -0800
@@ -24,7 +24,6 @@
 ## @end deftypefn
 
 ## Author: Philip Nienhuis <prnienhuis@users.sf.net>
-## Created: 2019-10-28
 
 function pkg_list = make_rel_paths (pkg_list)
 
--- a/scripts/plot/appearance/daspect.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/appearance/daspect.m	Tue Jan 21 13:06:02 2020 -0800
@@ -51,7 +51,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2010-01-26
 
 function daratio = daspect (varargin)
 
--- a/scripts/plot/appearance/pbaspect.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/appearance/pbaspect.m	Tue Jan 21 13:06:02 2020 -0800
@@ -52,7 +52,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2010-01-26
 
 function pbratio = pbaspect (varargin)
 
--- a/scripts/plot/appearance/rticks.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/appearance/rticks.m	Tue Jan 21 13:06:02 2020 -0800
@@ -49,7 +49,6 @@
 ## @end deftypefn
 
 ## Author: Nicholas Jankowski <jankowskin@asme.org>
-## Created: 2017-08-24
 
 function retval = rticks (varargin)
 
--- a/scripts/plot/appearance/thetaticks.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/appearance/thetaticks.m	Tue Jan 21 13:06:02 2020 -0800
@@ -49,7 +49,6 @@
 ## @end deftypefn
 
 ## Author: Nicholas Jankowski <jankowskin@asme.org>
-## Created: 2017-08-24
 
 function retval = thetaticks (varargin)
 
--- a/scripts/plot/appearance/xticklabels.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/appearance/xticklabels.m	Tue Jan 21 13:06:02 2020 -0800
@@ -57,7 +57,6 @@
 ## @end deftypefn
 
 ## Author: Nicholas Jankowski <jankowskin@asme.org>
-## Created: 2017-08-24
 
 function retval = xticklabels (varargin)
 
--- a/scripts/plot/appearance/xticks.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/appearance/xticks.m	Tue Jan 21 13:06:02 2020 -0800
@@ -54,7 +54,6 @@
 ## @end deftypefn
 
 ## Author: Nicholas Jankowski <jankowskin@asme.org>
-## Created: 2017-08-24
 
 function retval = xticks (varargin)
 
--- a/scripts/plot/appearance/yticklabels.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/appearance/yticklabels.m	Tue Jan 21 13:06:02 2020 -0800
@@ -57,7 +57,6 @@
 ## @end deftypefn
 
 ## Author: Nicholas Jankowski <jankowskin@asme.org>
-## Created: 2017-08-24
 
 function retval = yticklabels (varargin)
 
--- a/scripts/plot/appearance/yticks.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/appearance/yticks.m	Tue Jan 21 13:06:02 2020 -0800
@@ -54,7 +54,6 @@
 ## @end deftypefn
 
 ## Author: Nicholas Jankowski <jankowskin@asme.org>
-## Created: 2017-08-24
 
 function retval = yticks (varargin)
 
--- a/scripts/plot/appearance/zticklabels.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/appearance/zticklabels.m	Tue Jan 21 13:06:02 2020 -0800
@@ -57,7 +57,6 @@
 ## @end deftypefn
 
 ## Author: Nicholas Jankowski <jankowskin@asme.org>
-## Created: 2017-08-24
 
 function retval = zticklabels (varargin)
 
--- a/scripts/plot/appearance/zticks.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/appearance/zticks.m	Tue Jan 21 13:06:02 2020 -0800
@@ -54,7 +54,6 @@
 ## @end deftypefn
 
 ## Author: Nicholas Jankowski <jankowskin@asme.org>
-## Created: 2017-08-24
 
 function retval = zticks (varargin)
 
--- a/scripts/plot/draw/comet.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/draw/comet.m	Tue Jan 21 13:06:02 2020 -0800
@@ -43,7 +43,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott bpabbott@mac.com
-## Created: 2008-09-21
 
 function comet (varargin)
 
--- a/scripts/plot/draw/errorbar.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/draw/errorbar.m	Tue Jan 21 13:06:02 2020 -0800
@@ -170,7 +170,6 @@
 ## @seealso{semilogxerr, semilogyerr, loglogerr, plot}
 ## @end deftypefn
 
-## Created: 18.7.2000
 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
 ## Keywords: errorbar, plotting
 
--- a/scripts/plot/draw/loglogerr.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/draw/loglogerr.m	Tue Jan 21 13:06:02 2020 -0800
@@ -54,7 +54,6 @@
 ## @seealso{errorbar, semilogxerr, semilogyerr}
 ## @end deftypefn
 
-## Created: 20.2.2001
 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
 ## Keywords: errorbar, plotting
 
--- a/scripts/plot/draw/private/__errplot__.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/draw/private/__errplot__.m	Tue Jan 21 13:06:02 2020 -0800
@@ -28,7 +28,6 @@
 ## Undocumented internal function.
 ## @end deftypefn
 
-## Created: 18.7.2000
 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
 ## Keywords: errorbar, plotting
 function retval = __errplot__ (caller, hax, varargin)
--- a/scripts/plot/draw/semilogxerr.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/draw/semilogxerr.m	Tue Jan 21 13:06:02 2020 -0800
@@ -56,7 +56,6 @@
 ## @seealso{errorbar, semilogyerr, loglogerr}
 ## @end deftypefn
 
-## Created: 20.2.2001
 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
 ## Keywords: errorbar, plotting
 
--- a/scripts/plot/draw/semilogyerr.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/draw/semilogyerr.m	Tue Jan 21 13:06:02 2020 -0800
@@ -56,7 +56,6 @@
 ## @seealso{errorbar, semilogxerr, loglogerr}
 ## @end deftypefn
 
-## Created: 20.2.2001
 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
 ## Keywords: errorbar, plotting
 
--- a/scripts/plot/util/cla.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/util/cla.m	Tue Jan 21 13:06:02 2020 -0800
@@ -48,7 +48,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2008-10-03
 
 function cla (hax, do_reset = false)
 
--- a/scripts/plot/util/copyobj.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/util/copyobj.m	Tue Jan 21 13:06:02 2020 -0800
@@ -43,7 +43,6 @@
 ## @end deftypefn
 
 ## Author: pdiribarne <pdiribarne@new-host.home>
-## Created: 2012-04-01
 
 function hnew = copyobj (horig, hparent = 0)
 
--- a/scripts/plot/util/hdl2struct.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/util/hdl2struct.m	Tue Jan 21 13:06:02 2020 -0800
@@ -34,7 +34,6 @@
 ## @end deftypefn
 
 ## Author: pdiribarne <pdiribarne@new-host.home>
-## Created: 2012-03-04
 
 function s = hdl2struct (h)
 
--- a/scripts/plot/util/linkaxes.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/util/linkaxes.m	Tue Jan 21 13:06:02 2020 -0800
@@ -58,7 +58,6 @@
 ## @end deftypefn
 
 ## Author: Willem Atsma willem.atsma at tanglebridge.com
-## Created: 2014-03-18
 
 function linkaxes (hax, optstr = "xy")
 
--- a/scripts/plot/util/private/__ghostscript__.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/util/private/__ghostscript__.m	Tue Jan 21 13:06:02 2020 -0800
@@ -29,7 +29,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2010-07-26
 
 function [gs_cmd, cleanup_cmd] = __ghostscript__ (varargin)
 
--- a/scripts/plot/util/private/__gnuplot_get_var__.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/util/private/__gnuplot_get_var__.m	Tue Jan 21 13:06:02 2020 -0800
@@ -29,7 +29,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2009-02-07
 
 function gp_var_value = __gnuplot_get_var__ (h, gp_var_name, fmt = "")
 
--- a/scripts/plot/util/private/__gnuplot_has_feature__.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/util/private/__gnuplot_has_feature__.m	Tue Jan 21 13:06:02 2020 -0800
@@ -29,7 +29,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2009-01-27
 
 function res = __gnuplot_has_feature__ (feature)
   persistent features = {"minimum_version",
--- a/scripts/plot/util/private/__gnuplot_has_terminal__.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/util/private/__gnuplot_has_terminal__.m	Tue Jan 21 13:06:02 2020 -0800
@@ -30,7 +30,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2010-09-13
 
 function gnuplot_supports_term = __gnuplot_has_terminal__ (term, plot_stream)
 
--- a/scripts/plot/util/private/__gnuplot_open_stream__.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/util/private/__gnuplot_open_stream__.m	Tue Jan 21 13:06:02 2020 -0800
@@ -29,7 +29,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2009-04-11
 
 function plot_stream = __gnuplot_open_stream__ (npipes, h)
 
--- a/scripts/plot/util/struct2hdl.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/plot/util/struct2hdl.m	Tue Jan 21 13:06:02 2020 -0800
@@ -44,7 +44,6 @@
 ## @end deftypefn
 
 ## Author: pdiribarne <pdiribarne@new-host.home>
-## Created: 2012-03-04
 
 function [h, pout] = struct2hdl (s, p=[], hilev = false)
 
--- a/scripts/polynomial/compan.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/compan.m	Tue Jan 21 13:06:02 2020 -0800
@@ -62,7 +62,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: June 1994
 ## Adapted-By: jwe
 
 function A = compan (c)
--- a/scripts/polynomial/conv.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/conv.m	Tue Jan 21 13:06:02 2020 -0800
@@ -53,7 +53,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: June 1994
 ## Adapted-By: jwe
 
 function y = conv (a, b, shape = "full")
--- a/scripts/polynomial/deconv.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/deconv.m	Tue Jan 21 13:06:02 2020 -0800
@@ -38,7 +38,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: June 1994
 ## Adapted-By: jwe
 
 function [b, r] = deconv (y, a)
--- a/scripts/polynomial/mpoles.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/mpoles.m	Tue Jan 21 13:06:02 2020 -0800
@@ -56,7 +56,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: Sept 30, 2007
 
 function [multp, indx] = mpoles (p, tol, reorder)
 
--- a/scripts/polynomial/poly.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/poly.m	Tue Jan 21 13:06:02 2020 -0800
@@ -56,7 +56,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 24 December 1993
 ## Adapted-By: jwe
 
 function y = poly (x)
--- a/scripts/polynomial/polyder.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/polyder.m	Tue Jan 21 13:06:02 2020 -0800
@@ -40,7 +40,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: June 1994
 ## Adapted-By: jwe
 
 function [q, d] = polyder (p, a)
--- a/scripts/polynomial/polyfit.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/polyfit.m	Tue Jan 21 13:06:02 2020 -0800
@@ -79,7 +79,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 13 December 1994
 ## Adapted-By: jwe
 ## Modified on 20120204 by P. Dupuis; added the ability to specify a
 ## polynomial mask instead of a polynomial degree.
--- a/scripts/polynomial/polyint.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/polyint.m	Tue Jan 21 13:06:02 2020 -0800
@@ -35,7 +35,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: June 1994
 ## Adapted-By: jwe
 
 function retval = polyint (p, k)
--- a/scripts/polynomial/polyout.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/polyout.m	Tue Jan 21 13:06:02 2020 -0800
@@ -48,7 +48,6 @@
 ## @end deftypefn
 
 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu>
-## Created: May 1995
 ## Nov 1998: Correctly handles complex coefficients
 
 function y = polyout (c, x)
--- a/scripts/polynomial/polyreduce.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/polyreduce.m	Tue Jan 21 13:06:02 2020 -0800
@@ -31,7 +31,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: June 1994
 ## Adapted-By: jwe
 
 function p = polyreduce (c)
--- a/scripts/polynomial/polyval.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/polyval.m	Tue Jan 21 13:06:02 2020 -0800
@@ -47,7 +47,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: June 1994
 ## Adapted-By: jwe
 
 function [y, dy] = polyval (p, x, s = [], mu)
--- a/scripts/polynomial/polyvalm.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/polyvalm.m	Tue Jan 21 13:06:02 2020 -0800
@@ -36,7 +36,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Created: June 1994
 ## Adapted-By: jwe
 
 function y = polyvalm (c, x)
--- a/scripts/polynomial/residue.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/residue.m	Tue Jan 21 13:06:02 2020 -0800
@@ -148,7 +148,6 @@
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: June 1994
 ## Adapted-By: jwe
 
 function [r, p, k, e] = residue (b, a, varargin)
--- a/scripts/polynomial/roots.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/polynomial/roots.m	Tue Jan 21 13:06:02 2020 -0800
@@ -83,7 +83,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 24 December 1993
 ## Adapted-By: jwe
 
 function r = roots (c)
--- a/scripts/signal/__parse_movargs__.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/signal/__parse_movargs__.m	Tue Jan 21 13:06:02 2020 -0800
@@ -24,7 +24,6 @@
 ########################################################################
 
 ## Author: Juan Pablo Carbajal <ajuanpi+dev@gmail.com>
-## Created: 2018-08-13
 
 ## -*- texinfo -*-
 ## @deftypefn {} {@var{args} =} __parse_movargs__ (@var{varargin})
--- a/scripts/signal/detrend.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/signal/detrend.m	Tue Jan 21 13:06:02 2020 -0800
@@ -41,7 +41,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 11 October 1994
 ## Adapted-By: jwe
 
 function y = detrend (x, p = 1)
--- a/scripts/signal/fftconv.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/signal/fftconv.m	Tue Jan 21 13:06:02 2020 -0800
@@ -39,7 +39,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 3 September 1994
 ## Adapted-By: jwe
 
 function c = fftconv (x, y, n)
--- a/scripts/signal/fftfilt.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/signal/fftfilt.m	Tue Jan 21 13:06:02 2020 -0800
@@ -40,7 +40,6 @@
 ## @end deftypefn
 
 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
-## Created: 3 September 1994
 ## Adapted-By: jwe
 
 function y = fftfilt (b, x, n)
--- a/scripts/signal/fftshift.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/signal/fftshift.m	Tue Jan 21 13:06:02 2020 -0800
@@ -50,7 +50,6 @@
 ## @end deftypefn
 
 ## Author: Vincent Cautaerts <vincent@comf5.comm.eng.osaka-u.ac.jp>
-## Created: July 1997
 ## Adapted-By: jwe
 
 function retval = fftshift (x, dim)
--- a/scripts/signal/ifftshift.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/signal/ifftshift.m	Tue Jan 21 13:06:02 2020 -0800
@@ -34,7 +34,6 @@
 ## @end deftypefn
 
 ## Author: Vincent Cautaerts <vincent@comf5.comm.eng.osaka-u.ac.jp>
-## Created: July 1997
 ## Adapted-By: jwe
 ## Modified-By: Paul Kienzle, converted from fftshift
 ## Modified-By: David Bateman, add NDArray capability and option dim arg
--- a/scripts/signal/movfun.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/signal/movfun.m	Tue Jan 21 13:06:02 2020 -0800
@@ -24,7 +24,6 @@
 ########################################################################
 
 ## Author: Juan Pablo Carbajal <ajuanpi+dev@gmail.com>
-## Created: 2018-08-09
 
 ## -*- texinfo -*-
 ## @deftypefn  {} {@var{y} =} movfun (@var{fcn}, @var{x}, @var{wlen})
--- a/scripts/signal/movslice.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/signal/movslice.m	Tue Jan 21 13:06:02 2020 -0800
@@ -24,7 +24,6 @@
 ########################################################################
 
 ## Author: Juan Pablo Carbajal <ajuanpi+dev@gmail.com>
-## Created: 2018-12-08
 
 ## -*- texinfo -*-
 ## @deftypefn  {} {@var{slcidx} =} movslice (@var{N}, @var{wlen})
--- a/scripts/specfun/beta.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/specfun/beta.m	Tue Jan 21 13:06:02 2020 -0800
@@ -49,7 +49,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 13 June 1993
 ## Adapted-By: jwe
 
 function retval = beta (a, b)
--- a/scripts/specfun/betaln.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/specfun/betaln.m	Tue Jan 21 13:06:02 2020 -0800
@@ -49,7 +49,6 @@
 ## @end deftypefn
 
 ## Author:   Nicol N. Schraudolph <nic@idsia.ch>
-## Created:  06 Aug 1998
 ## Keywords: log beta special function
 
 function retval = betaln (a, b)
--- a/scripts/specfun/lcm.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/specfun/lcm.m	Tue Jan 21 13:06:02 2020 -0800
@@ -34,7 +34,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 16 September 1994
 ## Adapted-By: jwe
 
 function l = lcm (varargin)
--- a/scripts/specfun/pow2.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/specfun/pow2.m	Tue Jan 21 13:06:02 2020 -0800
@@ -46,7 +46,6 @@
 ## @end deftypefn
 
 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
-## Created: 17 October 1994
 ## Adapted-By: jwe
 
 function y = pow2 (f, e)
--- a/scripts/statistics/corr.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/statistics/corr.m	Tue Jan 21 13:06:02 2020 -0800
@@ -50,7 +50,6 @@
 ## @end deftypefn
 
 ## Author: Kurt Hornik <hornik@wu-wien.ac.at>
-## Created: March 1993
 ## Adapted-By: jwe
 
 function retval = corr (x, y = [])
--- a/scripts/statistics/kurtosis.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/statistics/kurtosis.m	Tue Jan 21 13:06:02 2020 -0800
@@ -87,7 +87,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 29 July 1994
 ## Adapted-By: jwe
 
 function y = kurtosis (x, flag, dim)
--- a/scripts/statistics/skewness.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/statistics/skewness.m	Tue Jan 21 13:06:02 2020 -0800
@@ -86,7 +86,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Created: 29 July 1994
 ## Adapted-By: jwe
 
 function y = skewness (x, flag, dim)
--- a/scripts/strings/untabify.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/strings/untabify.m	Tue Jan 21 13:06:02 2020 -0800
@@ -56,7 +56,6 @@
 ## @end deftypefn
 
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Created: 2010-10-15
 
 function s = untabify (t, tw = 8, deblank_arg = false)
 
--- a/scripts/time/calendar.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/time/calendar.m	Tue Jan 21 13:06:02 2020 -0800
@@ -42,7 +42,6 @@
 ## @end deftypefn
 
 ## Author: pkienzle <pkienzle@users.sf.net>
-## Created: 25 July 2004
 ## Adapted-By: William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
 
 function varargout = calendar (varargin)
--- a/scripts/time/datestr.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/time/datestr.m	Tue Jan 21 13:06:02 2020 -0800
@@ -133,7 +133,6 @@
 ##    concatenate.
 
 ## Author: pkienzle <pkienzle@users.sf.net>
-## Created: 10 October 2001 (CVS)
 ## Adapted-By: William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
 
 function retval = datestr (date, f = [], p = [])
--- a/scripts/time/datevec.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/time/datevec.m	Tue Jan 21 13:06:02 2020 -0800
@@ -53,7 +53,6 @@
 
 ## Author: pkienzle <pkienzle@users.sf.net>
 ## Modified: bdenney <bill@givebillmoney.com>
-## Created: 10 October 2001 (CVS)
 ## Adapted-By: William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
 
 ## The function __date_str2vec__ is based on datesplit by Bill Denney.
--- a/scripts/time/eomday.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/time/eomday.m	Tue Jan 21 13:06:02 2020 -0800
@@ -30,7 +30,6 @@
 ## @end deftypefn
 
 ## Author: pkienzle <pkienzle@users.sf.net>
-## Created: 25 July 2004
 ## Adapted-By: William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
 
 function e = eomday (y, m)
--- a/scripts/time/now.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/time/now.m	Tue Jan 21 13:06:02 2020 -0800
@@ -36,7 +36,6 @@
 ## @end deftypefn
 
 ## Author: pkienzle <pkienzle@users.sf.net>
-## Created: 10 October 2001 (CVS)
 ## Adapted-By: William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
 
 function t = now ()
--- a/scripts/time/weekday.m	Tue Jan 21 14:57:31 2020 -0600
+++ b/scripts/time/weekday.m	Tue Jan 21 13:06:02 2020 -0800
@@ -54,7 +54,6 @@
 ## @end deftypefn
 
 ## Author: pkienzle <pkienzle@users.sf.net>
-## Created: 10 October 2001 (CVS)
 ## Adapted-By: William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
 
 function [d, s] = weekday (d, format = "short")