a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster The contents of this file are subject to the terms of either the GNU
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster General Public License Version 2 only ("GPL") or the Common Development
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster and Distribution License("CDDL") (collectively, the "License"). You
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster may not use this file except in compliance with the License. You can
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster obtain a copy of the License at
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster or packager/legal/LICENSE.txt. See the License for the specific
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster language governing permissions and limitations under the License.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster When distributing the software, include this License Header Notice in each
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster file and include the License file at packager/legal/LICENSE.txt.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster GPL Classpath Exception:
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster Oracle designates this particular file as subject to the "Classpath"
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster exception as provided by Oracle in the GPL Version 2 section of the License
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster file that accompanied this code.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster Modifications:
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster If applicable, add the following below the License Header, with the fields
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster enclosed by brackets [] replaced by your own identifying information:
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster "Portions Copyright [year] [name of copyright owner]"
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster Contributor(s):
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster If you wish your version of this file to be governed by only the CDDL or
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster only the GPL Version 2, indicate your decision by adding "[Contributor]
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster elects to include this software in this distribution under the [CDDL or GPL
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster Version 2] license." If you don't indicate a single choice of license, a
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster recipient has the option to distribute your version of this file under
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster either the CDDL, the GPL Version 2 or to extend the choice of license to
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster its licensees as provided above. However, if you add GPL Version 2 code
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster and therefore, elected the GPL Version 2 license, then the option applies
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster only if the new code is made subject to such option by the copyright
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan FosterThe empty MANIFEST.MF is needed because of the way we have configured maven-jar-plugin
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterand maven-bundle-plugin to interact with each other. We may be able to avoid it now,
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterbut that will require some effort. I have filed [1] and hopefully I will have some time
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Fosterto fix it in future.