From eea8f35580e15e09bff4588f30bcd30158c514f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bradley=20M=2E=20K=C3=BChn?= Date: Wed, 27 May 2026 09:44:50 -0700 Subject: [PATCH 1/5] Add explicit explanation of CC-BY-SA-4.0 adherence before changes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In my experience, there is some confusion in the community about how CC-By-SA-4.0 works. For example, some consider it plagiarism to repurpose works as permitted by the license. Since my experiences with such accusations, I always take great care to carefully list out the methods by which a modified/adapted CC-BY-SA-4.0 work complies with §3(a)(A). I do that first and maintain it thereafter. After all, bare minimum adherence to Free licenses is not what we in the copyleft-next project seek — we seek exuberant adherence that goes above and beyond to make adaptation, modification, and improvement as easy as possible for downstream. --- CODE_OF_CONDUCT.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f60437a..51771d7 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -82,11 +82,15 @@ This enforcement ladder is intended as a guideline. It does not limit the abilit This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public or other spaces. Examples of representing our community include using an official email address, posting via an official social media account, or acting as an appointed representative at an online or offline event. -## Attribution +### Attribution / Modifications -This Code of Conduct is adapted from the Contributor Covenant, version 3.0, permanently available at [https://www.contributor-covenant.org/version/3/0/](https://www.contributor-covenant.org/version/3/0/). +Pursuant to requirements in the CC-By-SA-4.0§3(a),the copyleft-next project has preserved (and — when permitted and appropriated — amended) the following notices: -Contributor Covenant is stewarded by the Organization for Ethical Source and licensed under CC BY-SA 4.0. To view a copy of this license, visit [https://creativecommons.org/licenses/by-sa/4.0/](https://creativecommons.org/licenses/by-sa/4.0/) + * §3(a)(A)(i/v): This Code of Conduct is adapted from the Contributor Covenant, version 3.0, permanently available at [https://www.contributor-covenant.org/version/3/0/](https://www.contributor-covenant.org/version/3/0/). -For answers to common questions about Contributor Covenant, see the FAQ at [https://www.contributor-covenant.org/faq](https://www.contributor-covenant.org/faq). Translations are provided at [https://www.contributor-covenant.org/translations](https://www.contributor-covenant.org/translations). Additional enforcement and community guideline resources can be found at [https://www.contributor-covenant.org/resources](https://www.contributor-covenant.org/resources). The enforcement ladder was inspired by the work of [Mozilla’s code of conduct team](https://github.com/mozilla/inclusion). + * §3(a)(1)(A)(ii): The material as copyleft-next received it contained no copyright notice. Our modifications are copyrighted as follows: + - Copyright (©) 2026, Bradley M. Kühn + * §3(a)(1)(A)(iii): Contributor Covenant is … licensed under CC BY-SA 4.0. To view a copy of this license, visit [https://creativecommons.org/licenses/by-sa/4.0/](https://creativecommons.org/licenses/by-sa/4.0/). (A copy of this license [can also be found in copyleft-next's `code-of-contduct` repository](https://git.copyleft.org/copyleft-next/code-of-conduct/src/branch/main/CC-By-SA-4.0.txt)). + + * §3(a)(1)(A)(iv): The material as we received it contained no disclaimer of warranties beyond those already appearing in CC-By-SA4.0§5. From d6362febbe88f543887fc214e96b14c9213f9dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bradley=20M=2E=20K=C3=BChn?= Date: Wed, 27 May 2026 09:49:13 -0700 Subject: [PATCH 2/5] Add additional warranty/livability disclaimer for the project. --- CODE_OF_CONDUCT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 51771d7..f8d5e2f 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -94,3 +94,4 @@ Pursuant to requirements in the CC-By-SA-4.0§3(a),the copyleft-next project has * §3(a)(1)(A)(iii): Contributor Covenant is … licensed under CC BY-SA 4.0. To view a copy of this license, visit [https://creativecommons.org/licenses/by-sa/4.0/](https://creativecommons.org/licenses/by-sa/4.0/). (A copy of this license [can also be found in copyleft-next's `code-of-contduct` repository](https://git.copyleft.org/copyleft-next/code-of-conduct/src/branch/main/CC-By-SA-4.0.txt)). * §3(a)(1)(A)(iv): The material as we received it contained no disclaimer of warranties beyond those already appearing in CC-By-SA4.0§5. + - In addition to the disclaimer of warranty and limitation of liability found therein, the copyleft-next project additionally issues the following disclaimer: This Contributor Covenant Code of Conduct offers no warranty or liability protection for those who might use this Code of Conduct for their own projects and endeavors. copyleft-next recommends that you start from the [upstream version of this Code of Conduct](https://git.copyleft.org/copyleft-next/copyleft-next/commit/8c5ef1028ada8bbac5147a695f83792dd60ad7c1) rather than this document. From 561798b44c7d17d0ab5dfd0048263ccdaea304d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bradley=20M=2E=20K=C3=BChn?= Date: Wed, 27 May 2026 09:54:05 -0700 Subject: [PATCH 3/5] Add Emacs local variables for editing. While `(visual-line-mode 1)` is definitely not my style, the file came to us with long lines, and maintaining diffs might work better if we leave it in place by default. --- CODE_OF_CONDUCT.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f8d5e2f..ace98d9 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -95,3 +95,9 @@ Pursuant to requirements in the CC-By-SA-4.0§3(a),the copyleft-next project has * §3(a)(1)(A)(iv): The material as we received it contained no disclaimer of warranties beyond those already appearing in CC-By-SA4.0§5. - In addition to the disclaimer of warranty and limitation of liability found therein, the copyleft-next project additionally issues the following disclaimer: This Contributor Covenant Code of Conduct offers no warranty or liability protection for those who might use this Code of Conduct for their own projects and endeavors. copyleft-next recommends that you start from the [upstream version of this Code of Conduct](https://git.copyleft.org/copyleft-next/copyleft-next/commit/8c5ef1028ada8bbac5147a695f83792dd60ad7c1) rather than this document. + + + + + + From 04b520c633cd9035cd5dde6d4ca7b572fcd6a111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bradley=20M=2E=20K=C3=BChn?= Date: Wed, 27 May 2026 09:56:58 -0700 Subject: [PATCH 4/5] =?UTF-8?q?This=20text=20also=20happens=20to=20adhere?= =?UTF-8?q?=20to=20CC-By-SA-4.0=C2=A73(a)(1)(C)=20as=20well?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index ace98d9..149c278 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -91,7 +91,7 @@ Pursuant to requirements in the CC-By-SA-4.0§3(a),the copyleft-next project has * §3(a)(1)(A)(ii): The material as copyleft-next received it contained no copyright notice. Our modifications are copyrighted as follows: - Copyright (©) 2026, Bradley M. Kühn - * §3(a)(1)(A)(iii): Contributor Covenant is … licensed under CC BY-SA 4.0. To view a copy of this license, visit [https://creativecommons.org/licenses/by-sa/4.0/](https://creativecommons.org/licenses/by-sa/4.0/). (A copy of this license [can also be found in copyleft-next's `code-of-contduct` repository](https://git.copyleft.org/copyleft-next/code-of-conduct/src/branch/main/CC-By-SA-4.0.txt)). + * §3(a)(1)(A)(iii) / §3(a)(1)(C): Contributor Covenant is … licensed under CC BY-SA 4.0. To view a copy of this license, visit [https://creativecommons.org/licenses/by-sa/4.0/](https://creativecommons.org/licenses/by-sa/4.0/). (A copy of this license [can also be found in copyleft-next's `code-of-contduct` repository](https://git.copyleft.org/copyleft-next/code-of-conduct/src/branch/main/CC-By-SA-4.0.txt)). * §3(a)(1)(A)(iv): The material as we received it contained no disclaimer of warranties beyond those already appearing in CC-By-SA4.0§5. - In addition to the disclaimer of warranty and limitation of liability found therein, the copyleft-next project additionally issues the following disclaimer: This Contributor Covenant Code of Conduct offers no warranty or liability protection for those who might use this Code of Conduct for their own projects and endeavors. copyleft-next recommends that you start from the [upstream version of this Code of Conduct](https://git.copyleft.org/copyleft-next/copyleft-next/commit/8c5ef1028ada8bbac5147a695f83792dd60ad7c1) rather than this document. From b55d002f4459698f87538c7cdc9ccc7953c694cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bradley=20M=2E=20K=C3=BChn?= Date: Wed, 27 May 2026 10:00:00 -0700 Subject: [PATCH 5/5] =?UTF-8?q?A=20public=20Git=20branch=20adheres=20to=20?= =?UTF-8?q?requirements=20of=20=C2=A73(a)(1)(B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CODE_OF_CONDUCT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 149c278..d6657d4 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -96,6 +96,8 @@ Pursuant to requirements in the CC-By-SA-4.0§3(a),the copyleft-next project has * §3(a)(1)(A)(iv): The material as we received it contained no disclaimer of warranties beyond those already appearing in CC-By-SA4.0§5. - In addition to the disclaimer of warranty and limitation of liability found therein, the copyleft-next project additionally issues the following disclaimer: This Contributor Covenant Code of Conduct offers no warranty or liability protection for those who might use this Code of Conduct for their own projects and endeavors. copyleft-next recommends that you start from the [upstream version of this Code of Conduct](https://git.copyleft.org/copyleft-next/copyleft-next/commit/8c5ef1028ada8bbac5147a695f83792dd60ad7c1) rather than this document. + * §3(a)(1)(B): The copyleft-next project maintains a repository for this Code Of Conduct. Any changes from the upstream version, including detailed commit messages explaining those changes, [can be found in that repository](https://git.copyleft.org/copyleft-next/code-of-conduct). +