--- ea/submit_file.py 2012/08/27 12:56:29 3 +++ ea/submit_file.py 2012/10/09 16:17:03 18 @@ -1,3 +1,16 @@ +# +# BonFIRE Virtual Clusters on Federated Clouds Demonstration Kit +# +# Copyright (c) Fundacion Centro Tecnologico de Supercomputacion de Galicia 2012 +# +# License Apache Software +# +# The research leading to these results has received funding from +# the European Community's Seventh Framework Programme (FP7/2007-2013) +# under agreement number 257386 +# +# This software is provided with ABSOLUTELY NO WARRANTY +# ''' Created on 20/03/2012 @@ -16,7 +29,7 @@ import ea_bonfire as ea -#print 'Ruta completa del Json que define experimento:' +#print 'Path to Json:' #filej=raw_input() if len(sys.argv) < 2: sys.stderr.write('A JSON file is needed')