#!/bin/sh
# ###############################################################
# Exceed Connection Server 2008
# Copyright (c) 1997-2008 Hummingbird Ltd. All Rights Reserved.
# ###############################################################
# license
# $Revision: 10408 $
# ###############################################################


. ./sys/msg.txt
pre="    "
clear
more ./sys/licensetext
${ECHO} 
${ECHO} "${pre}${LICENSE_ACCEPT_Q}"
read resp
if [ "${resp}xxxx" = "yxxxx" ] ; then
	exit 0
fi

if [ "${resp}xxxx" = "nxxxx" ] ; then
	exit 1
fi

exec $0 
 
