# HG changeset patch # User Amine Sehili # Date 1538819576 -7200 # Node ID 373d4784ffcbf59a685c9c732d007e3cea9da565 # Parent 48c79343bc15159b2379aab53831fa3f336a332e Update dates diff -r 48c79343bc15 -r 373d4784ffcb auditok/__init__.py --- a/auditok/__init__.py Wed Sep 19 22:19:24 2018 +0200 +++ b/auditok/__init__.py Sat Oct 06 11:52:56 2018 +0200 @@ -2,7 +2,7 @@ :author: Amine SEHILI -2015-2016 +2015-2018 :License: diff -r 48c79343bc15 -r 373d4784ffcb auditok/cmdline.py --- a/auditok/cmdline.py Wed Sep 19 22:19:24 2018 +0200 +++ b/auditok/cmdline.py Sat Oct 06 11:52:56 2018 +0200 @@ -9,12 +9,12 @@ @author: Mohamed El Amine SEHILI -@copyright: 2015-2016 Mohamed El Amine SEHILI +@copyright: 2015-2018 Mohamed El Amine SEHILI @license: GPL v3 @contact: amine.sehili@gmail.com -@deffield updated: 13 May 2016 +@deffield updated: 06 Oct 2018 ''' import sys @@ -52,7 +52,7 @@ __all__ = [] __version__ = version __date__ = '2015-11-23' -__updated__ = '2016-05-13' +__updated__ = '2018-10-06' DEBUG = 0 TESTRUN = 1 @@ -542,7 +542,7 @@ program_version_string = '%%prog %s (%s)' % (program_version, program_build_date) #program_usage = '''usage: spam two eggs''' # optional - will be autogenerated by optparse program_longdesc = '''''' # optional - give further explanation about what the program does - program_license = "Copyright 2015 Mohamed El Amine SEHILI \ + program_license = "Copyright 2015-2018 Mohamed El Amine SEHILI \ Licensed under the General Public License (GPL) Version 3 \nhttp://www.gnu.org/licenses/" if argv is None: diff -r 48c79343bc15 -r 373d4784ffcb auditok/exceptions.py --- a/auditok/exceptions.py Wed Sep 19 22:19:24 2018 +0200 +++ b/auditok/exceptions.py Sat Oct 06 11:52:56 2018 +0200 @@ -1,8 +1,3 @@ -""" -November 2015 -@author: Amine SEHILI -""" - class DuplicateArgument(Exception): pass