changeset 27898:4d6d21839dfd

remove Author: jwe and Adapted-by: jwe lines from source files These lines have little meaning now in the age of modern version control systems. Files affected: url-transfer.cc, url-transfer.h, acot.m, acoth.m, acsc.m, acsch.m, asec.m, asech.m, cot.m, coth.m, csc.m, csch.m, sec.m, sech.m, cart2pol.m, cart2sph.m, deal.m, fliplr.m, flipud.m, int2str.m, logspace.m, num2str.m, pol2cart.m, rot90.m, sortrows.m, sph2cart.m, waitbar.m, doc.m, hsv2rgb.m, rgb2hsv.m, beep.m, isstr.m, setstr.m, strmatch.m, cond.m, rank.m, trace.m, bug_report.m, cast.m, delete.m, dir.m, list_primes.m, ls.m, ls_command.m, menu.m, pack.m, recycle.m, substruct.m, version.m, glpk.m, axis.m, box.m, grid.m, __axis_label__.m, text.m, title.m, view.m, xlabel.m, ylabel.m, zlabel.m, bar.m, barh.m, comet3.m, hist.m, line.m, loglog.m, mesh.m, patch.m, plot.m, polar.m, __bar__.m, __line__.m, __plt__.m, __stem__.m, semilogx.m, semilogy.m, sombrero.m, stairs.m, stem.m, surface.m, __default_plot_options__.m, __gnuplot_drawnow__.m, __next_line_color__.m, __plt_get_axis_arg__.m, __pltopt__.m, clf.m, closereq.m, gca.m, gnuplot_binary.in.m, isfigure.m, meshgrid.m, __gnuplot_draw_axes__.m, __gnuplot_draw_figure__.m, shg.m, addpref.m, getpref.m, ispref.m, loadprefs.m, prefsfile.m, saveprefs.m, rmpref.m, setpref.m, ismember.m, setdiff.m, union.m, hankel.m, hilb.m, vander.m, median.m, std.m, cstrcat.m, isletter.m, str2num.m, strcat.m, oruntests.m, rundemos.m, asctime.m, clock.m, ctime.m, date.m, etime.m, is_leap_year.m.
author John W. Eaton <jwe@octave.org>
date Thu, 02 Jan 2020 15:43:01 -0500
parents c8a44a4e4fe7
children fde18e0a2984
files liboctave/util/url-transfer.cc liboctave/util/url-transfer.h scripts/elfun/acot.m scripts/elfun/acoth.m scripts/elfun/acsc.m scripts/elfun/acsch.m scripts/elfun/asec.m scripts/elfun/asech.m scripts/elfun/cot.m scripts/elfun/coth.m scripts/elfun/csc.m scripts/elfun/csch.m scripts/elfun/sec.m scripts/elfun/sech.m scripts/general/cart2pol.m scripts/general/cart2sph.m scripts/general/deal.m scripts/general/fliplr.m scripts/general/flipud.m scripts/general/int2str.m scripts/general/logspace.m scripts/general/num2str.m scripts/general/pol2cart.m scripts/general/rot90.m scripts/general/sortrows.m scripts/general/sph2cart.m scripts/gui/waitbar.m scripts/help/doc.m scripts/image/hsv2rgb.m scripts/image/rgb2hsv.m scripts/io/beep.m scripts/legacy/isstr.m scripts/legacy/setstr.m scripts/legacy/strmatch.m scripts/linear-algebra/cond.m scripts/linear-algebra/rank.m scripts/linear-algebra/trace.m scripts/miscellaneous/bug_report.m scripts/miscellaneous/cast.m scripts/miscellaneous/delete.m scripts/miscellaneous/dir.m scripts/miscellaneous/list_primes.m scripts/miscellaneous/ls.m scripts/miscellaneous/ls_command.m scripts/miscellaneous/menu.m scripts/miscellaneous/pack.m scripts/miscellaneous/recycle.m scripts/miscellaneous/substruct.m scripts/miscellaneous/version.m scripts/optimization/glpk.m scripts/plot/appearance/axis.m scripts/plot/appearance/box.m scripts/plot/appearance/grid.m scripts/plot/appearance/private/__axis_label__.m scripts/plot/appearance/text.m scripts/plot/appearance/title.m scripts/plot/appearance/view.m scripts/plot/appearance/xlabel.m scripts/plot/appearance/ylabel.m scripts/plot/appearance/zlabel.m scripts/plot/draw/bar.m scripts/plot/draw/barh.m scripts/plot/draw/comet3.m scripts/plot/draw/hist.m scripts/plot/draw/line.m scripts/plot/draw/loglog.m scripts/plot/draw/mesh.m scripts/plot/draw/patch.m scripts/plot/draw/plot.m scripts/plot/draw/polar.m scripts/plot/draw/private/__bar__.m scripts/plot/draw/private/__line__.m scripts/plot/draw/private/__plt__.m scripts/plot/draw/private/__stem__.m scripts/plot/draw/semilogx.m scripts/plot/draw/semilogy.m scripts/plot/draw/sombrero.m scripts/plot/draw/stairs.m scripts/plot/draw/stem.m scripts/plot/draw/surface.m scripts/plot/util/__default_plot_options__.m scripts/plot/util/__gnuplot_drawnow__.m scripts/plot/util/__next_line_color__.m scripts/plot/util/__plt_get_axis_arg__.m scripts/plot/util/__pltopt__.m scripts/plot/util/clf.m scripts/plot/util/closereq.m scripts/plot/util/gca.m scripts/plot/util/gnuplot_binary.in.m scripts/plot/util/isfigure.m scripts/plot/util/meshgrid.m scripts/plot/util/private/__gnuplot_draw_axes__.m scripts/plot/util/private/__gnuplot_draw_figure__.m scripts/plot/util/shg.m scripts/prefs/addpref.m scripts/prefs/getpref.m scripts/prefs/ispref.m scripts/prefs/private/loadprefs.m scripts/prefs/private/prefsfile.m scripts/prefs/private/saveprefs.m scripts/prefs/rmpref.m scripts/prefs/setpref.m scripts/set/ismember.m scripts/set/setdiff.m scripts/set/union.m scripts/special-matrix/hankel.m scripts/special-matrix/hilb.m scripts/special-matrix/vander.m scripts/statistics/median.m scripts/statistics/std.m scripts/strings/cstrcat.m scripts/strings/isletter.m scripts/strings/str2num.m scripts/strings/strcat.m scripts/testfun/oruntests.m scripts/testfun/rundemos.m scripts/time/asctime.m scripts/time/clock.m scripts/time/ctime.m scripts/time/date.m scripts/time/etime.m scripts/time/is_leap_year.m
diffstat 122 files changed, 0 insertions(+), 226 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/util/url-transfer.cc	Fri Dec 20 07:04:31 2019 +0100
+++ b/liboctave/util/url-transfer.cc	Thu Jan 02 15:43:01 2020 -0500
@@ -23,7 +23,6 @@
 */
 
 // Author: Alexander Barth <abarth@marine.usf.edu>
