Skip to content

Commit b488037

Browse files
author
cfarmer
committed
python/plugins/fTools/tools/doJoinAttributes.py
python/plugins/fTools/tools/frmJoinAttributes.ui python/plugins/fTools/tools/doReProject.py python/plugins/fTools/tools/frmReProject.ui python/plugins/fTools/ftools_help.xsl python/plugins/fTools/doAbout.py python/plugins/fTools/frmAbout.ui python/plugins/fTools/__init__.py python/plugins/fTools/CMakeLists.txt python/plugins/fTools/fTools.py python/plugins/fTools/ftools_help.xml git-svn-id: http://svn.osgeo.org/qgis/trunk@15384 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6321677 commit b488037

30 files changed

+646
-2063
lines changed

doc/CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Brent Wood
1313
Brook Milligan
1414
Carl Anderson
1515
Carlos Dávila
16+
Carson J. Q. Farmer
1617
Cédric Möri
1718
Christian Ferreira
1819
Diego Moreira

python/plugins/fTools/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FILE(GLOB INSTALLER_FILES *.py)
2-
SET(INSTALLER_FILES ${INSTALLER_FILES} ftools_help.xsl ftools_help.xml)
2+
SET(INSTALLER_FILES ${INSTALLER_FILES})
33

44
FILE(GLOB UI_FILES *.ui)
55
PYQT4_WRAP_UI(PYUI_FILES ${UI_FILES})

python/plugins/fTools/__init__.py

+17-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,32 @@
1+
# -*- coding: utf-8 -*-
2+
#-----------------------------------------------------------
3+
#
4+
# fTools
5+
# Copyright (C) 2008-2011 Carson Farmer
6+
# EMAIL: carson.farmer (at) gmail.com
7+
# WEB : http://www.ftools.ca/fTools.html
8+
#
9+
# A collection of data management and analysis tools for vector data
10+
#
11+
#-----------------------------------------------------------
12+
#
113
# licensed under the terms of GNU GPL 2
2-
#
14+
#
315
# This program is free software; you can redistribute it and/or modify
416
# it under the terms of the GNU General Public License as published by
517
# the Free Software Foundation; either version 2 of the License, or
618
# (at your option) any later version.
7-
#
19+
#
820
# This program is distributed in the hope that it will be useful,
921
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1022
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1123
# GNU General Public License for more details.
12-
#
24+
#
1325
# You should have received a copy of the GNU General Public License along
1426
# with this program; if not, write to the Free Software Foundation, Inc.,
1527
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
28+
#
29+
#---------------------------------------------------------------------
1630

1731
def name():
1832
return "fTools"

python/plugins/fTools/doAbout.py

-84
This file was deleted.

0 commit comments

Comments
 (0)