From 94fe10038a5a3f37743a561e36e2a6e1523823a9 Mon Sep 17 00:00:00 2001 From: Fotis Georgatos Date: Thu, 7 Feb 2013 15:10:58 +0100 Subject: [PATCH] split authors at one per line rate Signed-off-by: Fotis Georgatos --- easybuild/tools/module_generator.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/easybuild/tools/module_generator.py b/easybuild/tools/module_generator.py index d231a325d5..15cdafa6bd 100644 --- a/easybuild/tools/module_generator.py +++ b/easybuild/tools/module_generator.py @@ -25,8 +25,12 @@ """ Generating module files. -@authors: Stijn De Weirdt (UGent), Dries Verdegem (UGent), Kenneth Hoste (UGent), Pieter De Baets (UGent), - Jens Timmerman (UGent) +@authors: Stijn De Weirdt (UGent) +@authors: Dries Verdegem (UGent) +@authors: Kenneth Hoste (UGent) +@authors: Pieter De Baets (UGent) +@authors: Jens Timmerman (UGent) +@authors: Fotis Georgatos (Uni.Lu) """ import os import shutil