We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565ff26 commit 73a1fedCopy full SHA for 73a1fed
src/scanoss/inspection/utils/license_utils.py
@@ -122,14 +122,6 @@ def get_spdx_url(self, spdxid: str) -> str:
122
"""
123
return f'{self.BASE_SPDX_ORG_URL}/{spdxid}.html'
124
125
- def get_osadl_url(self, spdxid: str) -> str:
126
- """
127
- Generate the URL for the OSADL (Open Source Automation Development Lab) page of a license.
128
-
129
- :param spdxid: The SPDX identifier of the license
130
- :return: The URL of the OSADL page for the given license
131
132
- return f'{self.BASE_OSADL_URL}/{spdxid}.txt'
133
134
135
#
0 commit comments