-
Notifications
You must be signed in to change notification settings - Fork 160
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
New system for gathering license files #3692
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 183 of 183 files at r1.
Reviewable status: all files reviewed, 14 unresolved discussions (waiting on @sustrik)
licenses/data/com_github_prometheus_procfs/scripts/check_license.sh, line 1 at r1 (raw file):
#!/bin/sh
We should skip this file.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_agpl.go, line 1 at r1 (raw file):
package cmd
This is not the license of the package (which is Apache 2.0), but rather library support for licensing. It should not be included.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_apache_2.go, line 1 at r1 (raw file):
// Copyright © 2015 Steve Francia <spf@spf13.com>.
Same as above.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_bsd_clause_2.go, line 1 at r1 (raw file):
// Copyright © 2015 Steve Francia <spf@spf13.com>.
Same as above.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_bsd_clause_3.go, line 1 at r1 (raw file):
// Copyright © 2015 Steve Francia <spf@spf13.com>.
Same as above.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_gpl_2.go, line 1 at r1 (raw file):
// Copyright © 2015 Steve Francia <spf@spf13.com>.
Same as above.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_gpl_3.go, line 1 at r1 (raw file):
// Copyright © 2015 Steve Francia <spf@spf13.com>.
Same as above.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_lgpl.go, line 1 at r1 (raw file):
package cmd
Same as above.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_mit.go, line 1 at r1 (raw file):
// Copyright © 2015 Steve Francia <spf@spf13.com>.
Same as above.
licenses/data/com_github_spf13_cobra/cobra/cmd/licenses.go, line 1 at r1 (raw file):
// Copyright © 2015 Steve Francia <spf@spf13.com>.
Same as above.
licenses/data/com_github_uber_jaeger_client_go/scripts/updateLicense.py, line 1 at r1 (raw file):
from __future__ import (
Again, this looks like library support.
licenses/data/com_github_uber_jaeger_client_go/scripts/updateLicenses.sh, line 1 at r1 (raw file):
#!/bin/bash
This looks like license retrieval support.
licenses/data/com_github_uber_jaeger_lib/scripts/updateLicense.py, line 1 at r1 (raw file):
from __future__ import (
This looks like license retrieval support.
licenses/data/com_github_uber_jaeger_lib/scripts/updateLicenses.sh, line 1 at r1 (raw file):
#!/bin/bash
This looks like license retrieval support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 14 unresolved discussions (waiting on @scrye)
licenses/data/com_github_prometheus_procfs/scripts/check_license.sh, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
We should skip this file.
Done.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_agpl.go, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
This is not the license of the package (which is Apache 2.0), but rather library support for licensing. It should not be included.
Done.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_apache_2.go, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
Same as above.
Done.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_bsd_clause_2.go, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
Same as above.
Done.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_bsd_clause_3.go, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
Same as above.
Done.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_gpl_2.go, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
Same as above.
Done.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_gpl_3.go, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
Same as above.
Done.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_lgpl.go, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
Same as above.
Done.
licenses/data/com_github_spf13_cobra/cobra/cmd/license_mit.go, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
Same as above.
Done.
licenses/data/com_github_spf13_cobra/cobra/cmd/licenses.go, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
Same as above.
Done.
licenses/data/com_github_uber_jaeger_client_go/scripts/updateLicense.py, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
Again, this looks like library support.
Done.
licenses/data/com_github_uber_jaeger_client_go/scripts/updateLicenses.sh, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
This looks like license retrieval support.
Done.
licenses/data/com_github_uber_jaeger_lib/scripts/updateLicense.py, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
This looks like license retrieval support.
Done.
licenses/data/com_github_uber_jaeger_lib/scripts/updateLicenses.sh, line 1 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
This looks like license retrieval support.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 16 of 26 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved
This change is