summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/cmd/ms2html.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/ms2html.c b/sys/src/cmd/ms2html.c
index e6a6746b5..d67c5525c 100644
--- a/sys/src/cmd/ms2html.c
+++ b/sys/src/cmd/ms2html.c
@@ -1355,10 +1355,12 @@ doconvert(void)
if(fsp >= 0 && fstack[fsp])
Bprint(&bout, "%s", fstack[fsp]->end);
Bprint(&bout, "<br>&#32;<br>\n");
+/*
Bprint(&bout, "<A href=http://www.lucent.com/copyright.html>\n");
t = localtime(time(nil));
Bprint(&bout, "Copyright</A> &#169; %d Alcatel-Lucent Inc. All rights reserved.\n",
t->year+1900);
+*/
Bprint(&bout, "</body></html>\n");
}