ref: a873333c84730d6c142bccfd30650807a326975e
parent: 15656fc79d5e348dddbde615a84e7288b580b35e
parent: 728478f2d3d43abdb6d32c9f93947ef74dd9b8fb
author: cinap_lenrek <cinap_lenrek@localhost>
date: Sat Apr 30 16:17:55 EDT 2011
merge
--- a/sys/src/cmd/ms2html.c
+++ b/sys/src/cmd/ms2html.c
@@ -1355,10 +1355,12 @@
if(fsp >= 0 && fstack[fsp])
Bprint(&bout, "%s", fstack[fsp]->end);
Bprint(&bout, "<br> <br>\n");
+/*
Bprint(&bout, "<A href=http://www.lucent.com/copyright.html>\n");
t = localtime(time(nil));
Bprint(&bout, "Copyright</A> © %d Alcatel-Lucent Inc. All rights reserved.\n",
t->year+1900);
+*/
Bprint(&bout, "</body></html>\n");
}