module-info.java revision 3822:d8766c39123a
156067Smarkm/*
256067Smarkm * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
3117728Smarkm * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4125491Sru *
5233294Sstas * This code is free software; you can redistribute it and/or modify it
6233294Sstas * under the terms of the GNU General Public License version 2 only, as
7233294Sstas * published by the Free Software Foundation.
8233294Sstas *
9233294Sstas * This code is distributed in the hope that it will be useful, but WITHOUT
10125491Sru * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11117728Smarkm * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12233294Sstas * version 2 for more details (a copy is included in the LICENSE file that
13233294Sstas * accompanied this code).
14233294Sstas *
15233294Sstas * You should have received a copy of the GNU General Public License version
16125261Sru * 2 along with this work; if not, write to the Free Software Foundation,
17125261Sru * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1856067Smarkm *
1956067Smarkm * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20125491Sru * or visit www.oracle.com if you need additional information or have any
21 * questions.
22 */
23
24module m2x {}
25