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