1- SPDX-License-Identifier: MIT AND Palimpsest-0.8
2-
3- This project is dual-licensed under the MIT License and the Palimpsest License v0.8.
4- You may choose either license when using, copying, modifying, or distributing this work.
1+ SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
2+ SPDX-FileCopyrightText: 2024-2025 hyperpolymath
53
64================================================================================
7- MIT License
5+ DUAL LICENSE: MIT OR AGPL-3.0-or-later
86================================================================================
97
10- Copyright (c) 2024-2025 The polysafe-gitfixer Contributors
8+ This project is dual-licensed under the MIT License OR the GNU Affero General
9+ Public License v3.0 or later. You may choose to use, copy, modify, and
10+ distribute this work under the terms of EITHER license (your choice).
11+
12+ --------------------------------------------------------------------------------
13+ MIT LICENSE
14+ --------------------------------------------------------------------------------
15+
16+ Copyright (c) 2024-2025 hyperpolymath
1117
1218Permission is hereby granted, free of charge, to any person obtaining a copy
1319of this software and associated documentation files (the "Software"), to deal
@@ -27,61 +33,59 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2733OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2834SOFTWARE.
2935
30- ================================================================================
31- Palimpsest License v0.8
32- ================================================================================
36+ --------------------------------------------------------------------------------
37+ GNU AFFERO GENERAL PUBLIC LICENSE v3.0 OR LATER
38+ --------------------------------------------------------------------------------
3339
34- Copyright (c) 2024-2025 The polysafe-gitfixer Contributors
40+ This program is free software: you can redistribute it and/or modify it under
41+ the terms of the GNU Affero General Public License as published by the Free
42+ Software Foundation, either version 3 of the License, or (at your option) any
43+ later version.
3544
36- PERMITTED USES
45+ This program is distributed in the hope that it will be useful, but WITHOUT
46+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
47+ FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
48+ details.
3749
38- You are permitted to:
39- - Use, copy, and distribute this work
40- - Create derivative works
41- - Use this work for commercial purposes
50+ You should have received a copy of the GNU Affero General Public License along
51+ with this program. If not, see <https://www.gnu.org/licenses/>.
4252
43- PROVIDED THAT you:
44- - Maintain attribution to the original authors
45- - Include this license text in all distributions
46- - Document any modifications in .well-known/provenance.json
47- - Acknowledge the contribution chain in derivative works
53+ The full text of the AGPL-3.0 is available at:
54+ https://www.gnu.org/licenses/agpl-3.0.txt
4855
49- RESTRICTIONS
56+ --------------------------------------------------------------------------------
57+ CHOOSING YOUR LICENSE
58+ --------------------------------------------------------------------------------
5059
51- You may NOT:
52- - Train proprietary/closed-source AI models on this work without explicit
53- permission from the copyright holders
54- - Remove or obscure attribution information
55- - Claim sole authorship of derivative works
60+ You may choose to use this work under:
61+ 1. MIT License - Standard permissive open source license
62+ 2. AGPL-3.0-or-later - Copyleft license requiring source disclosure for
63+ network services
5664
57- OPEN-SOURCE AI EXCEPTION
65+ For most uses, MIT License provides maximum flexibility.
66+ For ensuring open source remains open (especially for SaaS/network services),
67+ AGPL-3.0-or-later provides stronger protections.
5868
59- Training open-source AI models (where weights, architecture, and training code
60- are released under OSI-approved licenses) is permitted, provided:
61- - The trained model credits this project
62- - Generated outputs preserve attribution chains
63- - The model's license permits inspection and modification
69+ ================================================================================
70+ PALIMPSEST PHILOSOPHICAL OVERLAY (NON-BINDING)
71+ ================================================================================
6472
65- CONTRIBUTOR RIGHTS
73+ This project encourages (but does not legally require) adherence to the
74+ principles of the Palimpsest License - a framework for consent-based digital
75+ interaction and the future web.
6676
67- Contributors retain copyright to their contributions and may:
68- - Relicense their own contributions under compatible terms
69- - Revoke permissions for specific bad actors (existing legitimate uses unaffected)
77+ Core Principles (Encouraged):
78+ - Respect for emotional and creative lineage
79+ - Transparent AI training practices with explicit consent
80+ - Preservation of metadata and attribution
81+ - Protection of narrative intent and cultural context
7082
71- DISCLAIMER
83+ The Palimpsest principles represent our vision for a consent-based internet.
84+ While not legally binding for use of this software, we encourage all users
85+ and contributors to familiarize themselves with these principles.
7286
73- THIS WORK IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. THE AUTHORS SHALL
74- NOT BE LIABLE FOR ANY DAMAGES ARISING FROM USE OF THIS WORK.
87+ Learn more: https://github.com/hyperpolymath/palimpsest-license
7588
7689================================================================================
77- License Compatibility
90+ END OF LICENSE
7891================================================================================
79-
80- This dual license is compatible with:
81- - MIT License
82- - Apache License 2.0
83- - BSD Licenses (2-clause, 3-clause)
84- - GNU General Public License (GPL) v2 and v3
85- - Mozilla Public License 2.0
86-
87- For questions about licensing, see CONTRIBUTING.adoc or open an issue.
0 commit comments