diff -r 3775fe162073 -r ea12a3bb4b33 rt/vm/src/test/java/org/apidesign/vm4brwsr/NoStringCnstntsTest.java --- a/rt/vm/src/test/java/org/apidesign/vm4brwsr/NoStringCnstntsTest.java Tue Feb 18 10:02:46 2014 +0100 +++ b/rt/vm/src/test/java/org/apidesign/vm4brwsr/NoStringCnstntsTest.java Tue Feb 24 11:12:53 2015 +0100 @@ -1,6 +1,6 @@ /** * Back 2 Browser Bytecode Translator - * Copyright (C) 2012 Jaroslav Tulach + * Copyright (C) 2012-2015 Jaroslav Tulach * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,6 @@ * along with this program. Look for COPYING file in the top folder. * If not, see http://opensource.org/licenses/GPL-2.0. */ - package org.apidesign.vm4brwsr; import java.io.IOException;