rt/emul/zip/src/main/java/java/util/zip/package-info.java
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 07 May 2014 16:47:24 +0200
branchclosure
changeset 1549 3f4c143ff8f0
parent 988 rt/emul/mini/src/main/java/java/util/zip/package-info.java@c2386b2f53d0
permissions -rw-r--r--
Separating the unzipping functionality into own module. Step one.
jaroslav@1549
     1
/**
jaroslav@1549
     2
 * Back 2 Browser Bytecode Translator
jaroslav@1549
     3
 * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
jaroslav@1549
     4
 *
jaroslav@1549
     5
 * This program is free software: you can redistribute it and/or modify
jaroslav@1549
     6
 * it under the terms of the GNU General Public License as published by
jaroslav@1549
     7
 * the Free Software Foundation, version 2 of the License.
jaroslav@1549
     8
 *
jaroslav@1549
     9
 * This program is distributed in the hope that it will be useful,
jaroslav@1549
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
jaroslav@1549
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
jaroslav@1549
    12
 * GNU General Public License for more details.
jaroslav@1549
    13
 *
jaroslav@1549
    14
 * You should have received a copy of the GNU General Public License
jaroslav@1549
    15
 * along with this program. Look for COPYING file in the top folder.
jaroslav@1549
    16
 * If not, see http://opensource.org/licenses/GPL-2.0.
jaroslav@1549
    17
 */
jaroslav@1549
    18
@Exported
jaroslav@1549
    19
package java.util.zip;
jaroslav@1549
    20
jaroslav@1549
    21
import org.apidesign.bck2brwsr.core.Exported;
jaroslav@1549
    22