Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'mc' into mc++
[simgrid.git] / examples / simdag / dax / generate_forkjoin.pl
index 9a5fb51..aafcab1 100755 (executable)
@@ -1,5 +1,11 @@
 #! /usr/bin/perl
 
+# Copyright (c) 2009, 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.
+
 use strict;
 
 my $node_count = int($ARGV[0]) || die "Usage: $0 node_count level_count\n";
@@ -27,4 +33,4 @@ for (my $level=1;$level<=$level_count;$level++) {
     }
 }
 
-print "</adag>\n";
\ No newline at end of file
+print "</adag>\n";