-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/check fails with NoneType #64
Commits on Oct 2, 2023
-
Update scancode-toolkit requirement from <=31.2.6 to <=32.0.7
Updates the requirements on [scancode-toolkit](https://github.com/nexB/scancode-toolkit) to permit the latest version. - [Release notes](https://github.com/nexB/scancode-toolkit/releases) - [Changelog](https://github.com/nexB/scancode-toolkit/blob/develop/CHANGELOG.rst) - [Commits](aboutcode-org/scancode-toolkit@v1.0.0...v32.0.7) --- updated-dependencies: - dependency-name: scancode-toolkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be4a47c - Browse repository at this point
Copy the full SHA be4a47cView commit details
Commits on Oct 9, 2023
-
Signed-off-by: Christian Henkel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53dc988 - Browse repository at this point
Copy the full SHA 53dc988View commit details -
is_license_text check fixed with new result semantics
Signed-off-by: Christian Henkel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85df286 - Browse repository at this point
Copy the full SHA 85df286View commit details -
Configuration menu - View commit details
-
Copy full SHA for db494df - Browse repository at this point
Copy the full SHA db494dfView commit details -
Signed-off-by: Christian Henkel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca0e3e1 - Browse repository at this point
Copy the full SHA ca0e3e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53c22b - Browse repository at this point
Copy the full SHA c53c22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 073e6fb - Browse repository at this point
Copy the full SHA 073e6fbView commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6555c19 - Browse repository at this point
Copy the full SHA 6555c19View commit details -
Unnecessary "else" after "return"
Signed-off-by: Christian Henkel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5312b77 - Browse repository at this point
Copy the full SHA 5312b77View commit details -
Signed-off-by: Christian Henkel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d747147 - Browse repository at this point
Copy the full SHA d747147View commit details -
Signed-off-by: Christian Henkel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f18304 - Browse repository at this point
Copy the full SHA 8f18304View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dada029 - Browse repository at this point
Copy the full SHA dada029View commit details -
changed method get_spdx_license_name back, WIP
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f633c28 - Browse repository at this point
Copy the full SHA f633c28View commit details
Commits on Feb 27, 2024
-
scancode get_copyrights function filtering word 'anything', changed t…
…o second Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e7a499 - Browse repository at this point
Copy the full SHA 1e7a499View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d3b25 - Browse repository at this point
Copy the full SHA b5d3b25View commit details -
Added spaces around comment for scancode to recognize copyright message
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd8d6de - Browse repository at this point
Copy the full SHA fd8d6deView commit details -
Merge branch 'main' of https://github.com/boschresearch/ros_license_t…
…oolkit into dependabot/pip/scancode-toolkit-lte-32.0.7 Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af457d3 - Browse repository at this point
Copy the full SHA af457d3View commit details
Commits on Mar 4, 2024
-
added check for only one license text which is in spdx to start handl…
…ing wrong tags as the license of the file Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 648de94 - Browse repository at this point
Copy the full SHA 648de94View commit details -
When only one SPDX License File exists, make a warning to change the …
…wrong tag Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59be16e - Browse repository at this point
Copy the full SHA 59be16eView commit details
Commits on Mar 5, 2024
-
Added check if multiple files exist
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27393ff - Browse repository at this point
Copy the full SHA 27393ffView commit details -
restructured LicenseTextExistsCheck
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28cede1 - Browse repository at this point
Copy the full SHA 28cede1View commit details -
reverted restructure of check since pytest has trouble with it
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eec394c - Browse repository at this point
Copy the full SHA eec394cView commit details
Commits on Mar 6, 2024
-
moved LicenseTextExists checks to seperate function
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7859b4 - Browse repository at this point
Copy the full SHA b7859b4View commit details -
made own evaluation function for licenseInCodeCheck
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9aefe6a - Browse repository at this point
Copy the full SHA 9aefe6aView commit details -
added irgnore flag for too many attributes localy to package.py since…
… this is the only place where saving inofficial licenses makes sense Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 945cd93 - Browse repository at this point
Copy the full SHA 945cd93View commit details -
Converted check_licenses mehtod to function
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 622738e - Browse repository at this point
Copy the full SHA 622738eView commit details -
restructured Check LicensesInCode and TextExists to work with attribu…
…tes instead of local vars Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75c2d63 - Browse repository at this point
Copy the full SHA 75c2d63View commit details -
added test for two licenses with both tags not in spdx
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c9ba21 - Browse repository at this point
Copy the full SHA 6c9ba21View commit details -
changed license from test to MPL
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5af585d - Browse repository at this point
Copy the full SHA 5af585dView commit details -
Added negative test for two not in spdx tags but one for own license …
…file Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89f05d9 - Browse repository at this point
Copy the full SHA 89f05d9View commit details
Commits on Mar 11, 2024
-
added test for ignoring contents of readme
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f51e03b - Browse repository at this point
Copy the full SHA f51e03bView commit details -
added ignore file in json format to set all files, types and folders …
…for ignoring Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4590a29 - Browse repository at this point
Copy the full SHA 4590a29View commit details -
added test for hidden folder that should also be ignored (simulating …
…git folder). Changed format of ignore file Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07f813e - Browse repository at this point
Copy the full SHA 07f813eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee05fe - Browse repository at this point
Copy the full SHA 4ee05feView commit details
Commits on Mar 12, 2024
-
changed check for LicenceTag to Fail if tag and file are not same lic…
…ense but both are SPDX Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 065ff46 - Browse repository at this point
Copy the full SHA 065ff46View commit details
Commits on Mar 13, 2024
-
Documenting requirements for pypi update (#56)
Signed-off-by: Christian Henkel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87bd4fc - Browse repository at this point
Copy the full SHA 87bd4fcView commit details
Commits on Mar 18, 2024
-
Merge branch 'main' into feature/handling-false-positives
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 690dfc6 - Browse repository at this point
Copy the full SHA 690dfc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a99d0e - Browse repository at this point
Copy the full SHA 3a99d0eView commit details -
Merge branch 'main' into feature/error_for_spdx_license_and_tag
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c861e9 - Browse repository at this point
Copy the full SHA 2c861e9View commit details -
deleted unnecessary attribute from pull request
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cecde49 - Browse repository at this point
Copy the full SHA cecde49View commit details -
Added check for LicenenseInCode if src file has a license declaration…
… in SPDX. Otherwise, display warning Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ab9062 - Browse repository at this point
Copy the full SHA 3ab9062View commit details -
introduced .scanignore file, keeping local var for ignoring default f…
…iles. Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 371d631 - Browse repository at this point
Copy the full SHA 371d631View commit details -
Added list of default ignored items to readme
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a9573b - Browse repository at this point
Copy the full SHA 0a9573bView commit details -
Merge branch 'main' into feature/handling-false-positives
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60b824e - Browse repository at this point
Copy the full SHA 60b824eView commit details -
Merge pull request #54 from boschresearch/feature/error_for_spdx_lice…
…nse_and_tag Feature/error for spdx license and tag
Configuration menu - View commit details
-
Copy full SHA for 87b062a - Browse repository at this point
Copy the full SHA 87b062aView commit details -
Merge pull request #53 from boschresearch/feature/handling-false-posi…
…tives Feature/handling false positives
Configuration menu - View commit details
-
Copy full SHA for 0cb67b7 - Browse repository at this point
Copy the full SHA 0cb67b7View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 665a0b6 - Browse repository at this point
Copy the full SHA 665a0b6View commit details -
Feature: add check for every license has a matching tag (#55)
* added check for lincense files not covered by any tag * Added test for too many License files * Added inofficial license check in LicenseFileReferenced to decide between error and warning. Introduced function for path is parent or child --------- Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90afb3e - Browse repository at this point
Copy the full SHA 90afb3eView commit details -
removed license file, adapted linting issues
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 855debb - Browse repository at this point
Copy the full SHA 855debbView commit details -
removed extra code file from unkown license package
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f83c1f - Browse repository at this point
Copy the full SHA 8f83c1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3569882 - Browse repository at this point
Copy the full SHA 3569882View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8816b - Browse repository at this point
Copy the full SHA ff8816bView commit details -
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bb37b0 - Browse repository at this point
Copy the full SHA 9bb37b0View commit details -
removed check for files with no license
Signed-off-by: Anton Utz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9fbcf3 - Browse repository at this point
Copy the full SHA e9fbcf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f8712 - Browse repository at this point
Copy the full SHA 56f8712View commit details