Skip to content

Commit d3e24c7

Browse files
committedSep 1, 2014
Added header to new files
1 parent 216ecab commit d3e24c7

File tree

6 files changed

+90
-0
lines changed

6 files changed

+90
-0
lines changed
 

‎src/core/qgslegendrenderer.cpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/***************************************************************************
2+
qgslegendrenderer.cpp
3+
--------------------------------------
4+
Date : July 2014
5+
Copyright : (C) 2014 by Martin Dobias
6+
Email : wonder dot sk at gmail dot com
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 "qgslegendrenderer.h"
217

318
#include "qgscomposerlegenditem.h"

‎src/core/qgslegendrenderer.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/***************************************************************************
2+
qgslegendrenderer.h
3+
--------------------------------------
4+
Date : July 2014
5+
Copyright : (C) 2014 by Martin Dobias
6+
Email : wonder dot sk at gmail dot com
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 QGSLEGENDRENDERER_H
217
#define QGSLEGENDRENDERER_H
318

‎src/core/qgslegendsettings.cpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/***************************************************************************
2+
qgslegendsettings.cpp
3+
--------------------------------------
4+
Date : July 2014
5+
Copyright : (C) 2014 by Martin Dobias
6+
Email : wonder dot sk at gmail dot com
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 "qgslegendsettings.h"
217

318
#include <QPainter>

‎src/core/qgslegendsettings.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/***************************************************************************
2+
qgslegendsettings.h
3+
--------------------------------------
4+
Date : July 2014
5+
Copyright : (C) 2014 by Martin Dobias
6+
Email : wonder dot sk at gmail dot com
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 QGSLEGENDSETTINGS_H
217
#define QGSLEGENDSETTINGS_H
318

‎src/core/symbology-ng/qgslegendsymbolitemv2.cpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/***************************************************************************
2+
qgslegendsymbolitemv2.cpp
3+
--------------------------------------
4+
Date : August 2014
5+
Copyright : (C) 2014 by Martin Dobias
6+
Email : wonder dot sk at gmail dot com
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 "qgslegendsymbolitemv2.h"
217

318
#include "qgssymbolv2.h"

‎src/core/symbology-ng/qgslegendsymbolitemv2.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/***************************************************************************
2+
qgslegendsymbolitemv2.h
3+
--------------------------------------
4+
Date : August 2014
5+
Copyright : (C) 2014 by Martin Dobias
6+
Email : wonder dot sk at gmail dot com
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 QGSLEGENDSYMBOLITEMV2_H
217
#define QGSLEGENDSYMBOLITEMV2_H
318

0 commit comments

Comments
 (0)
Please sign in to comment.