-// Author: jwe
 
 #if defined (HAVE_CONFIG_H)
 #  include "config.h"
--- a/liboctave/util/url-transfer.h	Fri Dec 20 07:04:31 2019 +0100
+++ b/liboctave/util/url-transfer.h	Thu Jan 02 15:43:01 2020 -0500
@@ -23,7 +23,6 @@
 */
 
 // Author: Alexander Barth <abarth@marine.usf.edu>
-// Author: jwe
 
 #if ! defined (octave_url_transfer_h)
 #define octave_url_transfer_h 1
--- a/scripts/elfun/acot.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/acot.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{cot, acotd}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = acot (x)
 
   if (nargin != 1)
--- a/scripts/elfun/acoth.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/acoth.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{coth}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = acoth (x)
 
   if (nargin != 1)
--- a/scripts/elfun/acsc.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/acsc.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{csc, acscd}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = acsc (x)
 
   if (nargin != 1)
--- a/scripts/elfun/acsch.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/acsch.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{csch}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = acsch (x)
 
   if (nargin != 1)
--- a/scripts/elfun/asec.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/asec.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{sec, asecd}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = asec (x)
 
   if (nargin != 1)
--- a/scripts/elfun/asech.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/asech.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{sech}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = asech (x)
 
   if (nargin != 1)
--- a/scripts/elfun/cot.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/cot.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{acot, cotd, coth}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = cot (x)
 
   if (nargin != 1)
--- a/scripts/elfun/coth.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/coth.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{acoth}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = coth (x)
 
   if (nargin != 1)
--- a/scripts/elfun/csc.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/csc.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{acsc, cscd, csch}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = csc (x)
 
   if (nargin != 1)
--- a/scripts/elfun/csch.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/csch.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{acsch}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = csch (x)
 
   if (nargin != 1)
--- a/scripts/elfun/sec.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/sec.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{asec, secd, sech}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = sec (x)
 
   if (nargin != 1)
--- a/scripts/elfun/sech.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/elfun/sech.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{asech}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = sech (x)
 
 if (nargin != 1)
--- a/scripts/general/cart2pol.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/cart2pol.m	Thu Jan 02 15:43:01 2020 -0500
@@ -40,7 +40,6 @@
 ## @end deftypefn
 
 ## Author: Kai Habel <kai.habel@gmx.de>
-## Adapted-by: jwe
 
 function [theta, r, z] = cart2pol (x, y, z = [])
 
--- a/scripts/general/cart2sph.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/cart2sph.m	Thu Jan 02 15:43:01 2020 -0500
@@ -39,7 +39,6 @@
 ## @end deftypefn
 
 ## Author: Kai Habel <kai.habel@gmx.de>
-## Adapted-by: jwe
 
 function [theta, phi, r] = cart2sph (x, y, z)
 
--- a/scripts/general/deal.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/deal.m	Thu Jan 02 15:43:01 2020 -0500
@@ -80,7 +80,6 @@
 ## Author: Ariel Tankus
 ## Author: Paul Kienzle and Etienne Grossman
 ## Created: 13.11.98
-## Adapted-by: jwe
 
 function [varargout] = deal (varargin)
 
--- a/scripts/general/fliplr.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/fliplr.m	Thu Jan 02 15:43:01 2020 -0500
@@ -34,8 +34,6 @@
 ## @seealso{flipud, flip, rot90, rotdim}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = fliplr (x)
 
   if (nargin != 1)
--- a/scripts/general/flipud.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/flipud.m	Thu Jan 02 15:43:01 2020 -0500
@@ -34,8 +34,6 @@
 ## @seealso{fliplr, flip, rot90, rotdim}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = flipud (x)
 
   if (nargin != 1)
--- a/scripts/general/int2str.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/int2str.m	Thu Jan 02 15:43:01 2020 -0500
@@ -51,8 +51,6 @@
 ## @seealso{sprintf, num2str, mat2str}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = int2str (n)
 
   if (nargin != 1)
--- a/scripts/general/logspace.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/logspace.m	Thu Jan 02 15:43:01 2020 -0500
@@ -65,8 +65,6 @@
 ## @seealso{linspace}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = logspace (a, b, n = 50)
 
   if (nargin != 2 && nargin != 3)
