Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "[mc] Enable MC specific behaviour in replay mode"
[simgrid.git] / examples / java / chord / GetPredecessorAnswerTask.java
index c3d1724e4f63d6f29ca5a41b679a7f79cdd20c3b..ac1b1426d36ae6405f8e774bcb0f57b28888daee 100644 (file)
@@ -1,9 +1,9 @@
-/*
- * Copyright 2006-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) 2006-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 chord;
 
 public class GetPredecessorAnswerTask extends ChordTask {