X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6cc00a36431e4a6ef99b445115ab53325194b9fd..45c3f1cfee86fb48c96d53f8267f99b6db6e3d7a:/examples/java/mutualExclusion/Node.java diff --git a/examples/java/mutualExclusion/Node.java b/examples/java/mutualExclusion/Node.java index b316367208..0b622fe3e6 100644 --- a/examples/java/mutualExclusion/Node.java +++ b/examples/java/mutualExclusion/Node.java @@ -1,9 +1,9 @@ -/* - * 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.Host;