Compare commits

...

5 commits

Author SHA1 Message Date
b55d002f44 A public Git branch adheres to requirements of §3(a)(1)(B) 2026-06-15 19:55:17 -07:00
04b520c633 This text also happens to adhere to CC-By-SA-4.0§3(a)(1)(C) as well 2026-06-15 19:53:38 -07:00
561798b44c 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.
2026-06-15 19:52:07 -07:00
d6362febbe Add additional warranty/livability disclaimer for the project. 2026-06-15 19:51:55 -07:00
eea8f35580 Add explicit explanation of CC-BY-SA-4.0 adherence before changes.
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.
2026-06-15 19:51:49 -07:00

View file

@ -82,11 +82,24 @@ 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 [Mozillas 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) / §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.
* §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).
<!-- Local Variables: -->
<!-- mode: markdown -->
<!-- eval: (visual-line-mode 1) -->
<!-- eval: (auto-fill-mode -1) -->
<!-- End: -->