Skip to content

Commit

Permalink
Added header to new files
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Sep 1, 2014
1 parent 216ecab commit d3e24c7
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/core/qgslegendrenderer.cpp
@@ -1,3 +1,18 @@
/***************************************************************************
qgslegendrenderer.cpp
--------------------------------------
Date : July 2014
Copyright : (C) 2014 by Martin Dobias
Email : wonder dot sk at gmail dot com
***************************************************************************
* *
* 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 "qgslegendrenderer.h"

#include "qgscomposerlegenditem.h"
Expand Down
15 changes: 15 additions & 0 deletions src/core/qgslegendrenderer.h
@@ -1,3 +1,18 @@
/***************************************************************************
qgslegendrenderer.h
--------------------------------------
Date : July 2014
Copyright : (C) 2014 by Martin Dobias
Email : wonder dot sk at gmail dot com
***************************************************************************
* *
* 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 QGSLEGENDRENDERER_H
#define QGSLEGENDRENDERER_H

Expand Down
15 changes: 15 additions & 0 deletions src/core/qgslegendsettings.cpp
@@ -1,3 +1,18 @@
/***************************************************************************
qgslegendsettings.cpp
--------------------------------------
Date : July 2014
Copyright : (C) 2014 by Martin Dobias
Email : wonder dot sk at gmail dot com
***************************************************************************
* *
* 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 "qgslegendsettings.h"

#include <QPainter>
Expand Down
15 changes: 15 additions & 0 deletions src/core/qgslegendsettings.h
@@ -1,3 +1,18 @@
/***************************************************************************
qgslegendsettings.h
--------------------------------------
Date : July 2014
Copyright : (C) 2014 by Martin Dobias
Email : wonder dot sk at gmail dot com
***************************************************************************
* *
* 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 QGSLEGENDSETTINGS_H
#define QGSLEGENDSETTINGS_H

Expand Down
15 changes: 15 additions & 0 deletions src/core/symbology-ng/qgslegendsymbolitemv2.cpp
@@ -1,3 +1,18 @@
/***************************************************************************
qgslegendsymbolitemv2.cpp
--------------------------------------
Date : August 2014
Copyright : (C) 2014 by Martin Dobias
Email : wonder dot sk at gmail dot com
***************************************************************************
* *
* 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 "qgslegendsymbolitemv2.h"

#include "qgssymbolv2.h"
Expand Down
15 changes: 15 additions & 0 deletions src/core/symbology-ng/qgslegendsymbolitemv2.h
@@ -1,3 +1,18 @@
/***************************************************************************
qgslegendsymbolitemv2.h
--------------------------------------
Date : August 2014
Copyright : (C) 2014 by Martin Dobias
Email : wonder dot sk at gmail dot com
***************************************************************************
* *
* 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 QGSLEGENDSYMBOLITEMV2_H
#define QGSLEGENDSYMBOLITEMV2_H

Expand Down

0 comments on commit d3e24c7

Please sign in to comment.