--- a/scripts/general/num2str.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/num2str.m	Thu Jan 02 15:43:01 2020 -0500
@@ -71,8 +71,6 @@
 ## @seealso{sprintf, int2str, mat2str}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = num2str (x, arg)
 
   if (nargin != 1 && nargin != 2)
--- a/scripts/general/pol2cart.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/pol2cart.m	Thu Jan 02 15:43:01 2020 -0500
@@ -40,7 +40,6 @@
 ## @end deftypefn
 
 ## Author: Kai Habel <kai.habel@gmx.de>
-## Adapted-by: jwe
 
 function [x, y, z] = pol2cart (theta, r, z = [])
 
--- a/scripts/general/rot90.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/rot90.m	Thu Jan 02 15:43:01 2020 -0500
@@ -56,8 +56,6 @@
 ## @seealso{rotdim, fliplr, flipud, flip}
 ## @end deftypefn
 
-## Author: jwe
-
 function B = rot90 (A, k = 1)
 
   if (nargin < 1 || nargin > 2)
--- a/scripts/general/sortrows.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/sortrows.m	Thu Jan 02 15:43:01 2020 -0500
@@ -46,7 +46,6 @@
 ## @end deftypefn
 
 ## Author: Daniel Calvelo, Paul Kienzle
-## Adapted-by: jwe
 
 function [s, i] = sortrows (A, c)
 
--- a/scripts/general/sph2cart.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/general/sph2cart.m	Thu Jan 02 15:43:01 2020 -0500
@@ -39,7 +39,6 @@
 ## @end deftypefn
 
 ## Author: Kai Habel <kai.habel@gmx.de>
-## Adapted-by: jwe
 
 function [x, y, z] = sph2cart (theta, phi, r)
 
--- a/scripts/gui/waitbar.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/gui/waitbar.m	Thu Jan 02 15:43:01 2020 -0500
@@ -47,8 +47,6 @@
 ## @seealso{delete}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = waitbar (varargin)
 
   persistent curr_waitbar;
--- a/scripts/help/doc.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/help/doc.m	Thu Jan 02 15:43:01 2020 -0500
@@ -33,7 +33,6 @@
 ## @end deftypefn
 
 ## Author: Soren Hauberg <soren@hauberg.org>
-## Adapted-by: jwe
 
 function retval = doc (function_name)
 
--- a/scripts/image/hsv2rgb.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/image/hsv2rgb.m	Thu Jan 02 15:43:01 2020 -0500
@@ -52,7 +52,6 @@
 ## @end deftypefn
 
 ## Author: Kai Habel <kai.habel@gmx.de>
-## Adapted-by: jwe
 
 function rgb = hsv2rgb (hsv)
 
--- a/scripts/image/rgb2hsv.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/image/rgb2hsv.m	Thu Jan 02 15:43:01 2020 -0500
@@ -35,7 +35,6 @@
 ## @end deftypefn
 
 ## Author: Kai Habel <kai.habel@gmx.de>
-## Adapted-by: jwe
 
 function hsv = rgb2hsv (rgb)
 
--- a/scripts/io/beep.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/io/beep.m	Thu Jan 02 15:43:01 2020 -0500
@@ -26,8 +26,6 @@
 ## @seealso{puts, fputs, printf, fprintf}
 ## @end deftypefn
 
-## Author: jwe
-
 function beep ()
 
   if (nargin != 0)
--- a/scripts/legacy/isstr.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/legacy/isstr.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{ischar}
 ## @end deftypefn
 
-## Author: jwe
-
 ## At one time, Matlab docs stated that this function is obsolete and would be
 ## removed in some future version.  Now users are told that it should be
 ## avoided, but there is no mention of possible future removal.
--- a/scripts/legacy/setstr.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/legacy/setstr.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,8 +22,6 @@
 ## @seealso{char}
 ## @end deftypefn
 
-## Author: jwe
-
 ## At one time, Matlab docs stated that this function is obsolete and would be
 ## removed in some future version.  Now users are told that it should be
 ## avoided, but there is no mention of possible future removal.
--- a/scripts/legacy/strmatch.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/legacy/strmatch.m	Thu Jan 02 15:43:01 2020 -0500
@@ -57,7 +57,6 @@
 ## @end deftypefn
 
 ## Author: Paul Kienzle, Alois Schloegl
-## Adapted-by: jwe
 
 function idx = strmatch (s, A, exact)
 
--- a/scripts/linear-algebra/cond.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/linear-algebra/cond.m	Thu Jan 02 15:43:01 2020 -0500
@@ -44,8 +44,6 @@
 ## @seealso{condest, rcond, condeig, norm, svd}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = cond (A, p = 2)
 
   if (nargin < 1 || nargin > 2)
--- a/scripts/linear-algebra/rank.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/linear-algebra/rank.m	Thu Jan 02 15:43:01 2020 -0500
@@ -72,8 +72,6 @@
 ## @seealso{null, orth, sprank, svd, eps}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = rank (A, tol)
 
   if (nargin == 1)
--- a/scripts/linear-algebra/trace.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/linear-algebra/trace.m	Thu Jan 02 15:43:01 2020 -0500
@@ -25,8 +25,6 @@
 ## @seealso{eig}
 ## @end deftypefn
 
-## Author: jwe
-
 function y = trace (A)
 
   if (nargin != 1)
--- a/scripts/miscellaneous/bug_report.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/bug_report.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Display information about how to submit bug reports for Octave.
 ## @end deftypefn
 
-## Author: jwe
-
 function bug_report ()
 
   disp (" ");
