X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..4ac44d0117144a8f461c97dd2be47c88780860c9:/tools/smpi/generate_smpi_defines.pl diff --git a/tools/smpi/generate_smpi_defines.pl b/tools/smpi/generate_smpi_defines.pl index fefb7d0969..9ce19221ca 100755 --- a/tools/smpi/generate_smpi_defines.pl +++ b/tools/smpi/generate_smpi_defines.pl @@ -1,4 +1,10 @@ #!/usr/bin/env perl +# +# Copyright (c) 2016-2022. 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. +# # Copyright 2016 Vincent Danjean # Christian Heinrich # @@ -25,9 +31,15 @@ if (defined $options{f}) { $commentChar="!" } +print "$commentChar Copyright (c) 2016-2022. The SimGrid Team. All rights reserved.\n"; +print "\n"; +print "$commentChar This program is free software; you can redistribute it and/or modify it\n"; +print "$commentChar under the terms of the license (GNU LGPL) which comes with this package.\n"; +print "\n"; print "$commentChar This file has been automatically generated by the script\n"; print "$commentChar in tools/smpi/generate_smpi_defines.pl\n"; print "$commentChar DO NOT EDIT MANUALLY. ALL CHANGES WILL BE OVERWRITTEN!\n"; +print "\n"; # Formatting of the output sub output_macro {