changeset 27981:7f1cec12c240

maint: Remove simple "Adapted-By:" lines from code base. * __ftp__.cc, urlwrite.cc, lin2mu.m, mu2lin.m, bincoeff.m, common_size.m, nextpow2.m, shift.m, xor.m, griddata.m, colormap.m, gray.m, gray2ind.m, image.m, imagesc.m, imshow.m, ind2gray.m, ind2rgb.m, ocean.m, rgb2ind.m, findstr.m, commutation_matrix.m, cross.m, gls.m, isdefinite.m, ishermitian.m, issymmetric.m, null.m, ols.m, orth.m, qzhess.m, vech.m, orderfields.m, untar.m, unzip.m, orient.m, __pltopt__.m, __gnuplot_print__.m, subplot.m, compan.m, conv.m, deconv.m, poly.m, polyder.m, polyfit.m, polyint.m, polyreduce.m, polyval.m, polyvalm.m, residue.m, roots.m, detrend.m, fftconv.m, fftfilt.m, fftshift.m, ifftshift.m, beta.m, lcm.m, pow2.m, corr.m, kurtosis.m, skewness.m, base2dec.m, bin2dec.m, blanks.m, deblank.m, dec2base.m, dec2bin.m, dec2hex.m, hex2dec.m, index.m, rindex.m, substr.m, calendar.m, datestr.m, datevec.m, eomday.m, now.m, weekday.m: Remove simple "Adapted-By:" lines from code base.
author Rik <rik@octave.org>
date Tue, 21 Jan 2020 13:15:15 -0800
parents bdad8ca48700
children d3dc3f7f7999
files libinterp/corefcn/__ftp__.cc libinterp/corefcn/urlwrite.cc scripts/audio/lin2mu.m scripts/audio/mu2lin.m scripts/general/bincoeff.m scripts/general/common_size.m scripts/general/nextpow2.m scripts/general/shift.m scripts/general/xor.m scripts/geometry/griddata.m scripts/image/colormap.m scripts/image/gray.m scripts/image/gray2ind.m scripts/image/image.m scripts/image/imagesc.m scripts/image/imshow.m scripts/image/ind2gray.m scripts/image/ind2rgb.m scripts/image/ocean.m scripts/image/rgb2ind.m scripts/legacy/findstr.m scripts/linear-algebra/commutation_matrix.m scripts/linear-algebra/cross.m scripts/linear-algebra/gls.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/orderfields.m scripts/miscellaneous/untar.m scripts/miscellaneous/unzip.m scripts/plot/appearance/orient.m scripts/plot/util/__pltopt__.m scripts/plot/util/private/__gnuplot_print__.m scripts/plot/util/subplot.m scripts/polynomial/compan.m scripts/polynomial/conv.m scripts/polynomial/deconv.m scripts/polynomial/poly.m scripts/polynomial/polyder.m scripts/polynomial/polyfit.m scripts/polynomial/polyint.m scripts/polynomial/polyreduce.m scripts/polynomial/polyval.m scripts/polynomial/polyvalm.m scripts/polynomial/residue.m scripts/polynomial/roots.m scripts/signal/detrend.m scripts/signal/fftconv.m scripts/signal/fftfilt.m scripts/signal/fftshift.m scripts/signal/ifftshift.m scripts/specfun/beta.m scripts/specfun/lcm.m scripts/specfun/pow2.m scripts/statistics/corr.m scripts/statistics/kurtosis.m scripts/statistics/skewness.m scripts/strings/base2dec.m scripts/strings/bin2dec.m scripts/strings/blanks.m scripts/strings/deblank.m scripts/strings/dec2base.m scripts/strings/dec2bin.m scripts/strings/dec2hex.m scripts/strings/hex2dec.m scripts/strings/index.m scripts/strings/rindex.m scripts/strings/substr.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 79 files changed, 0 insertions(+), 80 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/__ftp__.cc	Tue Jan 21 13:06:02 2020 -0800
+++ b/libinterp/corefcn/__ftp__.cc	Tue Jan 21 13:15:15 2020 -0800
@@ -24,7 +24,6 @@
 ////////////////////////////////////////////////////////////////////////
 
 // Author: Alexander Barth <abarth@marine.usf.edu>
-// Adapted-By: jwe
 
 #if defined (HAVE_CONFIG_H)
 #  include "config.h"
