Update LicenseRegistry to Include Default License Terms in getAttachedLicenseTerms
and getAttachedLicenseTermsCount
#197
Labels
enhancement
New feature or request
Description
The
LicenseRegistry
contract needs to be updated to ensure that thegetAttachedLicenseTerms
function also returns the default license terms and that thegetAttachedLicenseTermsCount
function includes the default license terms in its count. This enhancement will ensure that the default license terms are consistently considered in all relevant operations.Objectives
getAttachedLicenseTerms
: Modify thegetAttachedLicenseTerms
function to return the default license terms along with any other attached license terms.getAttachedLicenseTermsCount
: Update thegetAttachedLicenseTermsCount
function to include the default license terms in its count of attached license terms.Acceptance Criteria
getAttachedLicenseTerms
function returns the default license terms along with any other attached license terms.getAttachedLicenseTermsCount
function includes the default license terms in its count.This update is part of our ongoing efforts to improve the functionality and consistency of the
LicenseRegistry
contract.The text was updated successfully, but these errors were encountered: