Closed
Description
Symfony version(s) affected
4.4, 5.4, 6.1
Description
There is an @copyright
annotation in MoFileLoader with links to Union of RAD. The line itself was committed in 2011.
The issue is that license scanners trigger that they cannot find the License information of the copyrighted file and fail license scanning automated jobs.
I am not really sure what is the procedure here, but after asking in Symfony Slack it was recommended to me to report it here.
How to reproduce
It depends on the tools that a project might use to find copyright claims in the file code. But just reading the file and following the links in the copyright annotation shows that one link is dead and the other one redirects to a Lithium company.
Possible Solution
Remove the copyright annotation
Additional Context
No response