--- a/libinterp/corefcn/urlwrite.cc	Tue Jan 21 13:06:02 2020 -0800
+++ b/libinterp/corefcn/urlwrite.cc	Tue Jan 21 13:15:15 2020 -0800
@@ -24,7 +24,6 @@
 ////////////////////////////////////////////////////////////////////////
 
 // Author: Alexander Barth <abarth@marine.usf.edu>
-// Adapted-By: jwe
 
 #if defined (HAVE_CONFIG_H)
 #  include "config.h"
--- a/scripts/audio/lin2mu.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/audio/lin2mu.m	Tue Jan 21 13:15:15 2020 -0800
@@ -38,7 +38,6 @@
 
 
 ## Author: Andreas Weingessel <Andreas.Weingessel@ci.tuwien.ac.at>
-## Adapted-By: jwe
 
 function y = lin2mu (x, n)
 
--- a/scripts/audio/mu2lin.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/audio/mu2lin.m	Tue Jan 21 13:15:15 2020 -0800
@@ -36,7 +36,6 @@
 ## @end deftypefn
 
 ## Author:  Andreas Weingessel <Andreas.Weingessel@ci.tuwien.ac.at>
-## Adapted-By: jwe
 
 function y = mu2lin (x, n = 0)
 
--- a/scripts/general/bincoeff.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/general/bincoeff.m	Tue Jan 21 13:15:15 2020 -0800
@@ -63,7 +63,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function b = bincoeff (n, k)
 
--- a/scripts/general/common_size.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/general/common_size.m	Tue Jan 21 13:15:15 2020 -0800
@@ -48,7 +48,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 ## Optimized-By: Jaroslav Hajek
 
 function [err, varargout] = common_size (varargin)
--- a/scripts/general/nextpow2.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/general/nextpow2.m	Tue Jan 21 13:15:15 2020 -0800
@@ -40,7 +40,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function n = nextpow2 (x)
 
--- a/scripts/general/shift.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/general/shift.m	Tue Jan 21 13:15:15 2020 -0800
@@ -35,7 +35,6 @@
 ## @end deftypefn
 
 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
-## Adapted-By: jwe
 
 function y = shift (x, b, dim)
 
--- a/scripts/general/xor.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/general/xor.m	Tue Jan 21 13:15:15 2020 -0800
@@ -55,7 +55,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function z = xor (x, y, varargin)
 
--- a/scripts/geometry/griddata.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/geometry/griddata.m	Tue Jan 21 13:15:15 2020 -0800
@@ -43,7 +43,6 @@
 ## @end deftypefn
 
 ## Author:      Kai Habel <kai.habel@gmx.de>
-## Adapted-by:  Alexander Barth <barth.alexander@gmail.com>
 ##              xi and yi are not "meshgridded" if both are vectors
 ##              of the same size (for compatibility)
 
--- a/scripts/image/colormap.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/image/colormap.m	Tue Jan 21 13:15:15 2020 -0800
@@ -87,7 +87,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function cmap = colormap (varargin)
 
--- a/scripts/image/gray.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/image/gray.m	Tue Jan 21 13:15:15 2020 -0800
@@ -35,7 +35,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function map = gray (n)
 
--- a/scripts/image/gray2ind.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/image/gray2ind.m	Tue Jan 21 13:15:15 2020 -0800
@@ -41,7 +41,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function [I, map] = gray2ind (I, n = 64)
 
--- a/scripts/image/image.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/image/image.m	Tue Jan 21 13:15:15 2020 -0800
@@ -68,7 +68,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function h = image (varargin)
 
@@ -148,7 +147,6 @@
 ## @var{x} and @var{y}.
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function h = __img__ (hax, do_new, x, y, img, varargin)
 
--- a/scripts/image/imagesc.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/image/imagesc.m	Tue Jan 21 13:15:15 2020 -0800
@@ -58,7 +58,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function h = imagesc (varargin)
 
--- a/scripts/image/imshow.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/image/imshow.m	Tue Jan 21 13:15:15 2020 -0800
@@ -76,7 +76,6 @@
 
 ## Author: Stefan van der Walt  <stefan@sun.ac.za>
 ## Author: Soren Hauberg <hauberg at gmail dot com>
-## Adapted-By: jwe
 
 function h = imshow (im, varargin)
 
--- a/scripts/image/ind2gray.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/image/ind2gray.m	Tue Jan 21 13:15:15 2020 -0800
@@ -44,7 +44,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function I = ind2gray (x, map)
 
--- a/scripts/image/ind2rgb.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/image/ind2rgb.m	Tue Jan 21 13:15:15 2020 -0800
@@ -45,7 +45,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function [R, G, B] = ind2rgb (x, map)
 
