X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..e9f0018b823e34405847177b25a85d3facc30ae1:/src/smpi/fixsrc.pl diff --git a/src/smpi/fixsrc.pl b/src/smpi/fixsrc.pl index e9ce510aae..8844d208c5 100755 --- a/src/smpi/fixsrc.pl +++ b/src/smpi/fixsrc.pl @@ -1,4 +1,10 @@ -#!/usr/bin/perl +#!/usr/bin/env perl + +# Copyright (c) 2011, 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. # Add include for mandatory header file print "#include \n";