| 1 | /* package-info.java
|
|---|
| 2 | Copyright (C) 2014 Red Hat, Inc.
|
|---|
| 3 |
|
|---|
| 4 | This file is part of IcedTea.
|
|---|
| 5 |
|
|---|
| 6 | IcedTea is free software; you can redistribute it and/or modify it under the
|
|---|
| 7 | terms of the GNU General Public License as published by the Free Software
|
|---|
| 8 | Foundation, version 2.
|
|---|
| 9 |
|
|---|
| 10 | IcedTea is distributed in the hope that it will be useful, but WITHOUT ANY
|
|---|
| 11 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|---|
| 12 | PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|---|
| 13 |
|
|---|
| 14 | You should have received a copy of the GNU General Public License along with
|
|---|
| 15 | IcedTea; see the file COPYING. If not, write to the
|
|---|
| 16 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|---|
| 17 | 02110-1301 USA.
|
|---|
| 18 |
|
|---|
| 19 | Linking this library statically or dynamically with other modules is making a
|
|---|
| 20 | combined work based on this library. Thus, the terms and conditions of the GNU
|
|---|
| 21 | General Public License cover the whole combination.
|
|---|
| 22 |
|
|---|
| 23 | As a special exception, the copyright holders of this library give you
|
|---|
| 24 | permission to link this library with independent modules to produce an
|
|---|
| 25 | executable, regardless of the license terms of these independent modules, and
|
|---|
| 26 | to copy and distribute the resulting executable under terms of your choice,
|
|---|
| 27 | provided that you also meet, for each linked independent module, the terms and
|
|---|
| 28 | conditions of the license of that module. An independent module is a module
|
|---|
| 29 | which is not derived from or based on this library. If you modify this library,
|
|---|
| 30 | you may extend this exception to your version of the library, but you are not
|
|---|
| 31 | obligated to do so. If you do not wish to do so, delete this exception
|
|---|
| 32 | statement from your version.*/
|
|---|
| 33 | /**
|
|---|
| 34 | * This package serve as access to package private classes in JDK.
|
|---|
| 35 | * <h2>Do not use it for anything else</h2>
|
|---|
| 36 | */
|
|---|
| 37 | package sun.applet;
|
|---|