--- a/scripts/miscellaneous/cast.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/cast.m	Thu Jan 02 15:43:01 2020 -0500
@@ -68,8 +68,6 @@
 ## @seealso{typecast, int8, uint8, int16, uint16, int32, uint32, int64, uint64, double, single, logical, char, class, typeinfo}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = cast (val, type)
 
   if (nargin != 2)
--- a/scripts/miscellaneous/delete.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/delete.m	Thu Jan 02 15:43:01 2020 -0500
@@ -32,8 +32,6 @@
 ## @seealso{clf, cla, unlink, rmdir}
 ## @end deftypefn
 
-## Author: jwe
-
 function delete (varargin)
 
   if (nargin == 0)
--- a/scripts/miscellaneous/dir.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/dir.m	Thu Jan 02 15:43:01 2020 -0500
@@ -65,8 +65,6 @@
 ## @seealso{ls, readdir, glob, what, stat, lstat}
 ## @end deftypefn
 
-## Author: jwe
-
 ## FIXME: This is quite slow for large directories.
 ##        Perhaps it should be converted to C++?
 
--- a/scripts/miscellaneous/list_primes.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/list_primes.m	Thu Jan 02 15:43:01 2020 -0500
@@ -25,8 +25,6 @@
 ## @seealso{primes, isprime}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = list_primes (n = 25)
 
   if (nargin > 1)
--- a/scripts/miscellaneous/ls.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/ls.m	Thu Jan 02 15:43:01 2020 -0500
@@ -51,8 +51,6 @@
 ## @seealso{dir, readdir, glob, what, stat, filesep, ls_command}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = ls (varargin)
 
   if (! iscellstr (varargin))
--- a/scripts/miscellaneous/ls_command.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/ls_command.m	Thu Jan 02 15:43:01 2020 -0500
@@ -23,8 +23,6 @@
 ## @seealso{ls}
 ## @end deftypefn
 
-## Author: jwe
-
 function old_val = ls_command (new_val)
 
   persistent __ls_command__;
--- a/scripts/miscellaneous/menu.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/menu.m	Thu Jan 02 15:43:01 2020 -0500
@@ -39,8 +39,6 @@
 ## @seealso{input, listdlg}
 ## @end deftypefn
 
-## Author: jwe
-
 function choice = menu (title, varargin)
 
   if (nargin < 2)
--- a/scripts/miscellaneous/pack.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/pack.m	Thu Jan 02 15:43:01 2020 -0500
@@ -24,8 +24,6 @@
 ## @seealso{clear}
 ## @end deftypefn
 
-## Author: jwe
-
 function pack ()
 
 endfunction
--- a/scripts/miscellaneous/recycle.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/recycle.m	Thu Jan 02 15:43:01 2020 -0500
@@ -31,8 +31,6 @@
 ## @seealso{delete, rmdir}
 ## @end deftypefn
 
-## Author: jwe
-
 function val = recycle (new_val)
 
   persistent current_state = "off";
--- a/scripts/miscellaneous/substruct.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/substruct.m	Thu Jan 02 15:43:01 2020 -0500
@@ -44,8 +44,6 @@
 ## @seealso{subsref, subsasgn}
 ## @end deftypefn
 
-## Author:  jwe
-
 function retval = substruct (varargin)
 
   if (nargin < 2 || mod (nargin, 2) != 0)
--- a/scripts/miscellaneous/version.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/miscellaneous/version.m	Thu Jan 02 15:43:01 2020 -0500
@@ -63,8 +63,6 @@
 ## @seealso{OCTAVE_VERSION, ver}
 ## @end deftypefn
 
-## Author: jwe
-
 function [v, d] = version (feature)
 
   if (nargin > 1 || ((nargin != 0) && ((nargout > 1) || ! ischar (feature))))
--- a/scripts/optimization/glpk.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/optimization/glpk.m	Thu Jan 02 15:43:01 2020 -0500
@@ -477,7 +477,6 @@
 ## @end deftypefn
 
 ## Author: Nicolo' Giorgetti <giorgetti@dii.unisi.it>
-## Adapted-by: jwe
 
 function [xopt, fmin, errnum, extra] = glpk (c, A, b, lb, ub, ctype, vartype, sense, param)
 
--- a/scripts/plot/appearance/axis.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/appearance/axis.m	Thu Jan 02 15:43:01 2020 -0500
@@ -138,8 +138,6 @@
 ## @seealso{xlim, ylim, zlim, caxis, daspect, pbaspect, box, grid}
 ## @end deftypefn
 
-## Author: jwe
-
 function limits = axis (varargin)
 
   [hax, varargin, nargin] = __plt_get_axis_arg__ ("axis", varargin{:});
--- a/scripts/plot/appearance/box.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/appearance/box.m	Thu Jan 02 15:43:01 2020 -0500
@@ -31,8 +31,6 @@
 ## @seealso{axis, grid}
 ## @end deftypefn
 
-## Author: jwe
-
 function box (varargin)
 
   [hax, varargin, nargs] = __plt_get_axis_arg__ ("box", varargin{:});
--- a/scripts/plot/appearance/grid.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/appearance/grid.m	Thu Jan 02 15:43:01 2020 -0500
@@ -44,8 +44,6 @@
 ## @seealso{axis, box}
 ## @end deftypefn
 
-## Author: jwe
-
 function grid (varargin)
 
   [hax, varargin, nargs] = __plt_get_axis_arg__ ("grid", varargin{:});
--- a/scripts/plot/appearance/private/__axis_label__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/appearance/private/__axis_label__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Undocumented internal function.
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = __axis_label__ (hax, caller, txt, varargin)
 
   h = get (hax, caller);
--- a/scripts/plot/appearance/text.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/appearance/text.m	Thu Jan 02 15:43:01 2020 -0500
@@ -78,8 +78,6 @@
 ## @seealso{gtext, title, xlabel, ylabel, zlabel}
 ## @end deftypefn
 
