[QGIS Commit] r13457 - trunk/qgis/src/plugins/georeferencer

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon May 10 07:45:03 EDT 2010


Author: mhugent
Date: 2010-05-10 07:44:57 -0400 (Mon, 10 May 2010)
New Revision: 13457

Modified:
   trunk/qgis/src/plugins/georeferencer/qgsresidualplotitem.cpp
   trunk/qgis/src/plugins/georeferencer/qgsresidualplotitem.h
Log:
Add gpl headers for residual plot item

Modified: trunk/qgis/src/plugins/georeferencer/qgsresidualplotitem.cpp
===================================================================
--- trunk/qgis/src/plugins/georeferencer/qgsresidualplotitem.cpp	2010-05-10 10:44:21 UTC (rev 13456)
+++ trunk/qgis/src/plugins/georeferencer/qgsresidualplotitem.cpp	2010-05-10 11:44:57 UTC (rev 13457)
@@ -1,3 +1,19 @@
+/***************************************************************************
+    qgsresidualplotitem.cpp
+     --------------------------------------
+    Date                 : 10-May-2010
+    Copyright            : (c) 2010 by Marco Hugentobler
+    Email                : marco at sourcepole dot ch
+ ***************************************************************************
+ *                                                                         *
+ *   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 */
+
 #include "qgsresidualplotitem.h"
 #include "qgsgeorefdatapoint.h"
 #include <QPainter>

Modified: trunk/qgis/src/plugins/georeferencer/qgsresidualplotitem.h
===================================================================
--- trunk/qgis/src/plugins/georeferencer/qgsresidualplotitem.h	2010-05-10 10:44:21 UTC (rev 13456)
+++ trunk/qgis/src/plugins/georeferencer/qgsresidualplotitem.h	2010-05-10 11:44:57 UTC (rev 13457)
@@ -1,3 +1,20 @@
+/***************************************************************************
+    qgsresidualplotitem.h
+     --------------------------------------
+    Date                 : 10-May-2010
+    Copyright            : (c) 2010 by Marco Hugentobler
+    Email                : marco at sourcepole dot ch
+ ***************************************************************************
+ *                                                                         *
+ *   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 */
+
+
 #ifndef QGSRESIDUALPLOTITEM_H
 #define QGSRESIDUALPLOTITEM_H
 



More information about the QGIS-commit mailing list