diff --git a/src/app/qgsmaptooladdregularpolygon.cpp b/src/app/qgsmaptooladdregularpolygon.cpp index fe0664ba1db..a54a4a8e342 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 e0a7e1ca730..46ca4cbaa9b 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