#!/bin/sh
echo "By using the GridR package you agree to the listed terms and conditions below:"
echo "#########################################"
echo " 	GridR package 0.8.4"
echo " "
echo " "
echo "Copyright (C) 2008 Fraunhofer Institute Intelligent Analysis and Information Systems IAIS," 
echo "Fraunhofer Gesellschaft e.V., Munich, Germany "
echo "Dennis Wegener (dennis.wegener@iais.fraunhofer.de),"
echo "Malte Lohmeyer (malte.lohmeyer@iais.fraunhofer.de),"
echo "Stefan Rueping (stefan.rueping@iais.fraunhofer.de)"
echo " "
echo " "
echo "This program is licensed under the terms and conditions of the GNU General Public License Version 2 as published by the Free Software Foundation"
echo " "
echo "This program is distributed in the hope that it will be useful,"
  echo "but WITHOUT ANY WARRANTY; without even the implied warranty of"
echo "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the"
echo "GNU General Public License for more details."
echo " "
echo "You should have received a copy of the GNU General Public License"
 echo "along with this program; if not, write to the Free Software"
echo "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA"
echo "02110-1301, USA."
echo " "
echo "Before using the Software GridR package please read the following License Agreement:"
echo " "
echo " "
echo "GridR package							License Agreement"
echo " "
echo "#########################################"