[QGIS Commit] r10307 - branches/analysis_branch/src/analysis/vector

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Mar 19 14:08:02 EDT 2009


Author: timlinux
Date: 2009-03-19 14:08:01 -0400 (Thu, 19 Mar 2009)
New Revision: 10307

Modified:
   branches/analysis_branch/src/analysis/vector/qgsgeometryanalyzer.cpp
Log:
Added standard header to analyzer cpp file



Modified: branches/analysis_branch/src/analysis/vector/qgsgeometryanalyzer.cpp
===================================================================
--- branches/analysis_branch/src/analysis/vector/qgsgeometryanalyzer.cpp	2009-03-19 18:06:24 UTC (rev 10306)
+++ branches/analysis_branch/src/analysis/vector/qgsgeometryanalyzer.cpp	2009-03-19 18:08:01 UTC (rev 10307)
@@ -1,3 +1,20 @@
+/***************************************************************************
+    qgsgeometryanalyzer.cpp - QGIS Tools for vector geometry analysis
+                             -------------------
+    begin                : 19 March 2009
+    copyright            : (C) Carson Farmer
+    email                : carson.farmer at gmail.com
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ ***************************************************************************/
+/* $Id: qgis.h 9774 2008-12-12 05:41:24Z timlinux $ */
 bool QgsGeometryAnalyzer::single_to_multi( self )
 {
 /*    vprovider = self.vlayer.dataProvider()



More information about the QGIS-commit mailing list