Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill rm_cb feature of config sets: it was never useful
[simgrid.git] / examples / java / mutualExclusion / RequestTask.java
index d9d9721a1619bc86e8e0e51f0d468708b71dec3a..225d16bf9162e7e4fbb5a03e11a7326b65bb0ff0 100644 (file)
@@ -1,9 +1,9 @@
-/*
- * 2012. 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. 
- */
+/* Copyright (c) 2012-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. */
+
 package mutualExclusion;
 import org.simgrid.msg.Task;