--- a/scripts/image/ocean.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/image/ocean.m	Tue Jan 21 13:15:15 2020 -0800
@@ -35,7 +35,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function map = ocean (n)
 
--- a/scripts/image/rgb2ind.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/image/rgb2ind.m	Tue Jan 21 13:15:15 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>
-## Adapted-By: jwe
 
 function [x, map] = rgb2ind (R, G, B)
 
--- a/scripts/legacy/findstr.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/legacy/findstr.m	Tue Jan 21 13:15:15 2020 -0800
@@ -53,7 +53,6 @@
 ## than the first, so try to put the longer one first.
 
 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function v = findstr (s, t, overlap = true)
 
--- a/scripts/linear-algebra/commutation_matrix.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/linear-algebra/commutation_matrix.m	Tue Jan 21 13:15:15 2020 -0800
@@ -75,7 +75,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function k = commutation_matrix (m, n)
 
--- a/scripts/linear-algebra/cross.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/linear-algebra/cross.m	Tue Jan 21 13:15:15 2020 -0800
@@ -49,7 +49,6 @@
 ## @end deftypefn
 
 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function z = cross (x, y, dim)
 
--- a/scripts/linear-algebra/gls.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/linear-algebra/gls.m	Tue Jan 21 13:15:15 2020 -0800
@@ -88,7 +88,6 @@
 ## @end deftypefn
 
 ## Author: Teresa Twaroch <twaroch@ci.tuwien.ac.at>
-## Adapted-By: jwe
 
 function [beta, v, r] = gls (y, x, o)
 
--- a/scripts/linear-algebra/isdefinite.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/linear-algebra/isdefinite.m	Tue Jan 21 13:15:15 2020 -0800
@@ -48,7 +48,6 @@
 ## @end deftypefn
 
 ## Author: Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
-## Adapted-By: jwe
 
 function retval = isdefinite (A, tol)
 
--- a/scripts/linear-algebra/ishermitian.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/linear-algebra/ishermitian.m	Tue Jan 21 13:15:15 2020 -0800
@@ -51,7 +51,6 @@
 ## @end deftypefn
 
 ## Author: A. S. Hodel <scotte@eng.auburn.edu>
-## Adapted-By: jwe
 
 function retval = ishermitian (A, skewopt = "nonskew", tol = 0)
 
--- a/scripts/linear-algebra/issymmetric.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/linear-algebra/issymmetric.m	Tue Jan 21 13:15:15 2020 -0800
@@ -50,7 +50,6 @@
 ## @end deftypefn
 
 ## Author: A. S. Hodel <scotte@eng.auburn.edu>
-## Adapted-By: jwe
 
 function retval = issymmetric (A, skewopt = "nonskew", tol = 0)
 
--- a/scripts/linear-algebra/null.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/linear-algebra/null.m	Tue Jan 21 13:15:15 2020 -0800
@@ -39,7 +39,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function retval = null (A, tol)
 
--- a/scripts/linear-algebra/ols.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/linear-algebra/ols.m	Tue Jan 21 13:15:15 2020 -0800
@@ -101,7 +101,6 @@
 ## @end deftypefn
 
 ## Author: Teresa Twaroch <twaroch@ci.tuwien.ac.at>
-## Adapted-By: jwe
 
 function [beta, sigma, r] = ols (y, x)
 
--- a/scripts/linear-algebra/orth.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/linear-algebra/orth.m	Tue Jan 21 13:15:15 2020 -0800
@@ -39,7 +39,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function retval = orth (A, tol)
 
--- a/scripts/linear-algebra/qzhess.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/linear-algebra/qzhess.m	Tue Jan 21 13:15:15 2020 -0800
@@ -62,7 +62,6 @@
 ## @end deftypefn
 
 ## Author: A. S. Hodel <scotte@eng.auburn.edu>
-## Adapted-By: jwe
 
 function [aa, bb, q, z] = qzhess (A, B)
 
--- a/scripts/linear-algebra/vech.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/linear-algebra/vech.m	Tue Jan 21 13:15:15 2020 -0800
@@ -38,7 +38,6 @@
 ## applications in statistics and econometrics.
 
 ## Author KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function v = vech (x)
 
--- a/scripts/miscellaneous/orderfields.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/miscellaneous/orderfields.m	Tue Jan 21 13:15:15 2020 -0800
@@ -103,7 +103,6 @@
 ## @end deftypefn
 
 ## Author: Paul Kienzle <pkienzle@users.sf.net>
