Files
openNDS/libhttpd/version.c
2013-04-30 00:10:24 +02:00

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";