add missing copyright headers

This commit is contained in:
Juergen E. Fischer 2018-02-18 20:53:40 +01:00
parent e606b795da
commit 2c53630747
69 changed files with 921 additions and 64 deletions

View File

@ -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 *

View File

@ -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

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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)

View File

@ -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 *

View File

@ -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

View File

@ -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()

View File

@ -8,8 +8,6 @@
class QgsFieldConditionalFormatWidget : QWidget
{
%Docstring

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 <<EOF
REM ***************************************************************************
REM $basename
REM ---------------------
REM begin : $authordate
REM copyright : (C) $authoryear by $authorname
REM email : $authoremail
REM ***************************************************************************
REM * *
REM * This program is free software; you can redistribute it and/or modify *
REM * it under the terms of the GNU General Public License as published by *
REM * the Free Software Foundation; either version 2 of the License, or *
REM * (at your option) any later version. *
REM * *
REM ***************************************************************************
REM ***************************************************************************
REM $basename
REM ---------------------
REM begin : $authordate
REM copyright : (C) $authoryear by $authorname
REM email : $authoremail
REM ***************************************************************************
REM * *
REM * This program is free software; you can redistribute it and/or modify *
REM * it under the terms of the GNU General Public License as published by *
REM * the Free Software Foundation; either version 2 of the License, or *
REM * (at your option) any later version. *
REM * *
REM ***************************************************************************
EOF
;;

View File

@ -10,3 +10,5 @@
: MIT\/X11 \(BSD like\)$
: MPL \(v1\.1\) GPL \(unversioned\/unknown version\)$
: LGPL \(v2\.1\)$
: GPL \(v2\.1) LGPL \(v2\.1\)
: BSD \(3 clause\)

View File

@ -1,8 +0,0 @@
echo Creating qmake project file
qmake -project -o qgis_ts.pro
echo Updating translation files
lupdate -verbose qgis_ts.pro
lrelease -verbose qgis_ts.pro
echo Removing qmake project file
del qgis_ts.pro
copy i18n\*.qm qgis-release\share\qgis\i18n\

View File

@ -1,3 +1,17 @@
/***************************************************************************
quantizedmeshgeometry.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 "quantizedmeshgeometry.h"
#include <zlib.h>

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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 <windows.h>
#include <io.h>

View File

@ -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"

View File

@ -2,7 +2,7 @@
QgsAttributeTableDialog.cpp
-------------------
date : Feb 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -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
***************************************************************************

View File

@ -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 <QStringBuilder>
#include "qgslayermetadataformatter.h"

View File

@ -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

View File

@ -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 <QObject>
#include <QRegularExpression>

View File

@ -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 )

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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 )

View File

@ -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

View File

@ -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
***************************************************************************

View File

@ -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
***************************************************************************

View File

@ -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

View File

@ -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 <QHBoxLayout>
#include <QStackedWidget>

View File

@ -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

View File

@ -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
***************************************************************************/

View File

@ -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 *

View File

@ -3,7 +3,7 @@
TOPOLogy checker
-------------------
date : May 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -3,7 +3,7 @@
TOPOLogy checker
-------------------
date : May 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -3,7 +3,7 @@
TOPOLogy checker
-------------------
date : May 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -3,7 +3,7 @@
TOPOLogy checker
-------------------
date : May 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -3,7 +3,7 @@
TOPOLogy checker
-------------------
date : May 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -3,7 +3,7 @@
TOPOLogy checker
-------------------
date : May 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -3,7 +3,7 @@
TOPOLogy checker
-------------------
begin : May 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -3,7 +3,7 @@
TOPOLogy checker
-------------------
date : May 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -3,7 +3,7 @@
TOPOLogy checker
-------------------
begin : May 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -3,7 +3,7 @@
TOPOLogy checker
-------------------
date : May 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -3,7 +3,7 @@
TOPOLogy checker
-------------------
date : May 2009
copyright : Vita Cizek
copyright : (C) 2009 by Vita Cizek
email : weetya (at) gmail.com
***************************************************************************

View File

@ -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 <QSqlDatabase>

View File

@ -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

View File

@ -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 <QObject>

View File

@ -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 <QObject>

View File

@ -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

View File

@ -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