rt/mojo/src/main/java/org/apidesign/bck2brwsr/mojo/AheadOfTime.java
changeset 1787 ea12a3bb4b33
parent 1769 f6057dc5922c
child 1789 2d81494f54b3
     1.1 --- a/rt/mojo/src/main/java/org/apidesign/bck2brwsr/mojo/AheadOfTime.java	Sun Jan 11 09:54:37 2015 +0100
     1.2 +++ b/rt/mojo/src/main/java/org/apidesign/bck2brwsr/mojo/AheadOfTime.java	Tue Feb 24 11:12:53 2015 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  /**
     1.5   * Back 2 Browser Bytecode Translator
     1.6 - * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     1.7 + * Copyright (C) 2012-2015 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     1.8   *
     1.9   * This program is free software: you can redistribute it and/or modify
    1.10   * it under the terms of the GNU General Public License as published by
    1.11 @@ -15,7 +15,6 @@
    1.12   * along with this program. Look for COPYING file in the top folder.
    1.13   * If not, see http://opensource.org/licenses/GPL-2.0.
    1.14   */
    1.15 -
    1.16  package org.apidesign.bck2brwsr.mojo;
    1.17  
    1.18  import java.io.File;