-## Adapted-By: jwe
 
 function [sout, p] = orderfields (s1, s2)
 
--- a/scripts/miscellaneous/untar.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/miscellaneous/untar.m	Tue Jan 21 13:15:15 2020 -0800
@@ -37,7 +37,6 @@
 ## @end deftypefn
 
 ## Author: Søren Hauberg <hauberg@gmail.com>
-## Adapted-By: jwe, Bill Denney
 
 function filelist = untar (tarfile, dir = [])
 
--- a/scripts/miscellaneous/unzip.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/miscellaneous/unzip.m	Tue Jan 21 13:15:15 2020 -0800
@@ -37,7 +37,6 @@
 ## @end deftypefn
 
 ## Author: Søren Hauberg <hauberg@gmail.com>
-## Adapted-By: jwe, Bill Denney
 
 function filelist = unzip (zipfile, dir = [])
 
--- a/scripts/plot/appearance/orient.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/plot/appearance/orient.m	Tue Jan 21 13:15:15 2020 -0800
@@ -52,7 +52,6 @@
 ## @end deftypefn
 
 ## Author: Paul Kienzle
-## Adapted-By: jwe
 
 function retval = orient (varargin)
 
--- a/scripts/plot/util/__pltopt__.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/plot/util/__pltopt__.m	Tue Jan 21 13:15:15 2020 -0800
@@ -116,7 +116,6 @@
 ## Really decode plot option strings.
 
 ## Author: Rick Niles <niles@axp745.gsfc.nasa.gov>
-## Adapted-By: jwe
 ## Maintainer: jwe
 
 function [options, valid] = __pltopt1__ (caller, opt, err_on_invalid)
--- a/scripts/plot/util/private/__gnuplot_print__.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/plot/util/private/__gnuplot_print__.m	Tue Jan 21 13:15:15 2020 -0800
@@ -29,7 +29,6 @@
 ## @end deftypefn
 
 ## Author: Daniel Heiserer <Daniel.heiserer@physik.tu-muenchen.de>
-## Adapted-By: jwe
 
 function opts = __gnuplot_print__ (opts)
 
--- a/scripts/plot/util/subplot.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/plot/util/subplot.m	Tue Jan 21 13:15:15 2020 -0800
@@ -102,7 +102,6 @@
 ## @end deftypefn
 
 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU>
-## Adapted-By: jwe
 
 function h = subplot (varargin)
 
--- a/scripts/polynomial/compan.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/polynomial/compan.m	Tue Jan 21 13:15:15 2020 -0800
@@ -62,7 +62,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function A = compan (c)
 
--- a/scripts/polynomial/conv.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/polynomial/conv.m	Tue Jan 21 13:15:15 2020 -0800
@@ -53,7 +53,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function y = conv (a, b, shape = "full")
 
--- a/scripts/polynomial/deconv.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/polynomial/deconv.m	Tue Jan 21 13:15:15 2020 -0800
@@ -38,7 +38,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function [b, r] = deconv (y, a)
 
--- a/scripts/polynomial/poly.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/polynomial/poly.m	Tue Jan 21 13:15:15 2020 -0800
@@ -56,7 +56,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function y = poly (x)
 
--- a/scripts/polynomial/polyder.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/polynomial/polyder.m	Tue Jan 21 13:15:15 2020 -0800
@@ -40,7 +40,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function [q, d] = polyder (p, a)
 
--- a/scripts/polynomial/polyfit.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/polynomial/polyfit.m	Tue Jan 21 13:15:15 2020 -0800
@@ -79,7 +79,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## 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 13:06:02 2020 -0800
+++ b/scripts/polynomial/polyint.m	Tue Jan 21 13:15:15 2020 -0800
@@ -35,7 +35,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function retval = polyint (p, k)
 
--- a/scripts/polynomial/polyreduce.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/polynomial/polyreduce.m	Tue Jan 21 13:15:15 2020 -0800
@@ -31,7 +31,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function p = polyreduce (c)
 
--- a/scripts/polynomial/polyval.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/polynomial/polyval.m	Tue Jan 21 13:15:15 2020 -0800
@@ -47,7 +47,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function [y, dy] = polyval (p, x, s = [], mu)
 
--- a/scripts/polynomial/polyvalm.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/polynomial/polyvalm.m	Tue Jan 21 13:15:15 2020 -0800
@@ -36,7 +36,6 @@
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
-## Adapted-By: jwe
 
 function y = polyvalm (c, x)
 
