Home | History | Annotate | Download | only in libcore
      1    =========================================================================
      2    ==  NOTICE file corresponding to the section 4 d of                    ==
      3    ==  the Apache License, Version 2.0,                                   ==
      4    ==  in this case for the Android-specific code.                        ==
      5    =========================================================================
      6 
      7 Android Code
      8 Copyright 2005-2008 The Android Open Source Project
      9 
     10 This product includes software developed as part of
     11 The Android Open Source Project (http://source.android.com).
     12 
     13    =========================================================================
     14    ==  NOTICE file corresponding to the section 4 d of                    ==
     15    ==  the Apache License, Version 2.0,                                   ==
     16    ==  in this case for the Apache Harmony distribution.                  ==
     17    =========================================================================
     18 
     19 Apache Harmony
     20 Copyright 2006 The Apache Software Foundation
     21 
     22 This product includes software developed at
     23 The Apache Software Foundation (http://www.apache.org/).
     24 
     25 Portions of Harmony were originally developed by
     26 Intel Corporation and are licensed to the Apache Software
     27 Foundation under the "Software Grant and Corporate Contribution
     28 License Agreement", informally known as the "Intel Harmony CLA".
     29 
     30 
     31    =========================================================================
     32    ==  NOTICE file for the ICU License.                                   ==
     33    =========================================================================
     34 
     35 Copyright (c) 1995-2009 International Business Machines Corporation and others
     36 
     37 All rights reserved.
     38 
     39 Permission is hereby granted, free of charge, to any person obtaining
     40 a copy of this software and associated documentation files (the
     41 "Software"), to deal in the Software without restriction, including
     42 without limitation the rights to use, copy, modify, merge, publish,
     43 distribute, and/or sell copies of the Software, and to permit persons
     44 to whom the Software is furnished to do so, provided that the above
     45 copyright notice(s) and this permission notice appear in all copies of
     46 the Software and that both the above copyright notice(s) and this
     47 permission notice appear in supporting documentation.
     48 
     49 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     50 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
     51 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
     52 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
     53 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
     54 SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
     55 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
     56 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
     57 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
     58 
     59 Except as contained in this notice, the name of a copyright holder
     60 shall not be used in advertising or otherwise to promote the sale, use
     61 or other dealings in this Software without prior written authorization
     62 of the copyright holder.
     63 
     64 All trademarks and registered trademarks mentioned herein are the
     65 property of their respective owners.
     66 
     67 
     68    =========================================================================
     69    ==  NOTICE file for the JUnit License.                                 ==
     70    =========================================================================
     71 
     72 Common Public License - v 1.0
     73 
     74 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON
     75 PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
     76 THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
     77 
     78 1. DEFINITIONS
     79 
     80 "Contribution" means:
     81 
     82       a) in the case of the initial Contributor, the initial code and
     83          documentation distributed under this Agreement, and
     84       b) in the case of each subsequent Contributor:
     85 
     86       i) changes to the Program, and
     87 
     88       ii) additions to the Program;
     89 
     90       where such changes and/or additions to the Program originate
     91       from and are distributed by that particular Contributor. A
     92       Contribution 'originates' from a Contributor if it was added to
     93       the Program by such Contributor itself or anyone acting on such
     94       Contributor's behalf. Contributions do not include additions to
     95       the Program which: (i) are separate modules of software
     96       distributed in conjunction with the Program under their own
     97       license agreement, and (ii) are not derivative works of the
     98       Program.
     99 
    100 "Contributor" means any person or entity that distributes the Program.
    101 
    102 "Licensed Patents " mean patent claims licensable by a Contributor
    103 which are necessarily infringed by the use or sale of its Contribution
    104 alone or when combined with the Program.
    105 
    106 "Program" means the Contributions distributed in accordance with this
    107 Agreement.
    108 
    109 "Recipient" means anyone who receives the Program under this
    110 Agreement, including all Contributors.
    111 
    112 2. GRANT OF RIGHTS
    113 
    114       a) Subject to the terms of this Agreement, each Contributor
    115       hereby grants Recipient a non-exclusive, worldwide, royalty-free
    116       copyright license to reproduce, prepare derivative works of,
    117       publicly display, publicly perform, distribute and sublicense
    118       the Contribution of such Contributor, if any, and such
    119       derivative works, in source code and object code form.
    120 
    121       b) Subject to the terms of this Agreement, each Contributor
    122       hereby grants Recipient a non-exclusive, worldwide, royalty-free
    123       patent license under Licensed Patents to make, use, sell, offer
    124       to sell, import and otherwise transfer the Contribution of such
    125       Contributor, if any, in source code and object code form. This
    126       patent license shall apply to the combination of the
    127       Contribution and the Program if, at the time the Contribution is
    128       added by the Contributor, such addition of the Contribution
    129       causes such combination to be covered by the Licensed Patents.
    130       The patent license shall not apply to any other combinations
    131       which include the Contribution. No hardware per se is licensed
    132       hereunder.
    133 
    134       c) Recipient understands that although each Contributor grants
    135       the licenses to its Contributions set forth herein, no
    136       assurances are provided by any Contributor that the Program does
    137       not infringe the patent or other intellectual property rights of
    138       any other entity. Each Contributor disclaims any liability to
    139       Recipient for claims brought by any other entity based on
    140       infringement of intellectual property rights or otherwise. As a
    141       condition to exercising the rights and licenses granted
    142       hereunder, each Recipient hereby assumes sole responsibility to
    143       secure any other intellectual property rights needed, if any.
    144       For example, if a third party patent license is required to
    145       allow Recipient to distribute the Program, it is Recipient's
    146       responsibility to acquire that license before distributing the
    147       Program.
    148 
    149       d) Each Contributor represents that to its knowledge it has
    150       sufficient copyright rights in its Contribution, if any, to
    151       grant the copyright license set forth in this Agreement.
    152 
    153 3. REQUIREMENTS
    154 
    155 A Contributor may choose to distribute the Program in object code form
    156 under its own license agreement, provided that:
    157 
    158       a) it complies with the terms and conditions of this Agreement; and
    159 
    160       b) its license agreement:
    161 
    162       i) effectively disclaims on behalf of all Contributors all
    163       warranties and conditions, express and implied, including
    164       warranties or conditions of title and non-infringement, and
    165       implied warranties or conditions of merchantability and fitness
    166       for a particular purpose;
    167 
    168       ii) effectively excludes on behalf of all Contributors all
    169       liability for damages, including direct, indirect, special,
    170       incidental and consequential damages, such as lost profits;
    171 
    172       iii) states that any provisions which differ from this Agreement
    173       are offered by that Contributor alone and not by any other
    174       party; and
    175 
    176       iv) states that source code for the Program is available from
    177       such Contributor, and informs licensees how to obtain it in a
    178       reasonable manner on or through a medium customarily used for
    179       software exchange.
    180 
    181 When the Program is made available in source code form:
    182 
    183       a) it must be made available under this Agreement; and 
    184 
    185       b) a copy of this Agreement must be included with each copy of
    186       the Program.
    187 
    188 Contributors may not remove or alter any copyright notices contained
    189 within the Program.
    190 
    191 Each Contributor must identify itself as the originator of its
    192 Contribution, if any, in a manner that reasonably allows subsequent
    193 Recipients to identify the originator of the Contribution.
    194 
    195 4. COMMERCIAL DISTRIBUTION
    196 
    197 Commercial distributors of software may accept certain
    198 responsibilities with respect to end users, business partners and the
    199 like. While this license is intended to facilitate the commercial use
    200 of the Program, the Contributor who includes the Program in a
    201 commercial product offering should do so in a manner which does not
    202 create potential liability for other Contributors. Therefore, if a
    203 Contributor includes the Program in a commercial product offering,
    204 such Contributor ("Commercial Contributor") hereby agrees to defend
    205 and indemnify every other Contributor ("Indemnified Contributor")
    206 against any losses, damages and costs (collectively "Losses") arising
    207 from claims, lawsuits and other legal actions brought by a third party
    208 against the Indemnified Contributor to the extent caused by the acts
    209 or omissions of such Commercial Contributor in connection with its
    210 distribution of the Program in a commercial product offering. The
    211 obligations in this section do not apply to any claims or Losses
    212 relating to any actual or alleged intellectual property infringement.
    213 In order to qualify, an Indemnified Contributor must: a) promptly
    214 notify the Commercial Contributor in writing of such claim, and b)
    215 allow the Commercial Contributor to control, and cooperate with the
    216 Commercial Contributor in, the defense and any related settlement
    217 negotiations. The Indemnified Contributor may participate in any such
    218 claim at its own expense.
    219 
    220 For example, a Contributor might include the Program in a commercial
    221 product offering, Product X. That Contributor is then a Commercial
    222 Contributor. If that Commercial Contributor then makes performance
    223 claims, or offers warranties related to Product X, those performance
    224 claims and warranties are such Commercial Contributor's responsibility
    225 alone. Under this section, the Commercial Contributor would have to
    226 defend claims against the other Contributors related to those
    227 performance claims and warranties, and if a court requires any other
    228 Contributor to pay any damages as a result, the Commercial Contributor
    229 must pay those damages.
    230 
    231 5. NO WARRANTY
    232 
    233 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
    234 PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    235 KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
    236 WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
    237 OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
    238 responsible for determining the appropriateness of using and
    239 distributing the Program and assumes all risks associated with its
    240 exercise of rights under this Agreement, including but not limited to
    241 the risks and costs of program errors, compliance with applicable
    242 laws, damage to or loss of data, programs or equipment, and
    243 unavailability or interruption of operations.
    244 
    245 6. DISCLAIMER OF LIABILITY
    246 
    247 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
    248 ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
    249 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
    250 WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
    251 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    252 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
    253 DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
    254 HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
    255 
    256 7. GENERAL
    257 
    258 If any provision of this Agreement is invalid or unenforceable under
    259 applicable law, it shall not affect the validity or enforceability of
    260 the remainder of the terms of this Agreement, and without further
    261 action by the parties hereto, such provision shall be reformed to the
    262 minimum extent necessary to make such provision valid and enforceable.
    263 
    264 If Recipient institutes patent litigation against a Contributor with
    265 respect to a patent applicable to software (including a cross-claim or
    266 counterclaim in a lawsuit), then any patent licenses granted by that
    267 Contributor to such Recipient under this Agreement shall terminate as
    268 of the date such litigation is filed. In addition, if Recipient
    269 institutes patent litigation against any entity (including a
    270 cross-claim or counterclaim in a lawsuit) alleging that the Program
    271 itself (excluding combinations of the Program with other software or
    272 hardware) infringes such Recipient's patent(s), then such Recipient's
    273 rights granted under Section 2(b) shall terminate as of the date such
    274 litigation is filed.
    275 
    276 All Recipient's rights under this Agreement shall terminate if it
    277 fails to comply with any of the material terms or conditions of this
    278 Agreement and does not cure such failure in a reasonable period of
    279 time after becoming aware of such noncompliance. If all Recipient's
    280 rights under this Agreement terminate, Recipient agrees to cease use
    281 and distribution of the Program as soon as reasonably practicable.
    282 However, Recipient's obligations under this Agreement and any licenses
    283 granted by Recipient relating to the Program shall continue and
    284 survive.
    285 
    286 Everyone is permitted to copy and distribute copies of this Agreement,
    287 but in order to avoid inconsistency the Agreement is copyrighted and
    288 may only be modified in the following manner. The Agreement Steward
    289 reserves the right to publish new versions (including revisions) of
    290 this Agreement from time to time. No one other than the Agreement
    291 Steward has the right to modify this Agreement. IBM is the initial
    292 Agreement Steward. IBM may assign the responsibility to serve as the
    293 Agreement Steward to a suitable separate entity. Each new version of
    294 the Agreement will be given a distinguishing version number. The
    295 Program (including Contributions) may always be distributed subject to
    296 the version of the Agreement under which it was received. In addition,
    297 after a new version of the Agreement is published, Contributor may
    298 elect to distribute the Program (including its Contributions) under
    299 the new version. Except as expressly stated in Sections 2(a) and 2(b)
    300 above, Recipient receives no rights or licenses to the intellectual
    301 property of any Contributor under this Agreement, whether expressly,
    302 by implication, estoppel or otherwise. All rights in the Program not
    303 expressly granted under this Agreement are reserved.
    304 
    305 This Agreement is governed by the laws of the State of New York and
    306 the intellectual property laws of the United States of America. No
    307 party to this Agreement will bring a legal action under this Agreement
    308 more than one year after the cause of action arose. Each party waives
    309 its rights to a jury trial in any resulting litigation.
    310 
    311 
    312    =========================================================================
    313    ==  NOTICE file for the KXML License.                                  ==
    314    =========================================================================
    315 
    316 Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany
    317 
    318 Permission is hereby granted, free of charge, to any person obtaining
    319 a copy of this software and associated documentation files (the
    320 "Software"), to deal in the Software without restriction, including
    321 without limitation the rights to use, copy, modify, merge, publish,
    322 distribute, sublicense, and/or sell copies of the Software, and to
    323 permit persons to whom the Software is furnished to do so, subject to
    324 the following conditions:
    325 
    326 The above copyright notice and this permission notice shall be
    327 included in all copies or substantial portions of the Software.
    328 
    329 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    330 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    331 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    332 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    333 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    334 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    335 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    336 
    337 
    338    =========================================================================
    339    ==  NOTICE file for the SQLite Java Wrapper License.                   ==
    340    =========================================================================
    341 
    342 This software is copyrighted by Christian Werner <chw (a] ch-werner.de>
    343 and others. The following terms apply to all files associated with the
    344 software unless explicitly disclaimed in individual files.
    345 
    346 The authors hereby grant permission to use, copy, modify, distribute,
    347 and license this software and its documentation for any purpose, provided
    348 that existing copyright notices are retained in all copies and that this
    349 notice is included verbatim in any distributions. No written agreement,
    350 license, or royalty fee is required for any of the authorized uses.
    351 Modifications to this software may be copyrighted by their authors
    352 and need not follow the licensing terms described here, provided that
    353 the new terms are clearly indicated on the first page of each file where
    354 they apply.
    355 
    356 IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
    357 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
    358 ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
    359 DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
    360 POSSIBILITY OF SUCH DAMAGE.
    361 
    362 THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
    363 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
    364 FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
    365 IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
    366 NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
    367 MODIFICATIONS.
    368 
    369 
    370    =========================================================================
    371    ==  NOTICE file for the W3C License.                                   ==
    372    =========================================================================
    373 
    374 Copyright (c) 2000 World Wide Web Consortium, (Massachusetts Institute
    375 of Technology, Institut National de Recherche en Informatique et en
    376 Automatique, Keio University). All Rights Reserved. This program is
    377 distributed under the W3C's Software Intellectual Property License.
    378 This program is distributed in the hope that it will be useful, but
    379 WITHOUT ANY WARRANTY; without even the implied warranty of
    380 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    381 
    382 See W3C License http://www.w3.org/Consortium/Legal/ for more details.
    383