Fix license headers

This commit is contained in:
Matthias Kuhn 2018-10-03 19:59:18 +02:00
parent e70a15b355
commit d0de3d3811
No known key found for this signature in database
GPG Key ID: 7A7F1A1C90C3E6A7
4 changed files with 29 additions and 21 deletions

View File

@ -1,3 +1,18 @@
/***************************************************************************
qgsgeometryvalidationmodel.cpp
--------------------------------------
Date : 6.9.2018
Copyright : (C) 2018 by Matthias Kuhn
email : matthias@opengis.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 "qgsgeometryvalidationmodel.h"
#include "qgsvectorlayer.h"

View File

@ -1,3 +1,17 @@
/***************************************************************************
qgsgeometryvalidationmodel.h
--------------------------------------
Date : 6.9.2018
Copyright : (C) 2018 by Matthias Kuhn
email : matthias@opengis.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 QGSGEOMETRYVALIDATIONMODEL_H
#define QGSGEOMETRYVALIDATIONMODEL_H

View File

@ -1,6 +0,0 @@
#include "qgsgeometrycheckqueue.h"
QgsGeometryCheckQueue::QgsGeometryCheckQueue()
{
}

View File

@ -1,15 +0,0 @@
#ifndef QGSGEOMETRYCHECKQUEUE_H
#define QGSGEOMETRYCHECKQUEUE_H
#include <QObject>
class QgsGeometryCheckQueue
{
public:
QgsGeometryCheckQueue();
private:
};
#endif // QGSGEOMETRYCHECKQUEUE_H