Skip to content

Commit

Permalink
adjust license to be readable by licensechecker
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Oct 5, 2012
1 parent 5dd8e45 commit 3da3fd6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
13 changes: 6 additions & 7 deletions python/plugins/sextante/mmqgisx/MMQGISXAlgorithmProvider.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# -*- coding: utf-8 -*-

# --------------------------------------------------------
# ------------------------------------------------------------------------
# MMQGISX - MMQGIS Wrapper for Sextante
#
# begin : 18 May 2010
# copyright : (c) 2012 by Michael Minn
# email : See michaelminn.com
#
# MMQGIS is free software and is offered without guarantee
# or warranty. You can redistribute it and/or modify it
# under the terms of version 2 of the GNU General Public
# License (GPL v2) as published by the Free Software
# Foundation (www.gnu.org).
# --------------------------------------------------------
# MMQGIS 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.
# ------------------------------------------------------------------------

import os
from PyQt4 import QtGui
Expand Down
13 changes: 6 additions & 7 deletions python/plugins/sextante/mmqgisx/mmqgisx_library.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# -*- coding: utf-8 -*-

# --------------------------------------------------------
# ------------------------------------------------------------------------
# mmqgisx_library - mmqgisx operation functions
#
# begin : 10 May 2010
# copyright : (c) 2010 by Michael Minn
# email : See michaelminn.com
#
# MMQGIS is free software and is offered without guarantee
# or warranty. You can redistribute it and/or modify it
# under the terms of version 2 of the GNU General Public
# License (GPL v2) as published by the Free Software
# Foundation (www.gnu.org).
# --------------------------------------------------------
# MMQGIS 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.
# ------------------------------------------------------------------------

import csv
import sys
Expand Down

0 comments on commit 3da3fd6

Please sign in to comment.