Skip to content

Commit 3da3fd6

Browse files
committedOct 5, 2012
adjust license to be readable by licensechecker
1 parent 5dd8e45 commit 3da3fd6

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed
 

‎python/plugins/sextante/mmqgisx/MMQGISXAlgorithmProvider.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# -*- coding: utf-8 -*-
22

3-
# --------------------------------------------------------
3+
# ------------------------------------------------------------------------
44
# MMQGISX - MMQGIS Wrapper for Sextante
55
#
66
# begin : 18 May 2010
77
# copyright : (c) 2012 by Michael Minn
88
# email : See michaelminn.com
99
#
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+
# ------------------------------------------------------------------------
1615

1716
import os
1817
from PyQt4 import QtGui

‎python/plugins/sextante/mmqgisx/mmqgisx_library.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# -*- coding: utf-8 -*-
22

3-
# --------------------------------------------------------
3+
# ------------------------------------------------------------------------
44
# mmqgisx_library - mmqgisx operation functions
55
#
66
# begin : 10 May 2010
77
# copyright : (c) 2010 by Michael Minn
88
# email : See michaelminn.com
99
#
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+
# ------------------------------------------------------------------------
1615

1716
import csv
1817
import sys

0 commit comments

Comments
 (0)
Please sign in to comment.