Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Make snapshots compatible with SMPI privatization of global variables
[simgrid.git] / examples / java / master_slave_bypass / Master.java
index e411e1d6e8af08d67f58af6acbe4277fbad659e8..39fb1c4b0b6d82b0634d9af54b8164a892aa8a77 100644 (file)
@@ -1,11 +1,10 @@
-/*
- * Master of a basic master/slave example in Java
- *
- * 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. 
- */
+/* Master of a basic master/slave example in Java */
+
+/* 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 master_slave_bypass;
 import org.simgrid.msg.HostNotFoundException;