changeset 27986:7c864bf66b74

edit.m: Fix regression introduced in a4268efb7334. * edit.m: Add back line starting with "author".
author Rik <rik@octave.org>
date Tue, 21 Jan 2020 14:48:49 -0800
parents 9f9ac219896d
children ab22056e8c1f
files scripts/miscellaneous/edit.m
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/edit.m	Tue Jan 21 14:35:03 2020 -0800
+++ b/scripts/miscellaneous/edit.m	Tue Jan 21 14:48:49 2020 -0800
@@ -416,6 +416,8 @@
     copyright = [strftime("Copyright (C) %Y ",now) FUNCTION.AUTHOR];
 
     ## Fill in the author tag field.
+    author = ["Author: " FUNCTION.AUTHOR " " FUNCTION.EMAIL];
+
     ## Fill in the header.
     uclicense = toupper (FUNCTION.LICENSE);
     switch (uclicense)