Skip to content

Commit 911caaa

Browse files
committedJan 18, 2016
add new header to install
1 parent 00d60db commit 911caaa

File tree

7 files changed

+18
-17
lines changed

7 files changed

+18
-17
lines changed
 

‎src/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ SET(QGIS_CORE_HDRS
614614
qgsfontutils.h
615615
qgsgeometrycache.h
616616
qgshistogram.h
617+
qgsindexedfeature.h
Code has comments. Press enter to view.
617618
qgslayerdefinition.h
618619
qgslabel.h
619620
qgslabelattributes.h

‎src/core/qgsexpressionsorter.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/***************************************************************************
22
qgsexpressionsorter.cpp - QgsExpressionSorter
3+
---------------------------------------------
34
4-
---------------------
55
begin : 15.1.2016
6-
copyright : (C) 2016 by mku
7-
email : [your-email-here]
6+
Copyright : (C) 2016 Matthias Kuhn
7+
Email : matthias at opengis dot ch
88
***************************************************************************
99
* *
1010
* This program is free software; you can redistribute it and/or modify *

‎src/core/qgsexpressionsorter.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/***************************************************************************
22
qgsexpressionsorter.h - QgsExpressionSorter
3+
-------------------------------------------
34
4-
---------------------
55
begin : 15.1.2016
6-
copyright : (C) 2016 by mku
7-
email : [your-email-here]
6+
Copyright : (C) 2016 Matthias Kuhn
7+
Email : matthias at opengis dot ch
88
***************************************************************************
99
* *
1010
* This program is free software; you can redistribute it and/or modify *

‎src/core/qgsindexedfeature.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/***************************************************************************
2-
qgsindexedfeature - %{Cpp:License:ClassName}
2+
qgsindexedfeature - QgsIndexFeature
3+
-----------------------------------
34
4-
---------------------
55
begin : 15.1.2016
6-
copyright : (C) 2016 by mku
7-
email : [your-email-here]
6+
Copyright : (C) 2016 Matthias Kuhn
7+
Email : matthias at opengis dot ch
88
***************************************************************************
99
* *
1010
* This program is free software; you can redistribute it and/or modify *

‎src/core/qgstransactiongroup.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/***************************************************************************
22
qgstransactiongroup.cpp - QgsTransactionGroup
3+
---------------------------------------------
34
4-
---------------------
55
begin : 15.1.2016
6-
copyright : (C) 2016 by mku
7-
email : [your-email-here]
6+
Copyright : (C) 2016 Matthias Kuhn
7+
Email : matthias at opengis dot ch
88
***************************************************************************
99
* *
1010
* This program is free software; you can redistribute it and/or modify *

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/***************************************************************************
22
qgs25drenderer.cpp - qgs25drenderer
3+
-----------------------------------
34
4-
---------------------
55
begin : 14.1.2016
6-
copyright : (C) 2016 by mku
7-
email : [your-email-here]
6+
Copyright : (C) 2016 Matthias Kuhn
7+
Email : matthias at opengis dot ch
88
***************************************************************************
99
* *
1010
* This program is free software; you can redistribute it and/or modify *

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/***************************************************************************
22
qgs25drenderer.h - Qgs25DRenderer
3+
---------------------------------
34
4-
---------------------
55
begin : 14.1.2016
66
copyright : (C) 2016 by Matthias Kuhn
77
email : matthias@opengis.ch

0 commit comments

Comments
 (0)
Please sign in to comment.