ko/archetype/src/main/java/org/apidesign/bck2brwsr/ko/archetype/package-info.java
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 26 Jun 2013 19:29:54 +0200
branchclassloader
changeset 1228 462dd9238173
parent 1227 ko/archetype/src/main/java/org/apidesign/html/archetype/package-info.java@5a907f38608d
permissions -rw-r--r--
Cleaning the version mess a bit
jaroslav@1201
     1
/**
jaroslav@1227
     2
 * Back 2 Browser Bytecode Translator
jaroslav@1227
     3
 * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
jaroslav@1201
     4
 *
jaroslav@1201
     5
 * This program is free software: you can redistribute it and/or modify
jaroslav@1201
     6
 * it under the terms of the GNU General Public License as published by
jaroslav@1201
     7
 * the Free Software Foundation, version 2 of the License.
jaroslav@1201
     8
 *
jaroslav@1201
     9
 * This program is distributed in the hope that it will be useful,
jaroslav@1201
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
jaroslav@1201
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
jaroslav@1227
    12
 * GNU General Public License for more details.
jaroslav@1201
    13
 *
jaroslav@1201
    14
 * You should have received a copy of the GNU General Public License
jaroslav@1201
    15
 * along with this program. Look for COPYING file in the top folder.
jaroslav@1227
    16
 * If not, see http://opensource.org/licenses/GPL-2.0.
jaroslav@1201
    17
 */
jaroslav@1228
    18
package org.apidesign.bck2brwsr.ko.archetype;