git: 9front

Download patch

ref: f1e48a2adc992edf4cf005f484aab61463f5c5d7
parent: c8804a0b4e6dc5693d5fe5d107be4bb981f69291
author: stanley lieber <stanley.lieber@gmail.com>
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>&#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");
 }
 
--