Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing copyright header
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 12 May 2018 00:48:13 +0000 (02:48 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 12 May 2018 00:51:17 +0000 (02:51 +0200)
src/smpi/plugins/sampi_loadbalancer.cpp

index 0b465ea..1a7850f 100644 (file)
@@ -1,9 +1,14 @@
+/* Copyright (c) 2018.      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. */
+
 #include <simgrid/plugins/load_balancer.h>
 #include <simgrid/s4u/Actor.hpp>
 #include <simgrid/smpi/replay.hpp>
 #include <xbt/replay.hpp>
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(plugin_load_balancer, surf, "Logging specific to the SURF energy plugin");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(plugin_load_balancer, surf, "Logging specific to the SMPI load balancing plugin");
 
 namespace simgrid {
 namespace smpi {