Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Various cleanups in the java world (1/2)
[simgrid.git] / examples / java / mutualExclusion / GrantTask.java
index 60d59e2..fb405a9 100644 (file)
@@ -1,12 +1,8 @@
-/*
- * 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;
-import org.simgrid.msg.Task;
+/* Copyright (c) 2012-2014, 2016. 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. */
 
-public class GrantTask extends Task {
-}
+package mutualExclusion;
+public class GrantTask extends org.simgrid.msg.Task {}