diff options
Diffstat (limited to 'faq/credits.php')
-rw-r--r-- | faq/credits.php | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/faq/credits.php b/faq/credits.php new file mode 100644 index 0000000..8a29327 --- /dev/null +++ b/faq/credits.php @@ -0,0 +1,29 @@ +<?php + include("../tde-head-and-foot.php"); + doHeader("Credits and License", "Documentation", "FAQ", "../"); +?> +<STYLE> + .question {font-weight:bold;} + TD {padding-top:10px} +</STYLE> +<table width="100%" class="header"><tbody><tr><td align="left" class="navLeft" width="33%"><a accesskey="p" href="contribute.php">Prev</a></td><td align="center" class="navCenter" width="34%"></td><td align="right" class="navRight" width="33%"> + + </td></tr></tbody></table> +<p class="chapter" lang="en"> +<p class="titlepage"> +<p> +<p><h2 class="title"><a name="credits"></a>Chapter 20. Credits and License</h2><p>Many of the answers in this FAQ are taken + +from various mailing lists and newsgroups. Here is a + +<em>big</em> thank you to all of you who have contributed + +answers that eventually appear in this FAQ.</p><p>Special thanks go to the former FAQ + +maintainers, Rainer Endres, Mr. Lee Wee Tiong, and J. Hall.</p><p><a name="gnu-fdl"></a>This documentation is licensed under the terms of the <a href="http://www.gnu.org/licenses/old-licenses/fdl-1.2.html" target="_top">GNU Free Documentation + +License</a>.</p><table width="100%" class="bottom-nav"><tr><td width="33%" align="left" valign="top" class="navLeft"><a href="contribute.php">Prev</a></td><td width="34%" align="center" valign="top" class="navCenter"><a href="index.php">Home</a></td><td width="33%" align="right" valign="top" class="navRight"></td></tr><tr><td width="33%" align="left" class="navLeft">Contributing</td><td width="34%" align="center" class="navCenter"><a href="index.php">Up</a></td><td width="33%" align="right" class="navRight"></td></tr></table> +<?php + doFooter(); +?> + |