X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/237fd22b56db7d1c67360c37559ce3aab16a002d..87089f2cac36e30a41d71a5b0dd0715e468a58ed:/tools/smpi/generate_smpi_defines.pl diff --git a/tools/smpi/generate_smpi_defines.pl b/tools/smpi/generate_smpi_defines.pl index b867236042..9ce19221ca 100755 --- a/tools/smpi/generate_smpi_defines.pl +++ b/tools/smpi/generate_smpi_defines.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (c) 2016-2021. The SimGrid Team. All rights reserved. +# 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. @@ -31,7 +31,7 @@ if (defined $options{f}) { $commentChar="!" } -print "$commentChar Copyright (c) 2016-2021. The SimGrid Team. All rights reserved.\n"; +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";