Skip to content

Commit

Permalink
Add license header for dxfexportdialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Dec 10, 2013
1 parent 84f85d4 commit b6f7a99
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/app/qgsdxfexportdialog.cpp
@@ -1,3 +1,20 @@
/***************************************************************************
qgsdxfexportdialog.cpp
----------------------
begin : September 2013
copyright : (C) 2013 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. *
* *
***************************************************************************/

#include "qgsdxfexportdialog.h"
#include "qgsmaplayer.h"
#include "qgsmaplayerregistry.h"
Expand Down
17 changes: 17 additions & 0 deletions src/app/qgsdxfexportdialog.h
@@ -1,3 +1,20 @@
/***************************************************************************
qgsdxfexportdialog.h
--------------------
begin : September 2013
copyright : (C) 2013 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. *
* *
***************************************************************************/

#ifndef QGSDXFEXPORTDIALOG_H
#define QGSDXFEXPORTDIALOG_H

Expand Down

0 comments on commit b6f7a99

Please sign in to comment.