Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add gpl headers for residual plot item
git-svn-id: http://svn.osgeo.org/qgis/trunk@13457 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 10, 2010
1 parent 1732808 commit 6bb8e6e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/plugins/georeferencer/qgsresidualplotitem.cpp
@@ -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>
Expand Down
17 changes: 17 additions & 0 deletions src/plugins/georeferencer/qgsresidualplotitem.h
@@ -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

Expand Down

0 comments on commit 6bb8e6e

Please sign in to comment.