Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix another bunch of shebang with env
[simgrid.git] / examples / platforms / generation_scripts / enhancedDTDwithHierarchicalCluster.pl
index 1acf037..dd56ba8 100755 (executable)
@@ -1,6 +1,11 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
+
+# Copyright (c) 2011-2012, 2014. The SimGrid Team.
+# All rights reserved.
+
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the license (GNU LGPL) which comes with this package.
 
-# L.Bobelin (Perl newbie) 24th of November
 # Quick script to generate hierarchical clusters. Usage : add the special cluster tag (description below) in your "normal" platform file. Then run the script :
 # - First arg : the input file where you midified your cluster tag
 # - Second one : the output file where all the stuff will be generated.