X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/208a508e59bc6def035e5a9547ac05d973cf4fe4..f33109af39cf1adde1c8f0a1d4b6120bafc56a0f:/examples/java/startKillTime/Master.java diff --git a/examples/java/startKillTime/Master.java b/examples/java/startKillTime/Master.java index 2edb535b4c..270c4a6724 100644 --- a/examples/java/startKillTime/Master.java +++ b/examples/java/startKillTime/Master.java @@ -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 startKillTime; import org.simgrid.msg.Host; import org.simgrid.msg.HostFailureException;