Skip to content

Commit d0de3d3

Browse files
committed
Fix license headers
1 parent e70a15b commit d0de3d3

4 files changed

+29
-21
lines changed

src/app/qgsgeometryvalidationmodel.cpp

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/***************************************************************************
2+
qgsgeometryvalidationmodel.cpp
3+
--------------------------------------
4+
Date : 6.9.2018
5+
Copyright : (C) 2018 by Matthias Kuhn
6+
email : matthias@opengis.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+
116
#include "qgsgeometryvalidationmodel.h"
217

318
#include "qgsvectorlayer.h"

src/app/qgsgeometryvalidationmodel.h

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/***************************************************************************
2+
qgsgeometryvalidationmodel.h
3+
--------------------------------------
4+
Date : 6.9.2018
5+
Copyright : (C) 2018 by Matthias Kuhn
6+
email : matthias@opengis.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+
***************************************************************************/
115
#ifndef QGSGEOMETRYVALIDATIONMODEL_H
216
#define QGSGEOMETRYVALIDATIONMODEL_H
317

src/core/qgsgeometrycheckqueue.cpp

-6
This file was deleted.

src/core/qgsgeometrycheckqueue.h

-15
This file was deleted.

0 commit comments

Comments
 (0)