Skip to content

Commit bf7d9cb

Browse files
committedMar 28, 2019
Don't use copyright license as a module docstring
1 parent cd9fc06 commit bf7d9cb

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed
 

‎python/processing/__init__.py

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
# -*- coding: utf-8 -*-
1+
# -#- coding: utf-8 -#-
2+
3+
###########################################################################
4+
# __init__.py
5+
# ---------------------
6+
# Date : November 2018
7+
# Copyright : (C) 2018 by Nathan Woodrow
8+
# Email : woodrow dot nathan at gmail dot com
9+
###########################################################################
10+
# #
11+
# This program is free software; you can redistribute it and/or modify #
12+
# it under the terms of the GNU General Public License as published by #
13+
# the Free Software Foundation; either version 2 of the License, or #
14+
# (at your option) any later version. #
15+
# #
16+
###########################################################################
217

318
"""
4-
***************************************************************************
5-
__init__.py
6-
---------------------
7-
Date : November 2018
8-
Copyright : (C) 2018 by Nathan Woodrow
9-
Email : woodrow dot nathan at gmail dot com
10-
***************************************************************************
11-
* *
12-
* This program is free software; you can redistribute it and/or modify *
13-
* it under the terms of the GNU General Public License as published by *
14-
* the Free Software Foundation; either version 2 of the License, or *
15-
* (at your option) any later version. *
16-
* *
17-
***************************************************************************
19+
QGIS Processing Python additions.
20+
21+
This module contains stable API adding additional Python specific functionality
22+
to the core QGIS c++ Processing classes.
1823
"""
1924

2025
__author__ = 'Nathan Woodrow'

0 commit comments

Comments
 (0)
Please sign in to comment.