docs(readme): explain Apache 2.0 + uABI posture#55
Merged
Conversation
Adds a License-section paragraph explaining why a library that reads /proc and /sys is Apache 2.0 (not GPL) and Apache 2.0 over MIT. Documents the kernel-uABI-only posture, the kernel COPYING carve-out for normal syscalls, the patent-grant rationale, and the adopter base. Co-authored-by: Ona <no-reply@ona.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #54 (LICENSE / NOTICE cleanup).
A library that reads
/proc,/sys,/boot/config-*, and/lib/modules/*/configinvites the question "why isn't this GPL?" from downstream legal reviewers. This PR adds a short paragraph to the README License section that answers it once.Content
Two sub-points under a new
### Why Apache 2.0heading:/procand/sysreads, syscalls and constants viagolang.org/x/sys/unix(BSD-3-Clause), ELF parsing viacilium/ebpf(MIT, never callsBPF_PROG_LOAD). The kernel'sCOPYINGcarve-out for "user programs that use kernel services by normal system calls" applies.Files
README.md: 11 added, 1 removed in the License section.CHANGELOG.md: one[Unreleased] ### Addedentry.Co-authored-by: Ona no-reply@ona.com