-## Author: jwe
-
 ## Note: The following code is rigged for Matlab compatibility and is
 ##       full of hidden assumptions.  Be very wary when modifying.
 
--- a/scripts/plot/appearance/title.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/appearance/title.m	Thu Jan 02 15:43:01 2020 -0500
@@ -34,8 +34,6 @@
 ## @seealso{xlabel, ylabel, zlabel, text}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = title (varargin)
 
   [hax, varargin, nargin] = __plt_get_axis_arg__ ("title", varargin{:});
--- a/scripts/plot/appearance/view.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/appearance/view.m	Thu Jan 02 15:43:01 2020 -0500
@@ -43,8 +43,6 @@
 ## @var{elevation}.
 ## @end deftypefn
 
-## Author: jwe
-
 function [azimuth, elevation] = view (varargin)
 
   [hax, varargin, nargin] = __plt_get_axis_arg__ ("view", varargin{:});
--- a/scripts/plot/appearance/xlabel.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/appearance/xlabel.m	Thu Jan 02 15:43:01 2020 -0500
@@ -34,8 +34,6 @@
 ## @seealso{ylabel, zlabel, datetick, title, text}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = xlabel (varargin)
 
   [hax, varargin, nargin] = __plt_get_axis_arg__ ("xlabel", varargin{:});
--- a/scripts/plot/appearance/ylabel.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/appearance/ylabel.m	Thu Jan 02 15:43:01 2020 -0500
@@ -36,8 +36,6 @@
 ## @seealso{xlabel, zlabel, datetick, title, text}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = ylabel (varargin)
 
   [hax, varargin, nargin] = __plt_get_axis_arg__ ("ylabel", varargin{:});
--- a/scripts/plot/appearance/zlabel.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/appearance/zlabel.m	Thu Jan 02 15:43:01 2020 -0500
@@ -33,7 +33,6 @@
 ## object.
 ## @seealso{xlabel, ylabel, datetick, title, text}
 ## @end deftypefn
-## Author: jwe
 
 function h = zlabel (varargin)
 
--- a/scripts/plot/draw/bar.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/bar.m	Thu Jan 02 15:43:01 2020 -0500
@@ -111,8 +111,6 @@
 ## @seealso{barh, hist, pie, plot, patch}
 ## @end deftypefn
 
-## Author: jwe
-
 function varargout = bar (varargin)
   varargout = cell (nargout, 1);
   [varargout{:}] = __bar__ (true, "bar", varargin{:});
--- a/scripts/plot/draw/barh.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/barh.m	Thu Jan 02 15:43:01 2020 -0500
@@ -68,8 +68,6 @@
 ## @seealso{bar, hist, pie, plot, patch}
 ## @end deftypefn
 
-## Author: jwe
-
 function varargout = barh (varargin)
   varargout = cell (nargout, 1);
   [varargout{:}] = __bar__ (false, "barh", varargin{:});
--- a/scripts/plot/draw/comet3.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/comet3.m	Thu Jan 02 15:43:01 2020 -0500
@@ -36,9 +36,6 @@
 ## @seealso{comet}
 ## @end deftypefn
 
-## Author: jwe
-## Created: 2010-12-17
-
 function comet3 (varargin)
 
   [hax, varargin, nargin] = __plt_get_axis_arg__ ("comet3", varargin{:});
--- a/scripts/plot/draw/hist.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/hist.m	Thu Jan 02 15:43:01 2020 -0500
@@ -72,8 +72,6 @@
 ## @seealso{histc, bar, pie, rose}
 ## @end deftypefn
 
-## Author: jwe
-
 function [nn, xx] = hist (varargin)
 
   [hax, varargin, nargin] = __plt_get_axis_arg__ ("hist", varargin{:});
--- a/scripts/plot/draw/line.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/line.m	Thu Jan 02 15:43:01 2020 -0500
@@ -59,8 +59,6 @@
 ## @seealso{image, patch, rectangle, surface, text}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = line (varargin)
 
   ## Get axis argument which may be in a 'parent' PROP/VAL pair
--- a/scripts/plot/draw/loglog.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/loglog.m	Thu Jan 02 15:43:01 2020 -0500
@@ -35,8 +35,6 @@
 ## @seealso{plot, semilogx, semilogy}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = loglog (varargin)
 
   [hax, varargin, nargs] = __plt_get_axis_arg__ ("loglog", varargin{:});
--- a/scripts/plot/draw/mesh.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/mesh.m	Thu Jan 02 15:43:01 2020 -0500
@@ -53,8 +53,6 @@
 ## @seealso{ezmesh, meshc, meshz, trimesh, contour, surf, surface, meshgrid, hidden, shading, colormap, caxis}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = mesh (varargin)
 
   if (! all (cellfun ("isreal", varargin)))
--- a/scripts/plot/draw/patch.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/patch.m	Thu Jan 02 15:43:01 2020 -0500
@@ -71,8 +71,6 @@
 ## @seealso{fill, get, set}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = patch (varargin)
 
   [hax, varargin] = __plt_get_axis_arg__ ("patch", varargin{:});
--- a/scripts/plot/draw/plot.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/plot.m	Thu Jan 02 15:43:01 2020 -0500
@@ -204,8 +204,6 @@
 ## @seealso{axis, box, grid, hold, legend, title, xlabel, ylabel, xlim, ylim, ezplot, errorbar, fplot, line, plot3, polar, loglog, semilogx, semilogy, subplot}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = plot (varargin)
 
   [hax, varargin, nargs] = __plt_get_axis_arg__ ("plot", varargin{:});
