@@ -87,7 +87,7 @@ def buildLicenses(
8787
8888### LicenseMatrix().closestSPDX
8989
90- [ Show source in license_matrix.py:135 ] ( ../../../licensematrix/license_matrix.py#L135 )
90+ [ Show source in license_matrix.py:140 ] ( ../../../licensematrix/license_matrix.py#L140 )
9191
9292Guarantee a license from a spdx id (may be inaccurate).
9393
@@ -107,7 +107,7 @@ def closestSPDX(self, spdx: str) -> License: ...
107107
108108### LicenseMatrix().closestTitle
109109
110- [ Show source in license_matrix.py:149 ] ( ../../../licensematrix/license_matrix.py#L149 )
110+ [ Show source in license_matrix.py:156 ] ( ../../../licensematrix/license_matrix.py#L156 )
111111
112112Guarantee a license from a name (may be inaccurate).
113113
@@ -127,7 +127,7 @@ def closestTitle(self, name: str) -> License: ...
127127
128128### LicenseMatrix().licenseFromAltName
129129
130- [ Show source in license_matrix.py:100 ] ( ../../../licensematrix/license_matrix.py#L100 )
130+ [ Show source in license_matrix.py:105 ] ( ../../../licensematrix/license_matrix.py#L105 )
131131
132132Get the license from an altName.
133133
@@ -147,7 +147,7 @@ def licenseFromAltName(self, altName: str) -> License | None: ...
147147
148148### LicenseMatrix().licenseFromName
149149
150- [ Show source in license_matrix.py:86 ] ( ../../../licensematrix/license_matrix.py#L86 )
150+ [ Show source in license_matrix.py:91 ] ( ../../../licensematrix/license_matrix.py#L91 )
151151
152152Get the license from a name.
153153
@@ -167,7 +167,7 @@ def licenseFromName(self, name: str) -> License | None: ...
167167
168168### LicenseMatrix().licenseFromSPDX
169169
170- [ Show source in license_matrix.py:72 ] ( ../../../licensematrix/license_matrix.py#L72 )
170+ [ Show source in license_matrix.py:77 ] ( ../../../licensematrix/license_matrix.py#L77 )
171171
172172Get the license from a spdx id.
173173
@@ -187,7 +187,7 @@ def licenseFromSPDX(self, spdx: str) -> License | None: ...
187187
188188### LicenseMatrix().searchLicenses
189189
190- [ Show source in license_matrix.py:115 ] ( ../../../licensematrix/license_matrix.py#L115 )
190+ [ Show source in license_matrix.py:120 ] ( ../../../licensematrix/license_matrix.py#L120 )
191191
192192Get a list of candidate licenses from a search string.
193193
0 commit comments