[QGIS Commit] r10421 - trunk/qgis/python/plugins/fTools

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Mar 26 14:58:27 EDT 2009


Author: cfarmer
Date: 2009-03-26 14:58:27 -0400 (Thu, 26 Mar 2009)
New Revision: 10421

Added:
   trunk/qgis/python/plugins/fTools/LICENSE
Modified:
   trunk/qgis/python/plugins/fTools/__init__.py
Log:
updates fTools version and supplies license info


Added: trunk/qgis/python/plugins/fTools/LICENSE
===================================================================
--- trunk/qgis/python/plugins/fTools/LICENSE	                        (rev 0)
+++ trunk/qgis/python/plugins/fTools/LICENSE	2009-03-26 18:58:27 UTC (rev 10421)
@@ -0,0 +1,23 @@
+Copyright (c) 2009 Carson J. Q. Farmer
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of 
+this software and associated documentation files (the "Software"), to deal in 
+the Software without restriction, including without limitation the rights to 
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
+of the Software, and to permit persons to whom the Software is furnished to do 
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
+SOFTWARE.
+
+You should have received a copy of the GNU General Public License along
+with this program; if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Modified: trunk/qgis/python/plugins/fTools/__init__.py
===================================================================
--- trunk/qgis/python/plugins/fTools/__init__.py	2009-03-26 17:48:06 UTC (rev 10420)
+++ trunk/qgis/python/plugins/fTools/__init__.py	2009-03-26 18:58:27 UTC (rev 10421)
@@ -21,10 +21,10 @@
 	return "Tools for vector data analysis and management"
 
 def version():
-	return "0.5.6"
+	return "0.5.7"
   
 def qgisMinimumVersion():
-	return "1.0.0"
+	return "1"
 	
 def authorName():
 	return "Carson J. Q. Farmer"



More information about the QGIS-commit mailing list