Skip to content

Commit 6bb8e6e

Browse files
author
mhugent
committedMay 10, 2010
Add gpl headers for residual plot item
git-svn-id: http://svn.osgeo.org/qgis/trunk@13457 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1732808 commit 6bb8e6e

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
 

‎src/plugins/georeferencer/qgsresidualplotitem.cpp

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/***************************************************************************
2+
qgsresidualplotitem.cpp
3+
--------------------------------------
4+
Date : 10-May-2010
5+
Copyright : (c) 2010 by Marco Hugentobler
6+
Email : marco at sourcepole dot ch
7+
***************************************************************************
8+
* *
9+
* This program is free software; you can redistribute it and/or modify *
10+
* it under the terms of the GNU General Public License as published by *
11+
* the Free Software Foundation; either version 2 of the License, or *
12+
* (at your option) any later version. *
13+
* *
14+
***************************************************************************/
15+
/* $Id */
16+
117
#include "qgsresidualplotitem.h"
218
#include "qgsgeorefdatapoint.h"
319
#include <QPainter>

‎src/plugins/georeferencer/qgsresidualplotitem.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/***************************************************************************
2+
qgsresidualplotitem.h
3+
--------------------------------------
4+
Date : 10-May-2010
5+
Copyright : (c) 2010 by Marco Hugentobler
6+
Email : marco at sourcepole dot ch
7+
***************************************************************************
8+
* *
9+
* This program is free software; you can redistribute it and/or modify *
10+
* it under the terms of the GNU General Public License as published by *
11+
* the Free Software Foundation; either version 2 of the License, or *
12+
* (at your option) any later version. *
13+
* *
14+
***************************************************************************/
15+
/* $Id */
16+
17+
118
#ifndef QGSRESIDUALPLOTITEM_H
219
#define QGSRESIDUALPLOTITEM_H
320

0 commit comments

Comments
 (0)
Please sign in to comment.