Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move handling of remote disks to platform parsing.
[simgrid.git] / tools / smpi / generate_smpi_defines.pl
index 9ce19221ca873a06bc470c4f133928fd9153a587..c3e213fcb82b9ee572003df6fa5dfcfdf37669dc 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 #
-# Copyright (c) 2016-2022. The SimGrid Team. All rights reserved.
+# Copyright (c) 2016-2023. 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-2022. The SimGrid Team. All rights reserved.\n";
+print "$commentChar Copyright (c) 2016-2023. 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";