licensee 9.14.1 → 9.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +1 -1
  3. data/bin/licensee +1 -1
  4. data/lib/licensee.rb +1 -1
  5. data/lib/licensee/commands/detect.rb +2 -4
  6. data/lib/licensee/commands/diff.rb +1 -3
  7. data/lib/licensee/content_helper.rb +23 -27
  8. data/lib/licensee/hash_helper.rb +1 -1
  9. data/lib/licensee/license.rb +28 -14
  10. data/lib/licensee/matchers/copyright.rb +2 -7
  11. data/lib/licensee/matchers/cran.rb +1 -1
  12. data/lib/licensee/matchers/dice.rb +1 -1
  13. data/lib/licensee/project_files/license_file.rb +29 -22
  14. data/lib/licensee/project_files/project_file.rb +2 -4
  15. data/lib/licensee/project_files/readme_file.rb +1 -1
  16. data/lib/licensee/projects/fs_project.rb +1 -3
  17. data/lib/licensee/projects/git_project.rb +6 -4
  18. data/lib/licensee/projects/project.rb +11 -10
  19. data/lib/licensee/version.rb +1 -1
  20. data/licensee.gemspec +5 -4
  21. data/spec/fixture_spec.rb +2 -2
  22. data/spec/fixtures/bsd-3-authorowner/LICENSE +27 -0
  23. data/spec/fixtures/cc-by-sa-mdlinks/License.md +173 -0
  24. data/spec/fixtures/cc-by-sa-nocclicensor/License.md +425 -0
  25. data/spec/fixtures/detect.json +5 -5
  26. data/spec/fixtures/eupl-cal2017/LICENSE.txt +274 -0
  27. data/spec/fixtures/fixtures.yml +45 -25
  28. data/spec/fixtures/license-hashes.json +39 -38
  29. data/spec/fixtures/pixar-modified-apache/LICENSE.txt +174 -0
  30. data/spec/integration_spec.rb +46 -6
  31. data/spec/licensee/commands/detect_spec.rb +2 -2
  32. data/spec/licensee/content_helper_spec.rb +14 -13
  33. data/spec/licensee/license_spec.rb +5 -5
  34. data/spec/licensee/matchers/dice_matcher_spec.rb +2 -2
  35. data/spec/licensee/project_files/license_file_spec.rb +8 -2
  36. data/spec/licensee/project_spec.rb +1 -3
  37. data/spec/licensee_spec.rb +1 -1
  38. data/spec/spec_helper.rb +3 -3
  39. data/spec/vendored_license_spec.rb +1 -1
  40. data/vendor/choosealicense.com/_licenses/apache-2.0.txt +1 -1
  41. data/vendor/choosealicense.com/_licenses/bsl-1.0.txt +1 -1
  42. data/vendor/choosealicense.com/_licenses/eupl-1.2.txt +75 -58
  43. data/vendor/choosealicense.com/_licenses/mit-0.txt +45 -0
  44. data/vendor/choosealicense.com/_licenses/odbl-1.0.txt +1 -1
  45. data/vendor/choosealicense.com/_licenses/unlicense.txt +1 -1
  46. data/vendor/license-list-XML/src/0BSD.xml +21 -0
  47. data/vendor/license-list-XML/src/AFL-3.0.xml +212 -0
  48. data/vendor/license-list-XML/src/AGPL-3.0.xml +852 -0
  49. data/vendor/license-list-XML/src/Apache-2.0.xml +223 -0
  50. data/vendor/license-list-XML/src/Artistic-2.0.xml +238 -0
  51. data/vendor/license-list-XML/src/BSD-2-Clause.xml +42 -0
  52. data/vendor/license-list-XML/src/BSD-3-Clause-Clear.xml +59 -0
  53. data/vendor/license-list-XML/src/BSD-3-Clause.xml +46 -0
  54. data/vendor/license-list-XML/src/BSD-4-Clause.xml +59 -0
  55. data/vendor/license-list-XML/src/BSL-1.0.xml +30 -0
  56. data/vendor/license-list-XML/src/CC-BY-4.0.xml +444 -0
  57. data/vendor/license-list-XML/src/CC-BY-SA-4.0.xml +475 -0
  58. data/vendor/license-list-XML/src/CC0-1.0.xml +153 -0
  59. data/vendor/license-list-XML/src/CECILL-2.1.xml +669 -0
  60. data/vendor/license-list-XML/src/ECL-2.0.xml +242 -0
  61. data/vendor/license-list-XML/src/EPL-1.0.xml +255 -0
  62. data/vendor/license-list-XML/src/EPL-2.0.xml +639 -0
  63. data/vendor/license-list-XML/src/EUPL-1.1.xml +337 -0
  64. data/vendor/license-list-XML/src/EUPL-1.2.xml +502 -0
  65. data/vendor/license-list-XML/src/GPL-2.0.xml +474 -0
  66. data/vendor/license-list-XML/src/GPL-3.0.xml +858 -0
  67. data/vendor/license-list-XML/src/ISC.xml +29 -0
  68. data/vendor/license-list-XML/src/LGPL-2.1.xml +662 -0
  69. data/vendor/license-list-XML/src/LGPL-3.0.xml +260 -0
  70. data/vendor/license-list-XML/src/LPPL-1.3c.xml +380 -0
  71. data/vendor/license-list-XML/src/MIT-0.xml +40 -0
  72. data/vendor/license-list-XML/src/MIT.xml +32 -0
  73. data/vendor/license-list-XML/src/MPL-2.0.xml +438 -0
  74. data/vendor/license-list-XML/src/MS-PL.xml +89 -0
  75. data/vendor/license-list-XML/src/MS-RL.xml +97 -0
  76. data/vendor/license-list-XML/src/NCSA.xml +60 -0
  77. data/vendor/license-list-XML/src/ODbL-1.0.xml +660 -0
  78. data/vendor/license-list-XML/src/OFL-1.1.xml +94 -0
  79. data/vendor/license-list-XML/src/OSL-3.0.xml +209 -0
  80. data/vendor/license-list-XML/src/PostgreSQL.xml +32 -0
  81. data/vendor/license-list-XML/src/UPL-1.0.xml +46 -0
  82. data/vendor/license-list-XML/src/Unlicense.xml +27 -0
  83. data/vendor/license-list-XML/src/Vim.xml +124 -0
  84. data/vendor/license-list-XML/src/WTFPL.xml +30 -0
  85. data/vendor/license-list-XML/src/Zlib.xml +38 -0
  86. metadata +73 -13
