src/share/jaxws_classes/com/oracle/xmlns/internal/webservices/jaxws_databinding/XmlWebEndpoint.java

changeset 374
72e03566f0a6
parent 368
0989ad8c0860
child 637
9c07ef4934dd
     1.1 --- a/src/share/jaxws_classes/com/oracle/xmlns/internal/webservices/jaxws_databinding/XmlWebEndpoint.java	Tue Apr 23 09:27:25 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/com/oracle/xmlns/internal/webservices/jaxws_databinding/XmlWebEndpoint.java	Tue Apr 23 18:33:20 2013 -0700
     1.3 @@ -1,42 +1,28 @@
     1.4  /*
     1.5 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6 + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.7 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9 - * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
    1.10 + * This code is free software; you can redistribute it and/or modify it
    1.11 + * under the terms of the GNU General Public License version 2 only, as
    1.12 + * published by the Free Software Foundation.  Oracle designates this
    1.13 + * particular file as subject to the "Classpath" exception as provided
    1.14 + * by Oracle in the LICENSE file that accompanied this code.
    1.15   *
    1.16 - * The contents of this file are subject to the terms of either the GNU
    1.17 - * General Public License Version 2 only ("GPL") or the Common Development
    1.18 - * and Distribution License("CDDL") (collectively, the "License").  You
    1.19 - * may not use this file except in compliance with the License.  You can
    1.20 - * obtain a copy of the License at
    1.21 - * http://glassfish.java.net/public/CDDL+GPL_1_1.html
    1.22 - * or packager/legal/LICENSE.txt.  See the License for the specific
    1.23 - * language governing permissions and limitations under the License.
    1.24 + * This code is distributed in the hope that it will be useful, but WITHOUT
    1.25 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.26 + * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.27 + * version 2 for more details (a copy is included in the LICENSE file that
    1.28 + * accompanied this code).
    1.29   *
    1.30 - * When distributing the software, include this License Header Notice in each
    1.31 - * file and include the License file at packager/legal/LICENSE.txt.
    1.32 + * You should have received a copy of the GNU General Public License version
    1.33 + * 2 along with this work; if not, write to the Free Software Foundation,
    1.34 + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.35   *
    1.36 - * GPL Classpath Exception:
    1.37 - * Oracle designates this particular file as subject to the "Classpath"
    1.38 - * exception as provided by Oracle in the GPL Version 2 section of the License
    1.39 - * file that accompanied this code.
    1.40 - *
    1.41 - * Modifications:
    1.42 - * If applicable, add the following below the License Header, with the fields
    1.43 - * enclosed by brackets [] replaced by your own identifying information:
    1.44 - * "Portions Copyright [year] [name of copyright owner]"
    1.45 - *
    1.46 - * Contributor(s):
    1.47 - * If you wish your version of this file to be governed by only the CDDL or
    1.48 - * only the GPL Version 2, indicate your decision by adding "[Contributor]
    1.49 - * elects to include this software in this distribution under the [CDDL or GPL
    1.50 - * Version 2] license."  If you don't indicate a single choice of license, a
    1.51 - * recipient has the option to distribute your version of this file under
    1.52 - * either the CDDL, the GPL Version 2 or to extend the choice of license to
    1.53 - * its licensees as provided above.  However, if you add GPL Version 2 code
    1.54 - * and therefore, elected the GPL Version 2 license, then the option applies
    1.55 - * only if the new code is made subject to such option by the copyright
    1.56 - * holder.
    1.57 + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.58 + * or visit www.oracle.com if you need additional information or have any
    1.59 + * questions.
    1.60   */
    1.61 +
    1.62  package com.oracle.xmlns.internal.webservices.jaxws_databinding;
    1.63  import javax.xml.bind.annotation.XmlAccessType;
    1.64  import javax.xml.bind.annotation.XmlAccessorType;

mercurial