changeset 77:373d4784ffcb

Update dates
author Amine Sehili <amine.sehili@gmail.com>
date Sat, 06 Oct 2018 11:52:56 +0200
parents 48c79343bc15
children d942a78cb816
files auditok/__init__.py auditok/cmdline.py auditok/exceptions.py
diffstat 3 files changed, 5 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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 <amine.sehili@gmail.com>
-2015-2016
+2015-2018
 
 :License:
 
--- 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:
--- 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 <amine.sehili@gmail.com>
-"""
-
 
 class DuplicateArgument(Exception):
     pass