--- a/scripts/plot/draw/polar.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/polar.m	Thu Jan 02 15:43:01 2020 -0500
@@ -52,8 +52,6 @@
 ## @seealso{rose, compass, plot, cart2pol}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = polar (varargin)
 
   [hax, varargin, nargs] = __plt_get_axis_arg__ ("polar", varargin{:});
--- a/scripts/plot/draw/private/__bar__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/private/__bar__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Undocumented internal function.
 ## @end deftypefn
 
-## Author: jwe
-
 function varargout = __bar__ (vertical, func, varargin)
 
   [hax, varargin, nargin] = __plt_get_axis_arg__ (func, varargin{:});
--- a/scripts/plot/draw/private/__line__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/private/__line__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -27,8 +27,6 @@
 ## Create line object from x, y, and z with parent p.
 ## Return handle to line object.
 
-## Author: jwe
-
 function h = __line__ (hp, varargin)
 
   nvargs = nargin - 1;     # remove argument 'hp'
--- a/scripts/plot/draw/private/__plt__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/private/__plt__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Undocumented internal function.
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = __plt__ (caller, hp, varargin)
 
   persistent warned_callers = {};
--- a/scripts/plot/draw/private/__stem__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/private/__stem__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -22,7 +22,6 @@
 ## @end deftypefn
 
 ## Author: Michel D. Schmid <michaelschmid@users.sourceforge.net>
-## Adapted-by: jwe
 
 function h = __stem__ (have_z, varargin)
 
--- a/scripts/plot/draw/semilogx.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/semilogx.m	Thu Jan 02 15:43:01 2020 -0500
@@ -35,8 +35,6 @@
 ## @seealso{plot, semilogy, loglog}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = semilogx (varargin)
 
   [hax, varargin, nargs] = __plt_get_axis_arg__ ("semilogx", varargin{:});
--- a/scripts/plot/draw/semilogy.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/semilogy.m	Thu Jan 02 15:43:01 2020 -0500
@@ -35,8 +35,6 @@
 ## @seealso{plot, semilogx, loglog}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = semilogy (varargin)
 
   [hax, varargin, nargs] = __plt_get_axis_arg__ ("semilogy", varargin{:});
--- a/scripts/plot/draw/sombrero.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/sombrero.m	Thu Jan 02 15:43:01 2020 -0500
@@ -47,8 +47,6 @@
 ## @seealso{peaks, meshgrid, mesh, surf}
 ## @end deftypefn
 
-## Author: jwe
-
 function [x, y, z] = sombrero (n = 41)
 
   if (nargin > 2)
--- a/scripts/plot/draw/stairs.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/stairs.m	Thu Jan 02 15:43:01 2020 -0500
@@ -63,8 +63,6 @@
 ## @seealso{bar, hist, plot, stem}
 ## @end deftypefn
 
-## Author: jwe
-
 function [xs, ys] = stairs (varargin)
 
   [hax, varargin, nargin] = __plt_get_axis_arg__ ("stairs", varargin{:});
--- a/scripts/plot/draw/stem.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/stem.m	Thu Jan 02 15:43:01 2020 -0500
@@ -116,7 +116,6 @@
 ## @end deftypefn
 
 ## Author: Michel D. Schmid <michaelschmid@users.sourceforge.net>
-## Adapted-by: jwe
 
 function h = stem (varargin)
 
--- a/scripts/plot/draw/surface.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/draw/surface.m	Thu Jan 02 15:43:01 2020 -0500
@@ -48,8 +48,6 @@
 ## @seealso{surf, mesh, patch, line}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = surface (varargin)
 
   [hax, varargin] = __plt_get_axis_arg__ ("surface", varargin{:});
--- a/scripts/plot/util/__default_plot_options__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/__default_plot_options__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Undocumented internal function.
 ## @end deftypefn
 
-## Author: jwe
-
 function options = __default_plot_options__ ()
 
   options.key = "";
--- a/scripts/plot/util/__gnuplot_drawnow__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/__gnuplot_drawnow__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Undocumented internal function.
 ## @end deftypefn
 
-## Author: jwe
-
 function __gnuplot_drawnow__ (h, term, file, debug_file)
 
   if (nargin < 1 || nargin > 4 || nargin == 2)
--- a/scripts/plot/util/__next_line_color__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/__next_line_color__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -25,7 +25,6 @@
 ## Return the next line color in the rotation.
 
 ## Author: Carl Osterwisch
-## Author: jwe
 
 function rgb = __next_line_color__ ()
 
--- a/scripts/plot/util/__plt_get_axis_arg__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/__plt_get_axis_arg__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Undocumented internal function.
 ## @end deftypefn
 
-## Author: jwe
-
 function [h, varargin, narg] = __plt_get_axis_arg__ (caller, varargin)
 
   h = [];
--- a/scripts/plot/util/__pltopt__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/__pltopt__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -84,8 +84,6 @@
 ## plotted in some future version of Octave.
 ## @end deftypefn
 
-## Author: jwe
-
 function [options, valid] = __pltopt__ (caller, opt, err_on_invalid = true)
 
   options = __default_plot_options__ ();
--- a/scripts/plot/util/clf.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/clf.m	Thu Jan 02 15:43:01 2020 -0500
@@ -40,8 +40,6 @@
 ## @seealso{cla, close, delete, reset}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = clf (varargin)
 
   if (nargin > 2)
--- a/scripts/plot/util/closereq.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/closereq.m	Thu Jan 02 15:43:01 2020 -0500
@@ -25,8 +25,6 @@
 ## @seealso{close, delete}
 ## @end deftypefn
 
-## Author: jwe
-
 function closereq ()
 
   if (nargin != 0)
