Skip to content

Commit 3e4e08b

Browse files
committedApr 7, 2016
[processing] fixed header
1 parent 297f466 commit 3e4e08b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎python/plugins/processing/preconfigured/PreconfiguredAlgorithmDialog.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
"""
44
***************************************************************************
5-
AlgorithmDialog.py
5+
PreconfiguredAlgorithmDialog.py
66
---------------------
7-
Date : August 2012
7+
Date : April 2016
88
Copyright : (C) 2012 by Victor Olaya
99
Email : volayaf at gmail dot com
1010
***************************************************************************
@@ -18,8 +18,8 @@
1818
"""
1919

2020
__author__ = 'Victor Olaya'
21-
__date__ = 'August 2012'
22-
__copyright__ = '(C) 2012, Victor Olaya'
21+
__date__ = 'April 2016'
22+
__copyright__ = '(C) 2016, Victor Olaya'
2323

2424
# This will get replaced with a git SHA1 when you do a git archive
2525

0 commit comments

Comments
 (0)
Please sign in to comment.