X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f1407ffec6ef0c74663f929aab490450cc4aaa0..cbc8615f94399c415f9b6ceaa5d4419c3da53a97:/tools/simgrid_update_xml.pl diff --git a/tools/simgrid_update_xml.pl b/tools/simgrid_update_xml.pl index f42b3360dd..daea1f0eb0 100755 --- a/tools/simgrid_update_xml.pl +++ b/tools/simgrid_update_xml.pl @@ -5,7 +5,7 @@ eval 'exec perl -S $0 ${1+"$@"}' # This script updates the simgrid XML file passed as argument (modification in place) # It is built to do the conversion incrementally. -# Copyright (c) 2006-2019. The SimGrid Team. +# Copyright (c) 2006-2022. The SimGrid Team. # All rights reserved. # # This program is free software; you can redistribute it and/or modify it @@ -156,11 +156,11 @@ In and , rename the 'availability_file' attribute into 'speed_file' =head1 AUTHORS - The SimGrid team (simgrid-devel@lists.gforge.inria.fr) + The SimGrid team =head1 COPYRIGHT AND LICENSE -Copyright (c) 2006-2019. The SimGrid Team. All rights reserved. +Copyright (c) 2006-2022. The SimGrid Team. All rights reserved. This program is free software; you may redistribute it and/or modify it under the terms of GNU LGPL (v2.1) license. @@ -247,11 +247,11 @@ while (defined($line = )) { $output_string .= " \n"; $AS_opened=1; } - + if($line=~/)) { } $line =~ s/\bFULLDUPLEX\b/SPLITDUPLEX/g; $line =~ s/\bavailability_file\b/speed_file/g; - + $output_string .= "$line\n"; }