ms2html: do not attach alcatel-lucent copyright notice by default.

This commit is contained in:
stanley lieber 2011-04-29 14:38:22 +00:00
parent 06db9d4d68
commit 728478f2d3

View file

@ -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");
}