X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/347996b4a10c4e8579080692afa60e0afb88b60a..9a0c104c8ef077732f68619071eafd1072dc246d:/tools/normalize-pointers.py diff --git a/tools/normalize-pointers.py b/tools/normalize-pointers.py index bb2f59a5a3..d4009a2e68 100755 --- a/tools/normalize-pointers.py +++ b/tools/normalize-pointers.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2013-2014. The SimGrid Team. +# Copyright (c) 2013-2018. The SimGrid Team. # All rights reserved. # This program is free software; you can redistribute it and/or modify it @@ -10,7 +10,6 @@ Tool for normalizing pointers such as two runs have the same 'addresses' first address encountered will be replaced by 0X0000001, second by 0X0000002, ... - """ import sys