X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..49e85177c669d793e84242983a1b1f430e47184e:/examples/simdag/dax/generate_forkjoin.pl?ds=sidebyside diff --git a/examples/simdag/dax/generate_forkjoin.pl b/examples/simdag/dax/generate_forkjoin.pl index ba0bcd90eb..aafcab1f55 100755 --- a/examples/simdag/dax/generate_forkjoin.pl +++ b/examples/simdag/dax/generate_forkjoin.pl @@ -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";