24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doMerge.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doMerge.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doNearBlack.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doNearBlack.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doOverview.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doOverview.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doPctRgb.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doPctRgb.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doPolygonize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doPolygonize.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doProjection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doProjection.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doProximity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doProximity.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *

Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doRasterize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doRasterize.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doRgbPct.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doRgbPct.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
23 changes: 23 additions & 0 deletions python/plugins/GdalTools/tools/doSettings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doSettings.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doSieve.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doSieve.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doTileIndex.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doTileIndex.py
---------------------
Date : February 2011
Copyright : (C) 2011 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'February 2011'
__copyright__ = '(C) 2011, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doTranslate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doTranslate.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/doWarp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
doWarp.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/extentSelector.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
extentSelector.py
---------------------
Date : December 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'December 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/inOutSelector.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
inOutSelector.py
---------------------
Date : April 2011
Copyright : (C) 2011 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'April 2011'
__copyright__ = '(C) 2011, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *

Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/optionsTable.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
optionsTable.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *

Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/widgetBatchBase.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
widgetBatchBase.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
24 changes: 24 additions & 0 deletions python/plugins/GdalTools/tools/widgetPluginBase.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
widgetPluginBase.py
---------------------
Date : June 2010
Copyright : (C) 2010 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'June 2010'
__copyright__ = '(C) 2010, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt4.QtCore import *
from PyQt4.QtGui import *
from qgis.core import *
Expand Down
25 changes: 25 additions & 0 deletions python/plugins/db_manager/db_plugins/postgis/sql_dictionary.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
sql_dictionary.py
---------------------
Date : April 2012
Copyright : (C) 2012 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'April 2012'
__copyright__ = '(C) 2012, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

