X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..16673e04b393c2d8c031d0d77ec318ac2c711f4e:/tools/simgrid_update_xml.pl diff --git a/tools/simgrid_update_xml.pl b/tools/simgrid_update_xml.pl index 6cd86c2c6e..829a61c962 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-2018. The SimGrid Team. +# Copyright (c) 2006-2019. The SimGrid Team. # All rights reserved. # # This program is free software; you can redistribute it and/or modify it @@ -103,7 +103,7 @@ In , attribute kind="POWER" is now kind="SPEED". =item -The DOCTYPE points to the right URL: http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd +The DOCTYPE points to the right URL. =item @@ -156,7 +156,7 @@ Rename the FULLDUPLEX sharing into SPLITDUPLEX. =head1 COPYRIGHT AND LICENSE -Copyright (c) 2006-2018. The SimGrid Team. All rights reserved. +Copyright (c) 2006-2019. 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. @@ -173,7 +173,7 @@ my $filename = $ARGV[0] or die "Usage: simgrid_update_xml.pl file_to_convert.xml open INPUT, "$filename" or die "Cannot open input file $filename: $!\n"; my $output_string = "\n". - "\n". + "\n". "\n"; my($AS_opened)=0;