Skip to content

Commit c01c18a

Browse files
committedNov 12, 2013
Add missing license headers
1 parent 1e01cae commit c01c18a

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
 

‎src/gui/qgsdatumtransformdialog.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/***************************************************************************
2+
qgsdatumtransformdialog.cpp
3+
---------------------------
4+
begin : November 2013
5+
copyright : (C) 2013 by Marco Hugentobler
6+
email : marco.hugentobler at sourcepole dot ch
7+
***************************************************************************/
8+
9+
/***************************************************************************
10+
* *
11+
* This program is free software; you can redistribute it and/or modify *
12+
* it under the terms of the GNU General Public License as published by *
13+
* the Free Software Foundation; either version 2 of the License, or *
14+
* (at your option) any later version. *
15+
* *
16+
***************************************************************************/
17+
118
#include "qgsdatumtransformdialog.h"
219
#include "qgscoordinatetransform.h"
320

‎src/gui/qgsdatumtransformdialog.h

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

0 commit comments

Comments
 (0)
Please sign in to comment.