X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/727deae514ba3f612e130c6a4ff3fbb435319ef6..44e7cf04b7348a47778d832ed1a310863ff21a06:/buildtools/Cmake/Scripts/my_valgrind.pl diff --git a/buildtools/Cmake/Scripts/my_valgrind.pl b/buildtools/Cmake/Scripts/my_valgrind.pl index 82e950fad6..073b4b8a07 100755 --- a/buildtools/Cmake/Scripts/my_valgrind.pl +++ b/buildtools/Cmake/Scripts/my_valgrind.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 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. + use strict; my @argv = ("valgrind"); my $count = 0;