1 /* 2 * module-info 3 * 4 * Author: Lasse Collin <[email protected]> 5 * 6 * This file has been put into the public domain. 7 * You can do whatever you want with this file. 8 */ 9 10 module org.tukaani.xz { 11 exports org.tukaani.xz; 12 } 13