--- a/scripts/plot/util/gca.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/gca.m	Thu Jan 02 15:43:01 2020 -0500
@@ -48,8 +48,6 @@
 ## @seealso{gcf, gco, gcbf, gcbo, get, set}
 ## @end deftypefn
 
-## Author: jwe
-
 function h = gca ()
 
   if (nargin == 0)
--- a/scripts/plot/util/gnuplot_binary.in.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/gnuplot_binary.in.m	Thu Jan 02 15:43:01 2020 -0500
@@ -29,8 +29,6 @@
 ## @seealso{graphics_toolkit}
 ## @end deftypefn
 
-## Author: jwe
-
 function [prog, args] = gnuplot_binary (new_prog, varargin)
 
   mlock ();
--- a/scripts/plot/util/isfigure.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/isfigure.m	Thu Jan 02 15:43:01 2020 -0500
@@ -26,8 +26,6 @@
 ## @seealso{isaxes, ishghandle, isgraphics}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = isfigure (h)
 
   if (nargin != 1)
--- a/scripts/plot/util/meshgrid.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/meshgrid.m	Thu Jan 02 15:43:01 2020 -0500
@@ -58,8 +58,6 @@
 ## @seealso{ndgrid, mesh, contour, surf}
 ## @end deftypefn
 
-## Author: jwe
-
 function [xx, yy, zz] = meshgrid (x, y, z)
 
   if (nargin == 0 || nargin > 3)
--- a/scripts/plot/util/private/__gnuplot_draw_axes__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/private/__gnuplot_draw_axes__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Undocumented internal function.
 ## @end deftypefn
 
-## Author: jwe
-
 function __gnuplot_draw_axes__ (h, plot_stream, enhanced, bg_is_set,
                                 fg_is_set, hlgnd)
 
--- a/scripts/plot/util/private/__gnuplot_draw_figure__.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/private/__gnuplot_draw_figure__.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Undocumented internal function.
 ## @end deftypefn
 
-## Author: jwe
-
 function __gnuplot_draw_figure__ (h, plot_stream, enhanced)
 
   htype = get (h, "type");
--- a/scripts/plot/util/shg.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/plot/util/shg.m	Thu Jan 02 15:43:01 2020 -0500
@@ -28,8 +28,6 @@
 ## @seealso{figure, drawnow, gcf}
 ## @end deftypefn
 
-## Author: jwe
-
 function shg ()
 
   if (nargin != 0)
--- a/scripts/prefs/addpref.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/prefs/addpref.m	Thu Jan 02 15:43:01 2020 -0500
@@ -34,8 +34,6 @@
 ## @seealso{setpref, getpref, ispref, rmpref}
 ## @end deftypefn
 
-## Author: jwe
-
 function addpref (group, pref, val)
 
   if (nargin != 3)
--- a/scripts/prefs/getpref.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/prefs/getpref.m	Thu Jan 02 15:43:01 2020 -0500
@@ -46,8 +46,6 @@
 ## @seealso{addpref, setpref, ispref, rmpref}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = getpref (group, pref, default)
 
   if (nargin > 3)
--- a/scripts/prefs/ispref.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/prefs/ispref.m	Thu Jan 02 15:43:01 2020 -0500
@@ -32,8 +32,6 @@
 ## @seealso{getpref, addpref, setpref, rmpref}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = ispref (group, pref = "")
 
   if (nargin == 0 || nargin > 2)
--- a/scripts/prefs/private/loadprefs.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/prefs/private/loadprefs.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Return a structure containing all user configured preferences.
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = loadprefs ()
 
   file = prefsfile ();
--- a/scripts/prefs/private/prefsfile.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/prefs/private/prefsfile.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Return the full path and name of the file containing Octave preferences.
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = prefsfile ()
 
   retval = [prefdir() filesep() ".octave_prefs"];
--- a/scripts/prefs/private/saveprefs.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/prefs/private/saveprefs.m	Thu Jan 02 15:43:01 2020 -0500
@@ -21,8 +21,6 @@
 ## Save user preferences in the structure @var{s} to Octave's preference file.
 ## @end deftypefn
 
-## Author: jwe
-
 function saveprefs (s)
 
   prefs = s;
--- a/scripts/prefs/rmpref.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/prefs/rmpref.m	Thu Jan 02 15:43:01 2020 -0500
@@ -33,8 +33,6 @@
 ## @seealso{addpref, ispref, setpref, getpref}
 ## @end deftypefn
 
-## Author: jwe
-
 function rmpref (group, pref)
 
   if (nargin < 1 || nargin > 2)
--- a/scripts/prefs/setpref.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/prefs/setpref.m	Thu Jan 02 15:43:01 2020 -0500
@@ -35,8 +35,6 @@
 ## @seealso{addpref, getpref, ispref, rmpref}
 ## @end deftypefn
 
-## Author: jwe
-
 function setpref (group, pref, val)
 
   if (nargin != 3)
--- a/scripts/set/ismember.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/set/ismember.m	Thu Jan 02 15:43:01 2020 -0500
@@ -71,7 +71,6 @@
 ## Author: Paul Kienzle <pkienzle@users.sf.net>
 ## Author: Søren Hauberg <hauberg@gmail.com>
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Adapted-by: jwe
 ## Reimplemented using lookup & unique: Jaroslav Hajek <highegg@gmail.com>
 
 function [tf, s_idx] = ismember (a, s, varargin)
--- a/scripts/set/setdiff.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/set/setdiff.m	Thu Jan 02 15:43:01 2020 -0500
@@ -48,7 +48,6 @@
 ## @end deftypefn
 
 ## Author: Paul Kienzle
