X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e37c1e4bba9bb89cd2842f08cde998eb7f941d04..71460434911c9b4398bd6df2c9c6d31f9c011005:/examples/java/master_slave_kill/Master.java diff --git a/examples/java/master_slave_kill/Master.java b/examples/java/master_slave_kill/Master.java index 783e9a1351..3aac3fc2a1 100644 --- a/examples/java/master_slave_kill/Master.java +++ b/examples/java/master_slave_kill/Master.java @@ -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_kill; import org.simgrid.msg.HostNotFoundException;