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

Figure out a strategy for licensing considerations #24

Open
ehuss opened this issue Aug 8, 2023 · 6 comments
Open

Figure out a strategy for licensing considerations #24

ehuss opened this issue Aug 8, 2023 · 6 comments
Labels
A-legal Area: A legal-related issue. I-council-nominated This issue nominated for discussion in a meeting. S-needs-decision Status: Needs the Council to make a decision on the next steps.

Comments

@ehuss
Copy link
Contributor

ehuss commented Aug 8, 2023

Support for licensing was previously owned by the core team. I think the Council should consider what strategy they want to take for supporting licensing questions and considerations for the Project as a whole. Should the Council be responsible? Should a team be created to delegate that responsibility? Can the Foundation provide support somehow?

Some examples of questions or considerations:

What other questions or considerations are there?

@ehuss ehuss added the S-needs-decision Status: Needs the Council to make a decision on the next steps. label Aug 8, 2023
@crlf0710
Copy link
Member

Also, finishing up rust-lang/rust#43461 .

@eholk
Copy link
Contributor

eholk commented Oct 8, 2024

Here's a recent PR that was relevant here: rust-lang/rust#125419

@traviscross
Copy link

We discussed this in our meeting today, as this item is marked as needing a decision by the council but had not seen an update in some time.

We talked about how there may be two issues here: 1) what to do about the backlog of things to be resolved, and 2) how to handle the questions that come up periodically going forward. The first of these is probably the harder problem.

On this backlog work, the Foundation has previously replied that, to help with this, they would need to budget for this project. We discussed how we might want to ask them to do this.

We also discussed how this might be a good example of where we could use some kind of RFQ (request for quotation) process. That is, where we could identify and describe some scope of work, and then solicit quotations for tackling that work. We would pay for that out of our standard budget.

@eholk
Copy link
Contributor

eholk commented Oct 11, 2024

If there are two issues here, should we fork one of them off into its own issue?

@ehuss
Copy link
Contributor Author

ehuss commented Oct 11, 2024

I think the number of issues is not distinct. From a high level, I think they are:

  • Should the Council form a team to be responsible for managing licensing and copyright within the Project? If so, who would be on that team? What would be their responsibility? If we cannot handle this with volunteers, can the Foundation directly take responsibility?
  • Go through the (large) backlog of outstanding licensing and copyright issues and bring them to completion.
  • Establish policies for licensing and copyright. Currently we have ad-hoc policies, many of which are not written down. This may require answering what our values as a project are.
  • Set up a clear process for coordinating and answering new license and copyright questions via the Foundation as needed.
  • Set up tooling to monitor license and copyright use throughout the project (to avoid random teams from inadvertently breaking policies).

But, imagine this hypothetical (wishful) scenario: We decide that we cannot manage this as volunteers, and the Foundation agrees to take responsibility for resolving the backlog and ongoing concerns. If that's the answer, then there is only one issue (toss this onto them).

However, if that's not the answer, then there might be multiple issues that might go in different places. The backlog itself could be split into a dozen issues. Determining the Foundation interaction could be multiple issues, such as determining budget concerns. If we form a separate team, then they would probably have a GitHub repo of their own where we can break all these issues out into separate smaller pieces. Some of these issues might be ones they directly handle (like technical issues), and some might be ones only the Council can handle (project-wide policies) and some only the Foundation.

My intention with this issue was to answer the first question first, and then the following actions would depend on how that goes.

@traviscross
Copy link

traviscross commented Oct 11, 2024

Thanks @ehuss for those details. Thinking about those, here's a sketch of a proposal. The design idea of this proposal is to keep things simple while taking a concrete step forward toward solving the outstanding problems. We could always do more later.

Here's that sketch:

  1. We want all artifacts of the Rust Project to be redistributable under the terms of MIT OR Apache-2.0.
    • Exceptions to this are to be approved by the council.
    • Repositories within the project should use cargo-deny or similar tooling in CI to verify license compliance and to track exceptions.
      • We'll start by simply asking all teams to please do this for the repositories they own.
  2. Questions about licensing should be directed to the council.
    • E.g., PRs to add license exceptions to deny.toml should be marked I-council-nominated and cc @rust-lang/leadership-council.
    • For straightforward questions, knowledgeable members of the council may be able to provide an answer directly.
    • For some questions, the council may need to consider it as a group (i.e. en banc).
    • For other questions, the council may ask Foundation counsel to advise.
    • The council may later charter a team to handle licensing; handling this itself is an initial step to solve the immediate problem and build experience that will be useful in determining whether and how such a team should be chartered.
  3. For the backlog items, the council will ask the Foundation to please draw up a plan and budget for working to solve the problems necessary so as to bring all artifacts of the project in line with item 1.

What do people think?

(I'll nominate for us to discuss this sketch and any follow-up comments that result. I'd expect this discussion to take 15 minutes.)

@traviscross traviscross added the I-council-nominated This issue nominated for discussion in a meeting. label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-legal Area: A legal-related issue. I-council-nominated This issue nominated for discussion in a meeting. S-needs-decision Status: Needs the Council to make a decision on the next steps.
Projects
None yet
Development

No branches or pull requests

5 participants
@ehuss @eholk @crlf0710 @traviscross and others