-## Adapted-by: jwe
 
 function [c, ia] = setdiff (a, b, varargin)
 
--- a/scripts/set/union.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/set/union.m	Thu Jan 02 15:43:01 2020 -0500
@@ -50,8 +50,6 @@
 ## @seealso{unique, intersect, setdiff, setxor, ismember}
 ## @end deftypefn
 
-## Author: jwe
-
 function [y, ia, ib] = union (a, b, varargin)
 
   if (nargin < 2 || nargin > 4)
--- a/scripts/special-matrix/hankel.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/special-matrix/hankel.m	Thu Jan 02 15:43:01 2020 -0500
@@ -47,8 +47,6 @@
 ## @seealso{hadamard, toeplitz}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = hankel (c, r)
 
   if (nargin < 1 || nargin > 2)
--- a/scripts/special-matrix/hilb.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/special-matrix/hilb.m	Thu Jan 02 15:43:01 2020 -0500
@@ -51,8 +51,6 @@
 ## @seealso{invhilb}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = hilb (n)
 
   if (nargin != 1)
--- a/scripts/special-matrix/vander.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/special-matrix/vander.m	Thu Jan 02 15:43:01 2020 -0500
@@ -52,8 +52,6 @@
 ## @seealso{polyfit}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = vander (c, n)
 
   if (nargin == 1)
--- a/scripts/statistics/median.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/statistics/median.m	Thu Jan 02 15:43:01 2020 -0500
@@ -54,8 +54,6 @@
 ## @seealso{mean, mode}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = median (x, dim)
 
   if (nargin != 1 && nargin != 2)
--- a/scripts/statistics/std.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/statistics/std.m	Thu Jan 02 15:43:01 2020 -0500
@@ -61,8 +61,6 @@
 ## @seealso{var, bounds, mad, range, iqr, mean, median}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = std (x, opt = 0, dim)
 
   if (nargin < 1 || nargin > 3)
--- a/scripts/strings/cstrcat.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/strings/cstrcat.m	Thu Jan 02 15:43:01 2020 -0500
@@ -41,8 +41,6 @@
 ## @seealso{strcat, char, strvcat}
 ## @end deftypefn
 
-## Author: jwe
-
 function st = cstrcat (varargin)
 
   if (nargin == 0)
--- a/scripts/strings/isletter.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/strings/isletter.m	Thu Jan 02 15:43:01 2020 -0500
@@ -25,8 +25,6 @@
 ## @seealso{isalpha, isdigit, ispunct, isspace, iscntrl, isalnum}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = isletter (s)
 
   if (nargin != 1)
--- a/scripts/strings/str2num.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/strings/str2num.m	Thu Jan 02 15:43:01 2020 -0500
@@ -46,8 +46,6 @@
 ## @seealso{str2double, eval}
 ## @end deftypefn
 
-## Author: jwe
-
 function [m, state] = str2num (s)
 
   if (nargin != 1)
--- a/scripts/strings/strcat.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/strings/strcat.m	Thu Jan 02 15:43:01 2020 -0500
@@ -77,8 +77,6 @@
 ## @seealso{cstrcat, char, strvcat}
 ## @end deftypefn
 
-## Author: jwe
-
 function st = strcat (varargin)
 
   if (nargin == 0)
--- a/scripts/testfun/oruntests.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/testfun/oruntests.m	Thu Jan 02 15:43:01 2020 -0500
@@ -29,8 +29,6 @@
 ## @seealso{rundemos, test, path}
 ## @end deftypefn
 
-## Author: jwe
-
 function oruntests (directory)
 
   if (nargin == 0)
--- a/scripts/testfun/rundemos.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/testfun/rundemos.m	Thu Jan 02 15:43:01 2020 -0500
@@ -29,8 +29,6 @@
 ## @seealso{demo, oruntests, path}
 ## @end deftypefn
 
-## Author: jwe
-
 function rundemos (directory)
 
   if (nargin == 0)
--- a/scripts/time/asctime.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/time/asctime.m	Thu Jan 02 15:43:01 2020 -0500
@@ -34,8 +34,6 @@
 ## @seealso{ctime, localtime, time}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = asctime (tm_struct)
 
   if (nargin != 1)
--- a/scripts/time/clock.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/time/clock.m	Thu Jan 02 15:43:01 2020 -0500
@@ -38,8 +38,6 @@
 ## @seealso{now, date, datevec}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = clock ()
 
   tm = localtime (time ());
--- a/scripts/time/ctime.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/time/ctime.m	Thu Jan 02 15:43:01 2020 -0500
@@ -34,8 +34,6 @@
 ## @seealso{asctime, time, localtime}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = ctime (t)
 
   if (nargin != 1)
--- a/scripts/time/date.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/time/date.m	Thu Jan 02 15:43:01 2020 -0500
@@ -31,8 +31,6 @@
 ## @seealso{now, clock, datestr, localtime}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = date ()
 
   if (nargin != 0)
--- a/scripts/time/etime.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/time/etime.m	Thu Jan 02 15:43:01 2020 -0500
@@ -37,8 +37,6 @@
 ## @seealso{tic, toc, clock, cputime, addtodate}
 ## @end deftypefn
 
-## Author: jwe
-
 function secs = etime (t2, t1)
 
   if (nargin != 2)
--- a/scripts/time/is_leap_year.m	Fri Dec 20 07:04:31 2019 +0100
+++ b/scripts/time/is_leap_year.m	Thu Jan 02 15:43:01 2020 -0500
@@ -34,8 +34,6 @@
 ## @seealso{weekday, eomday, calendar}
 ## @end deftypefn
 
-## Author: jwe
-
 function retval = is_leap_year (year)
 
   if (nargin > 1)