--- a/scripts/polynomial/residue.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/polynomial/residue.m	Tue Jan 21 13:15:15 2020 -0800
@@ -148,7 +148,6 @@
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
 ## Author: Ben Abbott <bpabbott@mac.com>
-## Adapted-By: jwe
 
 function [r, p, k, e] = residue (b, a, varargin)
 
--- a/scripts/polynomial/roots.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/polynomial/roots.m	Tue Jan 21 13:15:15 2020 -0800
@@ -83,7 +83,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function r = roots (c)
 
--- a/scripts/signal/detrend.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/signal/detrend.m	Tue Jan 21 13:15:15 2020 -0800
@@ -41,7 +41,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function y = detrend (x, p = 1)
 
--- a/scripts/signal/fftconv.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/signal/fftconv.m	Tue Jan 21 13:15:15 2020 -0800
@@ -39,7 +39,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function c = fftconv (x, y, n)
 
--- a/scripts/signal/fftfilt.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/signal/fftfilt.m	Tue Jan 21 13:15:15 2020 -0800
@@ -40,7 +40,6 @@
 ## @end deftypefn
 
 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function y = fftfilt (b, x, n)
 
--- a/scripts/signal/fftshift.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/signal/fftshift.m	Tue Jan 21 13:15:15 2020 -0800
@@ -50,7 +50,6 @@
 ## @end deftypefn
 
 ## Author: Vincent Cautaerts <vincent@comf5.comm.eng.osaka-u.ac.jp>
-## Adapted-By: jwe
 
 function retval = fftshift (x, dim)
 
--- a/scripts/signal/ifftshift.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/signal/ifftshift.m	Tue Jan 21 13:15:15 2020 -0800
@@ -34,7 +34,6 @@
 ## @end deftypefn
 
 ## Author: Vincent Cautaerts <vincent@comf5.comm.eng.osaka-u.ac.jp>
-## Adapted-By: jwe
 ## Modified-By: Paul Kienzle, converted from fftshift
 ## Modified-By: David Bateman, add NDArray capability and option dim arg
 
--- a/scripts/specfun/beta.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/specfun/beta.m	Tue Jan 21 13:15:15 2020 -0800
@@ -49,7 +49,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function retval = beta (a, b)
 
--- a/scripts/specfun/lcm.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/specfun/lcm.m	Tue Jan 21 13:15:15 2020 -0800
@@ -34,7 +34,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function l = lcm (varargin)
 
--- a/scripts/specfun/pow2.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/specfun/pow2.m	Tue Jan 21 13:15:15 2020 -0800
@@ -46,7 +46,6 @@
 ## @end deftypefn
 
 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>
-## Adapted-By: jwe
 
 function y = pow2 (f, e)
 
--- a/scripts/statistics/corr.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/statistics/corr.m	Tue Jan 21 13:15:15 2020 -0800
@@ -50,7 +50,6 @@
 ## @end deftypefn
 
 ## Author: Kurt Hornik <hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function retval = corr (x, y = [])
 
--- a/scripts/statistics/kurtosis.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/statistics/kurtosis.m	Tue Jan 21 13:15:15 2020 -0800
@@ -87,7 +87,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function y = kurtosis (x, flag, dim)
 
--- a/scripts/statistics/skewness.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/statistics/skewness.m	Tue Jan 21 13:15:15 2020 -0800
@@ -86,7 +86,6 @@
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function y = skewness (x, flag, dim)
 
--- a/scripts/strings/base2dec.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/strings/base2dec.m	Tue Jan 21 13:15:15 2020 -0800
@@ -55,7 +55,6 @@
 ## @end deftypefn
 
 ## Author: Daniel Calvelo <dcalvelo@yahoo.com>
-## Adapted-by: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
 
 function out = base2dec (s, base)
 
--- a/scripts/strings/bin2dec.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/strings/bin2dec.m	Tue Jan 21 13:15:15 2020 -0800
@@ -56,7 +56,6 @@
 ## @end deftypefn
 
 ## Author: Daniel Calvelo <dcalvelo@yahoo.com>
-## Adapted-by: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
 
 function d = bin2dec (s)
 
--- a/scripts/strings/blanks.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/strings/blanks.m	Tue Jan 21 13:15:15 2020 -0800
@@ -43,7 +43,6 @@
 ## @end deftypefn
 
 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function s = blanks (n)
 
