diff --git a/src/SPDX2Disclosure.py b/src/SPDX2Disclosure.py index 4c0511b..8e75c3f 100755 --- a/src/SPDX2Disclosure.py +++ b/src/SPDX2Disclosure.py @@ -235,7 +235,7 @@ def SPDX2Disclosure(filename, disclosurefile, licenselevel, encoding, shownumber print('LicenseConcluded:', licenseconcluded) else: print('LicenseConcluded:') - if licenseconcluded.find(' OR ') > 0 or licenseconcluded.find(' AND '): + if licenseconcluded.find(' OR ') > 0 or licenseconcluded.find(' AND ') > 0: print('Dual-licensing logic:', licenseconcluded) for licensename in licensenotices: if licensename != 'NOASSERTION':