X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab5c90f0b443065b988a5048e6b42ac965e87601..007f306ea2953e149e581effead3a1eea1efef9a:/examples/simdag/dax/generate_forkjoin.pl diff --git a/examples/simdag/dax/generate_forkjoin.pl b/examples/simdag/dax/generate_forkjoin.pl index 9a5fb51d9f..545ccf9b23 100755 --- a/examples/simdag/dax/generate_forkjoin.pl +++ b/examples/simdag/dax/generate_forkjoin.pl @@ -1,4 +1,10 @@ -#! /usr/bin/perl +#! /usr/bin/env 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; @@ -27,4 +33,4 @@ for (my $level=1;$level<=$level_count;$level++) { } } -print "\n"; \ No newline at end of file +print "\n";