Skip to content

Commit 30bfb24

Browse files
Add repository license and trademark policy
1 parent 5fed238 commit 30bfb24

File tree

6 files changed

+109
-0
lines changed

6 files changed

+109
-0
lines changed

AGENTS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ Before finishing an edit, agents should expect these checks to pass:
7272
- Charter compliance placeholder review
7373
- policy consistency validation
7474

75+
## Licensing
76+
77+
- New repository content is MIT-licensed unless a task explicitly introduces a
78+
different license.
79+
- Do not remove or weaken [LICENSE](LICENSE) or [TRADEMARKS.md](TRADEMARKS.md)
80+
without an explicit human request.
81+
- Reuse of repository content is allowed, but agent-written changes must not
82+
imply endorsement, official PPPC status, or rights to reserved branding.
83+
7584
## Writing Style
7685

7786
- Use Markdown.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable governance changes should be recorded in this file.
44

55
The format is based on Keep a Changelog, adapted for governance documents.
66

7+
## [0.7.1] - 2026-03-16
8+
9+
### Added
10+
11+
- `LICENSE` - repository-wide MIT license for code, documentation, templates,
12+
and governance text unless otherwise noted.
13+
- `TRADEMARKS.md` - reservation of PPPC names, logos, slogans, and other
14+
branding so forks can reuse the framework without implying official status.
15+
16+
### Changed
17+
18+
- `README.md`, `CONTRIBUTING.md`, and `AGENTS.md` now explain the repository
19+
license model, contribution terms, and branding limits.
20+
721
## [0.7.0] - 2026-03-15
822

923
### Added

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,20 @@ New instance? See [`INSTANCE_GUIDE.md`](INSTANCE_GUIDE.md).
193193

194194
---
195195

196+
## License and Contribution Terms
197+
198+
By submitting a contribution to this repository, you represent that you have
199+
the right to submit it and that you are licensing it under the
200+
[MIT License](LICENSE).
201+
202+
Contributors do not receive rights to the PPPC name, logos, slogans, or other
203+
branding through that license. See [TRADEMARKS.md](TRADEMARKS.md).
204+
205+
If your contribution includes third-party material, you are responsible for
206+
ensuring that its license is compatible and properly attributed.
207+
208+
---
209+
196210
## Documentation Guidelines
197211

198212
When writing or editing documentation:

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Contributors to the Peoples Potato Party of Canada governance repository
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,16 @@ together. The operational contract for AI agents lives in [AGENTS.md](AGENTS.md)
157157
Agents assist with documentation, review analysis, and governance validation.
158158
They do not merge PRs, do not change constitutional meaning without explicit
159159
human approval, and must label their contributions clearly.
160+
161+
---
162+
163+
## License
164+
165+
Repository contents are licensed under the [MIT License](LICENSE) unless a file
166+
states otherwise.
167+
168+
The MIT License does not grant rights to party names, logos, slogans, or other
169+
branding. See [TRADEMARKS.md](TRADEMARKS.md).
170+
171+
Forks and derivatives are welcome, but they must not imply official status,
172+
endorsement, or affiliation with the Peoples Potato Party of Canada.

TRADEMARKS.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Trademarks and Political Identity
2+
3+
The repository content is licensed under the [MIT License](LICENSE), but that
4+
license does not grant trademark, trade name, logo, slogan, or endorsement
5+
rights.
6+
7+
## Reserved identifiers
8+
9+
The following identifiers are reserved to the project maintainers unless they
10+
are explicitly re-licensed in writing:
11+
12+
- Peoples Potato Party of Canada
13+
- PPPC
14+
- repository-specific logos, wordmarks, campaign graphics, and slogans
15+
- any visual identity that would reasonably suggest official status
16+
17+
## What forks and reusers may do
18+
19+
- Fork, copy, and adapt the repository under the MIT License.
20+
- Refer to the original project by name for factual or nominative purposes.
21+
- State that a project is derived from or compatible with this repository.
22+
23+
## What forks and reusers may not do
24+
25+
- Present a fork as the official PPPC repository.
26+
- Use the PPPC name, logos, or branding in a way that implies endorsement,
27+
affiliation, sponsorship, or electoral authorization.
28+
- Reuse party identity assets without clearly rebranding the derivative work.
29+
30+
## Practical rule
31+
32+
If you fork this repository for a new movement, instance, or experiment, keep
33+
the code and documents if you want, but change the political branding unless
34+
you are maintaining the original project.
35+
36+
This repository is a fictional governance project and is provided for
37+
collaborative policy and civic-infrastructure design. Nothing in this file is
38+
legal advice.

0 commit comments

Comments
 (0)