Add missing copyright for QgsMapToolAddRegularPolygon

This commit is contained in:
lbartoletti 2017-10-03 17:51:15 +02:00
parent 442341f995
commit bc4a86c3bc
2 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
qgsmaptooladdregularpolygon.h - map tool for adding regular polygon qgsmaptooladdregularpolygon.cpp - map tool for adding regular polygon
--------------------- ---------------------
begin : July 2017 begin : July 2017
copyright : (C) 2017 copyright : (C) 2017

View File

@ -1,3 +1,18 @@
/***************************************************************************
qgsmaptooladdregularpolygon.h - map tool for adding regular polygon
---------------------
begin : July 2017
copyright : (C) 2017
email : lbartoletti at tuxfamily dot org
***************************************************************************
* *
* 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 QGSMAPTOOLADDREGULARPOLYGON_H #ifndef QGSMAPTOOLADDREGULARPOLYGON_H
#define QGSMAPTOOLADDREGULARPOLYGON_H #define QGSMAPTOOLADDREGULARPOLYGON_H