docs: complete the Apache 2.0 copyright notice, add License section#273
Merged
Conversation
LICENSE already had the full Apache 2.0 text, but the copyright
notice at the bottom was still the unfilled template
("Copyright [yyyy] [name of copyright owner]") and the README never
mentioned licensing at all.
- Fill in the copyright notice (2024, the repo's first commit, through
the current year)
- Add a License section to the README summarizing what Apache 2.0
grants/requires, plus a license badge in the header row
Apache 2.0 already covers what most solo maintainers mean by "a
license that protects me": Section 7's warranty disclaimer, Section 8's
liability limitation, and Section 3's explicit patent grant with a
termination clause if someone sues you over patents in your own code.
No license change needed, just completing what was already there.
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.
Summary
LICENSEalready had the full Apache 2.0 text, but the copyright notice at the bottom was still the unfilled template (Copyright [yyyy] [name of copyright owner]), and the README never mentioned licensing at all — no section, no badge.Copyright 2024-2026 Tung Bui(2024 is this repo's first commit).No license change — Apache 2.0 already covers what most solo maintainers mean by "a license that protects me": the Section 7 warranty disclaimer, Section 8 liability limitation, and Section 3's explicit patent grant with a termination clause if someone sues you over patents in your own code. This just completes what was already there.
Test plan