aboutsummaryrefslogtreecommitdiff
path: root/src9/module-info.java
diff options
context:
space:
mode:
Diffstat (limited to 'src9/module-info.java')
-rw-r--r--src9/module-info.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/src9/module-info.java b/src9/module-info.java
new file mode 100644
index 0000000..1b28bc4
--- /dev/null
+++ b/src9/module-info.java
@@ -0,0 +1,12 @@
+/*
+ * module-info
+ *
+ * Author: Lasse Collin <lasse.collin@tukaani.org>
+ *
+ * This file has been put into the public domain.
+ * You can do whatever you want with this file.
+ */
+
+module org.tukaani.xz {
+ exports org.tukaani.xz;
+}