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,94 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="OFL-1.1" name="SIL Open Font License 1.1">
4
+ <crossRefs>
5
+ <crossRef>http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web</crossRef>
6
+ <crossRef>https://opensource.org/licenses/OFL-1.1</crossRef>
7
+ </crossRefs>
8
+ <notes>This license was released 26 February 2007. The identifier OFL-1.1 can be used to indicate that
9
+ version 1.1 of the SIL Open Font License applies, without asserting whether or not a Reserved
10
+ Font Name is used. See OFL-1.1-RFN and OFL-1.1-no-RFN for alternative identifiers that can be
11
+ used to express explicitly that a Reserved Font Name is used or is not used, respectively.</notes>
12
+ <text>
13
+ <copyrightText><p>Copyright (c) &lt;dates&gt;, &lt;Copyright Holder&gt; (&lt;URL|email&gt;),
14
+ <br/>with Reserved Font Name &lt;Reserved Font Name&gt;.</p></copyrightText>
15
+ <optional>
16
+ <p>This Font Software is licensed under the SIL Open Font License, Version 1.1.</p>
17
+ <p>This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL</p>
18
+ </optional>
19
+ <titleText>
20
+ <p>SIL OPEN FONT LICENSE</p>
21
+ <p>Version 1.1 - 26 February 2007</p>
22
+ </titleText>
23
+
24
+ <p>PREAMBLE</p>
25
+ <p>The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font
26
+ projects, to support the font creation efforts of academic and linguistic communities, and to provide
27
+ a free and open framework in which fonts may be shared and improved in partnership with others.</p>
28
+ <p>The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they
29
+ are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded,
30
+ redistributed and/or sold with any software provided that any reserved names are not used by
31
+ derivative works. The fonts and derivatives, however, cannot be released under any other type of
32
+ license. The requirement for fonts to remain under this license does not apply to any document created
33
+ using the fonts or their derivatives.</p>
34
+ <p>DEFINITIONS</p>
35
+ <p>"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and
36
+ clearly marked as such. This may include source files, build scripts and documentation.</p>
37
+ <p>"Reserved Font Name" refers to any names specified as such after the copyright statement(s).</p>
38
+ <p>"Original Version" refers to the collection of Font Software components as distributed by the Copyright
39
+ Holder(s).</p>
40
+ <p>"Modified Version" refers to any derivative made by adding to, deleting, or substituting — in part or in
41
+ whole — any of the components of the Original Version, by changing formats or by porting the Font
42
+ Software to a new environment.</p>
43
+ <p>"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed
44
+ to the Font Software.</p>
45
+ <p>PERMISSION &amp; CONDITIONS</p>
46
+ <p>Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to
47
+ use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the
48
+ Font Software, subject to the following conditions:</p>
49
+ <list>
50
+ <item>
51
+ <bullet>1)</bullet>
52
+ Neither the Font Software nor any of its individual components, in Original or Modified Versions,
53
+ may be sold by itself.
54
+ </item>
55
+ <item>
56
+ <bullet>2)</bullet>
57
+ Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with
58
+ any software, provided that each copy contains the above copyright notice and this license.
59
+ These can be included either as stand-alone text files, human-readable headers or in the
60
+ appropriate machine-readable metadata fields within text or binary files as long as those
61
+ fields can be easily viewed by the user.
62
+ </item>
63
+ <item>
64
+ <bullet>3)</bullet>
65
+ No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit
66
+ written permission is granted by the corresponding Copyright Holder. This restriction only
67
+ applies to the primary font name as presented to the users.
68
+ </item>
69
+ <item>
70
+ <bullet>4)</bullet>
71
+ The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to
72
+ promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s)
73
+ of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
74
+ </item>
75
+ <item>
76
+ <bullet>5)</bullet>
77
+ The Font Software, modified or unmodified, in part or in whole, must be distributed entirely
78
+ under this license, and must not be distributed under any other license. The requirement for
79
+ fonts to remain under this license does not apply to any document created using the Font
80
+ Software.
81
+ </item>
82
+ </list>
83
+ <p>TERMINATION</p>
84
+ <p>This license becomes null and void if any of the above conditions are not met.</p>
85
+ <p>DISCLAIMER</p>
86
+ <p>THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
87
+ NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR
89
+ ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR
90
+ CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE
91
+ USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.</p>
92
+ </text>
93
+ </license>
94
+ </SPDXLicenseCollection>
@@ -0,0 +1,209 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="OSL-3.0" name="Open Software License 3.0">
4
+ <crossRefs>
5
+ <crossRef>https://web.archive.org/web/20120101081418/http://rosenlaw.com:80/OSL3.0.htm</crossRef>
6
+ <crossRef>https://opensource.org/licenses/OSL-3.0</crossRef>
7
+ </crossRefs>
8
+ <text>
9
+ <titleText>
10
+ <p>Open Software License v. 3.0 (OSL-3.0)</p>
11
+ </titleText>
12
+
13
+ <p>This Open Software License (the "License") applies to any original work of authorship (the
14
+ "Original Work") whose owner (the "Licensor") has placed the following licensing
15
+ notice adjacent to the copyright notice for the Original Work:</p>
16
+ <standardLicenseHeader>
17
+ <p>Licensed under the Open Software License version 3.0</p>
18
+ </standardLicenseHeader>
19
+ <list>
20
+ <item>
21
+ <bullet>1)</bullet>
22
+ Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive,
23
+ sublicensable license, for the duration of the copyright, to do the following:
24
+ <list>
25
+ <item>
26
+ <bullet>a)</bullet>
27
+ to reproduce the Original Work in copies, either alone or as part of a collective work;
28
+ </item>
29
+ <item>
30
+ <bullet>b)</bullet>
31
+ to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating
32
+ derivative works ("Derivative Works") based upon the Original Work;
33
+ </item>
34
+ <item>
35
+ <bullet>c)</bullet>
36
+ to distribute or communicate copies of the Original Work and Derivative Works to the public,
37
+ with the proviso that copies of Original Work or Derivative Works that You distribute or
38
+ communicate shall be licensed under this Open Software License;
39
+ </item>
40
+ <item>
41
+ <bullet>d)</bullet>
42
+ to perform the Original Work publicly; and
43
+ </item>
44
+ <item>
45
+ <bullet>e)</bullet>
46
+ to display the Original Work publicly.
47
+ </item>
48
+ </list>
49
+ </item>
50
+ <item>
51
+ <bullet>2)</bullet>
52
+ Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive,
53
+ sublicensable license, under patent claims owned or controlled by the Licensor that are
54
+ embodied in the Original Work as furnished by the Licensor, for the duration of the patents,
55
+ to make, use, sell, offer for sale, have made, and import the Original Work and Derivative
56
+ Works.
57
+ </item>
58
+ <item>
59
+ <bullet>3)</bullet>
60
+ Grant of Source Code License. The term "Source Code" means the preferred form of the
61
+ Original Work for making modifications to it and all available documentation describing how to
62
+ modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source
63
+ Code of the Original Work along with each copy of the Original Work that Licensor distributes.
64
+ Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of
65
+ the Source Code in an information repository reasonably calculated to permit inexpensive and
66
+ convenient access by You for as long as Licensor continues to distribute the Original
67
+ Work.
68
+ </item>
69
+ <item>
70
+ <bullet>4)</bullet>
71
+ Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors
72
+ to the Original Work, nor any of their trademarks or service marks, may be used to endorse or
73
+ promote products derived from this Original Work without express prior permission of the
74
+ Licensor. Except as expressly stated herein, nothing in this License grants any license to
75
+ Licensor’s trademarks, copyrights, patents, trade secrets or any other intellectual
76
+ property. No patent license is granted to make, use, sell, offer for sale, have made, or
77
+ import embodiments of any patent claims other than the licensed claims defined in Section 2.
78
+ No license is granted to the trademarks of Licensor even if such marks are included in the
79
+ Original Work. Nothing in this License shall be interpreted to prohibit Licensor from
80
+ licensing under terms different from this License any Original Work that Licensor otherwise
81
+ would have a right to license.
82
+ </item>
83
+ <item>
84
+ <bullet>5)</bullet>
85
+ External Deployment. The term "External Deployment" means the use, distribution, or
86
+ communication of the Original Work or Derivative Works in any way such that the Original Work
87
+ or Derivative Works may be used by anyone other than You, whether those works are distributed
88
+ or communicated to those persons or made available as an application intended for use over a
89
+ network. As an express condition for the grants of license hereunder, You must treat any
90
+ External Deployment by You of the Original Work or a Derivative Work as a distribution under
91
+ section 1(c).
92
+ </item>
93
+ <item>
94
+ <bullet>6)</bullet>
95
+ Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create,
96
+ all copyright, patent, or trademark notices from the Source Code of the Original Work, as well
97
+ as any notices of licensing and any descriptive text identified therein as an
98
+ "Attribution Notice." You must cause the Source Code for any Derivative Works that
99
+ You create to carry a prominent Attribution Notice reasonably calculated to inform recipients
100
+ that You have modified the Original Work.
101
+ </item>
102
+ <item>
103
+ <bullet>7)</bullet>
104
+ Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to
105
+ the Original Work and the patent rights granted herein by Licensor are owned by the Licensor
106
+ or are sublicensed to You under the terms of this License with the permission of the
107
+ contributor(s) of those copyrights and patent rights. Except as expressly stated in the
108
+ immediately preceding sentence, the Original Work is provided under this License on an
109
+ "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without
110
+ limitation, the warranties of non-infringement, merchantability or fitness for a particular
111
+ purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER
112
+ OF WARRANTY constitutes an essential part of this License. No license to the Original Work is
113
+ granted by this License except under this disclaimer.
114
+ </item>
115
+ <item>
116
+ <bullet>8)</bullet>
117
+ Limitation of Liability. Under no circumstances and under no legal theory, whether in tort
118
+ (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any
119
+ indirect, special, incidental, or consequential damages of any character arising as a result
120
+ of this License or the use of the Original Work including, without limitation, damages for
121
+ loss of goodwill, work stoppage, computer failure or malfunction, or any and all other
122
+ commercial damages or losses. This limitation of liability shall not apply to the extent
123
+ applicable law prohibits such limitation.
124
+ </item>
125
+ <item>
126
+ <bullet>9)</bullet>
127
+ Acceptance and Termination. If, at any time, You expressly assented to this License, that assent
128
+ indicates your clear and irrevocable acceptance of this License and all of its terms and
129
+ conditions. If You distribute or communicate copies of the Original Work or a Derivative Work,
130
+ You must make a reasonable effort under the circumstances to obtain the express assent of
131
+ recipients to the terms of this License. This License conditions your rights to undertake the
132
+ activities listed in Section 1, including your right to create Derivative Works based upon the
133
+ Original Work, and doing so without honoring these terms and conditions is prohibited by
134
+ copyright law and international treaty. Nothing in this License is intended to affect
135
+ copyright exceptions and limitations (including “fair use” or “fair
136
+ dealing”). This License shall terminate immediately and You may no longer exercise any
137
+ of the rights granted to You by this License upon your failure to honor the conditions in
138
+ Section 1(c).
139
+ </item>
140
+ <item>
141
+ <bullet>10)</bullet>
142
+ Termination for Patent Action. This License shall terminate automatically and You may no longer
143
+ exercise any of the rights granted to You by this License as of the date You commence an
144
+ action, including a cross-claim or counterclaim, against Licensor or any licensee alleging
145
+ that the Original Work infringes a patent. This termination provision shall not apply for an
146
+ action alleging patent infringement by combinations of the Original Work with other software
147
+ or hardware.
148
+ </item>
149
+ <item>
150
+ <bullet>11)</bullet>
151
+ Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought
152
+ only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor
153
+ conducts its primary business, and under the laws of that jurisdiction excluding its
154
+ conflict-of-law provisions. The application of the United Nations Convention on Contracts for
155
+ the International Sale of Goods is expressly excluded. Any use of the Original Work outside
156
+ the scope of this License or after its termination shall be subject to the requirements and
157
+ penalties of copyright or patent law in the appropriate jurisdiction. This section shall
158
+ survive the termination of this License.
159
+ </item>
160
+ <item>
161
+ <bullet>12)</bullet>
162
+ Attorneys' Fees. In any action to enforce the terms of this License or seeking damages
163
+ relating thereto, the prevailing party shall be entitled to recover its costs and expenses,
164
+ including, without limitation, reasonable attorneys' fees and costs incurred in
165
+ connection with such action, including any appeal of such action. This section shall survive
166
+ the termination of this License.
167
+ </item>
168
+ <item>
169
+ <bullet>13)</bullet>
170
+ Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall
171
+ be reformed only to the extent necessary to make it enforceable.
172
+ </item>
173
+ <item>
174
+ <bullet>14)</bullet>
175
+ Definition of "You" in This License. "You" throughout this License, whether
176
+ in upper or lower case, means an individual or a legal entity exercising rights under, and
177
+ complying with all of the terms of, this License. For legal entities, "You" includes
178
+ any entity that controls, is controlled by, or is under common control with you. For purposes
179
+ of this definition, "control" means (i) the power, direct or indirect, to cause the
180
+ direction or management of such entity, whether by contract or otherwise, or (ii) ownership of
181
+ fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such
182
+ entity.
183
+ </item>
184
+ <item>
185
+ <bullet>15)</bullet>
186
+ Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned
187
+ by this License or by law, and Licensor promises not to interfere with or be responsible for
188
+ such uses by You.
189
+ </item>
190
+ <item>
191
+ <bullet>16)</bullet>
192
+ Modification of This License. This License is Copyright (c) 2005 Lawrence Rosen. Permission is
193
+ granted to copy, distribute, or communicate this License without modification. Nothing in this
194
+ License permits You to modify this License as applied to the Original Work or to Derivative
195
+ Works. However, You may modify the text of this License and copy, distribute or communicate
196
+ your modified version (the "Modified License") and apply it to other original works
197
+ of authorship subject to the following conditions: (i) You may not indicate in any way that
198
+ your Modified License is the "Open Software License" or "OSL" and you may
199
+ not use those names in the name of your Modified License; (ii) You must replace the notice
200
+ specified in the first paragraph above with the notice "Licensed under &lt;insert your
201
+ license name here&gt;" or with a notice of your own that is not confusingly similar to
202
+ the notice in this License; and (iii) You may not claim that your original works are open
203
+ source software unless your Modified License has been approved by Open Source Initiative (OSI)
204
+ and You comply with its license review and certification process.
205
+ </item>
206
+ </list>
207
+ </text>
208
+ </license>
209
+ </SPDXLicenseCollection>
@@ -0,0 +1,32 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="PostgreSQL" name="PostgreSQL License">
4
+ <crossRefs>
5
+ <crossRef>http://www.postgresql.org/about/licence</crossRef>
6
+ <crossRef>https://opensource.org/licenses/PostgreSQL</crossRef>
7
+ </crossRefs>
8
+ <text>
9
+ <titleText>
10
+ <p>PostgreSQL Database Management System
11
+ <br/>(formerly known as Postgres, then as Postgres95)
12
+ </p>
13
+ </titleText>
14
+ <copyrightText>
15
+ <p>Portions Copyright (c) 1996-2010, The PostgreSQL Global Development Group</p>
16
+ <p>Portions Copyright (c) 1994, The Regents of the University of California</p>
17
+ </copyrightText>
18
+
19
+ <p>Permission to use, copy, modify, and distribute this software and its documentation for any purpose,
20
+ without fee, and without a written agreement is hereby granted, provided that the above copyright
21
+ notice and this paragraph and the following two paragraphs appear in all copies.</p>
22
+ <p>IN NO EVENT SHALL <alt match=".+" name="copyrightHolderLiability">THE UNIVERSITY OF CALIFORNIA</alt> BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL,
23
+ INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE
24
+ AND ITS DOCUMENTATION, EVEN IF <alt match=".+" name="copyrightHolderAdvised">THE UNIVERSITY OF CALIFORNIA</alt> HAS BEEN ADVISED OF THE POSSIBILITY OF
25
+ SUCH DAMAGE.</p>
26
+ <p><alt match=".+" name="copyrightHolderDisclaims">THE UNIVERSITY OF CALIFORNIA</alt> SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED
28
+ HEREUNDER IS ON AN "AS IS" BASIS, AND <alt match=".+" name="copyrightHolderAsIs">THE UNIVERSITY OF CALIFORNIA</alt> HAS NO OBLIGATIONS TO PROVIDE
29
+ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.</p>
30
+ </text>
31
+ </license>
32
+ </SPDXLicenseCollection>
@@ -0,0 +1,46 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="UPL-1.0"
4
+ name="Universal Permissive License v1.0">
5
+ <crossRefs>
6
+ <crossRef>https://opensource.org/licenses/UPL</crossRef>
7
+ </crossRefs>
8
+ <text>
9
+ <copyrightText>
10
+ <p>Copyright (c) [year] [copyright holders]</p>
11
+ </copyrightText>
12
+ <titleText>
13
+ <p>The Universal Permissive License (UPL), Version 1.0</p>
14
+ </titleText>
15
+
16
+ <p>Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of
17
+ this software, associated documentation and/or data (collectively the "Software"), free of charge and
18
+ under any and all copyright rights in the Software, and any and all patent rights owned or freely
19
+ licensable by each licensor hereunder covering either (i) the unmodified Software as contributed to or
20
+ provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both</p>
21
+ <list>
22
+ <item>
23
+ <bullet>(a)</bullet>
24
+ the Software, and
25
+ </item>
26
+ <item>
27
+ <bullet>(b)</bullet>
28
+ any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the
29
+ Software (each a “Larger Work” to which the Software is contributed by such licensors),
30
+ </item>
31
+ </list>
32
+ <p>without restriction, including without limitation the rights to copy, create derivative works of,
33
+ display, perform, and distribute the Software and make, use, sell, offer for sale, import, export,
34
+ have made, and have sold the Software and the Larger Work(s), and to sublicense the foregoing rights
35
+ on either these or other terms.</p>
36
+ <p>This license is subject to the following condition:</p>
37
+ <p>The above copyright notice and either this complete permission notice or at a minimum a reference to the
38
+ UPL must be included in all copies or substantial portions of the Software.</p>
39
+ <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
40
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
41
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
42
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
43
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
44
+ </text>
45
+ </license>
46
+ </SPDXLicenseCollection>
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="true" licenseId="Unlicense" name="The Unlicense">
4
+ <crossRefs>
5
+ <crossRef>https://unlicense.org/</crossRef>
6
+ </crossRefs>
7
+ <notes>This is a public domain dedication</notes>
8
+ <text>
9
+ <p>This is free and unencumbered software released into the public domain.</p>
10
+ <p>Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in
11
+ source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any
12
+ means.</p>
13
+ <p>In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and
14
+ all copyright interest in the software to the public domain. We make this dedication for the benefit
15
+ of the public at large and to the detriment of our heirs and
16
+ successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all
17
+ present and future rights to this software under copyright law.
18
+ </p>
19
+ <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
20
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
21
+ NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23
+ OTHER DEALINGS IN THE SOFTWARE.</p>
24
+ <optional><p>For more information, please refer to &lt;https://unlicense.org/&gt;</p></optional>
25
+ </text>
26
+ </license>
27
+ </SPDXLicenseCollection>
@@ -0,0 +1,124 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3
+ <license isOsiApproved="false" licenseId="Vim" name="Vim License">
4
+ <crossRefs>
5
+ <crossRef>http://vimdoc.sourceforge.net/htmldoc/uganda.html</crossRef>
6
+ </crossRefs>
7
+ <text>
8
+ <titleText>
9
+ <p>VIM LICENSE</p>
10
+ </titleText>
11
+
12
+ <list>
13
+ <item>
14
+ <bullet>I)</bullet>
15
+ There are no restrictions on distributing unmodified copies of <alt match=".+" name="softwareName">Vim</alt> except that they must include
16
+ this license text. You can also distribute unmodified parts of <alt match=".+" name="softwareName">Vim</alt>, likewise unrestricted
17
+ except that they must include this license text. You are also allowed to include executables
18
+ that you made from the unmodified <alt match=".+" name="softwareName">Vim</alt> sources, plus your own usage examples and Vim
19
+ scripts.
20
+ </item>
21
+ <item>
22
+ <bullet>II)</bullet>
23
+ It is allowed to distribute a modified (or extended) version of <alt match=".+" name="softwareName">Vim</alt>, including executables and/or
24
+ source code, when the following four conditions are met:
25
+ <list>
26
+ <item>
27
+ <bullet>1)</bullet>
28
+ This license text must be included unmodified.
29
+ </item>
30
+ <item>
31
+ <bullet>2)</bullet>
32
+ The modified <alt match=".+" name="softwareName">Vim</alt> must be distributed in one of the following five ways:
33
+ <list>
34
+ <item>
35
+ <bullet>a)</bullet>
36
+ If you make changes to <alt match=".+" name="softwareName">Vim</alt> yourself, you must clearly describe in the distribution how to contact
37
+ you. When the maintainer asks you (in any way) for a copy of the modified <alt match=".+" name="softwareName">Vim</alt> you distributed,
38
+ you must make your changes, including source code, available to the maintainer without fee.
39
+ The maintainer reserves the right to include your changes in the official version of <alt match=".+" name="softwareName">Vim</alt>. What
40
+ the maintainer will do with your changes and under what license they will be distributed is
41
+ negotiable. If there has been no negotiation then this license, or a later version, also
42
+ applies to your changes. The current maintainer is Bram Moolenaar &lt;Bram@vim.org&gt;. If
43
+ this changes it will be announced in appropriate places (most likely vim.sf.net, www.vim.org
44
+ and/or comp.editors). When it is completely impossible to contact the maintainer, the
45
+ obligation to send him your changes ceases. Once the maintainer has confirmed that he has
46
+ received your changes they will not have to be sent again.
47
+ </item>
48
+ <item>
49
+ <bullet>b)</bullet>
50
+ If you have received a modified <alt match=".+" name="softwareName">Vim</alt> that was distributed as mentioned under a) you are allowed to
51
+ further distribute it unmodified, as mentioned at I). If you make additional changes the text
52
+ under a) applies to those changes.
53
+ </item>
54
+ <item>
55
+ <bullet>c)</bullet>
56
+ Provide all the changes, including source code, with every copy of the modified <alt match=".+" name="softwareName">Vim</alt> you
57
+ distribute. This may be done in the form of a context diff. You can choose what license to use
58
+ for new code you add. The changes and their license must not restrict others from making their
59
+ own changes to the official version of <alt match=".+" name="softwareName">Vim</alt>.
60
+ </item>
61
+ <item>
62
+ <bullet>d)</bullet>
63
+ When you have a modified <alt match=".+" name="softwareName">Vim</alt> which includes changes as mentioned under c), you can distribute it
64
+ without the source code for the changes if the following three conditions are met:
65
+ <list>
66
+ <item>
67
+ <bullet>-</bullet>
68
+ The license that applies to the changes permits you to distribute the changes to the Vim
69
+ maintainer without fee or restriction, and permits the Vim maintainer to include the changes
70
+ in the official version of <alt match=".+" name="softwareName">Vim</alt> without fee or restriction.
71
+ </item>
72
+ <item>
73
+ <bullet>-</bullet>
74
+ You keep the changes for at least three years after last distributing the corresponding modified
75
+ <alt match=".+" name="softwareName">Vim</alt>. When the maintainer or someone who you distributed the modified <alt match=".+" name="softwareName">Vim</alt> to asks you (in any
76
+ way) for the changes within this period, you must make them available to him.
77
+ </item>
78
+ <item>
79
+ <bullet>-</bullet>
80
+ You clearly describe in the distribution how to contact you. This contact information must remain
81
+ valid for at least three years after last distributing the corresponding modified <alt match=".+" name="softwareName">Vim</alt>, or as
82
+ long as possible.
83
+ </item>
84
+ </list>
85
+ </item>
86
+ <item>
87
+ <bullet>e)</bullet>
88
+ When the GNU General Public License (GPL) applies to the changes, you can distribute the modified
89
+ <alt match=".+" name="softwareName">Vim</alt> under the GNU GPL version 2 or any later version.
90
+ </item>
91
+ </list>
92
+ </item>
93
+ <item>
94
+ <bullet>3)</bullet>
95
+ A message must be added, at least in the output of the ":version" command and in the intro
96
+ screen, such that the user of the modified <alt match=".+" name="softwareName">Vim</alt> is able to see that it was modified. When
97
+ distributing as mentioned under 2)e) adding the message is only required for as far as this
98
+ does not conflict with the license used for the changes.
99
+ </item>
100
+ <item>
101
+ <bullet>4)</bullet>
102
+ The contact information as required under 2)a) and 2)d) must not be removed or changed, except
103
+ that the person himself can make corrections.
104
+ </item>
105
+ </list>
106
+ </item>
107
+ <item>
108
+ <bullet>III)</bullet>
109
+ If you distribute a modified version of <alt match=".+" name="softwareName">Vim</alt>, you are encouraged to use the Vim license for your
110
+ changes and make them available to the maintainer, including the source code. The preferred
111
+ way to do this is by e-mail or by uploading the files to a server and e-mailing the URL. If
112
+ the number of changes is small (e.g., a modified Makefile) e-mailing a context diff will do.
113
+ The e-mail address to be used is &lt;maintainer@vim.org&gt;
114
+ </item>
115
+ <item>
116
+ <bullet>IV)</bullet>
117
+ It is not allowed to remove this license from the distribution of the <alt match=".+" name="softwareName">Vim</alt> sources, parts of it or
118
+ from a modified version. You may use this license for previous <alt match=".+" name="softwareName">Vim</alt> releases instead of the
119
+ license that they came with, at your option.
120
+ </item>
121
+ </list>
122
+ </text>
123
+ </license>
124
+ </SPDXLicenseCollection>