--- a/scripts/strings/deblank.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/strings/deblank.m	Tue Jan 21 13:15:15 2020 -0800
@@ -46,7 +46,6 @@
 ## @end deftypefn
 
 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function s = deblank (s)
 
--- a/scripts/strings/dec2base.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/strings/dec2base.m	Tue Jan 21 13:15:15 2020 -0800
@@ -57,7 +57,6 @@
 ## @end deftypefn
 
 ## Author: Daniel Calvelo <dcalvelo@yahoo.com>
-## Adapted-by: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
 
 function retval = dec2base (d, base, len)
 
--- a/scripts/strings/dec2bin.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/strings/dec2bin.m	Tue Jan 21 13:15:15 2020 -0800
@@ -47,7 +47,6 @@
 ## @end deftypefn
 
 ## Author: Daniel Calvelo <dcalvelo@yahoo.com>
-## Adapted-by: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
 
 function b = dec2bin (d, len)
 
--- a/scripts/strings/dec2hex.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/strings/dec2hex.m	Tue Jan 21 13:15:15 2020 -0800
@@ -47,7 +47,6 @@
 ## @end deftypefn
 
 ## Author: Daniel Calvelo <dcalvelo@yahoo.com>
-## Adapted-by: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
 
 function h = dec2hex (d, len)
 
--- a/scripts/strings/hex2dec.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/strings/hex2dec.m	Tue Jan 21 13:15:15 2020 -0800
@@ -49,7 +49,6 @@
 ## @end deftypefn
 
 ## Author: Daniel Calvelo <dcalvelo@yahoo.com>
-## Adapted-by: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>
 
 function d = hex2dec (s)
 
--- a/scripts/strings/index.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/strings/index.m	Tue Jan 21 13:15:15 2020 -0800
@@ -47,7 +47,6 @@
 ## @end deftypefn
 
 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 ## This is patterned after the AWK function of the same name.
 
 function n = index (s, t, direction = "first")
--- a/scripts/strings/rindex.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/strings/rindex.m	Tue Jan 21 13:15:15 2020 -0800
@@ -47,7 +47,6 @@
 ## @end deftypefn
 
 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 ## This is patterned after the AWK function of the same name.
 
 function n = rindex (s, t)
--- a/scripts/strings/substr.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/strings/substr.m	Tue Jan 21 13:15:15 2020 -0800
@@ -53,7 +53,6 @@
 ## @end deftypefn
 
 ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
-## Adapted-By: jwe
 
 function t = substr (s, offset, len)
 
--- a/scripts/time/calendar.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/time/calendar.m	Tue Jan 21 13:15:15 2020 -0800
@@ -42,7 +42,6 @@
 ## @end deftypefn
 
 ## Author: pkienzle <pkienzle@users.sf.net>
-## Adapted-By: William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
 
 function varargout = calendar (varargin)
 
--- a/scripts/time/datestr.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/time/datestr.m	Tue Jan 21 13:15:15 2020 -0800
@@ -133,7 +133,6 @@
 ##    concatenate.
 
 ## Author: pkienzle <pkienzle@users.sf.net>
-## Adapted-By: William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
 
 function retval = datestr (date, f = [], p = [])
 
--- a/scripts/time/datevec.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/time/datevec.m	Tue Jan 21 13:15:15 2020 -0800
@@ -53,7 +53,6 @@
 
 ## Author: pkienzle <pkienzle@users.sf.net>
 ## Modified: bdenney <bill@givebillmoney.com>
-## 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 13:06:02 2020 -0800
+++ b/scripts/time/eomday.m	Tue Jan 21 13:15:15 2020 -0800
@@ -30,7 +30,6 @@
 ## @end deftypefn
 
 ## Author: pkienzle <pkienzle@users.sf.net>
-## Adapted-By: William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
 
 function e = eomday (y, m)
 
--- a/scripts/time/now.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/time/now.m	Tue Jan 21 13:15:15 2020 -0800
@@ -36,7 +36,6 @@
 ## @end deftypefn
 
 ## Author: pkienzle <pkienzle@users.sf.net>
-## Adapted-By: William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
 
 function t = now ()
 
--- a/scripts/time/weekday.m	Tue Jan 21 13:06:02 2020 -0800
+++ b/scripts/time/weekday.m	Tue Jan 21 13:15:15 2020 -0800
@@ -54,7 +54,6 @@
 ## @end deftypefn
 
 ## Author: pkienzle <pkienzle@users.sf.net>
-## Adapted-By: William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>
 
 function [d, s] = weekday (d, format = "short")