X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bdfe4f8674f98efbf2d67ad854ef83a1d5f855ed..8199067e1f2a6ea4d3d8a38df1a4fb3f25d364da:/examples/java/priority/Priority.java diff --git a/examples/java/priority/Priority.java b/examples/java/priority/Priority.java index 99f0aacf3c..2462ca031b 100644 --- a/examples/java/priority/Priority.java +++ b/examples/java/priority/Priority.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. 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 priority; import org.simgrid.msg.Msg; import org.simgrid.msg.NativeException;