@@ -0,0 +1,89 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="MS-PL" name="Microsoft Public License">
4
+ <crossRefs>
5
+ <crossRef>http://www.microsoft.com/opensource/licenses.mspx</crossRef>
6
+ <crossRef>https://opensource.org/licenses/MS-PL</crossRef>
7
+ </crossRefs>
8
+ <text>
9
+ <titleText>
10
+ <p>Microsoft Public License (Ms-PL)</p>
11
+ </titleText>
12
+
13
+ <p>This license governs use of the accompanying software. If you use the software, you accept this license.
14
+ If you do not accept the license, do not use the software.</p>
15
+ <list>
16
+ <item>
17
+ <bullet>1.</bullet>
18
+ Definitions
19
+ <br/>The terms "reproduce," "reproduction," "derivative works,"
20
+ and "distribution" have the same meaning here as under U.S. copyright law. A
21
+ "contribution" is the original software, or any additions or changes to the
22
+ software. A "contributor" is any person that distributes its contribution
23
+ under this license. "Licensed patents" are a contributor's patent
24
+ claims that read directly on its contribution.
25
+
26
+ </item>
27
+ <item>
28
+ <bullet>2.</bullet>
29
+ Grant of Rights
30
+ <list>
31
+ <item>
32
+ <bullet>(A)</bullet>
33
+ Copyright Grant- Subject to the terms of this license, including the license conditions and
34
+ limitations in section 3, each contributor grants you a non-exclusive, worldwide,
35
+ royalty-free copyright license to reproduce its contribution, prepare derivative works of
36
+ its contribution, and distribute its contribution or any derivative works that you
37
+ create.
38
+ </item>
39
+ <item>
40
+ <bullet>(B)</bullet>
41
+ Patent Grant- Subject to the terms of this license, including the license conditions and
42
+ limitations in section 3, each contributor grants you a non-exclusive, worldwide,
43
+ royalty-free license under its licensed patents to make, have made, use, sell, offer for
44
+ sale, import, and/or otherwise dispose of its contribution in the software or derivative
45
+ works of the contribution in the software.
46
+ </item>
47
+ </list>
48
+ </item>
49
+ <item>
50
+ <bullet>3.</bullet>
51
+ Conditions and Limitations
52
+ <list>
53
+ <item>
54
+ <bullet>(A)</bullet>
55
+ No Trademark License- This license does not grant you rights to use any contributors'
56
+ name, logo, or trademarks.
57
+ </item>
58
+ <item>
59
+ <bullet>(B)</bullet>
60
+ If you bring a patent claim against any contributor over patents that you claim are infringed
61
+ by the software, your patent license from such contributor to the software ends
62
+ automatically.
63
+ </item>
64
+ <item>
65
+ <bullet>(C)</bullet>
66
+ If you distribute any portion of the software, you must retain all copyright, patent,
67
+ trademark, and attribution notices that are present in the software.
68
+ </item>
69
+ <item>
70
+ <bullet>(D)</bullet>
71
+ If you distribute any portion of the software in source code form, you may do so only under
72
+ this license by including a complete copy of this license with your distribution. If you
73
+ distribute any portion of the software in compiled or object code form, you may only do so
74
+ under a license that complies with this license.
75
+ </item>
76
+ <item>
77
+ <bullet>(E)</bullet>
78
+ The software is licensed "as-is." You bear the risk of using it. The contributors
79
+ give no express warranties, guarantees, or conditions. You may have additional consumer
80
+ rights under your local laws which this license cannot change. To the extent permitted
81
+ under your local laws, the contributors exclude the implied warranties of merchantability,
82
+ fitness for a particular purpose and non-infringement.
83
+ </item>
84
+ </list>
85
+ </item>
86
+ </list>
87
+ </text>
88
+ </license>
89
+ </SPDXLicenseCollection>
@@ -0,0 +1,97 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="MS-RL" name="Microsoft Reciprocal License">
4
+ <crossRefs>
5
+ <crossRef>http://www.microsoft.com/opensource/licenses.mspx</crossRef>
6
+ <crossRef>https://opensource.org/licenses/MS-RL</crossRef>
7
+ </crossRefs>
8
+ <text>
9
+ <titleText>
10
+ <p>Microsoft Reciprocal License (Ms-RL)</p>
11
+ </titleText>
12
+
13
+ <p>This license governs use of the accompanying software. If you use the software, you accept this license.
14
+ If you do not accept the license, do not use the software.</p>
15
+ <list>
16
+ <item>
17
+ <bullet>1.</bullet>
18
+ Definitions
19
+ <br/>The terms "reproduce," "reproduction," "derivative works,"
20
+ and "distribution" have the same meaning here as under U.S. copyright law.
21
+
22
+ <p>A "contribution" is the original software, or any additions or changes to the software.</p>
23
+ <p>A "contributor" is any person that distributes its contribution under this license.</p>
24
+ <p>"Licensed patents" are a contributor's patent claims that read directly on its
25
+ contribution.</p>
26
+ </item>
27
+ <item>
28
+ <bullet>2.</bullet>
29
+ Grant of Rights
30
+ <list>
31
+ <item>
32
+ <bullet>(A)</bullet>
33
+ Copyright Grant- Subject to the terms of this license, including the license conditions and
34
+ limitations in section 3, each contributor grants you a non-exclusive, worldwide,
35
+ royalty-free copyright license to reproduce its contribution, prepare derivative works of
36
+ its contribution, and distribute its contribution or any derivative works that you
37
+ create.
38
+ </item>
39
+ <item>
40
+ <bullet>(B)</bullet>
41
+ Patent Grant- Subject to the terms of this license, including the license conditions and
42
+ limitations in section 3, each contributor grants you a non-exclusive, worldwide,
43
+ royalty-free license under its licensed patents to make, have made, use, sell, offer for
44
+ sale, import, and/or otherwise dispose of its contribution in the software or derivative
45
+ works of the contribution in the software.
46
+ </item>
47
+ </list>
48
+ </item>
49
+ <item>
50
+ <bullet>3.</bullet>
51
+ Conditions and Limitations
52
+ <list>
53
+ <item>
54
+ <bullet>(A)</bullet>
55
+ Reciprocal Grants- For any file you distribute that contains code from the software (in
56
+ source code or binary format), you must provide recipients the source code to that file
57
+ along with a copy of this license, which license will govern that file. You may license
58
+ other files that are entirely your own work and do not contain code from the software
59
+ under any terms you choose.
60
+ </item>
61
+ <item>
62
+ <bullet>(B)</bullet>
63
+ No Trademark License- This license does not grant you rights to use any contributors'
64
+ name, logo, or trademarks.
65
+ </item>
66
+ <item>
67
+ <bullet>(C)</bullet>
68
+ If you bring a patent claim against any contributor over patents that you claim are infringed
69
+ by the software, your patent license from such contributor to the software ends
70
+ automatically.
71
+ </item>
72
+ <item>
73
+ <bullet>(D)</bullet>
74
+ If you distribute any portion of the software, you must retain all copyright, patent,
75
+ trademark, and attribution notices that are present in the software.
76
+ </item>
77
+ <item>
78
+ <bullet>(E)</bullet>
79
+ If you distribute any portion of the software in source code form, you may do so only under
80
+ this license by including a complete copy of this license with your distribution. If you
81
+ distribute any portion of the software in compiled or object code form, you may only do so
82
+ under a license that complies with this license.
83
+ </item>
84
+ <item>
85
+ <bullet>(F)</bullet>
86
+ The software is licensed "as-is." You bear the risk of using it. The contributors
87
+ give no express warranties, guarantees, or conditions. You may have additional consumer
88
+ rights under your local laws which this license cannot change. To the extent permitted
89
+ under your local laws, the contributors exclude the implied warranties of merchantability,
90
+ fitness for a particular purpose and non-infringement.
91
+ </item>
92
+ </list>
93
+ </item>
94
+ </list>
95
+ </text>
96
+ </license>
97
+ </SPDXLicenseCollection>
@@ -0,0 +1,60 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="NCSA"
4
+ name="University of Illinois/NCSA Open Source License">
5
+ <crossRefs>
6
+ <crossRef>http://otm.illinois.edu/uiuc_openSource</crossRef>
7
+ <crossRef>https://opensource.org/licenses/NCSA</crossRef>
8
+ </crossRefs>
9
+ <text>
10
+ <titleText>
11
+ <p>University of Illinois/NCSA Open Source License</p>
12
+ </titleText>
13
+ <copyrightText>
14
+
15
+ <p>Copyright (c) &lt;Year&gt; &lt;Owner Organization Name&gt;. All rights reserved.
16
+ </p>
17
+ </copyrightText>
18
+
19
+ <p>Developed by:
20
+ <alt match=".+" name="organization">
21
+ <br/>&lt;Name of Development Group&gt;
22
+ <br/>&lt;Name of Institution&gt;
23
+ <br/>&lt;URL for Development Group/Institution&gt;</alt>
24
+ </p>
25
+
26
+
27
+ <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
28
+ associated documentation files (the "Software"), to deal with the Software without restriction,
29
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
30
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
31
+ subject to the following conditions:</p>
32
+ <list>
33
+ <item>
34
+ <bullet>*</bullet>
35
+ Redistributions of source code must retain the above copyright notice, this list of conditions
36
+ and the following disclaimers.
37
+ </item>
38
+ <item>
39
+ <bullet>*</bullet>
40
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions
41
+ and the following disclaimers in the documentation and/or other materials provided with the
42
+ distribution.
43
+ </item>
44
+ <item>
45
+ <bullet>*</bullet>
46
+ Neither the names of
47
+ <alt match=".+" name="organizationClause3">&lt;Name of Development Group, Name of
48
+ Institution&gt;</alt>, nor the names of its contributors may be used to endorse or promote
49
+ products derived from this Software without specific prior written permission.
50
+
51
+ </item>
52
+ </list>
53
+ <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
54
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
55
+ NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
57
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.</p>
58
+ </text>
59
+ </license>
60
+ </SPDXLicenseCollection>
@@ -0,0 +1,660 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="false" licenseId="ODbL-1.0"
4
+ name="Open Data Commons Open Database License v1.0">
5
+ <crossRefs>
6
+ <crossRef>http://www.opendatacommons.org/licenses/odbl/1.0/</crossRef>
7
+ <crossRef>https://opendatacommons.org/licenses/odbl/1-0/</crossRef>
8
+ </crossRefs>
9
+ <text>
10
+ <titleText>
11
+ <alt name="header1" match="#*"/>
12
+ <p>Open Data Commons Open Database License (ODbL)</p>
13
+ </titleText>
14
+ <optional>
15
+ <alt name="header2" match="#*"/>
16
+ <p>Preamble</p>
17
+ <p>The Open Database License (ODbL) is a license agreement intended to allow users to freely share, modify,
18
+ and use this Database while maintaining this same freedom for others. Many databases are covered by
19
+ copyright, and therefore this document licenses these rights. Some jurisdictions, mainly in the
20
+ European Union, have specific rights that cover databases, and so the ODbL addresses these rights,
21
+ too. Finally, the ODbL is also an agreement in contract for users of this Database to act in certain
22
+ ways in return for accessing this Database.</p>
23
+ <p>Databases can contain a wide variety of types of content (images, audiovisual material, and sounds all in
24
+ the same database, for example), and so the ODbL only governs the rights over the Database, and not
25
+ the contents of the Database individually. Licensors should use the ODbL together with another license
26
+ for the contents, if the contents have a single set of rights that uniformly covers all of the
27
+ contents. If the contents have multiple sets of different rights, Licensors should describe what
28
+ rights govern what contents together in the individual record or in some other way that clarifies what
29
+ rights apply.</p>
30
+ <p>Sometimes the contents of a database, or the database itself, can be covered by other rights not
31
+ addressed here (such as private contracts, trade mark over the name, or privacy rights / data
32
+ protection rights over information in the contents), and so you are advised that you may have to
33
+ consult other documents or clear other rights before doing activities not covered by this License.</p>
34
+ <p>------</p>
35
+ </optional>
36
+
37
+ <p>The Licensor (as defined below)</p>
38
+ <p>and</p>
39
+ <p>You (as defined below)</p>
40
+ <p>agree as follows:</p>
41
+ <list>
42
+ <item>
43
+ <bullet>1.0</bullet>
44
+ Definitions of Capitalised Words
45
+ <p>"Collective Database" - Means this Database in unmodified form as part of a
46
+ collection of independent databases in themselves that together are assembled into a
47
+ collective whole. A work that constitutes a Collective Database will not be considered a
48
+ Derivative Database.</p>
49
+ <p>"Convey" - As a verb, means Using the Database, a Derivative Database, or the
50
+ Database as part of a Collective Database in any way that enables a Person to make or receive
51
+ copies of the Database or a Derivative Database. Conveying does not include interaction with a
52
+ user through a computer network, or creating and Using a Produced Work, where no transfer of a
53
+ copy of the Database or a Derivative Database occurs.</p>
54
+ <p> "Contents" - The
55
+ contents of this Database, which includes the information, independent works, or other
56
+ material collected into the Database. For example, the contents of the Database could be
57
+ factual data or works such as images, audiovisual material, text, or sounds.</p>
58
+ <p>"Database" - A collection of material (the Contents) arranged in a systematic or
59
+ methodical way and individually accessible by electronic or other means offered under the
60
+ terms of this License.</p>
61
+ <p>"Database Directive" - Means Directive 96/9/EC of the European Parliament and of
62
+ the Council of 11 March 1996 on the legal protection of databases, as amended or
63
+ succeeded.</p>
64
+ <p>"Database Right" - Means rights resulting from the Chapter III ("sui
65
+ generis") rights in the Database Directive (as amended and as transposed by member
66
+ states), which includes the Extraction and Re-utilisation of the whole or a Substantial part
67
+ of the Contents, as well as any similar rights available in the relevant jurisdiction under
68
+ Section 10.4.</p>
69
+ <p>"Derivative Database" - Means a database based upon the Database, and includes
70
+ any translation, adaptation, arrangement, modification, or any other alteration of the
71
+ Database or of a Substantial part of the Contents. This includes, but is not limited to,
72
+ Extracting or Re-utilising the whole or a Substantial part of the Contents in a new
73
+ Database.</p>
74
+ <p>"Extraction" - Means the permanent or temporary transfer of all or a Substantial
75
+ part of the Contents to another medium by any means or in any form.</p>
76
+ <p>"License" - Means this license agreement and is both a license of rights such as
77
+ copyright and Database Rights and an agreement in contract.</p>
78
+ <p>"Licensor" - Means the Person that offers the Database under the terms of this
79
+ License.</p>
80
+ <p>"Person" - Means a natural or legal person or a body of persons corporate or
81
+ incorporate.</p>
82
+ <p>"Produced Work" - a work (such as an image, audiovisual material, text, or
83
+ sounds) resulting from using the whole or a Substantial part of the Contents (via a search or
84
+ other query) from this Database, a Derivative Database, or this Database as part of a
85
+ Collective Database.</p>
86
+ <p>"Publicly" - means to Persons other than You or under Your control by either
87
+ more than 50% ownership or by the power to direct their activities (such as contracting with
88
+ an independent consultant).</p>
89
+ <p>"Re-utilisation" - means any form of making available to the public all or a
90
+ Substantial part of the Contents by the distribution of copies, by renting, by online or other
91
+ forms of transmission.</p>
92
+ <p>"Substantial" - Means substantial in terms of quantity or quality or a
93
+ combination of both. The repeated and systematic Extraction or Re-utilisation of insubstantial
94
+ parts of the Contents may amount to the Extraction or Re-utilisation of a Substantial part of
95
+ the Contents.</p>
96
+ <p>"Use" - As a verb, means doing any act that is restricted by copyright or
97
+ Database Rights whether in the original medium or any other; and includes without limitation
98
+ distributing, copying, publicly performing, publicly displaying, and preparing derivative
99
+ works of the Database, as well as modifying the Database as may be technically necessary to
100
+ use it in a different mode or format.</p>
101
+ <p>"You" - Means a Person exercising rights under this License who has not
102
+ previously violated the terms of this License with respect to the Database, or who has
103
+ received express permission from the Licensor to exercise rights under this License despite a
104
+ previous violation.</p>
105
+ <p>Words in the singular include the plural and vice versa.</p>
106
+ </item>
107
+ <item>
108
+ <bullet>2.0</bullet>
109
+ What this License covers
110
+ </item>
111
+ <item>
112
+ <bullet>2.1.</bullet>
113
+ Legal effect of this document. This License is:
114
+ <list>
115
+ <item>
116
+ <bullet>a.</bullet>
117
+ A license of applicable copyright and neighbouring rights;
118
+ </item>
119
+ <item>
120
+ <bullet>b.</bullet>
121
+ A license of the Database Right; and
122
+ </item>
123
+ <item>
124
+ <bullet>c.</bullet>
125
+ An agreement in contract between You and the Licensor.
126
+ </item>
127
+ </list>
128
+ </item>
129
+ <item>
130
+ <bullet>2.2</bullet>
131
+ Legal rights covered. This License covers the legal rights in the Database, including:
132
+ <list>
133
+ <item>
134
+ <bullet>a.</bullet>
135
+ Copyright. Any copyright or neighbouring rights in the Database. The copyright licensed
136
+ includes any individual elements of the Database, but does not cover the copyright over
137
+ the Contents independent of this Database. See Section 2.4 for details. Copyright law
138
+ varies between jurisdictions, but is likely to cover: the Database model or schema, which
139
+ is the structure, arrangement, and organisation of the Database, and can also include the
140
+ Database tables and table indexes; the data entry and output sheets; and the Field names
141
+ of Contents stored in the Database;
142
+ </item>
143
+ <item>
144
+ <bullet>b.</bullet>
145
+ Database Rights. Database Rights only extend to the Extraction and Re-utilisation of the
146
+ whole or a Substantial part of the Contents. Database Rights can apply even when there is
147
+ no copyright over the Database. Database Rights can also apply when the Contents are
148
+ removed from the Database and are selected and arranged in a way that would not infringe
149
+ any applicable copyright; and
150
+ </item>
151
+ <item>
152
+ <bullet>c.</bullet>
153
+ Contract. This is an agreement between You and the Licensor for access to the Database. In
154
+ return you agree to certain conditions of use on this access as outlined in this
155
+ License.
156
+ </item>
157
+ </list>
158
+ </item>
159
+ <item>
160
+ <bullet>2.3</bullet>
161
+ Rights not covered.
162
+ <list>
163
+ <item>
164
+ <bullet>a.</bullet>
165
+ This License does not apply to computer programs used in the making or operation of the Database;
166
+ </item>
167
+ <item>
168
+ <bullet>b.</bullet>
169
+ This License does not cover any patents over the Contents or the Database; and
170
+ </item>
171
+ <item>
172
+ <bullet>c.</bullet>
173
+ This License does not cover any trademarks associated with the Database.
174
+ </item>
175
+ </list>
176
+ </item>
177
+ <item>
178
+ <bullet>2.4</bullet>
179
+ Relationship to Contents in the Database. The individual items of the Contents contained in this
180
+ Database may be covered by other rights, including copyright, patent, data protection,
181
+ privacy, or personality rights, and this License does not cover any rights (other than
182
+ Database Rights or in contract) in individual Contents contained in the Database. For example,
183
+ if used on a Database of images (the Contents), this License would not apply to copyright over
184
+ individual images, which could have their own separate licenses, or one single license
185
+ covering all of the rights over the images.
186
+ </item>
187
+ <item>
188
+ <bullet>3.0</bullet>
189
+ Rights granted
190
+ </item>
191
+ <item>
192
+ <bullet>3.1</bullet>
193
+ Subject to the terms and conditions of this License, the Licensor grants to You a worldwide,
194
+ royalty-free, non-exclusive, terminable (but only under Section 9) license to Use the Database
195
+ for the duration of any applicable copyright and Database Rights. These rights explicitly
196
+ include commercial use, and do not exclude any field of endeavour. To the extent possible in
197
+ the relevant jurisdiction, these rights may be exercised in all media and formats whether now
198
+ known or created in the future.
199
+ <p>The rights granted cover, for example:</p>
200
+ <list>
201
+ <item>
202
+ <bullet>a.</bullet>
203
+ Extraction and Re-utilisation of the whole or a Substantial part of the Contents;
204
+ </item>
205
+ <item>
206
+ <bullet>b.</bullet>
207
+ Creation of Derivative Databases;
208
+ </item>
209
+ <item>
210
+ <bullet>c.</bullet>
211
+ Creation of Collective Databases;
212
+ </item>
213
+ <item>
214
+ <bullet>d.</bullet>
215
+ Creation of temporary or permanent reproductions by any means and in any form, in whole or in
216
+ part, including of any Derivative Databases or as a part of Collective Databases; and
217
+ </item>
218
+ <item>
219
+ <bullet>e.</bullet>
220
+ Distribution, communication, display, lending, making available, or performance to the public
221
+ by any means and in any form, in whole or in part, including of any Derivative Database or
222
+ as a part of Collective Databases.
223
+ </item>
224
+ </list>
225
+ </item>
226
+ <item>
227
+ <bullet>3.2</bullet>
228
+ Compulsory license schemes. For the avoidance of doubt:
229
+ <list>
230
+ <item>
231
+ <bullet>a.</bullet>
232
+ Non-waivable compulsory license schemes. In those jurisdictions in which the right to collect
233
+ royalties through any statutory or compulsory licensing scheme cannot be waived, the
234
+ Licensor reserves the exclusive right to collect such royalties for any exercise by You of
235
+ the rights granted under this License;
236
+ </item>
237
+ <item>
238
+ <bullet>b.</bullet>
239
+ Waivable compulsory license schemes. In those jurisdictions in which the right to collect
240
+ royalties through any statutory or compulsory licensing scheme can be waived, the Licensor
241
+ waives the exclusive right to collect such royalties for any exercise by You of the rights
242
+ granted under this License; and,
243
+ </item>
244
+ <item>
245
+ <bullet>c.</bullet>
246
+ Voluntary license schemes. The Licensor waives the right to collect royalties, whether
247
+ individually or, in the event that the Licensor is a member of a collecting society that
248
+ administers voluntary licensing schemes, via that society, from any exercise by You of the
249
+ rights granted under this License.
250
+ </item>
251
+ </list>
252
+ </item>
253
+ <item>
254
+ <bullet>3.3</bullet>
255
+ The right to release the Database under different terms, or to stop distributing or making
256
+ available the Database, is reserved. Note that this Database may be multiple-licensed, and so
257
+ You may have the choice of using alternative licenses for this Database. Subject to Section
258
+ 10.4, all other rights not expressly granted by Licensor are reserved.
259
+ </item>
260
+ <item>
261
+ <bullet>4.0</bullet>
262
+ Conditions of Use
263
+ </item>
264
+ <item>
265
+ <bullet>4.1</bullet>
266
+ The rights granted in Section 3 above are expressly made subject to Your complying with the
267
+ following conditions of use. These are important conditions of this License, and if You fail
268
+ to follow them, You will be in material breach of its terms.
269
+ </item>
270
+ <item>
271
+ <bullet>4.2</bullet>
272
+ Notices. If You Publicly Convey this Database, any Derivative Database, or the Database as part
273
+ of a Collective Database, then You must:
274
+ <list>
275
+ <item>
276
+ <bullet>a.</bullet>
277
+ Do so only under the terms of this License or another license permitted under Section 4.4;
278
+ </item>
279
+ <item>
280
+ <bullet>b.</bullet>
281
+ Include a copy of this License (or, as applicable, a license permitted under Section 4.4) or
282
+ its Uniform Resource Identifier (URI) with the Database or Derivative Database, including
283
+ both in the Database or Derivative Database and in any relevant documentation; and
284
+ </item>
285
+ <item>
286
+ <bullet>c.</bullet>
287
+ Keep intact any copyright or Database Right notices and notices that refer to this License.
288
+ </item>
289
+ <item>
290
+ <bullet>d.</bullet>
291
+ If it is not possible to put the required notices in a particular file due to its structure,
292
+ then You must include the notices in a location (such as a relevant directory) where users
293
+ would be likely to look for it.
294
+ </item>
295
+ </list>
296
+ </item>
297
+ <item>
298
+ <bullet>4.3</bullet>
299
+ Notice for using output (Contents). Creating and Using a Produced Work does not require the
300
+ notice in Section 4.2. However, if you Publicly Use a Produced Work, You must include a notice
301
+ associated with the Produced Work reasonably calculated to make any Person that uses, views,
302
+ accesses, interacts with, or is otherwise exposed to the Produced Work aware that Content was
303
+ obtained from the Database, Derivative Database, or the Database as part of a Collective
304
+ Database, and that it is available under this License.
305
+ <list>
306
+ <item>
307
+ <bullet>a.</bullet>
308
+ Example notice. The following text will satisfy notice under Section 4.3:
309
+ <p>Contains information from DATABASE NAME, which is made available here under the Open Database
310
+ License (ODbL).</p>
311
+ <p>DATABASE NAME should be replaced with the name of the Database and a hyperlink to the URI of
312
+ the Database. "Open Database License" should contain a hyperlink to the URI of
313
+ the text of this License. If hyperlinks are not possible, You should include the plain
314
+ text of the required URI's with the above notice.</p>
315
+ </item>
316
+ </list>
317
+ </item>
318
+ <item>
319
+ <bullet>4.4</bullet>
320
+ Share alike.
321
+ <list>
322
+ <item>
323
+ <bullet>a.</bullet>
324
+ Any Derivative Database that You Publicly Use must be only under the terms of:
325
+ <list>
326
+ <item>
327
+ <bullet>i.</bullet>
328
+ This License;
329
+ </item>
330
+ <item>
331
+ <bullet>ii.</bullet>
332
+ A later version of this License similar in spirit to this License; or
333
+ </item>
334
+ <item>
335
+ <bullet>iii.</bullet>
336
+ A compatible license.
337
+ <p>If You license the Derivative Database under one of the licenses mentioned in (iii), You
338
+ must comply with the terms of that license.</p>
339
+ </item>
340
+ </list>
341
+ </item>
342
+ <item>
343
+ <bullet>b.</bullet>
344
+ For the avoidance of doubt, Extraction or Re-utilisation of the whole or a Substantial part
345
+ of the Contents into a new database is a Derivative Database and must comply with Section
346
+ 4.4.
347
+ </item>
348
+ <item>
349
+ <bullet>c.</bullet>
350
+ Derivative Databases and Produced Works. A Derivative Database is Publicly Used and so must
351
+ comply with Section 4.4. if a Produced Work created from the Derivative Database is
352
+ Publicly Used.
353
+ </item>
354
+ <item>
355
+ <bullet>d.</bullet>
356
+ Share Alike and additional Contents. For the avoidance of doubt, You must not add Contents to
357
+ Derivative Databases under Section 4.4 a that are incompatible with the rights granted
358
+ under this License.
359
+ </item>
360
+ <item>
361
+ <bullet>e.</bullet>
362
+ Compatible licenses. Licensors may authorise a proxy to determine compatible licenses under
363
+ Section 4.4 a iii. If they do so, the authorised proxy's public statement of
364
+ acceptance of a compatible license grants You permission to use the compatible
365
+ license.
366
+ </item>
367
+ </list>
368
+ </item>
369
+ <item>
370
+ <bullet>4.5</bullet>
371
+ Limits of Share Alike. The requirements of Section 4.4 do not apply in the following:
372
+ <list>
373
+ <item>
374
+ <bullet>a.</bullet>
375
+ For the avoidance of doubt, You are not required to license Collective Databases under this
376
+ License if You incorporate this Database or a Derivative Database in the collection, but
377
+ this License still applies to this Database or a Derivative Database as a part of the
378
+ Collective Database;
379
+ </item>
380
+ <item>
381
+ <bullet>b.</bullet>
382
+ Using this Database, a Derivative Database, or this Database as part of a Collective Database
383
+ to create a Produced Work does not create a Derivative Database for purposes of Section
384
+ 4.4; and
385
+ </item>
386
+ <item>
387
+ <bullet>c.</bullet>
388
+ Use of a Derivative Database internally within an organisation is not to the public and
389
+ therefore does not fall under the requirements of Section 4.4.
390
+ </item>
391
+ </list>
392
+ </item>
393
+ <item>
394
+ <bullet>4.6</bullet>
395
+ Access to Derivative Databases. If You Publicly Use a Derivative Database or a Produced Work from
396
+ a Derivative Database, You must also offer to recipients of the Derivative Database or
397
+ Produced Work a copy in a machine readable form of:
398
+ <list>
399
+ <item>
400
+ <bullet>a.</bullet>
401
+ The entire Derivative Database; or
402
+ </item>
403
+ <item>
404
+ <bullet>b.</bullet>
405
+ A file containing all of the alterations made to the Database or the method of making the
406
+ alterations to the Database (such as an algorithm), including any additional Contents,
407
+ that make up all the differences between the Database and the Derivative Database.
408
+ <p>The Derivative Database (under a.) or alteration file (under b.) must be available at no more
409
+ than a reasonable production cost for physical distributions and free of charge if
410
+ distributed over the internet.</p>
411
+ </item>
412
+ </list>
413
+ </item>
414
+ <item>
415
+ <bullet>4.7</bullet>
416
+ Technological measures and additional terms
417
+ <list>
418
+ <item>
419
+ <bullet>a.</bullet>
420
+ This License does not allow You to impose (except subject to Section 4.7 b.) any terms or any
421
+ technological measures on the Database, a Derivative Database, or the whole or a
422
+ Substantial part of the Contents that alter or restrict the terms of this License, or any
423
+ rights granted under it, or have the effect or intent of restricting the ability of any
424
+ person to exercise those rights.
425
+ </item>
426
+ <item>
427
+ <bullet>b.</bullet>
428
+ Parallel distribution. You may impose terms or technological measures on the Database, a
429
+ Derivative Database, or the whole or a Substantial part of the Contents (a
430
+ "Restricted Database") in contravention of Section 4.74 a. only if You also make
431
+ a copy of the Database or a Derivative Database available to the recipient of the
432
+ Restricted Database:
433
+ <list>
434
+ <item>
435
+ <bullet>i.</bullet>
436
+ That is available without additional fee;
437
+ </item>
438
+ <item>
439
+ <bullet>ii.</bullet>
440
+ That is available in a medium that does not alter or restrict the terms of this License,
441
+ or any rights granted under it, or have the effect or intent of restricting the
442
+ ability of any person to exercise those rights (an "Unrestricted Database");
443
+ and
444
+ </item>
445
+ <item>
446
+ <bullet>iii.</bullet>
447
+ The Unrestricted Database is at least as accessible to the recipient as a practical
448
+ matter as the Restricted Database.
449
+ </item>
450
+ </list>
451
+ </item>
452
+ <item>
453
+ <bullet>c.</bullet>
454
+ For the avoidance of doubt, You may place this Database or a Derivative Database in an
455
+ authenticated environment, behind a password, or within a similar access control scheme
456
+ provided that You do not alter or restrict the terms of this License or any rights granted
457
+ under it or have the effect or intent of restricting the ability of any person to exercise
458
+ those rights.
459
+ </item>
460
+ </list>
461
+ </item>
462
+ <item>
463
+ <bullet>4.8</bullet>
464
+ Licensing of others. You may not sublicense the Database. Each time You communicate the Database,
465
+ the whole or Substantial part of the Contents, or any Derivative Database to anyone else in
466
+ any way, the Licensor offers to the recipient a license to the Database on the same terms and
467
+ conditions as this License. You are not responsible for enforcing compliance by third parties
468
+ with this License, but You may enforce any rights that You have over a Derivative Database.
469
+ You are solely responsible for any modifications of a Derivative Database made by You or
470
+ another Person at Your direction. You may not impose any further restrictions on the exercise
471
+ of the rights granted or affirmed under this License.
472
+ </item>
473
+ <item>
474
+ <bullet>5.0</bullet>
475
+ Moral rights
476
+ </item>
477
+ <item>
478
+ <bullet>5.1</bullet>
479
+ Moral rights. This section covers moral rights, including any rights to be identified as the
480
+ author of the Database or to object to treatment that would otherwise prejudice the
481
+ author's honour and reputation, or any other derogatory treatment:
482
+ <list>
483
+ <item>
484
+ <bullet>a.</bullet>
485
+ For jurisdictions allowing waiver of moral rights, Licensor waives all moral rights that
486
+ Licensor may have in the Database to the fullest extent possible by the law of the
487
+ relevant jurisdiction under Section 10.4;
488
+ </item>
489
+ <item>
490
+ <bullet>b.</bullet>
491
+ If waiver of moral rights under Section 5.1 a in the relevant jurisdiction is not possible,
492
+ Licensor agrees not to assert any moral rights over the Database and waives all claims in
493
+ moral rights to the fullest extent possible by the law of the relevant jurisdiction under
494
+ Section 10.4; and
495
+ </item>
496
+ <item>
497
+ <bullet>c.</bullet>
498
+ For jurisdictions not allowing waiver or an agreement not to assert moral rights under
499
+ Section 5.1 a and b, the author may retain their moral rights over certain aspects of the
500
+ Database.
501
+ <p>Please note that some jurisdictions do not allow for the waiver of moral rights, and so moral
502
+ rights may still subsist over the Database in some jurisdictions.</p>
503
+ </item>
504
+ </list>
505
+ </item>
506
+ <item>
507
+ <bullet>6.0</bullet>
508
+ Fair dealing, Database exceptions, and other rights not affected
509
+ </item>
510
+ <item>
511
+ <bullet>6.1</bullet>
512
+ This License does not affect any rights that You or anyone else may independently have under any
513
+ applicable law to make any use of this Database, including without limitation:
514
+ <list>
515
+ <item>
516
+ <bullet>a.</bullet>
517
+ Exceptions to the Database Right including: Extraction of Contents from non-electronic
518
+ Databases for private purposes, Extraction for purposes of illustration for teaching or
519
+ scientific research, and Extraction or Re-utilisation for public security or an
520
+ administrative or judicial procedure.
521
+ </item>
522
+ <item>
523
+ <bullet>b.</bullet>
524
+ Fair dealing, fair use, or any other legally recognised limitation or exception to
525
+ infringement of copyright or other applicable laws.
526
+ </item>
527
+ </list>
528
+ </item>
529
+ <item>
530
+ <bullet>6.2</bullet>
531
+ This License does not affect any rights of lawful users to Extract and Re-utilise insubstantial
532
+ parts of the Contents, evaluated quantitatively or qualitatively, for any purposes whatsoever,
533
+ including creating a Derivative Database (subject to other rights over the Contents, see
534
+ Section 2.4). The repeated and systematic Extraction or Re-utilisation of insubstantial parts
535
+ of the Contents may however amount to the Extraction or Re-utilisation of a Substantial part
536
+ of the Contents.
537
+ </item>
538
+ <item>
539
+ <bullet>7.0</bullet>
540
+ Warranties and Disclaimer
541
+ </item>
542
+ <item>
543
+ <bullet>7.1</bullet>
544
+ The Database is licensed by the Licensor "as is" and without any warranty of any kind,
545
+ either express, implied, or arising by statute, custom, course of dealing, or trade usage.
546
+ Licensor specifically disclaims any and all implied warranties or conditions of title,
547
+ non-infringement, accuracy or completeness, the presence or absence of errors, fitness for a
548
+ particular purpose, merchantability, or otherwise. Some jurisdictions do not allow the
549
+ exclusion of implied warranties, so this exclusion may not apply to You.
550
+ </item>
551
+ <item>
552
+ <bullet>8.0</bullet>
553
+ Limitation of liability
554
+ </item>
555
+ <item>
556
+ <bullet>8.1</bullet>
557
+ Subject to any liability that may not be excluded or limited by law, the Licensor is not liable
558
+ for, and expressly excludes, all liability for loss or damage however and whenever caused to
559
+ anyone by any use under this License, whether by You or by anyone else, and whether caused by
560
+ any fault on the part of the Licensor or not. This exclusion of liability includes, but is not
561
+ limited to, any special, incidental, consequential, punitive, or exemplary damages such as
562
+ loss of revenue, data, anticipated profits, and lost business. This exclusion applies even if
563
+ the Licensor has been advised of the possibility of such damages.
564
+ </item>
565
+ <item>
566
+ <bullet>8.2</bullet>
567
+ If liability may not be excluded by law, it is limited to actual and direct financial loss to the
568
+ extent it is caused by proved negligence on the part of the Licensor.
569
+ </item>
570
+ <item>
571
+ <bullet>9.0</bullet>
572
+ Termination of Your rights under this License
573
+ </item>
574
+ <item>
575
+ <bullet>9.1</bullet>
576
+ Any breach by You of the terms and conditions of this License automatically terminates this
577
+ License with immediate effect and without notice to You. For the avoidance of doubt, Persons
578
+ who have received the Database, the whole or a Substantial part of the Contents, Derivative
579
+ Databases, or the Database as part of a Collective Database from You under this License will
580
+ not have their licenses terminated provided their use is in full compliance with this License
581
+ or a license granted under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will
582
+ survive any termination of this License.
583
+ </item>
584
+ <item>
585
+ <bullet>9.2</bullet>
586
+ If You are not in breach of the terms of this License, the Licensor will not terminate Your
587
+ rights under it.
588
+ </item>
589
+ <item>
590
+ <bullet>9.3</bullet>
591
+ Unless terminated under Section 9.1, this License is granted to You for the duration of
592
+ applicable rights in the Database.
593
+ </item>
594
+ <item>
595
+ <bullet>9.4</bullet>
596
+ Reinstatement of rights. If you cease any breach of the terms and conditions of this License,
597
+ then your full rights under this License will be reinstated:
598
+ <list>
599
+ <item>
600
+ <bullet>a.</bullet>
601
+ Provisionally and subject to permanent termination until the 60th day after cessation of breach;
602
+ </item>
603
+ <item>
604
+ <bullet>b.</bullet>
605
+ Permanently on the 60th day after cessation of breach unless otherwise reasonably notified by
606
+ the Licensor; or
607
+ </item>
608
+ <item>
609
+ <bullet>c.</bullet>
610
+ Permanently if reasonably notified by the Licensor of the violation, this is the first time
611
+ You have received notice of violation of this License from the Licensor, and You cure the
612
+ violation prior to 30 days after your receipt of the notice.
613
+ <p>Persons subject to permanent termination of rights are not eligible to be a recipient and
614
+ receive a license under Section 4.8.</p>
615
+ </item>
616
+ </list>
617
+ </item>
618
+ <item>
619
+ <bullet>9.5</bullet>
620
+ Notwithstanding the above, Licensor reserves the right to release the Database under different
621
+ license terms or to stop distributing or making available the Database. Releasing the Database
622
+ under different license terms or stopping the distribution of the Database will not withdraw
623
+ this License (or any other license that has been, or is required to be, granted under the
624
+ terms of this License), and this License will continue in full force and effect unless
625
+ terminated as stated above.
626
+ </item>
627
+ <item>
628
+ <bullet>10.0</bullet>
629
+ General
630
+ </item>
631
+ <item>
632
+ <bullet>10.1</bullet>
633
+ If any provision of this License is held to be invalid or unenforceable, that must not affect the
634
+ validity or enforceability of the remainder of the terms and conditions of this License and
635
+ each remaining provision of this License shall be valid and enforced to the fullest extent
636
+ permitted by law.
637
+ </item>
638
+ <item>
639
+ <bullet>10.2</bullet>
640
+ This License is the entire agreement between the parties with respect to the rights granted here
641
+ over the Database. It replaces any earlier understandings, agreements or representations with
642
+ respect to the Database.
643
+ </item>
644
+ <item>
645
+ <bullet>10.3</bullet>
646
+ If You are in breach of the terms of this License, You will not be entitled to rely on the terms
647
+ of this License or to complain of any breach by the Licensor.
648
+ </item>
649
+ <item>
650
+ <bullet>10.4</bullet>
651
+ Choice of law. This License takes effect in and will be governed by the laws of the relevant
652
+ jurisdiction in which the License terms are sought to be enforced. If the standard suite of
653
+ rights granted under applicable copyright law and Database Rights in the relevant jurisdiction
654
+ includes additional rights not granted under this License, these additional rights are granted
655
+ in this License in order to meet the terms of this License.
656
+ </item>
657
+ </list>
658
+ </text>
659
+ </license>
660
+ </SPDXLicenseCollection>