javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/package-info.java
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 24 Feb 2015 11:12:53 +0100
changeset 1787 ea12a3bb4b33
parent 1104 47c1fc251d84
permissions -rw-r--r--
Using year range 2012-2015 in copyright header
lubomir@1104
     1
/**
lubomir@1104
     2
 * Back 2 Browser Bytecode Translator
jaroslav@1787
     3
 * Copyright (C) 2012-2015 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
lubomir@1104
     4
 *
lubomir@1104
     5
 * This program is free software: you can redistribute it and/or modify
lubomir@1104
     6
 * it under the terms of the GNU General Public License as published by
lubomir@1104
     7
 * the Free Software Foundation, version 2 of the License.
lubomir@1104
     8
 *
lubomir@1104
     9
 * This program is distributed in the hope that it will be useful,
lubomir@1104
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
lubomir@1104
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
lubomir@1104
    12
 * GNU General Public License for more details.
lubomir@1104
    13
 *
lubomir@1104
    14
 * You should have received a copy of the GNU General Public License
lubomir@1104
    15
 * along with this program. Look for COPYING file in the top folder.
lubomir@1104
    16
 * If not, see http://opensource.org/licenses/GPL-2.0.
lubomir@1104
    17
 */
lubomir@1104
    18
@Exported
lubomir@1104
    19
package org.apidesign.bck2brwsr.htmlpage;
lubomir@1104
    20
lubomir@1104
    21
import org.apidesign.bck2brwsr.core.Exported;