mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
updates fTools version and supplies license info
git-svn-id: http://svn.osgeo.org/qgis/trunk@10421 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
fc199f2760
commit
5094636e9a
23
python/plugins/fTools/LICENSE
Normal file
23
python/plugins/fTools/LICENSE
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
Copyright (c) 2009 Carson J. Q. Farmer
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
the Software without restriction, including without limitation the rights to
|
||||||
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||||
|
of the Software, and to permit persons to whom the Software is furnished to do
|
||||||
|
so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License along
|
||||||
|
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
@ -21,10 +21,10 @@ def description():
|
|||||||
return "Tools for vector data analysis and management"
|
return "Tools for vector data analysis and management"
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
return "0.5.6"
|
return "0.5.7"
|
||||||
|
|
||||||
def qgisMinimumVersion():
|
def qgisMinimumVersion():
|
||||||
return "1.0.0"
|
return "1"
|
||||||
|
|
||||||
def authorName():
|
def authorName():
|
||||||
return "Carson J. Q. Farmer"
|
return "Carson J. Q. Farmer"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user