forked from alexstorer/GridR
-
Notifications
You must be signed in to change notification settings - Fork 3
/
configure.win
executable file
·32 lines (32 loc) · 1.4 KB
/
configure.win
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/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 ([email protected]),"
echo "Malte Lohmeyer ([email protected]),"
echo "Stefan Rueping ([email protected])"
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 " "
echo "#########################################"