From bc4a86c3bc3fc24fb7cf663391bf535f850cb6ce Mon Sep 17 00:00:00 2001 From: lbartoletti Date: Tue, 3 Oct 2017 17:51:15 +0200 Subject: [PATCH] Add missing copyright for QgsMapToolAddRegularPolygon --- src/app/qgsmaptooladdregularpolygon.cpp | 2 +- src/app/qgsmaptooladdregularpolygon.h | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/app/qgsmaptooladdregularpolygon.cpp b/src/app/qgsmaptooladdregularpolygon.cpp index fe0664ba1db3..a54a4a8e342f 100644 --- a/src/app/qgsmaptooladdregularpolygon.cpp +++ b/src/app/qgsmaptooladdregularpolygon.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - qgsmaptooladdregularpolygon.h - map tool for adding regular polygon + qgsmaptooladdregularpolygon.cpp - map tool for adding regular polygon --------------------- begin : July 2017 copyright : (C) 2017 diff --git a/src/app/qgsmaptooladdregularpolygon.h b/src/app/qgsmaptooladdregularpolygon.h index e0a7e1ca7305..46ca4cbaa9b6 100644 --- a/src/app/qgsmaptooladdregularpolygon.h +++ b/src/app/qgsmaptooladdregularpolygon.h @@ -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 #define QGSMAPTOOLADDREGULARPOLYGON_H