Skip to content

Commit

Permalink
fix copyright and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 15, 2014
1 parent 1282e49 commit 5aede86
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions aboutdialog.py
Expand Up @@ -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
Expand Down Expand Up @@ -85,13 +85,13 @@ def getAboutText(self):
'Slippy Map</a>'
'specification. Output tiles can be saved in directory or as zip '
'archive.</p>'
'<p><strong>Developers</strong>: Alexander Bruy '
'<p><strong>Developers</strong>: '
'(<a href="http://nextgis.org">NextGIS</a>), portions of code by '
'Andrew Naplavkov and Giovanni Allegri.</p>'
'<p><strong>Homepage</strong>: '
'<a href="http://hub.qgis.org/projects/qtiles">'
'http://hub.qgis.org/projects/qtiles</a></p>'
'<a href="https://github.com/nextgis/QTiles">'
'https://github.com/nextgis/QTiles/issues</a></p>'
'<p>Please report bugs at '
'<a href="http://hub.qgis.org/projects/qtiles/issues">'
'<a href="https://github.com/nextgis/QTiles/issues">'
'bugtracker</a></p>'
)
10 changes: 5 additions & 5 deletions metadata.txt
Expand Up @@ -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
2 changes: 1 addition & 1 deletion qtiles.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion qtiles_utils.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion qtilesdialog.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tile.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tilingthread.py
Expand Up @@ -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
Expand Down
48 changes: 24 additions & 24 deletions 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 <http://www.gnu.org/licenses/>. 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
Expand Down

0 comments on commit 5aede86

Please sign in to comment.