[GRASS-SVN] r37935 - grass/trunk/vector/v.in.dwg

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 18 15:46:25 EDT 2009


Author: glynn
Date: 2009-06-18 15:46:25 -0400 (Thu, 18 Jun 2009)
New Revision: 37935

Removed:
   grass/trunk/vector/v.in.dwg/check
Log:
Remove check script (check incorporated into Makefile)


Deleted: grass/trunk/vector/v.in.dwg/check
===================================================================
--- grass/trunk/vector/v.in.dwg/check	2009-06-18 19:31:29 UTC (rev 37934)
+++ grass/trunk/vector/v.in.dwg/check	2009-06-18 19:46:25 UTC (rev 37935)
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-echo "-----------------------------------------------------------------------------"
-echo "------------------------------   WARNING  -----------------------------------"  
-echo "v.in.dwg is linked to proprietary library 'OpenDWG toolkit' (www.opendwg.org)"
-echo "and to GRASS libraries released under GPL. As a consequence, it is not allowed"
-echo "to distribute binary version of v.in.dwg."
-echo "If you really want to build the binaries for v.in.dwg and lose the possibility"
-echo "of distributing GRASS binary package, type 'yes'<Enter>."
-
-read IN ; if [ -z $IN ] || [ $IN != "yes" ]; then exit 1; fi
-



More information about the grass-commit mailing list