1- SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Palimpsest-0.5
1+ SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
2+ SPDX-FileCopyrightText: 2024-2025 hyperpolymath
23
3- This software is dual-licensed under:
4- 1. GNU Affero General Public License v3.0 or later
5- 2. Palimpsest License v0.5
6-
7- See https://spdx.org/licenses/ for license details.
4+ ================================================================================
5+ DUAL LICENSE: MIT OR AGPL-3.0-or-later
86================================================================================
97
10- MIT License
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).
1111
12- Copyright (c) 2024 Robot Vacuum Team
12+ --------------------------------------------------------------------------------
13+ MIT LICENSE
14+ --------------------------------------------------------------------------------
15+
16+ Copyright (c) 2024-2025 hyperpolymath
1317
1418Permission is hereby granted, free of charge, to any person obtaining a copy
1519of this software and associated documentation files (the "Software"), to deal
@@ -29,25 +33,59 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2933OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3034SOFTWARE.
3135
32- ---
36+ --------------------------------------------------------------------------------
37+ GNU AFFERO GENERAL PUBLIC LICENSE v3.0 OR LATER
38+ --------------------------------------------------------------------------------
39+
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.
3344
34- Palimpsest License v0.8
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.
3549
36- This software is also licensed under the Palimpsest License v0.8, which grants
37- additional rights regarding software modification, attribution, and emotional safety .
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/> .
3852
39- Key provisions:
40- 1. **Reversibility**: All changes must be reversible through version control
41- 2. **Emotional Safety**: Contributors have the right to withdraw contributions
42- 3. **Attribution Preservation**: Original authors must be credited
43- 4. **Modification Rights**: Derivative works must preserve these freedoms
44- 5. **No Malicious Use**: Software may not be used to cause harm
53+ The full text of the AGPL-3.0 is available at:
54+ https://www.gnu.org/licenses/agpl-3.0.txt
4555
46- For the complete Palimpsest License v0.8 text, see:
47- https://github.com/your-org/palimpsest-license/blob/main/LICENSE-v0.8.md
56+ --------------------------------------------------------------------------------
57+ CHOOSING YOUR LICENSE
58+ --------------------------------------------------------------------------------
4859
49- This dual-licensing approach ensures:
50- - MIT compatibility with existing ecosystems
51- - Additional emotional and ethical protections via Palimpsest
52- - Maximum freedom for users and contributors
53- - Protection against malicious modification
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
64+
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.
68+
69+ ================================================================================
70+ PALIMPSEST PHILOSOPHICAL OVERLAY (NON-BINDING)
71+ ================================================================================
72+
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.
76+
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
82+
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.
86+
87+ Learn more: https://github.com/hyperpolymath/palimpsest-license
88+
89+ ================================================================================
90+ END OF LICENSE
91+ ================================================================================
0 commit comments