X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6cc00a36431e4a6ef99b445115ab53325194b9fd..6de03ecc4e630732984a0673512a5d15fd75e270:/examples/java/mutualExclusion/MutexCentral.java diff --git a/examples/java/mutualExclusion/MutexCentral.java b/examples/java/mutualExclusion/MutexCentral.java index 94702a6ca6..d5da381303 100644 --- a/examples/java/mutualExclusion/MutexCentral.java +++ b/examples/java/mutualExclusion/MutexCentral.java @@ -1,16 +1,14 @@ -/* - * 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.Msg; import org.simgrid.msg.NativeException; -import org.simgrid.msg.*; - public class MutexCentral { /* This only contains the launcher. If you do nothing more than than you can run