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

Commits on Feb 18, 2019

  1. Add Developer's Certificate of Origin (DCO)

    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 committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    acdd7f7 View commit details
    Browse the repository at this point in the history