--- ea/credentials.py 2012/08/30 10:01:42 8 +++ ea/credentials.py 2012/08/30 12:48:07 9 @@ -1,5 +1,18 @@ -import os +# +# BonFIRE Virtual Clusters on Federated Clouds Demonstration Kit +# +# Copyright (c) Fundacion Centro Tecnologico de Supercomputacion de Galicia 2012 +# +# License GPL Version 3 +# +# The research leading to these results has received funding from +# the European Community's Seventh Frameqork Programme (FP7/2007-2013) +# under agreement number 257386 +# +# This software is provided with ABSOLUTELY NO WARRANTY +# +import os def getpass(file): filepath=os.path.expanduser(file) password=None