Gaurav Mishra
Gaurav Mishra
The scancode wrapper runs similarly: https://github.com/fossology/fossology/blob/20ca3a482ce18e85859e92842e94fe06bb226237/src/scancode/agent/scancode_wrapper.cc#L86-L93 And installs the agent as a pip package: https://github.com/fossology/fossology/blob/20ca3a482ce18e85859e92842e94fe06bb226237/install/fo-install-pythondeps#L163-L176 Just a heads up with the problems we are facing with scancode: 1. The agent...
Hello @scanoss-qg , this time the agent completed successfully but there were no results :-( The license identified is empty.   Nothing in the info page as well 
Hello @codeakki , you can look to file `src/copyright/ui/CopyrightView.php` which loads the data and `src/copyright/ui/template/ui-xp-view_rhs.html.twig` which is the template for the page. You can try to copy the working of...
Hello @lucian-balea , Does the feature provided in #1713 be helpful for your case? (Exporting copyright list with filter "No license")
@rohitpandey49 Indeed there are empty space at the end of line in `src/reso/agent/ResoAgent.php` but on line 199 and 208 
Additional note @rohitpandey49 , please check if the `copyright` table does not already have entry for the given set of `agent_fk`, `pfile_fk` and `hash` otherwise it will cause duplicate entries...
@rohitpandey49 , changes looks good to me. Please add following changes to the code as well. 1. The change in `CopyrightDao.php` is a boolean logic fix (invert **AND** with **OR**...
Sorry @rohitpandey49 , I messed the dependency check. Can you please modify it like following? We can merge the PR after that. ```diff diff --git a/src/reso/ui/ResoAgentPlugin.php b/src/reso/ui/ResoAgentPlugin.php index 279d6202b..714a3b809 100644...
Except changes noted above, tests are working as expected.
@krishna9304 Please rebase the branch to resolve merge conflict.