Skip to content

Commit b6f7a99

Browse files
committed
Add license header for dxfexportdialog
1 parent 84f85d4 commit b6f7a99

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

src/app/qgsdxfexportdialog.cpp

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/***************************************************************************
2+
qgsdxfexportdialog.cpp
3+
----------------------
4+
begin : September 2013
5+
copyright : (C) 2013 by Marco Hugentobler
6+
email : marco 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 "qgsdxfexportdialog.h"
219
#include "qgsmaplayer.h"
320
#include "qgsmaplayerregistry.h"

src/app/qgsdxfexportdialog.h

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/***************************************************************************
2+
qgsdxfexportdialog.h
3+
--------------------
4+
begin : September 2013
5+
copyright : (C) 2013 by Marco Hugentobler
6+
email : marco 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 QGSDXFEXPORTDIALOG_H
219
#define QGSDXFEXPORTDIALOG_H
320

0 commit comments

Comments
 (0)