ref: 728478f2d3d43abdb6d32c9f93947ef74dd9b8fb
parent: 06db9d4d681e552e0d4803e76becace707a72f12
author: stanley lieber <[email protected]>
date: Fri Apr 29 10:38:22 EDT 2011
ms2html: do not attach alcatel-lucent copyright notice by default.
--- 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");
}