Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix copyright headers
[simgrid.git] / teshsuite / simdag / basic6.c
index 9dcc466..176719b 100644 (file)
@@ -1,14 +1,15 @@
+/* test scheduling 2 tasks at the same time without artificial dependencies */
+
+/* Copyright (c) 2007, 2008, 2009, 2010. 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 <stdio.h>
 #include <stdlib.h>
 #include "simdag/simdag.h"
 
-/*
- * test: scheduling 2 tasks at the same time
- * without artificial dependecies
- * 
- * author: sahu
- */
-
 int main(int argc, char **argv)
 {
   double comm_cost[] = { 0.0, 0.0, 0.0, 0.0 };