From 5aede869737f2caa04759f1c9de946868aa6bbe0 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Tue, 15 Apr 2014 11:22:52 +0300 Subject: [PATCH] fix copyright and metadata --- __init__.py | 2 +- aboutdialog.py | 10 +++++----- metadata.txt | 10 +++++----- qtiles.py | 2 +- qtiles_utils.py | 2 +- qtilesdialog.py | 2 +- tile.py | 2 +- tilingthread.py | 2 +- writers.py | 48 ++++++++++++++++++++++++------------------------ 9 files changed, 40 insertions(+), 40 deletions(-) diff --git a/__init__.py b/__init__.py index d891ce6..5ca7dc4 100644 --- a/__init__.py +++ b/__init__.py @@ -6,7 +6,7 @@ # --------------------------------------------------------- # Generates tiles from QGIS project # -# Copyright (C) 2012-2013 Alexander Bruy (alexander.bruy@gmail.com) +# Copyright (C) 2012-2014 NextGIS (info@nextgis.org) # # This source 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 diff --git a/aboutdialog.py b/aboutdialog.py index 7b51e01..872e0c8 100644 --- a/aboutdialog.py +++ b/aboutdialog.py @@ -6,7 +6,7 @@ # --------------------------------------------------------- # Generates tiles from QGIS project # -# Copyright (C) 2012-2013 Alexander Bruy (alexander.bruy@gmail.com) +# Copyright (C) 2012-2014 NextGIS (info@nextgis.org) # # This source 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 @@ -85,13 +85,13 @@ def getAboutText(self): 'Slippy Map' 'specification. Output tiles can be saved in directory or as zip ' 'archive.

' - '

Developers: Alexander Bruy ' + '

Developers: ' '(NextGIS), portions of code by ' 'Andrew Naplavkov and Giovanni Allegri.

' '

Homepage: ' - '' - 'http://hub.qgis.org/projects/qtiles

' + '' + 'https://github.com/nextgis/QTiles/issues

' '

Please report bugs at ' - '' + '' 'bugtracker

' ) diff --git a/metadata.txt b/metadata.txt index 3fb4f50..93d5cb5 100644 --- a/metadata.txt +++ b/metadata.txt @@ -5,16 +5,16 @@ category=Plugins version=1.3.0 qgisMinimumVersion=2.0 -author=Alexander Bruy (NextGIS) -email=alexander.bruy@gmail.com +author=NextGIS +email=info@nextgis.org icon=icons/qtiles.png tags=raster,tiles -homepage=http://hub.qgis.org/projects/qtiles/wiki -tracker=http://hub.qgis.org/projects/qtiles/issues -repository=http://github.com/nextgis/QTiles +homepage=https://github.com/nextgis/QTiles +tracker=https://github.com/nextgis/QTiles/issues +repository=https://github.com/nextgis/QTiles experimental=True deprecated=False diff --git a/qtiles.py b/qtiles.py index d872238..656e041 100644 --- a/qtiles.py +++ b/qtiles.py @@ -6,7 +6,7 @@ # --------------------------------------------------------- # Generates tiles from QGIS project # -# Copyright (C) 2012-2013 Alexander Bruy (alexander.bruy@gmail.com) +# Copyright (C) 2012-2014 NextGIS (info@nextgis.org) # # This source 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 diff --git a/qtiles_utils.py b/qtiles_utils.py index 673326c..87e3870 100644 --- a/qtiles_utils.py +++ b/qtiles_utils.py @@ -6,7 +6,7 @@ # --------------------------------------------------------- # Generates tiles from QGIS project # -# Copyright (C) 2012-2013 Alexander Bruy (alexander.bruy@gmail.com) +# Copyright (C) 2012-2014 NextGIS (info@nextgis.org) # # This source 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 diff --git a/qtilesdialog.py b/qtilesdialog.py index 46941b3..b609e0c 100644 --- a/qtilesdialog.py +++ b/qtilesdialog.py @@ -6,7 +6,7 @@ # --------------------------------------------------------- # Generates tiles from QGIS project # -# Copyright (C) 2012 Alexander Bruy (alexander.bruy@gmail.com) +# Copyright (C) 2012-2014 NextGIS (info@nextgis.org) # # This source 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 diff --git a/tile.py b/tile.py index 1a2ba25..272dda9 100644 --- a/tile.py +++ b/tile.py @@ -6,7 +6,7 @@ # --------------------------------------------------------- # Generates tiles from QGIS project # -# Copyright (C) 2012-2013 Alexander Bruy (alexander.bruy@gmail.com) +# Copyright (C) 2012-2014 NextGIS (info@nextgis.org) # # This source 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 diff --git a/tilingthread.py b/tilingthread.py index ec6c3f8..ca02fc4 100644 --- a/tilingthread.py +++ b/tilingthread.py @@ -6,7 +6,7 @@ # --------------------------------------------------------- # Generates tiles from QGIS project # -# Copyright (C) 2012-2013 Alexander Bruy (alexander.bruy@gmail.com) +# Copyright (C) 2012-2014 NextGIS (info@nextgis.org) # # This source 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 diff --git a/writers.py b/writers.py index 097a3b2..363a51d 100644 --- a/writers.py +++ b/writers.py @@ -1,29 +1,29 @@ # -*- coding: utf-8 -*- -""" -*************************************************************************** - writers.py - --------------------- - Date : December 2013 - Copyright : (C) 2013 by Alexander Bruy - Email : alexander dot bruy 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__ = 'Alexander Bruy' -__date__ = 'December 2013' -__copyright__ = '(C) 2013, Alexander Bruy' - -# This will get replaced with a git SHA1 when you do a git archive - -__revision__ = '$Format:%H$' +#****************************************************************************** +# +# QTiles +# --------------------------------------------------------- +# Generates tiles from QGIS project +# +# Copyright (C) 2012-2014 NextGIS (info@nextgis.org) +# +# This source 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 code is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. +# +# A copy of the GNU General Public License is available on the World Wide Web +# at . You can also obtain it by writing +# to the Free Software Foundation, 51 Franklin Street, Suite 500 Boston, +# MA 02110-1335 USA. +# +#****************************************************************************** import os import sqlite3