Skip to content

Commit

Permalink
Add missing license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Nov 12, 2013
1 parent 1e01cae commit c01c18a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/gui/qgsdatumtransformdialog.cpp
@@ -1,3 +1,20 @@
/***************************************************************************
qgsdatumtransformdialog.cpp
---------------------------
begin : November 2013
copyright : (C) 2013 by Marco Hugentobler
email : marco.hugentobler 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. *
* *
***************************************************************************/

#include "qgsdatumtransformdialog.h"
#include "qgscoordinatetransform.h"

Expand Down
17 changes: 17 additions & 0 deletions src/gui/qgsdatumtransformdialog.h
@@ -1,3 +1,20 @@
/***************************************************************************
qgsdatumtransformdialog.h
-------------------------
begin : November 2013
copyright : (C) 2013 by Marco Hugentobler
email : marco.hugentobler 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. *
* *
***************************************************************************/

#ifndef QGSDATUMTRANSFORMDIALOG_H
#define QGSDATUMTRANSFORMDIALOG_H

Expand Down

0 comments on commit c01c18a

Please sign in to comment.