components/ant/ant.license
author Jiri Kukacka <jiri.kukacka@oracle.com>
Thu, 01 Jan 2015 10:27:03 -0800
changeset 3867 e12ff6f7add3
parent 1205 6c6c27bcf9ac
child 5231 80970776a9bd
permissions -rw-r--r--
20294533 Update Ant to 1.9.4 release 19925502 "gmake test" failures for ant
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3867
e12ff6f7add3 20294533 Update Ant to 1.9.4 release
Jiri Kukacka <jiri.kukacka@oracle.com>
parents: 1205
diff changeset
     1
Apache Ant
e12ff6f7add3 20294533 Update Ant to 1.9.4 release
Jiri Kukacka <jiri.kukacka@oracle.com>
parents: 1205
diff changeset
     2
Copyright 1999-2014 The Apache Software Foundation
819
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
     3
3867
e12ff6f7add3 20294533 Update Ant to 1.9.4 release
Jiri Kukacka <jiri.kukacka@oracle.com>
parents: 1205
diff changeset
     4
This product includes software developed at
e12ff6f7add3 20294533 Update Ant to 1.9.4 release
Jiri Kukacka <jiri.kukacka@oracle.com>
parents: 1205
diff changeset
     5
The Apache Software Foundation (http://www.apache.org/).
819
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
     6
3867
e12ff6f7add3 20294533 Update Ant to 1.9.4 release
Jiri Kukacka <jiri.kukacka@oracle.com>
parents: 1205
diff changeset
     7
The <sync> task is based on code Copyright (c) 2002, Landmark
e12ff6f7add3 20294533 Update Ant to 1.9.4 release
Jiri Kukacka <jiri.kukacka@oracle.com>
parents: 1205
diff changeset
     8
Graphics Corp that has been kindly donated to the Apache Software
e12ff6f7add3 20294533 Update Ant to 1.9.4 release
Jiri Kukacka <jiri.kukacka@oracle.com>
parents: 1205
diff changeset
     9
Foundation.
819
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    10
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    11
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    12
The following applies to all products licensed under the Apache 2.0 License:
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    13
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    14
You may not use the identified files except in compliance with the Apache License, Version 2.0 (the "License.")
3867
e12ff6f7add3 20294533 Update Ant to 1.9.4 release
Jiri Kukacka <jiri.kukacka@oracle.com>
parents: 1205
diff changeset
    15
819
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    16
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.  A copy of the license is also reproduced below.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    17
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    18
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    19
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    20
See the License for the specific language governing permissions and limitations under the License.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    21
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
    22
3867
e12ff6f7add3 20294533 Update Ant to 1.9.4 release
Jiri Kukacka <jiri.kukacka@oracle.com>
parents: 1205
diff changeset
    23
/*
e12ff6f7add3 20294533 Update Ant to 1.9.4 release
Jiri Kukacka <jiri.kukacka@oracle.com>
parents: 1205
diff changeset
    24
 *                                 Apache License
116
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    25
 *                           Version 2.0, January 2004
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    26
 *                        http://www.apache.org/licenses/
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    27
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    28
 *   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    29
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    30
 *   1. Definitions.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    31
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    32
 *      "License" shall mean the terms and conditions for use, reproduction,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    33
 *      and distribution as defined by Sections 1 through 9 of this document.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    34
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    35
 *      "Licensor" shall mean the copyright owner or entity authorized by
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    36
 *      the copyright owner that is granting the License.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    37
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    38
 *      "Legal Entity" shall mean the union of the acting entity and all
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    39
 *      other entities that control, are controlled by, or are under common
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    40
 *      control with that entity. For the purposes of this definition,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    41
 *      "control" means (i) the power, direct or indirect, to cause the
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    42
 *      direction or management of such entity, whether by contract or
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    43
 *      otherwise, or (ii) ownership of fifty percent (50%) or more of the
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    44
 *      outstanding shares, or (iii) beneficial ownership of such entity.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    45
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    46
 *      "You" (or "Your") shall mean an individual or Legal Entity
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    47
 *      exercising permissions granted by this License.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    48
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    49
 *      "Source" form shall mean the preferred form for making modifications,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    50
 *      including but not limited to software source code, documentation
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    51
 *      source, and configuration files.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    52
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    53
 *      "Object" form shall mean any form resulting from mechanical
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    54
 *      transformation or translation of a Source form, including but
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    55
 *      not limited to compiled object code, generated documentation,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    56
 *      and conversions to other media types.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    57
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    58
 *      "Work" shall mean the work of authorship, whether in Source or
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    59
 *      Object form, made available under the License, as indicated by a
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    60
 *      copyright notice that is included in or attached to the work
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    61
 *      (an example is provided in the Appendix below).
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    62
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    63
 *      "Derivative Works" shall mean any work, whether in Source or Object
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    64
 *      form, that is based on (or derived from) the Work and for which the
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    65
 *      editorial revisions, annotations, elaborations, or other modifications
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    66
 *      represent, as a whole, an original work of authorship. For the purposes
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    67
 *      of this License, Derivative Works shall not include works that remain
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    68
 *      separable from, or merely link (or bind by name) to the interfaces of,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    69
 *      the Work and Derivative Works thereof.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    70
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    71
 *      "Contribution" shall mean any work of authorship, including
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    72
 *      the original version of the Work and any modifications or additions
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    73
 *      to that Work or Derivative Works thereof, that is intentionally
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    74
 *      submitted to Licensor for inclusion in the Work by the copyright owner
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    75
 *      or by an individual or Legal Entity authorized to submit on behalf of
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    76
 *      the copyright owner. For the purposes of this definition, "submitted"
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    77
 *      means any form of electronic, verbal, or written communication sent
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    78
 *      to the Licensor or its representatives, including but not limited to
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    79
 *      communication on electronic mailing lists, source code control systems,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    80
 *      and issue tracking systems that are managed by, or on behalf of, the
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    81
 *      Licensor for the purpose of discussing and improving the Work, but
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    82
 *      excluding communication that is conspicuously marked or otherwise
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    83
 *      designated in writing by the copyright owner as "Not a Contribution."
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    84
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    85
 *      "Contributor" shall mean Licensor and any individual or Legal Entity
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    86
 *      on behalf of whom a Contribution has been received by Licensor and
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    87
 *      subsequently incorporated within the Work.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    88
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    89
 *   2. Grant of Copyright License. Subject to the terms and conditions of
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    90
 *      this License, each Contributor hereby grants to You a perpetual,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    91
 *      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    92
 *      copyright license to reproduce, prepare Derivative Works of,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    93
 *      publicly display, publicly perform, sublicense, and distribute the
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    94
 *      Work and such Derivative Works in Source or Object form.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    95
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    96
 *   3. Grant of Patent License. Subject to the terms and conditions of
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    97
 *      this License, each Contributor hereby grants to You a perpetual,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    98
 *      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
    99
 *      (except as stated in this section) patent license to make, have made,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   100
 *      use, offer to sell, sell, import, and otherwise transfer the Work,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   101
 *      where such license applies only to those patent claims licensable
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   102
 *      by such Contributor that are necessarily infringed by their
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   103
 *      Contribution(s) alone or by combination of their Contribution(s)
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   104
 *      with the Work to which such Contribution(s) was submitted. If You
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   105
 *      institute patent litigation against any entity (including a
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   106
 *      cross-claim or counterclaim in a lawsuit) alleging that the Work
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   107
 *      or a Contribution incorporated within the Work constitutes direct
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   108
 *      or contributory patent infringement, then any patent licenses
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   109
 *      granted to You under this License for that Work shall terminate
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   110
 *      as of the date such litigation is filed.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   111
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   112
 *   4. Redistribution. You may reproduce and distribute copies of the
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   113
 *      Work or Derivative Works thereof in any medium, with or without
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   114
 *      modifications, and in Source or Object form, provided that You
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   115
 *      meet the following conditions:
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   116
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   117
 *      (a) You must give any other recipients of the Work or
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   118
 *          Derivative Works a copy of this License; and
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   119
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   120
 *      (b) You must cause any modified files to carry prominent notices
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   121
 *          stating that You changed the files; and
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   122
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   123
 *      (c) You must retain, in the Source form of any Derivative Works
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   124
 *          that You distribute, all copyright, patent, trademark, and
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   125
 *          attribution notices from the Source form of the Work,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   126
 *          excluding those notices that do not pertain to any part of
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   127
 *          the Derivative Works; and
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   128
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   129
 *      (d) If the Work includes a "NOTICE" text file as part of its
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   130
 *          distribution, then any Derivative Works that You distribute must
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   131
 *          include a readable copy of the attribution notices contained
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   132
 *          within such NOTICE file, excluding those notices that do not
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   133
 *          pertain to any part of the Derivative Works, in at least one
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   134
 *          of the following places: within a NOTICE text file distributed
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   135
 *          as part of the Derivative Works; within the Source form or
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   136
 *          documentation, if provided along with the Derivative Works; or,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   137
 *          within a display generated by the Derivative Works, if and
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   138
 *          wherever such third-party notices normally appear. The contents
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   139
 *          of the NOTICE file are for informational purposes only and
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   140
 *          do not modify the License. You may add Your own attribution
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   141
 *          notices within Derivative Works that You distribute, alongside
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   142
 *          or as an addendum to the NOTICE text from the Work, provided
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   143
 *          that such additional attribution notices cannot be construed
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   144
 *          as modifying the License.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   145
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   146
 *      You may add Your own copyright statement to Your modifications and
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   147
 *      may provide additional or different license terms and conditions
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   148
 *      for use, reproduction, or distribution of Your modifications, or
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   149
 *      for any such Derivative Works as a whole, provided Your use,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   150
 *      reproduction, and distribution of the Work otherwise complies with
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   151
 *      the conditions stated in this License.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   152
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   153
 *   5. Submission of Contributions. Unless You explicitly state otherwise,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   154
 *      any Contribution intentionally submitted for inclusion in the Work
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   155
 *      by You to the Licensor shall be under the terms and conditions of
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   156
 *      this License, without any additional terms or conditions.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   157
 *      Notwithstanding the above, nothing herein shall supersede or modify
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   158
 *      the terms of any separate license agreement you may have executed
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   159
 *      with Licensor regarding such Contributions.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   160
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   161
 *   6. Trademarks. This License does not grant permission to use the trade
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   162
 *      names, trademarks, service marks, or product names of the Licensor,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   163
 *      except as required for reasonable and customary use in describing the
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   164
 *      origin of the Work and reproducing the content of the NOTICE file.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   165
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   166
 *   7. Disclaimer of Warranty. Unless required by applicable law or
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   167
 *      agreed to in writing, Licensor provides the Work (and each
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   168
 *      Contributor provides its Contributions) on an "AS IS" BASIS,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   169
 *      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   170
 *      implied, including, without limitation, any warranties or conditions
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   171
 *      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   172
 *      PARTICULAR PURPOSE. You are solely responsible for determining the
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   173
 *      appropriateness of using or redistributing the Work and assume any
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   174
 *      risks associated with Your exercise of permissions under this License.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   175
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   176
 *   8. Limitation of Liability. In no event and under no legal theory,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   177
 *      whether in tort (including negligence), contract, or otherwise,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   178
 *      unless required by applicable law (such as deliberate and grossly
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   179
 *      negligent acts) or agreed to in writing, shall any Contributor be
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   180
 *      liable to You for damages, including any direct, indirect, special,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   181
 *      incidental, or consequential damages of any character arising as a
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   182
 *      result of this License or out of the use or inability to use the
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   183
 *      Work (including but not limited to damages for loss of goodwill,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   184
 *      work stoppage, computer failure or malfunction, or any and all
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   185
 *      other commercial damages or losses), even if such Contributor
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   186
 *      has been advised of the possibility of such damages.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   187
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   188
 *   9. Accepting Warranty or Additional Liability. While redistributing
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   189
 *      the Work or Derivative Works thereof, You may choose to offer,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   190
 *      and charge a fee for, acceptance of support, warranty, indemnity,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   191
 *      or other liability obligations and/or rights consistent with this
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   192
 *      License. However, in accepting such obligations, You may act only
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   193
 *      on Your own behalf and on Your sole responsibility, not on behalf
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   194
 *      of any other Contributor, and only if You agree to indemnify,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   195
 *      defend, and hold each Contributor harmless for any liability
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   196
 *      incurred by, or claims asserted against, such Contributor by reason
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   197
 *      of your accepting any such warranty or additional liability.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   198
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   199
 *   END OF TERMS AND CONDITIONS
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   200
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   201
 *   APPENDIX: How to apply the Apache License to your work.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   202
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   203
 *      To apply the Apache License to your work, attach the following
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   204
 *      boilerplate notice, with the fields enclosed by brackets "[]"
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   205
 *      replaced with your own identifying information. (Don't include
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   206
 *      the brackets!)  The text should be enclosed in the appropriate
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   207
 *      comment syntax for the file format. We also recommend that a
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   208
 *      file or class name and description of purpose be included on the
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   209
 *      same "printed page" as the copyright notice for easier
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   210
 *      identification within third-party archives.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   211
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   212
 *   Copyright [yyyy] [name of copyright owner]
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   213
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   214
 *   Licensed under the Apache License, Version 2.0 (the "License");
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   215
 *   you may not use this file except in compliance with the License.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   216
 *   You may obtain a copy of the License at
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   217
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   218
 *       http://www.apache.org/licenses/LICENSE-2.0
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   219
 *
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   220
 *   Unless required by applicable law or agreed to in writing, software
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   221
 *   distributed under the License is distributed on an "AS IS" BASIS,
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   222
 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   223
 *   See the License for the specific language governing permissions and
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   224
 *   limitations under the License.
ae6a90899b42 7022452 move ant to userland
Petr Sumbera <petr.sumbera@oracle.com>
parents:
diff changeset
   225
 */
819
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   226
3867
e12ff6f7add3 20294533 Update Ant to 1.9.4 release
Jiri Kukacka <jiri.kukacka@oracle.com>
parents: 1205
diff changeset
   227
W3C® SOFTWARE NOTICE AND LICENSE
819
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   228
http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   229
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   230
This work (and included software, documentation such as READMEs, or other
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   231
related items) is being provided by the copyright holders under the following
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   232
license. By obtaining, using and/or copying this work, you (the licensee) agree
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   233
that you have read, understood, and will comply with the following terms and
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   234
conditions.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   235
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   236
Permission to copy, modify, and distribute this software and its documentation,
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   237
with or without modification, for any purpose and without fee or royalty is
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   238
hereby granted, provided that you include the following on ALL copies of the
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   239
software and documentation or portions thereof, including modifications:
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   240
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   241
  1. The full text of this NOTICE in a location viewable to users of the
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   242
     redistributed or derivative work. 
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   243
  2. Any pre-existing intellectual property disclaimers, notices, or terms
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   244
     and conditions. If none exist, the W3C Software Short Notice should be
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   245
     included (hypertext is preferred, text is permitted) within the body
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   246
     of any redistributed or derivative code.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   247
  3. Notice of any changes or modifications to the files, including the date
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   248
     changes were made. (We recommend you provide URIs to the location from
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   249
     which the code is derived.)
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   250
     
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   251
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   252
NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   253
TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   254
THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   255
PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   256
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   257
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   258
CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   259
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   260
The name and trademarks of copyright holders may NOT be used in advertising or
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   261
publicity pertaining to the software without specific, written prior permission.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   262
Title to copyright in this software and any associated documentation will at
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   263
all times remain with copyright holders.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   264
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   265
____________________________________
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   266
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   267
This formulation of W3C's notice and license became active on December 31 2002.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   268
This version removes the copyright ownership notice such that this license can
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   269
be used with materials other than those owned by the W3C, reflects that ERCIM
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   270
is now a host of the W3C, includes references to this specific dated version of
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   271
the license, and removes the ambiguous grant of "use". Otherwise, this version
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   272
is the same as the previous version and is written so as to preserve the Free
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   273
Software Foundation's assessment of GPL compatibility and OSI's certification
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   274
under the Open Source Definition. Please see our Copyright FAQ for common
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   275
questions about using materials from our site, including specific terms and
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   276
conditions for packages like libwww, Amaya, and Jigsaw. Other questions about
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   277
this notice can be directed to [email protected].
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   278
 
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   279
Joseph Reagle <[email protected]> 
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   280
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   281
This license came from: http://www.megginson.com/SAX/copying.html
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   282
  However please note future versions of SAX may be covered 
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   283
  under http://saxproject.org/?selected=pd
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   284
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   285
SAX2 is Free!
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   286
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   287
I hereby abandon any property rights to SAX 2.0 (the Simple API for
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   288
XML), and release all of the SAX 2.0 source code, compiled code, and
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   289
documentation contained in this distribution into the Public Domain.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   290
SAX comes with NO WARRANTY or guarantee of fitness for any
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   291
purpose.
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   292
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   293
David Megginson, [email protected]
f1e5d0cd3bfe 7132458 ant needs TPNO and license file modifications
Lukas Rovensky <Lukas.Rovensky@oracle.com>
parents: 116
diff changeset
   294
2000-05-05