-
Notifications
You must be signed in to change notification settings - Fork 20
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
Dependency scanner for pub can't load Copyright Text #41
Comments
I found it . This code is written like below.
Any plans to support this feature? |
@namkyu1999 The output file of flutter dependency scanning ('oss_licenses.dart') has the element of license and it contains the license text. Also it needs to detect the copyright text in license. |
How about using scancode-toolkit? Your team already used this package in 'fosslight_source_scanner'. |
In fact, scancode-toolkit is a bit heavy for fosslight_dependency_scanner to use. But it would be nice if the tools could be unified and the copyright could also be detected. We will consider to replace it. |
scancode-toolkit maintainer here. Tell me if I can help.
It has a few dependencies but it has quite decent license and copyright detection support, IMHO ;) |
@pombredanne |
Describe the bug
I'm using dependency_scanner for my flutter project. I 'm generate oss license file like below
When i run fosslight_dependency_scanner, this software generate file without copyright text. I don't know why because my dart file have license text. Is there any other reason?
The text was updated successfully, but these errors were encountered: