Skip to content

Commit

Permalink
Refs #3866 took out the author line
Browse files Browse the repository at this point in the history
from class_maker
  • Loading branch information
Janik Zikovsky committed Nov 7, 2011
1 parent 26f7f1e commit 03b78d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Code/Mantid/Build/class_maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def write_header(subproject, classname, filename, args):
/** %s : TODO: DESCRIPTION
@author %s
@date %s
Copyright © %s ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
Expand Down Expand Up @@ -97,7 +96,7 @@ class DLLExport %s %s
#endif /* %s */""" % (guard, guard,
alg_include, subproject, classname,
author, datetime.datetime.now().date(),
datetime.datetime.now().date(),
datetime.datetime.now().date().year, classname, alg_class_declare,
classname, classname, algorithm_header, subproject, guard)

Expand Down

0 comments on commit 03b78d4

Please sign in to comment.