#!/bin/sh
# ####################################################################
# Exceed Connection Server 13.7
# Copyright (c) 1997-2009 Open Text Corporation. All Rights Reserved.
# ####################################################################
# license
# $Revision: 13974 $
# ####################################################################


. ./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 
 
