Skip to content

Commit

Permalink
Add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 26, 2018
1 parent 9ad3515 commit 6ae03af
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/gui/auto_generated/qgssnaptogridcanvasitem.sip.in
Expand Up @@ -8,6 +8,7 @@




class QgsSnapToGridCanvasItem : QObject, QgsMapCanvasItem
{
%Docstring
Expand Down
15 changes: 15 additions & 0 deletions src/gui/qgssnaptogridcanvasitem.cpp
@@ -1,3 +1,18 @@
/***************************************************************************
qgssnaptogridcanvasitem.cpp
----------------------
begin : August 2018
copyright : (C) 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 "qgssnaptogridcanvasitem.h"
#include "qgsmapcanvas.h"

Expand Down
15 changes: 15 additions & 0 deletions src/gui/qgssnaptogridcanvasitem.h
@@ -1,3 +1,18 @@
/***************************************************************************
qgssnaptogridcanvasitem.h
----------------------
begin : August 2018
copyright : (C) 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 QGSSNAPTOGRIDCANVASITEM_H
#define QGSSNAPTOGRIDCANVASITEM_H

Expand Down

0 comments on commit 6ae03af

Please sign in to comment.