htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Page.java
changeset 106 346633cd13d6
parent 100 029e6eed60e9
child 108 7e3f72897a83
     1.1 --- a/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Page.java	Thu Oct 11 06:15:22 2012 -0700
     1.2 +++ b/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Page.java	Tue Oct 16 12:42:00 2012 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  /**
     1.5 - * Java 4 Browser Bytecode Translator
     1.6 - * Copyright (C) 2012-2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     1.7 + * Back 2 Browser Bytecode Translator
     1.8 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     1.9   *
    1.10   * This program is free software: you can redistribute it and/or modify
    1.11   * it under the terms of the GNU General Public License as published by
    1.12 @@ -15,10 +15,6 @@
    1.13   * along with this program. Look for COPYING file in the top folder.
    1.14   * If not, see http://opensource.org/licenses/GPL-2.0.
    1.15   */
    1.16 -/*
    1.17 - * To change this template, choose Tools | Templates
    1.18 - * and open the template in the editor.
    1.19 - */
    1.20  package org.apidesign.bck2brwsr.htmlpage.api;
    1.21  
    1.22  import java.lang.annotation.ElementType;