File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed
python/plugins/sextante/mmqgisx Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- # --------------------------------------------------------
3
+ # ------------------------------------------------------------------------
4
4
# MMQGISX - MMQGIS Wrapper for Sextante
5
5
#
6
6
# begin : 18 May 2010
7
7
# copyright : (c) 2012 by Michael Minn
8
8
# email : See michaelminn.com
9
9
#
10
- # MMQGIS is free software and is offered without guarantee
11
- # or warranty. You can redistribute it and/or modify it
12
- # under the terms of version 2 of the GNU General Public
13
- # License (GPL v2) as published by the Free Software
14
- # Foundation (www.gnu.org).
15
- # --------------------------------------------------------
10
+ # MMQGIS program is free software; you can redistribute it and/or modify
11
+ # it under the terms of the GNU General Public License as published by
12
+ # the Free Software Foundation; either version 2 of the License, or
13
+ # (at your option) any later version.
14
+ # ------------------------------------------------------------------------
16
15
17
16
import os
18
17
from PyQt4 import QtGui
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- # --------------------------------------------------------
3
+ # ------------------------------------------------------------------------
4
4
# mmqgisx_library - mmqgisx operation functions
5
5
#
6
6
# begin : 10 May 2010
7
7
# copyright : (c) 2010 by Michael Minn
8
8
# email : See michaelminn.com
9
9
#
10
- # MMQGIS is free software and is offered without guarantee
11
- # or warranty. You can redistribute it and/or modify it
12
- # under the terms of version 2 of the GNU General Public
13
- # License (GPL v2) as published by the Free Software
14
- # Foundation (www.gnu.org).
15
- # --------------------------------------------------------
10
+ # MMQGIS program is free software; you can redistribute it and/or modify
11
+ # it under the terms of the GNU General Public License as published by
12
+ # the Free Software Foundation; either version 2 of the License, or
13
+ # (at your option) any later version.
14
+ # ------------------------------------------------------------------------
16
15
17
16
import csv
18
17
import sys
You can’t perform that action at this time.
0 commit comments