package-info.java revision 1604:6f34826bbfdc
179697Snon/*
267468Snon * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
367468Snon * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
467468Snon *
567468Snon * This code is free software; you can redistribute it and/or modify it
679697Snon * under the terms of the GNU General Public License version 2 only, as
767468Snon * published by the Free Software Foundation.  Oracle designates this
8139749Simp * particular file as subject to the "Classpath" exception as provided
967468Snon * by Oracle in the LICENSE file that accompanied this code.
1079697Snon *
1167468Snon * This code is distributed in the hope that it will be useful, but WITHOUT
1279697Snon * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1367468Snon * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1467468Snon * version 2 for more details (a copy is included in the LICENSE file that
1567468Snon * accompanied this code).
1667468Snon *
1767468Snon * You should have received a copy of the GNU General Public License version
1867468Snon * 2 along with this work; if not, write to the Free Software Foundation,
1967468Snon * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2067468Snon *
2167468Snon * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2267468Snon * or visit www.oracle.com if you need additional information or have any
2367468Snon * questions.
2467468Snon */
2567468Snon
2667468Snon/*
2767468Snon * This file is available under and governed by the GNU General Public
2867468Snon * License version 2 only, as published by the Free Software Foundation.
2967468Snon * However, the following notice accompanied the original version of this
3067468Snon * file, and Oracle licenses the original version of this file under the BSD
3167468Snon * license:
3267468Snon */
3367468Snon/*
3467468Snon   Copyright 2009-2013 Attila Szegedi
3567468Snon
3667468Snon   Licensed under both the Apache License, Version 2.0 (the "Apache License")
3767468Snon   and the BSD License (the "BSD License"), with licensee being free to
3867468Snon   choose either of the two at their discretion.
3967468Snon
40119420Sobrien   You may not use this file except in compliance with either the Apache
41119420Sobrien   License or the BSD License.
42119420Sobrien
4367468Snon   If you choose to use this file in compliance with the Apache License, the
4467468Snon   following notice applies to you:
4567468Snon
4667468Snon       You may obtain a copy of the Apache License at
4767468Snon
4867468Snon           http://www.apache.org/licenses/LICENSE-2.0
4967468Snon
5067468Snon       Unless required by applicable law or agreed to in writing, software
5167468Snon       distributed under the License is distributed on an "AS IS" BASIS,
5267468Snon       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5367468Snon       implied. See the License for the specific language governing
5467468Snon       permissions and limitations under the License.
5567468Snon
5667468Snon   If you choose to use this file in compliance with the BSD License, the
5767468Snon   following notice applies to you:
5867468Snon
5967468Snon       Redistribution and use in source and binary forms, with or without
6067468Snon       modification, are permitted provided that the following conditions are
6167468Snon       met:
6267468Snon       * Redistributions of source code must retain the above copyright
6367468Snon         notice, this list of conditions and the following disclaimer.
6467468Snon       * Redistributions in binary form must reproduce the above copyright
65250460Seadler         notice, this list of conditions and the following disclaimer in the
6667468Snon         documentation and/or other materials provided with the distribution.
6767468Snon       * Neither the name of the copyright holder nor the names of
6867468Snon         contributors may be used to endorse or promote products derived from
6967468Snon         this software without specific prior written permission.
7067468Snon
7167468Snon       THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
7267468Snon       IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
7367468Snon       TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
7479697Snon       PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER
7567468Snon       BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
7679697Snon       CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
7767468Snon       SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
7879697Snon       BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
7979697Snon       WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
8079697Snon       OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
8179697Snon       ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8279697Snon*/
8367468Snon
8467468Snon/**
8567468Snon * <p>Contains classes that make using Dynalink more convenient by providing
8667468Snon * basic implementations of some classes as well as various utilities.
8767468Snon * </p>
8867468Snon * @since 9
8967468Snon */
9067468Snonpackage jdk.dynalink.support;
9167468Snon