diff --git a/python/PyQt/PyQt5/Qsci.py b/python/PyQt/PyQt5/Qsci.py index 20e72e97b63..dc4cba5a821 100644 --- a/python/PyQt/PyQt5/Qsci.py +++ b/python/PyQt/PyQt5/Qsci.py @@ -1 +1,26 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + Qsci.py + --------------------- + Date : November 2015 + Copyright : (C) 2015 by Matthias Kuhn + Email : matthias at opengis dot 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. * +* * +*************************************************************************** +""" + +__author__ = 'Matthias Kuhn' +__date__ = 'November 2015' +__copyright__ = '(C) 2015, Matthias Kuhn' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.Qsci import * diff --git a/python/PyQt/PyQt5/QtCore.py b/python/PyQt/PyQt5/QtCore.py index 4822edf0530..f943d4c5f72 100644 --- a/python/PyQt/PyQt5/QtCore.py +++ b/python/PyQt/PyQt5/QtCore.py @@ -1,3 +1,28 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtCore.py + --------------------- + Date : November 2015 + Copyright : (C) 2015 by Matthias Kuhn + Email : matthias at opengis dot 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. * +* * +*************************************************************************** +""" + +__author__ = 'Matthias Kuhn' +__date__ = 'November 2015' +__copyright__ = '(C) 2015, Matthias Kuhn' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.QtCore import * from types import MethodType diff --git a/python/PyQt/PyQt5/QtGui.py b/python/PyQt/PyQt5/QtGui.py index cd64d1bbef9..6093be0a300 100644 --- a/python/PyQt/PyQt5/QtGui.py +++ b/python/PyQt/PyQt5/QtGui.py @@ -1 +1,26 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtGui.py + --------------------- + Date : November 2015 + Copyright : (C) 2015 by Matthias Kuhn + Email : matthias at opengis dot 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. * +* * +*************************************************************************** +""" + +__author__ = 'Matthias Kuhn' +__date__ = 'November 2015' +__copyright__ = '(C) 2015, Matthias Kuhn' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.QtGui import * diff --git a/python/PyQt/PyQt5/QtNetwork.py b/python/PyQt/PyQt5/QtNetwork.py index aff365e400e..ed1a1b960c8 100644 --- a/python/PyQt/PyQt5/QtNetwork.py +++ b/python/PyQt/PyQt5/QtNetwork.py @@ -1 +1,26 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtNetwork.py + --------------------- + Date : March 2016 + Copyright : (C) 2016 by Juergen E. Fischer + Email : jef at norbit dot de +*************************************************************************** +* * +* 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. * +* * +*************************************************************************** +""" + +__author__ = 'Juergen E. Fischer' +__date__ = 'March 2016' +__copyright__ = '(C) 2016, Juergen E. Fischer' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.QtNetwork import * diff --git a/python/PyQt/PyQt5/QtPrintSupport.py b/python/PyQt/PyQt5/QtPrintSupport.py index b63393ee620..b2ed627932e 100644 --- a/python/PyQt/PyQt5/QtPrintSupport.py +++ b/python/PyQt/PyQt5/QtPrintSupport.py @@ -1 +1,26 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtPrintSupport.py + --------------------- + Date : November 2015 + Copyright : (C) 2015 by Matthias Kuhn + Email : matthias at opengis dot 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. * +* * +*************************************************************************** +""" + +__author__ = 'Matthias Kuhn' +__date__ = 'November 2015' +__copyright__ = '(C) 2015, Matthias Kuhn' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.QtPrintSupport import * diff --git a/python/PyQt/PyQt5/QtSql.py b/python/PyQt/PyQt5/QtSql.py index 736745e1189..d72c944345c 100644 --- a/python/PyQt/PyQt5/QtSql.py +++ b/python/PyQt/PyQt5/QtSql.py @@ -1 +1,26 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtSql.py + --------------------- + Date : March 2016 + Copyright : (C) 2016 by Juergen E. Fischer + Email : jef at norbit dot de +*************************************************************************** +* * +* 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. * +* * +*************************************************************************** +""" + +__author__ = 'Juergen E. Fischer' +__date__ = 'March 2016' +__copyright__ = '(C) 2016, Juergen E. Fischer' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.QtSql import * diff --git a/python/PyQt/PyQt5/QtSvg.py b/python/PyQt/PyQt5/QtSvg.py index 7f76c2b7a88..785ae858ebd 100644 --- a/python/PyQt/PyQt5/QtSvg.py +++ b/python/PyQt/PyQt5/QtSvg.py @@ -1 +1,26 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtSvg.py + --------------------- + Date : March 2016 + Copyright : (C) 2016 by Juergen E. Fischer + Email : jef at norbit dot de +*************************************************************************** +* * +* 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. * +* * +*************************************************************************** +""" + +__author__ = 'Juergen E. Fischer' +__date__ = 'March 2016' +__copyright__ = '(C) 2016, Juergen E. Fischer' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.QtSvg import * diff --git a/python/PyQt/PyQt5/QtTest.py b/python/PyQt/PyQt5/QtTest.py index 723017154d5..a83dcefa036 100644 --- a/python/PyQt/PyQt5/QtTest.py +++ b/python/PyQt/PyQt5/QtTest.py @@ -1 +1,26 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtTest.py + --------------------- + Date : March 2016 + Copyright : (C) 2016 by Juergen E. Fischer + Email : jef at norbit dot de +*************************************************************************** +* * +* 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. * +* * +*************************************************************************** +""" + +__author__ = 'Juergen E. Fischer' +__date__ = 'March 2016' +__copyright__ = '(C) 2016, Juergen E. Fischer' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.QtTest import * diff --git a/python/PyQt/PyQt5/QtWebKit.py b/python/PyQt/PyQt5/QtWebKit.py index 3b4ea7610eb..ebc44ba348f 100644 --- a/python/PyQt/PyQt5/QtWebKit.py +++ b/python/PyQt/PyQt5/QtWebKit.py @@ -1 +1,26 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtWebKit.py + --------------------- + Date : November 2015 + Copyright : (C) 2015 by Matthias Kuhn + Email : matthias at opengis dot 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. * +* * +*************************************************************************** +""" + +__author__ = 'Matthias Kuhn' +__date__ = 'November 2015' +__copyright__ = '(C) 2015, Matthias Kuhn' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.QtWebKit import * diff --git a/python/PyQt/PyQt5/QtWebKitWidgets.py b/python/PyQt/PyQt5/QtWebKitWidgets.py index a68488a1afa..f54550a9d07 100644 --- a/python/PyQt/PyQt5/QtWebKitWidgets.py +++ b/python/PyQt/PyQt5/QtWebKitWidgets.py @@ -1 +1,26 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtWebKitWidgets.py + --------------------- + Date : November 2015 + Copyright : (C) 2015 by Matthias Kuhn + Email : matthias at opengis dot 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. * +* * +*************************************************************************** +""" + +__author__ = 'Matthias Kuhn' +__date__ = 'November 2015' +__copyright__ = '(C) 2015, Matthias Kuhn' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.QtWebKitWidgets import * diff --git a/python/PyQt/PyQt5/QtWidgets.py b/python/PyQt/PyQt5/QtWidgets.py index 738ebfb9ad8..fc91811aace 100644 --- a/python/PyQt/PyQt5/QtWidgets.py +++ b/python/PyQt/PyQt5/QtWidgets.py @@ -1,3 +1,28 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtWidgets.py + --------------------- + Date : November 2015 + Copyright : (C) 2015 by Matthias Kuhn + Email : matthias at opengis dot 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. * +* * +*************************************************************************** +""" + +__author__ = 'Matthias Kuhn' +__date__ = 'November 2015' +__copyright__ = '(C) 2015, Matthias Kuhn' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.QtWidgets import * QLayout.setMargin = lambda self, m: self.setContentsMargins(m, m, m, m) diff --git a/python/PyQt/PyQt5/QtXml.py b/python/PyQt/PyQt5/QtXml.py index b5565568c1c..2002797ac52 100644 --- a/python/PyQt/PyQt5/QtXml.py +++ b/python/PyQt/PyQt5/QtXml.py @@ -1 +1,26 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + QtXml.py + --------------------- + Date : March 2016 + Copyright : (C) 2016 by Juergen E. Fischer + Email : jef at norbit dot de +*************************************************************************** +* * +* 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. * +* * +*************************************************************************** +""" + +__author__ = 'Juergen E. Fischer' +__date__ = 'March 2016' +__copyright__ = '(C) 2016, Juergen E. Fischer' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.QtXml import * diff --git a/python/PyQt/PyQt5/uic/properties.py b/python/PyQt/PyQt5/uic/properties.py index 95c9981774b..b3a58d761f2 100644 --- a/python/PyQt/PyQt5/uic/properties.py +++ b/python/PyQt/PyQt5/uic/properties.py @@ -1 +1,26 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + properties.py + --------------------- + Date : March 2016 + Copyright : (C) 2016 by Juergen E. Fischer + Email : jef at norbit dot de +*************************************************************************** +* * +* 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. * +* * +*************************************************************************** +""" + +__author__ = 'Juergen E. Fischer' +__date__ = 'March 2016' +__copyright__ = '(C) 2016, Juergen E. Fischer' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.uic import properties diff --git a/python/PyQt/PyQt5/uic/pyuic.py b/python/PyQt/PyQt5/uic/pyuic.py index 9c7412f6187..07698bfac46 100644 --- a/python/PyQt/PyQt5/uic/pyuic.py +++ b/python/PyQt/PyQt5/uic/pyuic.py @@ -1,3 +1,28 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + pyuic.py + --------------------- + Date : March 2016 + Copyright : (C) 2016 by Juergen E. Fischer + Email : jef at norbit dot de +*************************************************************************** +* * +* 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. * +* * +*************************************************************************** +""" + +__author__ = 'Juergen E. Fischer' +__date__ = 'March 2016' +__copyright__ = '(C) 2016, Juergen E. Fischer' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from PyQt5.uic import pyuic if (callable(pyuic.main)): pyuic.main() diff --git a/python/gui/attributetable/qgsfieldconditionalformatwidget.sip.in b/python/gui/attributetable/qgsfieldconditionalformatwidget.sip.in index 5a85e698e0a..72ee51f4dc5 100644 --- a/python/gui/attributetable/qgsfieldconditionalformatwidget.sip.in +++ b/python/gui/attributetable/qgsfieldconditionalformatwidget.sip.in @@ -8,8 +8,6 @@ - - class QgsFieldConditionalFormatWidget : QWidget { %Docstring diff --git a/python/plugins/processing/algs/qgis/ui/RasterCalculatorWidgets.py b/python/plugins/processing/algs/qgis/ui/RasterCalculatorWidgets.py index 1c1f2712f80..b9df4b8e942 100644 --- a/python/plugins/processing/algs/qgis/ui/RasterCalculatorWidgets.py +++ b/python/plugins/processing/algs/qgis/ui/RasterCalculatorWidgets.py @@ -1,3 +1,28 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + RasterCalculatorWidgets.py + --------------------- + Date : November 2016 + Copyright : (C) 2016 by Victor Olaya + Email : volayaf 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. * +* * +*************************************************************************** +""" + +__author__ = 'Victor Olaya' +__date__ = 'November 2016' +__copyright__ = '(C) 2016, Victor Olaya' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + import os from functools import partial import re diff --git a/python/plugins/processing/gui/__init__.py b/python/plugins/processing/gui/__init__.py index b4e4c93bb56..9b3d2853a8e 100644 --- a/python/plugins/processing/gui/__init__.py +++ b/python/plugins/processing/gui/__init__.py @@ -1,3 +1,28 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + __init__.py + --------------------- + Date : August 2013 + Copyright : (C) 2013 by Victor Olaya + Email : volayaf 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. * +* * +*************************************************************************** +""" + +__author__ = 'Victor Olaya' +__date__ = 'August 2013' +__copyright__ = '(C) 2013, Victor Olaya' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + from qgis.PyQt import uic import logging diff --git a/python/plugins/processing/gui/menus.py b/python/plugins/processing/gui/menus.py index fa69e8d1703..5141fc1c03c 100644 --- a/python/plugins/processing/gui/menus.py +++ b/python/plugins/processing/gui/menus.py @@ -1,3 +1,28 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + menus.py + --------------------- + Date : February 2016 + Copyright : (C) 2016 by Victor Olaya + Email : volayaf 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. * +* * +*************************************************************************** +""" + +__author__ = 'Victor Olaya' +__date__ = 'February 2016' +__copyright__ = '(C) 2016, Victor Olaya' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + import os from qgis.PyQt.QtCore import QCoreApplication from qgis.PyQt.QtWidgets import QAction, QMenu diff --git a/scripts/addcopyright.sh b/scripts/addcopyright.sh index 4761b89474e..4727af07110 100755 --- a/scripts/addcopyright.sh +++ b/scripts/addcopyright.sh @@ -217,6 +217,21 @@ for i in $FILES; do authoremail="nyall dot dawson at gmail dot com" ;; + "David") + authorname="David Signer" + authoremail="david at opengis dot ch" + ;; + + "Etienne Trimaille") + authorname="Etienne Trimaille" + authoremail="etienne dot trimaille at gmail dot com" + ;; + + "David Marteau") + authorname="David Marteau" + authoremail="david at innophi dot com" + ;; + *) echo "Author $author not found." exit 1 @@ -333,20 +348,20 @@ EOF *.bat|*.cmd) cat - $src >$dst < diff --git a/src/3d/terrain/quantizedmeshgeometry.h b/src/3d/terrain/quantizedmeshgeometry.h index 443d76f9302..2580bf106b7 100644 --- a/src/3d/terrain/quantizedmeshgeometry.h +++ b/src/3d/terrain/quantizedmeshgeometry.h @@ -1,3 +1,17 @@ +/*************************************************************************** + quantizedmeshgeometry.h + --------------------- + begin : July 2017 + copyright : (C) 2017 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 QUANTIZEDMESHGEOMETRY_H #define QUANTIZEDMESHGEOMETRY_H diff --git a/src/3d/terrain/quantizedmeshterraingenerator.cpp b/src/3d/terrain/quantizedmeshterraingenerator.cpp index 294649bb10b..6b643037e0c 100644 --- a/src/3d/terrain/quantizedmeshterraingenerator.cpp +++ b/src/3d/terrain/quantizedmeshterraingenerator.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + quantizedmeshterraingenerator.cpp + --------------------- + begin : July 2017 + copyright : (C) 2017 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 "quantizedmeshterraingenerator.h" #include "map3d.h" diff --git a/src/3d/terrain/quantizedmeshterraingenerator.h b/src/3d/terrain/quantizedmeshterraingenerator.h index 04d9998d5f9..63840734a6c 100644 --- a/src/3d/terrain/quantizedmeshterraingenerator.h +++ b/src/3d/terrain/quantizedmeshterraingenerator.h @@ -1,3 +1,17 @@ +/*************************************************************************** + quantizedmeshterraingenerator.h + --------------------- + begin : July 2017 + copyright : (C) 2017 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 QUANTIZEDMESHTERRAINGENERATOR_H #define QUANTIZEDMESHTERRAINGENERATOR_H diff --git a/src/analysis/vector/geometry_checker/qgsgeometryselfcontactcheck.cpp b/src/analysis/vector/geometry_checker/qgsgeometryselfcontactcheck.cpp index b13f13bc4a5..9a85ace4eb7 100644 --- a/src/analysis/vector/geometry_checker/qgsgeometryselfcontactcheck.cpp +++ b/src/analysis/vector/geometry_checker/qgsgeometryselfcontactcheck.cpp @@ -1,8 +1,16 @@ /*************************************************************************** - * qgsgeometryselfcontactcheck.cpp * - * ------------------- * - * copyright : (C) 2017 by Sandro Mani / Sourcepole AG * - * email : smani@sourcepole.ch * + qgsgeometryselfcontactcheck.cpp + --------------------- + begin : September 2017 + copyright : (C) 2017 by Sandro Mani / Sourcepole AG + email : smani at sourcepole dot 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 "qgsgeometryselfcontactcheck.h" diff --git a/src/analysis/vector/geometry_checker/qgsgeometryselfcontactcheck.h b/src/analysis/vector/geometry_checker/qgsgeometryselfcontactcheck.h index b4812478da5..46954db5de6 100644 --- a/src/analysis/vector/geometry_checker/qgsgeometryselfcontactcheck.h +++ b/src/analysis/vector/geometry_checker/qgsgeometryselfcontactcheck.h @@ -1,8 +1,16 @@ /*************************************************************************** - * qgsgeometryselfcontactcheck.h * - * ------------------- * - * copyright : (C) 2017 by Sandro Mani / Sourcepole AG * - * email : smani@sourcepole.ch * + qgsgeometryselfcontactcheck.h + --------------------- + begin : September 2017 + copyright : (C) 2017 by Sandro Mani / Sourcepole AG + email : smani at sourcepole dot 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. * + * * ***************************************************************************/ #define SIP_NO_FILE diff --git a/src/app/mainwin.cpp b/src/app/mainwin.cpp index f2f0bd5b6f7..9c10b103835 100644 --- a/src/app/mainwin.cpp +++ b/src/app/mainwin.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + mainwin.cpp + --------------------- + begin : February 2017 + copyright : (C) 2017 by Juergen E. Fischer + email : jef at norbit dot de + *************************************************************************** + * * + * 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 #include diff --git a/src/app/qgsattributerelationedit.cpp b/src/app/qgsattributerelationedit.cpp index 8ce21849ff2..e6a4b4d8b4d 100644 --- a/src/app/qgsattributerelationedit.cpp +++ b/src/app/qgsattributerelationedit.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsattributerelationedit.cpp + --------------------- + begin : October 2017 + copyright : (C) 2017 by David Signer + email : david at opengis dot 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 "qgsattributerelationedit.h" #include "ui_qgsattributerelationedit.h" diff --git a/src/app/qgsattributetabledialog.cpp b/src/app/qgsattributetabledialog.cpp index e683add198b..098d15cf3fe 100644 --- a/src/app/qgsattributetabledialog.cpp +++ b/src/app/qgsattributetabledialog.cpp @@ -2,7 +2,7 @@ QgsAttributeTableDialog.cpp ------------------- date : Feb 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/app/qgsattributetabledialog.h b/src/app/qgsattributetabledialog.h index b17a97080d1..189dc2a4d6b 100644 --- a/src/app/qgsattributetabledialog.h +++ b/src/app/qgsattributetabledialog.h @@ -2,7 +2,7 @@ QgsAttributeTableDialog.h - dialog for attribute table ------------------- date : Feb 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/core/metadata/qgslayermetadataformatter.cpp b/src/core/metadata/qgslayermetadataformatter.cpp index 6d96e49b2b4..1111914034a 100644 --- a/src/core/metadata/qgslayermetadataformatter.cpp +++ b/src/core/metadata/qgslayermetadataformatter.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + qgslayermetadataformatter.cpp + --------------------- + begin : September 2017 + copyright : (C) 2017 by Etienne Trimaille + email : etienne.trimaille 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 #include "qgslayermetadataformatter.h" diff --git a/src/core/qgsconditionalstyle.h b/src/core/qgsconditionalstyle.h index c92f2f408ca..f2bc31ea453 100644 --- a/src/core/qgsconditionalstyle.h +++ b/src/core/qgsconditionalstyle.h @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsconditionalstyle.h + --------------------- + begin : August 2015 + copyright : (C) 2015 by Nathan Woodrow + email : woodrow dot nathan 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 QGSCONDITIONALSTYLE_H #define QGSCONDITIONALSTYLE_H diff --git a/src/core/qgsfileutils.cpp b/src/core/qgsfileutils.cpp index 2dc2efeef9e..074e62521f0 100644 --- a/src/core/qgsfileutils.cpp +++ b/src/core/qgsfileutils.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsfileutils.cpp + --------------------- + begin : November 2017 + copyright : (C) 2017 by Etienne Trimaille + email : etienne.trimaille 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 "qgsfileutils.h" #include #include diff --git a/src/core/qgshtmlutils.cpp b/src/core/qgshtmlutils.cpp index fdb0de5efc8..b38b5873fc1 100644 --- a/src/core/qgshtmlutils.cpp +++ b/src/core/qgshtmlutils.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + qgshtmlutils.cpp + --------------------- + begin : December 2017 + copyright : (C) 2017 by Etienne Trimaille + email : etienne.trimaille 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 "qgshtmlutils.h" QString QgsHtmlUtils::buildBulletList( const QStringList &values ) diff --git a/src/core/qgslabelfeature.h b/src/core/qgslabelfeature.h index 1de8a1e80ee..071636a6092 100644 --- a/src/core/qgslabelfeature.h +++ b/src/core/qgslabelfeature.h @@ -1,3 +1,17 @@ +/*************************************************************************** + qgslabelfeature.h + --------------------- + begin : December 2015 + copyright : (C) 2015 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 QGSLABELFEATURE_H #define QGSLABELFEATURE_H diff --git a/src/core/qgslabelingenginesettings.h b/src/core/qgslabelingenginesettings.h index 039bc076592..ef16b528b65 100644 --- a/src/core/qgslabelingenginesettings.h +++ b/src/core/qgslabelingenginesettings.h @@ -1,3 +1,17 @@ +/*************************************************************************** + qgslabelingenginesettings.h + --------------------- + begin : April 2017 + copyright : (C) 2017 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 QGSLABELINGENGINESETTINGS_H #define QGSLABELINGENGINESETTINGS_H diff --git a/src/core/qgsmaplayerlistutils.h b/src/core/qgsmaplayerlistutils.h index 91d44c52872..f18a6445349 100644 --- a/src/core/qgsmaplayerlistutils.h +++ b/src/core/qgsmaplayerlistutils.h @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsmaplayerlistutils.h + --------------------- + begin : December 2016 + copyright : (C) 2016 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 QGSMAPLAYERLISTUTILS_H #define QGSMAPLAYERLISTUTILS_H diff --git a/src/core/qgspainting.cpp b/src/core/qgspainting.cpp index f4706bdac75..d204bfd8686 100644 --- a/src/core/qgspainting.cpp +++ b/src/core/qgspainting.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + qgspainting.cpp + --------------------- + begin : July 2016 + copyright : (C) 2016 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 "qgspainting.h" diff --git a/src/core/qgspainting.h b/src/core/qgspainting.h index d8bf2920eb3..14c1e608aee 100644 --- a/src/core/qgspainting.h +++ b/src/core/qgspainting.h @@ -1,3 +1,17 @@ +/*************************************************************************** + qgspainting.h + --------------------- + begin : July 2016 + copyright : (C) 2016 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 QGSPAINTING_H #define QGSPAINTING_H diff --git a/src/core/qgsreadwritecontext.cpp b/src/core/qgsreadwritecontext.cpp index d0259d57f84..6694469967b 100644 --- a/src/core/qgsreadwritecontext.cpp +++ b/src/core/qgsreadwritecontext.cpp @@ -1 +1,15 @@ +/*************************************************************************** + qgsreadwritecontext.cpp + --------------------- + begin : May 2017 + copyright : (C) 2017 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 "qgsreadwritecontext.h" diff --git a/src/core/qgsruntimeprofiler.cpp b/src/core/qgsruntimeprofiler.cpp index 0a32f228ddc..7e20f23c02e 100644 --- a/src/core/qgsruntimeprofiler.cpp +++ b/src/core/qgsruntimeprofiler.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsruntimeprofiler.cpp + --------------------- + begin : June 2016 + copyright : (C) 2016 by Nathan Woodrow + email : woodrow dot nathan 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 "qgsruntimeprofiler.h" #include "qgslogger.h" diff --git a/src/core/qgsruntimeprofiler.h b/src/core/qgsruntimeprofiler.h index 674304a71ab..48583236acd 100644 --- a/src/core/qgsruntimeprofiler.h +++ b/src/core/qgsruntimeprofiler.h @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsruntimeprofiler.h + --------------------- + begin : June 2016 + copyright : (C) 2016 by Nathan Woodrow + email : woodrow dot nathan 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 QGSRUNTIMEPROFILER_H #define QGSRUNTIMEPROFILER_H diff --git a/src/core/qgsvectorlayerfeaturecounter.cpp b/src/core/qgsvectorlayerfeaturecounter.cpp index f56748c61ae..0610f95765f 100644 --- a/src/core/qgsvectorlayerfeaturecounter.cpp +++ b/src/core/qgsvectorlayerfeaturecounter.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsvectorlayerfeaturecounter.cpp + --------------------- + begin : May 2017 + copyright : (C) 2017 by Matthias Kuhn + email : matthias at opengis dot 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 "qgsvectorlayerfeaturecounter.h" QgsVectorLayerFeatureCounter::QgsVectorLayerFeatureCounter( QgsVectorLayer *layer, const QgsExpressionContext &context ) diff --git a/src/core/qgsvectorlayerfeaturecounter.h b/src/core/qgsvectorlayerfeaturecounter.h index 12e6482c3c6..d5abad4eb9d 100644 --- a/src/core/qgsvectorlayerfeaturecounter.h +++ b/src/core/qgsvectorlayerfeaturecounter.h @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsvectorlayerfeaturecounter.h + --------------------- + begin : May 2017 + copyright : (C) 2017 by Matthias Kuhn + email : matthias at opengis dot 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 QGSVECTORLAYERFEATURECOUNTER_H #define QGSVECTORLAYERFEATURECOUNTER_H diff --git a/src/gui/attributetable/qgsattributetablefiltermodel.h b/src/gui/attributetable/qgsattributetablefiltermodel.h index 05de85e56dc..85d2a1aff8c 100644 --- a/src/gui/attributetable/qgsattributetablefiltermodel.h +++ b/src/gui/attributetable/qgsattributetablefiltermodel.h @@ -2,7 +2,7 @@ QgsAttributeTableFilterModel.h - Filter Model for attribute table ------------------- date : Feb 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/gui/attributetable/qgsattributetablemodel.h b/src/gui/attributetable/qgsattributetablemodel.h index a83a7e79869..ea12259823f 100644 --- a/src/gui/attributetable/qgsattributetablemodel.h +++ b/src/gui/attributetable/qgsattributetablemodel.h @@ -2,7 +2,7 @@ QgsAttributeTableModel.h - Models for attribute table ------------------- date : Feb 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/gui/attributetable/qgsfieldconditionalformatwidget.h b/src/gui/attributetable/qgsfieldconditionalformatwidget.h index 08b7dac7162..92b600d2f74 100644 --- a/src/gui/attributetable/qgsfieldconditionalformatwidget.h +++ b/src/gui/attributetable/qgsfieldconditionalformatwidget.h @@ -1,12 +1,10 @@ /*************************************************************************** - qgsfieldconditionalformatwidget.h - ------------------- - begin : - copyright : - email : - ***************************************************************************/ - -/*************************************************************************** + qgsfieldconditionalformatwidget.h + --------------------- + begin : August 2015 + copyright : (C) 2015 by Nathan Woodrow + email : woodrow dot nathan 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 * @@ -14,7 +12,6 @@ * (at your option) any later version. * * * ***************************************************************************/ - #ifndef QGSFIELDCONDITIONALFORMATWIDGET_H #define QGSFIELDCONDITIONALFORMATWIDGET_H diff --git a/src/gui/qgsattributeformwidget.cpp b/src/gui/qgsattributeformwidget.cpp index bd4b3934142..25777c53103 100644 --- a/src/gui/qgsattributeformwidget.cpp +++ b/src/gui/qgsattributeformwidget.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsattributeformwidget.cpp + --------------------- + begin : November 2017 + copyright : (C) 2017 by Matthias Kuhn + email : matthias at opengis dot 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 "qgsattributeformwidget.h" #include #include diff --git a/src/gui/qgsattributeformwidget.h b/src/gui/qgsattributeformwidget.h index 1fbe4dc6814..83055e093bd 100644 --- a/src/gui/qgsattributeformwidget.h +++ b/src/gui/qgsattributeformwidget.h @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsattributeformwidget.h + --------------------- + begin : November 2017 + copyright : (C) 2017 by Matthias Kuhn + email : matthias at opengis dot 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 QGSATTRIBUTEFORMWIDGET_H #define QGSATTRIBUTEFORMWIDGET_H diff --git a/src/gui/qgsmapcanvas.cpp b/src/gui/qgsmapcanvas.cpp index 09e7540e3f2..ec1c49b7cea 100644 --- a/src/gui/qgsmapcanvas.cpp +++ b/src/gui/qgsmapcanvas.cpp @@ -2,7 +2,7 @@ qgsmapcanvas.cpp - description ------------------ - begin : Sun Jun 30 2002 -copyright : ( C ) 2002 by Gary E.Sherman +copyright : (C) 2002 by Gary E.Sherman email : sherman at mrcc.com ***************************************************************************/ diff --git a/src/plugins/coordinate_capture/coordinatecapture.cpp b/src/plugins/coordinate_capture/coordinatecapture.cpp index f2e674c74d7..4f3e5d12aff 100644 --- a/src/plugins/coordinate_capture/coordinatecapture.cpp +++ b/src/plugins/coordinate_capture/coordinatecapture.cpp @@ -1,11 +1,9 @@ /*************************************************************************** - coordinatecapture.cpp -// Capture mouse coordinates in different CRS - ------------------- - begin : [PluginDate] - copyright : [(C) Your Name and Date] - email : [Your Email] - + coordinatecapture.cpp + --------------------- + begin : August 2008 + copyright : (C) 2008 by Tim Sutton + email : tim at linfiniti dot com *************************************************************************** * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/plugins/topology/checkDock.cpp b/src/plugins/topology/checkDock.cpp index cdccc1b543d..ba6ebb83b56 100644 --- a/src/plugins/topology/checkDock.cpp +++ b/src/plugins/topology/checkDock.cpp @@ -3,7 +3,7 @@ TOPOLogy checker ------------------- date : May 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/plugins/topology/checkDock.h b/src/plugins/topology/checkDock.h index 4f67b37cf02..520956ce2bd 100644 --- a/src/plugins/topology/checkDock.h +++ b/src/plugins/topology/checkDock.h @@ -3,7 +3,7 @@ TOPOLogy checker ------------------- date : May 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/plugins/topology/dockModel.cpp b/src/plugins/topology/dockModel.cpp index 03991275ca9..f4eda43e2d6 100644 --- a/src/plugins/topology/dockModel.cpp +++ b/src/plugins/topology/dockModel.cpp @@ -3,7 +3,7 @@ TOPOLogy checker ------------------- date : May 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/plugins/topology/dockModel.h b/src/plugins/topology/dockModel.h index 2b90c187b64..0c05e247936 100644 --- a/src/plugins/topology/dockModel.h +++ b/src/plugins/topology/dockModel.h @@ -3,7 +3,7 @@ TOPOLogy checker ------------------- date : May 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/plugins/topology/rulesDialog.cpp b/src/plugins/topology/rulesDialog.cpp index d33b6be1313..6705b3c91f6 100644 --- a/src/plugins/topology/rulesDialog.cpp +++ b/src/plugins/topology/rulesDialog.cpp @@ -3,7 +3,7 @@ TOPOLogy checker ------------------- date : May 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/plugins/topology/rulesDialog.h b/src/plugins/topology/rulesDialog.h index a43752778d2..f571c83624f 100644 --- a/src/plugins/topology/rulesDialog.h +++ b/src/plugins/topology/rulesDialog.h @@ -3,7 +3,7 @@ TOPOLogy checker ------------------- date : May 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/plugins/topology/topol.cpp b/src/plugins/topology/topol.cpp index 18880e5c9b6..e5d7a691c96 100644 --- a/src/plugins/topology/topol.cpp +++ b/src/plugins/topology/topol.cpp @@ -3,7 +3,7 @@ TOPOLogy checker ------------------- begin : May 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/plugins/topology/topolError.cpp b/src/plugins/topology/topolError.cpp index 0d948b99098..82c3813a38d 100644 --- a/src/plugins/topology/topolError.cpp +++ b/src/plugins/topology/topolError.cpp @@ -3,7 +3,7 @@ TOPOLogy checker ------------------- date : May 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/plugins/topology/topolError.h b/src/plugins/topology/topolError.h index d698282760c..9ede3ff9735 100644 --- a/src/plugins/topology/topolError.h +++ b/src/plugins/topology/topolError.h @@ -3,7 +3,7 @@ TOPOLogy checker ------------------- begin : May 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/plugins/topology/topolTest.cpp b/src/plugins/topology/topolTest.cpp index 8c357b9f9b7..fdc6e6712ca 100644 --- a/src/plugins/topology/topolTest.cpp +++ b/src/plugins/topology/topolTest.cpp @@ -3,7 +3,7 @@ TOPOLogy checker ------------------- date : May 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/plugins/topology/topolTest.h b/src/plugins/topology/topolTest.h index a78f876fd79..4b9436fb718 100644 --- a/src/plugins/topology/topolTest.h +++ b/src/plugins/topology/topolTest.h @@ -3,7 +3,7 @@ TOPOLogy checker ------------------- date : May 2009 - copyright : Vita Cizek + copyright : (C) 2009 by Vita Cizek email : weetya (at) gmail.com *************************************************************************** diff --git a/src/providers/mssql/qgsmssqlgeomcolumntypethread.cpp b/src/providers/mssql/qgsmssqlgeomcolumntypethread.cpp index 5dfba6c6538..3b761123005 100644 --- a/src/providers/mssql/qgsmssqlgeomcolumntypethread.cpp +++ b/src/providers/mssql/qgsmssqlgeomcolumntypethread.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsmssqlgeomcolumntypethread.cpp + --------------------- + begin : July 2017 + copyright : (C) 2017 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 "qgsmssqlgeomcolumntypethread.h" #include diff --git a/src/providers/mssql/qgsmssqlgeomcolumntypethread.h b/src/providers/mssql/qgsmssqlgeomcolumntypethread.h index 4f8225943a2..08e31478269 100644 --- a/src/providers/mssql/qgsmssqlgeomcolumntypethread.h +++ b/src/providers/mssql/qgsmssqlgeomcolumntypethread.h @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsmssqlgeomcolumntypethread.h + --------------------- + begin : July 2017 + copyright : (C) 2017 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 QGSMSSQLGEOMCOLUMNTYPETHREAD_H #define QGSMSSQLGEOMCOLUMNTYPETHREAD_H diff --git a/tests/src/providers/testqgspostgresconn.cpp b/tests/src/providers/testqgspostgresconn.cpp index 855dc0960dc..96ce2cf6d91 100644 --- a/tests/src/providers/testqgspostgresconn.cpp +++ b/tests/src/providers/testqgspostgresconn.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + testqgspostgresconn.cpp + --------------------- + begin : August 2016 + copyright : (C) 2016 by Patrick Valsecchi + email : patrick dot valsecchi at camptocamp 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 "qgstest.h" #include diff --git a/tests/src/providers/testqgspostgresprovider.cpp b/tests/src/providers/testqgspostgresprovider.cpp index cbdc9f6739c..f403e889301 100644 --- a/tests/src/providers/testqgspostgresprovider.cpp +++ b/tests/src/providers/testqgspostgresprovider.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + testqgspostgresprovider.cpp + --------------------- + begin : August 2016 + copyright : (C) 2016 by Patrick Valsecchi + email : patrick dot valsecchi at camptocamp 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 "qgstest.h" #include diff --git a/tests/src/python/test_qgsserver_modules.py b/tests/src/python/test_qgsserver_modules.py index ac92a23844b..4c3d655b60d 100644 --- a/tests/src/python/test_qgsserver_modules.py +++ b/tests/src/python/test_qgsserver_modules.py @@ -1,3 +1,28 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + test_qgsserver_modules.py + --------------------- + Date : December 2016 + Copyright : (C) 2016 by David Marteau + Email : david at innophi 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. * +* * +*************************************************************************** +""" + +__author__ = 'David Marteau' +__date__ = 'December 2016' +__copyright__ = '(C) 2016, David Marteau' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + """ QGIS test for server services """ import os diff --git a/tests/src/python/test_qgsserver_services.py b/tests/src/python/test_qgsserver_services.py index 8f685eaf3c9..f2588281b8d 100644 --- a/tests/src/python/test_qgsserver_services.py +++ b/tests/src/python/test_qgsserver_services.py @@ -1,3 +1,28 @@ +# -*- coding: utf-8 -*- + +""" +*************************************************************************** + test_qgsserver_services.py + --------------------- + Date : December 2016 + Copyright : (C) 2016 by David Marteau + Email : david at innophi 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. * +* * +*************************************************************************** +""" + +__author__ = 'David Marteau' +__date__ = 'December 2016' +__copyright__ = '(C) 2016, David Marteau' +# This will get replaced with a git SHA1 when you do a git archive +__revision__ = '$Format:%H$' + """ QGIS test for server services """ from qgis.PyQt.QtCore import QBuffer, QIODevice, QTextStream