module-info.java revision 13901:b2a69d66dc65
1251558Sed/*
2251558Sed * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
3251558Sed * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4251558Sed *
5251558Sed * This code is free software; you can redistribute it and/or modify it
6251558Sed * under the terms of the GNU General Public License version 2 only, as
7251558Sed * published by the Free Software Foundation.  Oracle designates this
8251558Sed * particular file as subject to the "Classpath" exception as provided
9251558Sed * by Oracle in the LICENSE file that accompanied this code.
10251558Sed *
11251558Sed * This code is distributed in the hope that it will be useful, but WITHOUT
12251558Sed * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13251558Sed * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14251558Sed * version 2 for more details (a copy is included in the LICENSE file that
15251558Sed * accompanied this code).
16251558Sed *
17251558Sed * You should have received a copy of the GNU General Public License version
18251558Sed * 2 along with this work; if not, write to the Free Software Foundation,
19251558Sed * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20251558Sed *
21251558Sed * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22251558Sed * or visit www.oracle.com if you need additional information or have any
23251558Sed * questions.
24251558Sed */
25251558Sed
26251558Sedmodule jdk.sctp {
27251558Sed    exports com.sun.nio.sctp;
28251558Sed}
29251558Sed
30251558Sed