diff -r 029e6eed60e9 -r 346633cd13d6 htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Page.java --- a/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Page.java Thu Oct 11 06:15:22 2012 -0700 +++ b/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Page.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,6 +1,6 @@ /** - * Java 4 Browser Bytecode Translator - * Copyright (C) 2012-2012 Jaroslav Tulach + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 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,10 +15,6 @@ * along with this program. Look for COPYING file in the top folder. * If not, see http://opensource.org/licenses/GPL-2.0. */ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package org.apidesign.bck2brwsr.htmlpage.api; import java.lang.annotation.ElementType;