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

Add Developer's Certificate of Origin (DCO) #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jameslzhu
Copy link
Member

Several major projects and companies (Linux, Gitlab, Chef, in particular) have adopted a
contribution agreement named the developer certificate of origin (“DCO”), which is clearer
and less complex legally than Contributor License Agreements.

I think this is a prudent move for compserv's projects, especially given that we will
have large numbers of contributors (candidates, officers) who will rotate out due
to inactivity, graduation, or the otherwise temporary commitment of officership. This
will make it clear to everyone that we intend to redistribute the work of contributors,
or potentially relicense this work (if consistent with the current license). Hopefully this
will also avoid any future issues of a contributor attempting to revoke their work.

In particular, open-sourcing hkn-rails may bump into these issues, because of the lack of
explicit contribution agreement - we will most likely have to ask for written permission
from each contributor.

Workflow-wise, this will require committers sign-off on major commits (everything that isn't an
obvious fix, i.e. pull requests), but git makes this easy with the -s flag (not the -S GPG signing
flag): git commit -s -m "..."

The major downside of this will most likely be having to request agreement from past committers, and having future committers use the -s flag, but because of our cordial relations I think agreeing on signoffs on pull requests only (and not necessarily every individual commit) will be feasible.

The original text can be found at https://developercertificate.org/.
Gitlab's analysis:
https://docs.google.com/document/d/1zpjDzL7yhGBZz3_7jCjWLfRQ1Jryg1mlIVmG8y6B1_Q.
Chef's analysis:
https://blog.chef.io/2016/09/19/introducing-developer-certificate-of-origin/

Several major projects and companies (Linux, Gitlab, Chef, in particular) have adopted a
contribution agreement named the developer certificate of origin (“DCO”), which is clearer
and less complex legally than Contributor License Agreements.

I think this is a prudent move for compserv's projects, especially given that we will
have large numbers of contributors (candidates, officers) who will rotate out due
to inactivity, graduation, or the otherwise temporary commitment of officership. This
will make it clear to everyone that we intend to redistribute the work of contributors,
or potentially relicense this work (if consistent with the current license). Hopefully this
will also avoid any future issues of a contributor attempting to revoke their work.

In particular, open-sourcing hkn-rails may bump into these issues, because of the lack of
explicit contribution agreement - we will most likely have to ask for written permission
from each contributor.

Workflow-wise, this will require committers sign-off on major commits (everything that isn't an
obvious fix, i.e. pull requests), but git makes this easy with the `-s` flag (not the `-S` GPG signing
flag): `git commit -s -m "..."`

The original text can be found at https://developercertificate.org/.
Gitlab's analysis:
https://docs.google.com/document/d/1zpjDzL7yhGBZz3_7jCjWLfRQ1Jryg1mlIVmG8y6B1_Q.
Chef's analysis:
https://blog.chef.io/2016/09/19/introducing-developer-certificate-of-origin/
@jameslzhu
Copy link
Member Author

lol didn't sign off this commit, I think I already see how challenging this will be to get people to sign this

@jameslzhu jameslzhu mentioned this pull request Feb 21, 2019
4 tasks
@ochan1
Copy link
Contributor

ochan1 commented Nov 30, 2021

Fall 2021 Officers are aware of this and decided to leave it open for future use

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.

None yet

2 participants