From 03c816caf203c670ba2ddc7e90c16a488d55047c Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Fri, 24 Jul 2026 09:46:17 -0500 Subject: [PATCH] Remove DCO sign-off requirement The project does not document or enforce a DCO workflow. Remove the unimplemented sign-off requirement so the governance charter reflects the contribution process contributors actually use. --- GOVERNANCE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 331aa24..5917081 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -141,8 +141,6 @@ Unless otherwise approved by the TSC: - Specification text and documentation are licensed under **Creative Commons Attribution 4.0 (CC-BY-4.0)** - Code is licensed under the **Apache 2.0 License** -All code contributions must include a Developer Certificate of Origin (DCO) sign-off. - The TSC may approve alternative licenses for specific Project materials by a two-thirds vote. ---