X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f371a2501c4503399f53c987a2bb24d1de5dfba2..3880211b850704febd20f1a482b4617919ed9025:/examples/java/mutualExclusion/Node.java diff --git a/examples/java/mutualExclusion/Node.java b/examples/java/mutualExclusion/Node.java index 4dfa77a3c8..0b622fe3e6 100644 --- a/examples/java/mutualExclusion/Node.java +++ b/examples/java/mutualExclusion/Node.java @@ -1,10 +1,10 @@ -/* - * 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.Host; import org.simgrid.msg.Msg;