-
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
Feature/error for spdx license and tag #54
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 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 18, 2024
-
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