mirror of
https://github.com/openNDS/openNDS.git
synced 2026-05-04 03:01:32 -04:00
24 lines
858 B
C
24 lines
858 B
C
/*
|
|
** Copyright (c) 2002 Hughes Technologies Pty Ltd. All rights
|
|
** reserved.
|
|
**
|
|
** Terms under which this software may be used or copied are
|
|
** provided in the specific license associated with this product.
|
|
**
|
|
** Hughes Technologies disclaims all warranties with regard to this
|
|
** software, including all implied warranties of merchantability and
|
|
** fitness, in no event shall Hughes Technologies be liable for any
|
|
** special, indirect or consequential damages or any damages whatsoever
|
|
** resulting from loss of use, data or profits, whether in an action of
|
|
** contract, negligence or other tortious action, arising out of or in
|
|
** connection with the use or performance of this software.
|
|
**
|
|
**
|
|
** $Id: version.c 87 2004-04-19 05:24:36Z benoitg $
|
|
**
|
|
*/
|
|
|
|
char LIBHTTPD_VERSION[] = "1.4",
|
|
LIBHTTPD_VENDOR[] = "Hughes Technologies Pty Ltd";
|
|
|