Skip to content
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

Merged
merged 7 commits into from
Mar 25, 2020
Merged

New system for gathering license files #3692

merged 7 commits into from
Mar 25, 2020

Conversation

sustrik
Copy link
Contributor

@sustrik sustrik commented Mar 24, 2020

This change is Reviewable

@sustrik sustrik requested a review from scrye March 24, 2020 07:59
Copy link
Contributor

@scrye scrye left a 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.

Copy link
Contributor Author

@sustrik sustrik left a 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.

Copy link
Contributor

@scrye scrye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 16 of 26 files at r2.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@sustrik sustrik merged commit b0555ea into scionproto:master Mar 25, 2020
@sustrik sustrik deleted the licenses branch March 25, 2020 11:53
stygerma pushed a commit to stygerma/scion that referenced this pull request Apr 22, 2020
stygerma pushed a commit to stygerma/scion that referenced this pull request Apr 22, 2020
stygerma pushed a commit to stygerma/scion that referenced this pull request Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants