diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-04-29 14:38:22 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-04-29 14:38:22 +0000 |
commit | 728478f2d3d43abdb6d32c9f93947ef74dd9b8fb (patch) | |
tree | 5e855e4d726d11810ef350fbf4ee5084701fde43 /sys/src | |
parent | 06db9d4d681e552e0d4803e76becace707a72f12 (diff) |
ms2html: do not attach alcatel-lucent copyright notice by default.
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/cmd/ms2html.c | 2 |
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> <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"); } |