Skip to content

Commit

Permalink
Merge pull request #1105 from fgeorgatos/bugfix_headers_fotis_cern_ch
Browse files Browse the repository at this point in the history
bugfix headers, dance around identity fotis@cern.ch
  • Loading branch information
boegel committed Dec 12, 2014
2 parents b675b1b + 03b28ee commit d5ea618
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion easybuild/easybuild_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@author: Pieter De Baets (Ghent University)
@author: Jens Timmerman (Ghent University)
@author: Toon Willems (Ghent University)
@author: Fotis Georgatos (University of Luxembourg)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""

#
Expand Down
2 changes: 1 addition & 1 deletion easybuild/framework/easyblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@author: Jens Timmerman (Ghent University)
@author: Toon Willems (Ghent University)
@author: Ward Poelmans (Ghent University)
@author: Fotis Georgatos (University of Luxembourg)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""

import copy
Expand Down
2 changes: 1 addition & 1 deletion easybuild/framework/easyconfig/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
be used within an Easyconfig file.
@author: Stijn De Weirdt (Ghent University)
@author: Fotis Georgatos (University of Luxembourg)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""

from vsc.utils import fancylogger
Expand Down
2 changes: 1 addition & 1 deletion easybuild/framework/easyconfig/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@author: Pieter De Baets (Ghent University)
@author: Jens Timmerman (Ghent University)
@author: Toon Willems (Ghent University)
@author: Fotis Georgatos (University of Luxembourg)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion easybuild/framework/easyconfig/tweak.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@author: Pieter De Baets (Ghent University)
@author: Jens Timmerman (Ghent University)
@author: Toon Willems (Ghent University)
@author: Fotis Georgatos (University of Luxembourg)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""
import copy
import glob
Expand Down
2 changes: 1 addition & 1 deletion easybuild/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@author: Jens Timmerman (Ghent University)
@author: Toon Willems (Ghent University)
@author: Ward Poelmans (Ghent University)
@author: Fotis Georgatos (University of Luxembourg)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""
import copy
import os
Expand Down
2 changes: 1 addition & 1 deletion easybuild/toolchains/gompic.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
EasyBuild support for gompic compiler toolchain (includes GCC and OpenMPI and CUDA).
@author: Kenneth Hoste (Ghent University)
@author: Fotis Georgatos (University of Luxembourg)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""

from easybuild.toolchains.gcccuda import GccCUDA
Expand Down
1 change: 1 addition & 0 deletions easybuild/tools/filetools.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
@author: Jens Timmerman (Ghent University)
@author: Toon Willems (Ghent University)
@author: Ward Poelmans (Ghent University)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""
import os
import re
Expand Down
2 changes: 1 addition & 1 deletion easybuild/tools/module_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@author: Kenneth Hoste (Ghent University)
@author: Pieter De Baets (Ghent University)
@author: Jens Timmerman (Ghent University)
@author: Fotis Georgatos (Uni.Lu)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""
import os
import re
Expand Down
2 changes: 1 addition & 1 deletion easybuild/tools/module_naming_scheme/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@author: Kenneth Hoste (Ghent University)
@author: Pieter De Baets (Ghent University)
@author: Jens Timmerman (Ghent University)
@author: Fotis Georgatos (Uni.Lu)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""
import os
import string
Expand Down
2 changes: 1 addition & 1 deletion easybuild/tools/repository/filerepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@author: Jens Timmerman (Ghent University)
@author: Toon Willems (Ghent University)
@author: Ward Poelmans (Ghent University)
@author: Fotis Georgatos (University of Luxembourg)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""
import os
import time
Expand Down
2 changes: 1 addition & 1 deletion easybuild/tools/repository/gitrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@author: Jens Timmerman (Ghent University)
@author: Toon Willems (Ghent University)
@author: Ward Poelmans (Ghent University)
@author: Fotis Georgatos (University of Luxembourg)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""
import getpass
import os
Expand Down
2 changes: 1 addition & 1 deletion easybuild/tools/repository/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@author: Jens Timmerman (Ghent University)
@author: Toon Willems (Ghent University)
@author: Ward Poelmans (Ghent University)
@author: Fotis Georgatos (University of Luxembourg)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""
from vsc.utils import fancylogger
from vsc.utils.missing import get_subclasses
Expand Down
2 changes: 1 addition & 1 deletion easybuild/tools/repository/svnrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@author: Jens Timmerman (Ghent University)
@author: Toon Willems (Ghent University)
@author: Ward Poelmans (Ghent University)
@author: Fotis Georgatos (University of Luxembourg)
@author: Fotis Georgatos (Uni.Lu, NTUA)
"""
import getpass
import os
Expand Down
4 changes: 2 additions & 2 deletions test/framework/easyconfigs/CUDA-5.5.22-GCC-4.8.2.eb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2012-2013 Cyprus Institute / CaSToRC, University of Luxembourg / LCSB, Ghent University
# Authors:: George Tsouloupas <g.tsouloupas@cyi.ac.cy>, Fotis Georgatos <fotis.georgatos@uni.lu>, Kenneth Hoste
# Copyright:: Copyright 2012-2014 Cyprus Institute / CaSToRC, Uni.Lu/LCSB, NTUA, Ghent University
# Authors:: George Tsouloupas <g.tsouloupas@cyi.ac.cy>, Fotis Georgatos <fotis@cern.ch>, Kenneth Hoste
# License:: MIT/GPL
# $Id$
#
Expand Down

0 comments on commit d5ea618

Please sign in to comment.