module-info.java revision 3822:d8766c39123a
1275072Semaste/*
2275072Semaste * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
3275072Semaste * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4275072Semaste *
5275072Semaste * This code is free software; you can redistribute it and/or modify it
6275072Semaste * under the terms of the GNU General Public License version 2 only, as
7275072Semaste * published by the Free Software Foundation.
8275072Semaste *
9275072Semaste * This code is distributed in the hope that it will be useful, but WITHOUT
10275072Semaste * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11275072Semaste * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12275072Semaste * version 2 for more details (a copy is included in the LICENSE file that
13288943Sdim * accompanied this code).
14275072Semaste *
15275072Semaste * You should have received a copy of the GNU General Public License version
16275072Semaste * 2 along with this work; if not, write to the Free Software Foundation,
17275072Semaste * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18288943Sdim *
19275072Semaste * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20280031Sdim * or visit www.oracle.com if you need additional information or have any
21280031Sdim * questions.
22275072Semaste */
23280031Sdim
24275072Semastemodule m2x {
25280031Sdim     requires m1x;
26275072Semaste}
27280031Sdim