Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / examples / java / cloud / migration / Main.java
index b03c4b4..5732968 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014. The SimGrid Team.
+/* Copyright (c) 2014-2019. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -26,7 +26,6 @@ public class Main {
 
   public static void main(String[] args) throws MsgException {
     Msg.init(args);
-
     if (args.length < 1) {
       Msg.info("Usage  : Main platform_file.xml");
       System.exit(1);