json/src/main/java/org/apidesign/html/json/spi/package.html
author Jaroslav Tulach <jaroslav.tulach@netbeans.org>
Fri, 07 Feb 2014 07:44:34 +0100
changeset 551 7ca2253fa86d
parent 417 5e69676597a7
permissions -rw-r--r--
Updating copyright headers to mention current year
jaroslav@416
     1
<!--
jaroslav@416
     2
jaroslav@417
     3
    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jaroslav@416
     4
jaroslav@551
     5
    Copyright 2013-2014 Oracle and/or its affiliates. All rights reserved.
jaroslav@416
     6
jaroslav@417
     7
    Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jaroslav@417
     8
    Other names may be trademarks of their respective owners.
jaroslav@416
     9
jaroslav@417
    10
    The contents of this file are subject to the terms of either the GNU
jaroslav@417
    11
    General Public License Version 2 only ("GPL") or the Common
jaroslav@417
    12
    Development and Distribution License("CDDL") (collectively, the
jaroslav@417
    13
    "License"). You may not use this file except in compliance with the
jaroslav@417
    14
    License. You can obtain a copy of the License at
jaroslav@417
    15
    http://www.netbeans.org/cddl-gplv2.html
jaroslav@417
    16
    or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
jaroslav@417
    17
    specific language governing permissions and limitations under the
jaroslav@417
    18
    License.  When distributing the software, include this License Header
jaroslav@417
    19
    Notice in each file and include the License file at
jaroslav@417
    20
    nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
jaroslav@417
    21
    particular file as subject to the "Classpath" exception as provided
jaroslav@417
    22
    by Oracle in the GPL Version 2 section of the License file that
jaroslav@417
    23
    accompanied this code. If applicable, add the following below the
jaroslav@417
    24
    License Header, with the fields enclosed by brackets [] replaced by
jaroslav@417
    25
    your own identifying information:
jaroslav@417
    26
    "Portions Copyrighted [year] [name of copyright owner]"
jaroslav@416
    27
jaroslav@417
    28
    Contributor(s):
jaroslav@416
    29
jaroslav@417
    30
    The Original Software is NetBeans. The Initial Developer of the Original
jaroslav@551
    31
    Software is Oracle. Portions Copyright 2013-2014 Oracle. All Rights Reserved.
jaroslav@417
    32
jaroslav@417
    33
    If you wish your version of this file to be governed by only the CDDL
jaroslav@417
    34
    or only the GPL Version 2, indicate your decision by adding
jaroslav@417
    35
    "[Contributor] elects to include this software in this distribution
jaroslav@417
    36
    under the [CDDL or GPL Version 2] license." If you do not indicate a
jaroslav@417
    37
    single choice of license, a recipient has the option to distribute
jaroslav@417
    38
    your version of this file under either the CDDL, the GPL Version 2 or
jaroslav@417
    39
    to extend the choice of license to its licensees as provided above.
jaroslav@417
    40
    However, if you add GPL Version 2 code and therefore, elected the GPL
jaroslav@417
    41
    Version 2 license, then the option applies only if the new code is
jaroslav@417
    42
    made subject to such option by the copyright holder.
jaroslav@417
    43
jaroslav@416
    44
-->
jaroslav@416
    45
<html>
jaroslav@416
    46
    <body>
jaroslav@416
    47
        <div>Service Provider Interfaces for those who wish to integrate own
jaroslav@416
    48
            <a href="Technology.html">technology</a> with the HTML for Java API.
jaroslav@416
    49
        </div>
jaroslav@416
    50
    </body>
jaroslav@416
    51
</html>