]> AND Public Git Repository - simgrid.git/blobdiff - examples/simdag/goal/goal_test.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'v3_11_x'
[simgrid.git] / examples / simdag / goal / goal_test.c
index 399125681ff901ce41b7617d0f6d4698de634ffc..fa2251f6f1c2671ee33253cca3dfef4d68d04333 100644 (file)
@@ -1,16 +1,16 @@
 /* Example of scatter communication, accepting a large amount of processes. 
  * This based the experiment of Fig. 4 in http://hal.inria.fr/hal-00650233/
  * That experiment is a comparison to the LogOPSim simulator, that takes 
- *  GOAL files as an input, thus the file name. But there is no actual link
- *  to the GOAL formalism beside of this.
- * 
- * Copyright (c) 2011-2013. 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.
+ * GOAL files as an input, thus the file name. But there is no actual link
+ * to the GOAL formalism beside of this.
  */
 
+/* Copyright (c) 2011-2014. 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 <stdlib.h>
 #include <stdio.h>
 #include "simdag/simdag.h"