X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4e78565ea6b354a0e6250a87b483f909665a0ac3..45c3f1cfee86fb48c96d53f8267f99b6db6e3d7a:/examples/java/mutualExclusion/MutexCentral.java diff --git a/examples/java/mutualExclusion/MutexCentral.java b/examples/java/mutualExclusion/MutexCentral.java index 0ed4d54c80..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. - */ -package mutualExclusion.centralized; +/* 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