components/junit/junit.license
author Drew Fisher <drew.fisher@oracle.com>
Fri, 27 Jun 2014 10:51:53 -0600
changeset 1978 e9a8064da9fd
parent 1205 6c6c27bcf9ac
child 2036 3bb5e6819aea
permissions -rw-r--r--
19073547 editing built-in flavors fails with name too long
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
     1
JUnit
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
     2
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     3
Common Public License - v 1.0
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     4
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     5
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     6
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     7
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     8
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     9
1. DEFINITIONS
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    10
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    11
"Contribution" means:
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    12
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    13
      a) in the case of the initial Contributor, the initial code and
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    14
         documentation distributed under this Agreement, and
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    15
      b) in the case of each subsequent Contributor:
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    16
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    17
      i) changes to the Program, and
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    18
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    19
      ii) additions to the Program;
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    20
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    21
      where such changes and/or additions to the Program originate from and are
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    22
distributed by that particular Contributor. A Contribution 'originates' from a
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    23
Contributor if it was added to the Program by such Contributor itself or anyone
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    24
acting on such Contributor's behalf. Contributions do not include additions to
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    25
the Program which: (i) are separate modules of software distributed in
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    26
conjunction with the Program under their own license agreement, and (ii) are
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    27
not derivative works of the Program. 
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    28
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    29
"Contributor" means any person or entity that distributes the Program.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    30
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    31
"Licensed Patents " mean patent claims licensable by a Contributor which are
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    32
necessarily infringed by the use or sale of its Contribution alone or when
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    33
combined with the Program.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    34
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    35
"Program" means the Contributions distributed in accordance with this Agreement.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    36
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    37
"Recipient" means anyone who receives the Program under this Agreement,
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    38
including all Contributors.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    39
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    40
2. GRANT OF RIGHTS
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    41
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    42
      a) Subject to the terms of this Agreement, each Contributor hereby grants
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    43
Recipient a non-exclusive, worldwide, royalty-free copyright license to
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    44
reproduce, prepare derivative works of, publicly display, publicly perform,
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    45
distribute and sublicense the Contribution of such Contributor, if any, and
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    46
such derivative works, in source code and object code form.
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    47
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    48
      b) Subject to the terms of this Agreement, each Contributor hereby grants
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    49
Recipient a non-exclusive, worldwide, royalty-free patent license under
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    50
Licensed Patents to make, use, sell, offer to sell, import and otherwise
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    51
transfer the Contribution of such Contributor, if any, in source code and
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    52
object code form. This patent license shall apply to the combination of the
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    53
Contribution and the Program if, at the time the Contribution is added by the
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    54
Contributor, such addition of the Contribution causes such combination to be
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    55
covered by the Licensed Patents. The patent license shall not apply to any
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    56
other combinations which include the Contribution. No hardware per se is
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    57
licensed hereunder. 
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    58
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    59
      c) Recipient understands that although each Contributor grants the
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    60
licenses to its Contributions set forth herein, no assurances are provided by
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    61
any Contributor that the Program does not infringe the patent or other
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    62
intellectual property rights of any other entity. Each Contributor disclaims
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    63
any liability to Recipient for claims brought by any other entity based on
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    64
infringement of intellectual property rights or otherwise. As a condition to
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    65
exercising the rights and licenses granted hereunder, each Recipient hereby
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    66
assumes sole responsibility to secure any other intellectual property rights
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    67
needed, if any. For example, if a third party patent license is required to
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    68
allow Recipient to distribute the Program, it is Recipient's responsibility to
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    69
acquire that license before distributing the Program.
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    70
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    71
      d) Each Contributor represents that to its knowledge it has sufficient
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    72
copyright rights in its Contribution, if any, to grant the copyright license
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    73
set forth in this Agreement. 
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    74
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    75
3. REQUIREMENTS
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    76
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    77
A Contributor may choose to distribute the Program in object code form under
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    78
its own license agreement, provided that:
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    79
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    80
      a) it complies with the terms and conditions of this Agreement; and
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    81
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    82
      b) its license agreement:
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    83
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    84
      i) effectively disclaims on behalf of all Contributors all warranties and
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    85
conditions, express and implied, including warranties or conditions of title
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    86
and non-infringement, and implied warranties or conditions of merchantability
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    87
and fitness for a particular purpose; 
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    88
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    89
      ii) effectively excludes on behalf of all Contributors all liability for
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    90
damages, including direct, indirect, special, incidental and consequential
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    91
damages, such as lost profits; 
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    92
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    93
      iii) states that any provisions which differ from this Agreement are
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    94
offered by that Contributor alone and not by any other party; and
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    95
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    96
      iv) states that source code for the Program is available from such
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    97
Contributor, and informs licensees how to obtain it in a reasonable manner on
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
    98
