|
Revision 289, 0.8 kB
(checked in by florida, 2 years ago)
|
correction
|
| Line | |
|---|
| 1 |
/* |
|---|
| 2 |
** Copyright (c) 2002 Hughes Technologies Pty Ltd. All rights |
|---|
| 3 |
** reserved. |
|---|
| 4 |
** |
|---|
| 5 |
** Terms under which this software may be used or copied are |
|---|
| 6 |
** provided in the specific license associated with this product. |
|---|
| 7 |
** |
|---|
| 8 |
** Hughes Technologies disclaims all warranties with regard to this |
|---|
| 9 |
** software, including all implied warranties of merchantability and |
|---|
| 10 |
** fitness, in no event shall Hughes Technologies be liable for any |
|---|
| 11 |
** special, indirect or consequential damages or any damages whatsoever |
|---|
| 12 |
** resulting from loss of use, data or profits, whether in an action of |
|---|
| 13 |
** contract, negligence or other tortious action, arising out of or in |
|---|
| 14 |
** connection with the use or performance of this software. |
|---|
| 15 |
** |
|---|
| 16 |
** |
|---|
| 17 |
** $Id: version.c 87 2004-04-19 05:24:36Z benoitg $ |
|---|
| 18 |
** |
|---|
| 19 |
*/ |
|---|
| 20 |
|
|---|
| 21 |
char LIBHTTPD_VERSION[] = "1.3", |
|---|
| 22 |
LIBHTTPD_VENDOR[] = "Hughes Technologies Pty Ltd"; |
|---|
| 23 |
|
|---|