Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing copyright header
[simgrid.git] / 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>
 
 #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 {
 
 namespace simgrid {
 namespace smpi {