# keywords
keywords = [
# TODO get them from a reference page
Expand Down
25 changes: 25 additions & 0 deletions python/plugins/db_manager/db_plugins/spatialite/sql_dictionary.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
sql_dictionary.py
---------------------
Date : April 2012
Copyright : (C) 2012 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'April 2012'
__copyright__ = '(C) 2012, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

# keywords
keywords = [
# TODO get them from a reference page
Expand Down
25 changes: 25 additions & 0 deletions python/plugins/db_manager/dlg_field_properties.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
dlg_field_properties.py
---------------------
Date : April 2012
Copyright : (C) 2012 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'April 2012'
__copyright__ = '(C) 2012, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'


from PyQt4.QtCore import *
from PyQt4.QtGui import *
Expand Down
25 changes: 25 additions & 0 deletions python/plugins/db_manager/sql_dictionary.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
sql_dictionary.py
---------------------
Date : April 2012
Copyright : (C) 2012 by Giuseppe Sucameli
Email : brush dot tyler 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__ = 'Giuseppe Sucameli'
__date__ = 'April 2012'
__copyright__ = '(C) 2012, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

# GENERIC SQL DICTIONARY

# keywords
Expand Down
2 changes: 2 additions & 0 deletions python/plugins/fTools/tools/voronoi.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

#############################################################################
#
# Voronoi diagram calculator/ Delaunay triangulator
Expand Down
34 changes: 25 additions & 9 deletions python/plugins/osm/OsmPlugin.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
OsmPlugin.py
---------------------
Date : August 2009
Copyright : (C) 2009 by Martin Dobias
Email : wonder.sk at gmail.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__ = 'Martin Dobias'
__date__ = 'August 2009'
__copyright__ = '(C) 2009, Martin Dobias'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

"""@package OsmPlugin
This is the main module of the OSM Plugin.
It shows/hides all tool buttons, widgets and dialogs.
After closing dialogs it does all actions related with their return codes.
/***************************************************************************
* *
* 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. *
* *
***************************************************************************/
"""


Expand Down
33 changes: 25 additions & 8 deletions python/plugins/osm/__init__.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
__init__.py
---------------------
Date : July 2009
Copyright : (C) 2009 by Martin Dobias
Email : wonder.sk at gmail.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__ = 'Martin Dobias'
__date__ = 'July 2009'
__copyright__ = '(C) 2009, Martin Dobias'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

"""@package __init__
/***************************************************************************
* *
* 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. *
* *
***************************************************************************/
This is the main module of OpenStreetMap plugin for Quantum GIS.
It initializes the plugin, making it known to QGIS.
Expand Down
25 changes: 25 additions & 0 deletions python/plugins/sextante/about/AboutDialog.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
AboutDialog.py
---------------------
Date : August 2012
Copyright : (C) 2012 by Tim Sutton
Email : tim dot linfiniti at 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__ = 'Tim Sutton'
__date__ = 'August 2012'
__copyright__ = '(C) 2012, Tim Sutton'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import os

from PyQt4.QtCore import *
Expand Down
2 changes: 2 additions & 0 deletions python/pyspatialite/lib/dump.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

# Mimic the sqlite3 console shell's .dump command
# Author: Paul Kippes <kippesp@gmail.com>

Expand Down
26 changes: 22 additions & 4 deletions python/widgets_tree.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# 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.
"""
***************************************************************************
widgets_tree.py
---------------------
Date : May 2011
Copyright : (C) 2011 by Martin Dobias
Email : wonder.sk at gmail.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__ = 'Martin Dobias'
__date__ = 'May 2011'
__copyright__ = '(C) 2011, Martin Dobias'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

"""
Reads .ui files from ../src/ui/ directory and write to stdout an XML describing
Expand Down
48 changes: 48 additions & 0 deletions scripts/addcopyright.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ for i in $(<files); do
authoremail="brush dot tyler at gmail dot com"
;;

pcav)
authorname="Paolo Cavallini"
authoremail="cavallini@faunalia.it"
;;

"cfarmer")
authorname="Carson J. Q. Farmer"
authoremail="carson dot farmer at gmail dot com"
Expand All @@ -121,6 +126,11 @@ for i in $(<files); do
authoremail="radim dot blazek at gmail dot com"
;;

marcopx)
authorname="Marco Pasetti"
authoremail="marco.pasetti at alice dot it"
;;

timlinux|"Tim Sutton")
authorname="Tim Sutton"
authoremail="tim dot linfiniti at com"
Expand Down Expand Up @@ -218,6 +228,44 @@ EOF
* (at your option) any later version. *
* *
***************************************************************************/
EOF
;;

*.pl)
eval cat - $src >$dst <<EOF
$shebang###########################################################################
# $basename
# ---------------------
# begin : $authordate
# copyright : (C) $authoryear by $authorname
# email : $authoremail
###########################################################################
# #
# 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. #
# #
###########################################################################
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 ***************************************************************************
EOF
;;

Expand Down
15 changes: 15 additions & 0 deletions scripts/astyle-all.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/bash
###########################################################################
# astyle-all.sh
# ---------------------
# Date : August 2008
# Copyright : (C) 2008 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. #
# #
###########################################################################


PATH=$PATH:$(dirname $0)

Expand Down
15 changes: 15 additions & 0 deletions scripts/astyle-rollback.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/bash
###########################################################################
# astyle-rollback.sh
# ---------------------
# Date : August 2008
# Copyright : (C) 2008 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. #
# #
###########################################################################


set -e

Expand Down
15 changes: 15 additions & 0 deletions scripts/astyle.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/bash
###########################################################################
# astyle.sh
# ---------------------
# Date : August 2008
# Copyright : (C) 2008 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. #
# #
###########################################################################


for ASTYLE in $(dirname $0)/qgisstyle $(dirname $0)/RelWithDebInfo/qgisstyle
do
Expand Down
20 changes: 20 additions & 0 deletions scripts/chkcopyrights.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash
###########################################################################
# chkcopyrights.sh
# ---------------------
# Date : October 2012
# Copyright : (C) 2012 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. #
# #
###########################################################################


licensecheck -r . |
egrep -v "\/debian\/|.\/src\/plugins\/dxf2shp_converter\/dxflib|.\/src\/core\/spatialite\/|\.\/ms-windows\/osgeo4w\/untgz\/|\.\/src\/app\/gps\/qwtpolar-0.1|\.\/src\/app\/gps\/qwtpolar-1.0|: BSD \(3 clause\)|: GPL \(v[23] or later\)$|: LGPL \(v2 or later\)$|: MIT\/X11 \(BSD like\)$|: Apache \(v2\.0\) GPL \(v2 or later\)$|: LGPL$|: Apache \(v2\.0\)$|: zlib\/libpng$|: GPL LGPL$|GENERATED FILE" |
sed -e "s/:.*$//"
15 changes: 15 additions & 0 deletions scripts/create_new_ts.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/sh
###########################################################################
# create_new_ts.sh
# ---------------------
# Date : January 2008
# Copyright : (C) 2008 by Tim Sutton
# Email : tim dot linfiniti at 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. #
# #
###########################################################################


if [ -z "$1" ] ; then
echo
Expand Down
17 changes: 14 additions & 3 deletions scripts/fixdiff.pl
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
#!/usr/bin/perl
###########################################################################
# fixdiff.pl
# ---------------------
# begin : May 2008
# copyright : (C) 2008 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. #
# #
###########################################################################

# NAME
# fixdiff.pl - fix line endings in svn diff to match lineending of existing files
Expand All @@ -9,9 +23,6 @@
# This is useful, when the compared trees to generate the diff are on a
# different architecture than that of the one where the patch is to be
# applied.
# LICENSE:
# Copyright 2008 Jürgen E. Fischer <jef@norbit.de>
# GPL2

use strict;
use warnings;
Expand Down
15 changes: 15 additions & 0 deletions scripts/make_gource_video.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/bash
###########################################################################
# make_gource_video.sh
# ---------------------
# Date : October 2011
# Copyright : (C) 2011 by Tim Sutton
# Email : tim dot linfiniti at 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. #
# #
###########################################################################


echo "A script to generate a source video progression"
echo "see http://woostuff.wordpress.com/2011/01/03/generating-a-gource-source-commit-history-visualization-for-qgis-quantum-gis/"
Expand Down
14 changes: 14 additions & 0 deletions scripts/qgm2cpp.pl
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
#!/usr/bin/perl
###########################################################################
# qgm2cpp.pl
# ---------------------
# begin : December 2009
# copyright : (C) 2009 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. #
# #
###########################################################################

use XML::Simple;
use Data::Dumper;
Expand Down
14 changes: 14 additions & 0 deletions scripts/qgsloggermig.pl
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
#!/usr/bin/perl
###########################################################################
# qgsloggermig.pl
# ---------------------
# begin : August 2008
# copyright : (C) 2008 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. #
# #
###########################################################################

# use QgsDebugMsg instead of iostream for debugging output

Expand Down
16 changes: 15 additions & 1 deletion scripts/remove_non_svn_files.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
#!/bin/bash
###########################################################################
# remove_non_svn_files.sh
# ---------------------
# Date : August 2008
# Copyright : (C) 2008 by Tim Sutton
# Email : tim dot linfiniti at 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. #
# #
###########################################################################


#
# A simple script to get rid of files that are not
# managed by svn. It will request confirmation before
# deleting each file.
#
# Tim Sutton, May 2008

for FILE in `svn status |grep ^? | awk '{print $2}'`;do rm -i -r $FILE; done
14 changes: 14 additions & 0 deletions scripts/scandeps.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
#!/usr/bin/perl
###########################################################################
# scandeps.pl
# ---------------------
# begin : October 2010
# copyright : (C) 2010 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. #
# #
###########################################################################

use strict;
use warnings;
Expand Down
14 changes: 14 additions & 0 deletions scripts/ts2cpp.pl
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
#!/usr/bin/perl
###########################################################################
# ts2cpp.pl
# ---------------------
# begin : April 2009
# copyright : (C) 2009 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. #
# #
###########################################################################

use XML::Simple;

Expand Down
14 changes: 14 additions & 0 deletions scripts/tsstat.pl
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
#!/usr/bin/perl
###########################################################################
# tsstat.pl
# ---------------------
# begin : March 2009
# copyright : (C) 2009 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. #
# #
###########################################################################

use strict;
use Locale::Language;
Expand Down
15 changes: 15 additions & 0 deletions scripts/update-indent.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
#!/bin/bash
###########################################################################
# update-indent.sh
# ---------------------
# Date : August 2008
# Copyright : (C) 2008 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. #
# #
###########################################################################


PATH=$PATH:$(dirname $0)

Expand Down
16 changes: 15 additions & 1 deletion scripts/update_ts_files.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
#!/bin/bash
###########################################################################
# update_ts_files.sh
# ---------------------
# Date : July 2007
# Copyright : (C) 2007 by Tim Sutton
# Email : tim dot linfiniti at 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. #
# #
###########################################################################

# Update the translation files with strings used in QGIS
# 1. create a clean Qt .pro file for the project
# 2. run lupdate using the .pro file from step 1
# 3. remove the .pro
# Note the .pro file must NOT be named qgis.pro as this
# name is reserved for the Windows qmake project file
# $Id$

set -e

Expand Down
14 changes: 14 additions & 0 deletions src/app/composer/qgscomposerhtmlwidget.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/***************************************************************************
qgscomposerhtmlwidget.cpp
---------------------
begin : July 2012
copyright : (C) 2012 by Marco Hugentobler
email : marco dot hugentobler 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 "qgscomposerhtmlwidget.h"
#include "qgscomposerframe.h"
#include "qgscomposeritemwidget.h"
Expand Down
14 changes: 14 additions & 0 deletions src/app/composer/qgscomposerhtmlwidget.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/***************************************************************************
qgscomposerhtmlwidget.h
---------------------
begin : July 2012
copyright : (C) 2012 by Marco Hugentobler
email : marco dot hugentobler 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. *
* *
***************************************************************************/
#ifndef QGSCOMPOSERHTMLWIDGET_H
#define QGSCOMPOSERHTMLWIDGET_H

Expand Down
14 changes: 14 additions & 0 deletions src/gui/qgsrasterlayersaveasdialog.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/***************************************************************************
qgsrasterlayersaveasdialog.cpp
---------------------
begin : May 2012
copyright : (C) 2012 by Marco Hugentobler
email : marco dot hugentobler 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 "qgsapplication.h"
#include "qgslogger.h"
#include "qgscoordinatetransform.h"
Expand Down
14 changes: 14 additions & 0 deletions src/gui/qgsrasterlayersaveasdialog.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/***************************************************************************
qgsrasterlayersaveasdialog.h
---------------------
begin : May 2012
copyright : (C) 2012 by Marco Hugentobler
email : marco dot hugentobler 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. *
* *
***************************************************************************/
#ifndef QGSRASTERLAYERSAVEASDIALOG_H
#define QGSRASTERLAYERSAVEASDIALOG_H

Expand Down
14 changes: 13 additions & 1 deletion src/plugins/dxf2shp_converter/getInsertions.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/***************************************************************************
getInsertions.cpp
---------------------
copyright : (C) by Christopher Michaelis
***************************************************************************
* *
* 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. *
* *
***************************************************************************/
// LICENSE:
//
// This code is released under the GPL (GNU Public License) version 2.0.
Expand All @@ -22,7 +34,7 @@
// http://www.happysquirrel.com/index.php?feature=hs_questions
//
// Thank you!
// Christopher Michaelis
//

// getInsertions.cpp: The class which retrieves the block insertions from the DXF file

Expand Down
16 changes: 11 additions & 5 deletions src/plugins/dxf2shp_converter/getInsertions.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
/***************************************************************************
getInsertions.h
---------------------
copyright : (C) by Christopher Michaelis
***************************************************************************
* *
* 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; version 2 of the License *
* *
***************************************************************************/
/* This source has been formatted by an unregistered SourceFormatX */
/* If you want to remove this info, please register this shareware */
/* Please visit http://www.textrush.com to get more information */

// LICENSE:
//
// This code is released under the GPL (GNU Public License) version 2.0.
// For full details, see the file GPL.txt included with this source code.
//
// What this means:
//
// This means, in simple terms, that you are free to use this code for any open-source or
Expand Down
4 changes: 0 additions & 4 deletions src/plugins/grass/qtermwidget/ColorTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,5 @@ static const ColorEntry blackonlightyellow_color_table[TABLE_COLORS] =
ColorEntry( QColor( 84, 255, 255 ), 0, 0 ), ColorEntry( QColor( 255, 255, 255 ), 0, 0 )
};





#endif

1 change: 0 additions & 1 deletion src/plugins/grass/qtermwidget/konsole_wcwidth.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/* Markus Kuhn -- 2001-01-12 -- public domain */
/* Adaptions for KDE by Waldo Bastian <bastian@kde.org> */
/*
Expand Down
37 changes: 24 additions & 13 deletions src/plugins/grass/scripts/db.connect-login.pg.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
***************************************************************************
db.connect-login.pg.py - Connect to PostgreSQL
---------------------
Date : July 2009
Copyright : (C) 2009 by Radim Blazek
Email : radim dot blazek 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__ = 'Radim Blazek'
__date__ = 'July 2009'
__copyright__ = '(C) 2009, Radim Blazek'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

############################################################################
#
# MODULE: qgis.db.connect-login.py
# AUTHOR(S): Radim Blazek
#
# PURPOSE: Connect to Postgresql
# COPYRIGHT: (C) 2009 by Radim Blazek
#
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
# for details.
#
#############################################################################

#%Module
#% description: Make connection to PostgreSQL database and login.
Expand Down
34 changes: 26 additions & 8 deletions src/plugins/grass/scripts/qgis.v.kernel.rast.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
***************************************************************************
qgis.v.kernel.rast.py
---------------------
Date : February 2010
Copyright : (C) 2010 by Radim Blazek
Email : radim dot blazek 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__ = 'Radim Blazek'
__date__ = 'February 2010'
__copyright__ = '(C) 2010, Radim Blazek'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'


############################################################################
#
# MODULE: qgis.v.kernel.rast.py
# AUTHOR(S): Radim Blazek
#
# PURPOSE: Export a vectore to PostGIS (PostgreSQL) database table
# COPYRIGHT: (C) 2009 by Radim Blazek
#
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
# for details.
# PURPOSE: Export a vector to PostGIS (PostgreSQL) database table
#
#############################################################################

Expand Down
25 changes: 25 additions & 0 deletions src/plugins/grass/scripts/r.external.all.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
***************************************************************************
r.external.all.py
---------------------
Date : July 2009
Copyright : (C) 2009 by Lorenzo Masini
Email : rugginoso at develer 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__ = 'Lorenzo Masini'
__date__ = 'July 2009'
__copyright__ = '(C) 2009, Lorenzo Masini'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'


############################################################################
#
Expand Down
34 changes: 26 additions & 8 deletions src/plugins/grass/scripts/v.out.ogr.pg.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
***************************************************************************
v.out.ogr.pg.py
---------------------
Date : July 2009
Copyright : (C) 2009 by Radim Blazek
Email : radim dot blazek 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__ = 'Radim Blazek'
__date__ = 'July 2009'
__copyright__ = '(C) 2009, Radim Blazek'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'


############################################################################
#
# MODULE: qgis.v.out.ogr.pg.py
# AUTHOR(S): Radim Blazek
#
# PURPOSE: Export a vectore to PostGIS (PostgreSQL) database table
# COPYRIGHT: (C) 2009 by Radim Blazek
#
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
# for details.
# PURPOSE: Export a vector to PostGIS (PostgreSQL) database table
#
#############################################################################

Expand Down
14 changes: 14 additions & 0 deletions src/providers/ows/qgsowsdataitems.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/***************************************************************************
qgsowsdataitems.cpp
---------------------
begin : May 2012
copyright : (C) 2012 by Radim Blazek
email : radim dot blazek 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 "qgsproviderregistry.h"
#include "qgsowsdataitems.h"
#include "qgsowsprovider.h"
Expand Down
14 changes: 14 additions & 0 deletions src/providers/ows/qgsowsdataitems.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/***************************************************************************
qgsowsdataitems.h
---------------------
begin : May 2012
copyright : (C) 2012 by Radim Blazek
email : radim dot blazek 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 QGSOWSDATAITEMS_H
#define QGSOWSDATAITEMS_H

Expand Down
14 changes: 14 additions & 0 deletions tests/src/gui/testrendererv2gui.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/***************************************************************************
testrendererv2gui.cpp
---------------------
begin : January 2012
copyright : (C) 2012 by Martin Dobias
email : wonder.sk at gmail.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 "testrendererv2gui.h"

#include <qgsapplication.h>
Expand Down
14 changes: 14 additions & 0 deletions tests/src/gui/testrendererv2gui.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/***************************************************************************
testrendererv2gui.h
---------------------
begin : January 2012
copyright : (C) 2012 by Martin Dobias
email : wonder.sk at gmail.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 TESTRENDERERV2GUI_H
#define TESTRENDERERV2GUI_H

Expand Down
25 changes: 25 additions & 0 deletions tests/src/python/test_qgssymbollayerv2.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# -*- coding: utf-8 -*-

"""
***************************************************************************
test_qgssymbollayerv2.py
---------------------
Date : October 2012
Copyright : (C) 2012 by Massimo Endrighi
Email : massimo dot endrighi at geopartner dot it
***************************************************************************
* *
* 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__ = 'Massimo Endrighi'
__date__ = 'October 2012'
__copyright__ = '(C) 2012, Massimo Endrighi'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import os

from PyQt4.QtCore import (QString,
Expand Down
14 changes: 14 additions & 0 deletions tools/qgis-qt3to4.pl
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
#!/usr/bin/perl
###########################################################################
# qgis-qt3to4.pl
# ---------------------
# begin : August 2005
# copyright : (C) 2005 by Brendan Morley
# email : morb at ozemail dot com dot au
###########################################################################
# #
# 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. #
# #
###########################################################################

#
# WARNING: PROOF OF CONCEPT ONLY. DO NOT RUN UNLESS YOU KNOW WHAT YOU ARE DOING.
Expand Down