Skip to content

Commit 6ae03af

Browse files
committed
Add license headers
1 parent 9ad3515 commit 6ae03af

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

python/gui/auto_generated/qgssnaptogridcanvasitem.sip.in

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99

1010

11+
1112
class QgsSnapToGridCanvasItem : QObject, QgsMapCanvasItem
1213
{
1314
%Docstring

src/gui/qgssnaptogridcanvasitem.cpp

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/***************************************************************************
2+
qgssnaptogridcanvasitem.cpp
3+
----------------------
4+
begin : August 2018
5+
copyright : (C) Matthias Kuhn
6+
email : matthias@opengis.ch
7+
***************************************************************************
8+
* *
9+
* This program is free software; you can redistribute it and/or modify *
10+
* it under the terms of the GNU General Public License as published by *
11+
* the Free Software Foundation; either version 2 of the License, or *
12+
* (at your option) any later version. *
13+
* *
14+
***************************************************************************/
15+
116
#include "qgssnaptogridcanvasitem.h"
217
#include "qgsmapcanvas.h"
318

src/gui/qgssnaptogridcanvasitem.h

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/***************************************************************************
2+
qgssnaptogridcanvasitem.h
3+
----------------------
4+
begin : August 2018
5+
copyright : (C) Matthias Kuhn
6+
email : matthias@opengis.ch
7+
***************************************************************************
8+
* *
9+
* This program is free software; you can redistribute it and/or modify *
10+
* it under the terms of the GNU General Public License as published by *
11+
* the Free Software Foundation; either version 2 of the License, or *
12+
* (at your option) any later version. *
13+
* *
14+
***************************************************************************/
15+
116
#ifndef QGSSNAPTOGRIDCANVASITEM_H
217
#define QGSSNAPTOGRIDCANVASITEM_H
318

0 commit comments

Comments
 (0)