or through a medium customarily used for software exchange. 
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    99
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   100
When the Program is made available in source code form:
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   101
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   102
      a) it must be made available under this Agreement; and 
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   103
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   104
      b) a copy of this Agreement must be included with each copy of the
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   105
Program. 
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   106
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   107
Contributors may not remove or alter any copyright notices contained within the
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   108
Program.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   109
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   110
Each Contributor must identify itself as the originator of its Contribution, if
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   111
any, in a manner that reasonably allows subsequent Recipients to identify the
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   112
originator of the Contribution.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   113
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   114
4. COMMERCIAL DISTRIBUTION
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   115
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   116
Commercial distributors of software may accept certain responsibilities with
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   117
respect to end users, business partners and the like. While this license is
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   118
intended to facilitate the commercial use of the Program, the Contributor who
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   119
includes the Program in a commercial product offering should do so in a manner
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   120
which does not create potential liability for other Contributors. Therefore, if
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   121
a Contributor includes the Program in a commercial product offering, such
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   122
Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   123
every other Contributor ("Indemnified Contributor") against any losses, damages
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   124
and costs (collectively "Losses") arising from claims, lawsuits and other legal
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   125
actions brought by a third party against the Indemnified Contributor to the
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   126
extent caused by the acts or omissions of such Commercial Contributor in
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   127
connection with its distribution of the Program in a commercial product
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   128
offering. The obligations in this section do not apply to any claims or Losses
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   129
relating to any actual or alleged intellectual property infringement. In order
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   130
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   131
Contributor in writing of such claim, and b) allow the Commercial Contributor
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   132
to control, and cooperate with the Commercial Contributor in, the defense and
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   133
any related settlement negotiations. The Indemnified Contributor may
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   134
participate in any such claim at its own expense.
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   135
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   136
For example, a Contributor might include the Program in a commercial product
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   137
offering, Product X. That Contributor is then a Commercial Contributor. If that
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   138
Commercial Contributor then makes performance claims, or offers warranties
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   139
related to Product X, those performance claims and warranties are such
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   140
Commercial Contributor's responsibility alone. Under this section, the
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   141
Commercial Contributor would have to defend claims against the other
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   142
Contributors related to those performance claims and warranties, and if a court
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   143
requires any other Contributor to pay any damages as a result, the Commercial
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   144
Contributor must pay those damages.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   145
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   146
5. NO WARRANTY
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   147
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   148
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   149
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   150
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   151
NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   152
Recipient is solely responsible for determining the appropriateness of using
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   153
and distributing the Program and assumes all risks associated with its exercise
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   154
of rights under this Agreement, including but not limited to the risks and
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   155
costs of program errors, compliance with applicable laws, damage to or loss of
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   156
data, programs or equipment, and unavailability or interruption of operations.
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   157
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   158
6. DISCLAIMER OF LIABILITY
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   159
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   160
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   161
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   162
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   163
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   164
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   165
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   166
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   167
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   168
7. GENERAL
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   169
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   170
If any provision of this Agreement is invalid or unenforceable under applicable
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   171
law, it shall not affect the validity or enforceability of the remainder of the
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   172
terms of this Agreement, and without further action by the parties hereto, such
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   173
provision shall be reformed to the minimum extent necessary to make such
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   174
provision valid and enforceable.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   175
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   176
If Recipient institutes patent litigation against a Contributor with respect to
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   177
a patent applicable to software (including a cross-claim or counterclaim in a
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   178
lawsuit), then any patent licenses granted by that Contributor to such
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   179
Recipient under this Agreement shall terminate as of the date such litigation
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   180
is filed. In addition, if Recipient institutes patent litigation against any
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   181
entity (including a cross-claim or counterclaim in a lawsuit) alleging that the
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   182
Program itself (excluding combinations of the Program with other software or
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   183
hardware) infringes such Recipient's patent(s), then such Recipient's rights
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   184
granted under Section 2(b) shall terminate as of the date such litigation is
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   185
filed.
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   186
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   187
All Recipient's rights under this Agreement shall terminate if it fails to
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   188
comply with any of the material terms or conditions of this Agreement and does
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   189
not cure such failure in a reasonable period of time after becoming aware of
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   190
such noncompliance. If all Recipient's rights under this Agreement terminate,
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   191
Recipient agrees to cease use and distribution of the Program as soon as
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   192
reasonably practicable. However, Recipient's obligations under this Agreement
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   193
and any licenses granted by Recipient relating to the Program shall continue
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   194
and survive.
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   195
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   196
Everyone is permitted to copy and distribute copies of this Agreement, but in
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   197
order to avoid inconsistency the Agreement is copyrighted and may only be
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   198
modified in the following manner. The Agreement Steward reserves the right to
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   199
publish new versions (including revisions) of this Agreement from time to time.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   200
No one other than the Agreement Steward has the right to modify this Agreement.
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   201
IBM is the initial Agreement Steward. IBM may assign the responsibility to
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   202
serve as the Agreement Steward to a suitable separate entity. Each new version
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   203
of the Agreement will be given a distinguishing version number. The Program
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   204
(including Contributions) may always be distributed subject to the version of
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   205
the Agreement under which it was received. In addition, after a new version of
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   206
the Agreement is published, Contributor may elect to distribute the Program
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   207
(including its Contributions) under the new version. Except as expressly stated
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   208
in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   209
the intellectual property of any Contributor under this Agreement, whether
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   210
expressly, by implication, estoppel or otherwise. All rights in the Program not
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   211
expressly granted under this Agreement are reserved.
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   212
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   213
This Agreement is governed by the laws of the State of New York and the
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   214
intellectual property laws of the United States of America. No party to this
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   215
Agreement will bring a legal action under this Agreement more than one year
1178
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   216
after the cause of action arose. Each party waives its rights to a jury trial
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   217
in any resulting litigation. 
640a1a5dcf77 15998720 junit randomly fails a test with jdk 1.7
Craig Mohrman <craig.mohrman@oracle.com>
parents: 772
diff changeset
   218
772
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   219
--------------------------------------------------------------------------------
318
3ed992b12a6c 7054498 Move JUnit to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   220
772
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   221
				BSD License
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   222
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   223
Copyright (c) 2000-2006, www.hamcrest.org
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   224
All rights reserved.
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   225
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   226
Redistribution and use in source and binary forms, with or without
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   227
modification, are permitted provided that the following conditions are met:
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   228
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   229
Redistributions of source code must retain the above copyright notice, this list of
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   230
conditions and the following disclaimer. Redistributions in binary form must reproduce
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   231
the above copyright notice, this list of conditions and the following disclaimer in
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   232
the documentation and/or other materials provided with the distribution.
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   233
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   234
Neither the name of Hamcrest nor the names of its contributors may be used to endorse
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   235
or promote products derived from this software without specific prior written
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   236
permission.
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   237
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   238
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   239
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   240
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   241
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   242
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   243
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   244
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   245
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   246
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   247
DAMAGE.
96235751b5d2 7160524 Upgrade JUnit4.5 to 4.10
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents: 318
diff changeset
   248