1- # Dual License: MIT OR Palimpsest v0.8
1+ SPDX-License-Identifier: MIT OR AGPL-3.0-or-later
2+ SPDX-FileCopyrightText: 2024-2025 hyperpolymath
23
3- SPDX-License-Identifier: MIT OR Palimpsest-0.8
4+ ================================================================================
5+ DUAL LICENSE: MIT OR AGPL-3.0-or-later
6+ ================================================================================
47
5- You may use this software under the terms of EITHER:
6- - The MIT License (below), OR
7- - The Palimpsest License v0.8 (below)
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).
811
9- Choose the license that best fits your use case.
12+ --------------------------------------------------------------------------------
13+ MIT LICENSE
14+ --------------------------------------------------------------------------------
1015
11- ---
12-
13- ## Option 1: MIT License
14-
15- Copyright (c) 2024-2025 HINFO-LOC Fluctuator Contributors
16+ Copyright (c) 2024-2025 hyperpolymath
1617
1718Permission is hereby granted, free of charge, to any person obtaining a copy
1819of this software and associated documentation files (the "Software"), to deal
@@ -32,75 +33,59 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3233OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3334SOFTWARE.
3435
35- ---
36-
37- ## Option 2: Palimpsest License v0.8
38-
39- Copyright (c) 2024-2025 HINFO-LOC Fluctuator Contributors
40-
41- **Politically Autonomous Software License**
42-
43- Permission is hereby granted, free of charge, to any person obtaining a copy
44- of this software and associated documentation files (the "Software"), to use,
45- copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
46- the Software, subject to the following conditions:
47-
48- 1. **Attribution**: The above copyright notice and this permission notice shall
49- be included in all copies or substantial portions of the Software.
36+ --------------------------------------------------------------------------------
37+ GNU AFFERO GENERAL PUBLIC LICENSE v3.0 OR LATER
38+ --------------------------------------------------------------------------------
5039
51- 2. **Reversibility**: Any modifications that reduce the user's ability to
52- reverse, undo, or modify their own data or system state are prohibited
53- without explicit opt-in consent and clear documentation.
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.
5444
55- 3. **Emotional Safety**: The Software should, where practical, minimize anxiety
56- and promote psychological safety for contributors and users. Features that
57- track "emotional temperature" or well-being metrics must be opt-in only.
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.
5849
59- 4. **No Harm**: The Software may not be used for:
60- - Surveillance without informed consent
61- - Discrimination based on protected characteristics
62- - Causing intentional psychological harm
63- - Violating privacy rights
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/>.
6452
65- 5. **Federation and Autonomy**: The Software should support distributed,
66- federated, and decentralized modes of operation where possible. No single
67- entity should have exclusive control over users' data or functionality.
53+ The full text of the AGPL-3.0 is available at:
54+ https://www.gnu.org/licenses/agpl-3.0.txt
6855
69- 6. **Right to Fork**: Users have an irrevocable right to fork the Software and
70- remove or modify any features, including tracking, telemetry, or restrictions.
56+ --------------------------------------------------------------------------------
57+ CHOOSING YOUR LICENSE
58+ --------------------------------------------------------------------------------
7159
72- 7. **Transparency**: Any data collection, telemetry, or analytics must be:
73- - Clearly documented
74- - Opt-in by default
75- - Reversible without loss of functionality
76- - Exportable in standard formats
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
7764
78- 8. **AI Training**: Use of this Software for training AI/ML models is permitted
79- with attribution. See `.well-known/ai.txt` for specific policies.
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.
8068
81- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
87- SOFTWARE.
69+ ================================================================================
70+ PALIMPSEST PHILOSOPHICAL OVERLAY (NON-BINDING)
71+ ================================================================================
8872
89- ---
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.
9076
91- ADDITIONAL SECURITY DISCLAIMER:
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
9282
93- This software modifies DNS infrastructure and should only be used with proper
94- authorization. The authors and contributors assume no liability for misuse,
95- unauthorized DNS modifications, or any damages resulting from the use of this
96- software.
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.
9786
98- IMPORTANT WARNINGS:
99- 1. Demo credentials are included for testing - MUST be changed for any real use
100- 2. Simplified cryptography is used - replace with bcrypt/Argon2 for production
101- 3. DNS UPDATE functionality is partially implemented - complete before production
102- 4. This tool is intended for authorized security research, honeypot deployment,
103- and educational purposes only
87+ Learn more: https://github.com/hyperpolymath/palimpsest-license
10488
105- USE AT YOUR OWN RISK. Always obtain proper authorization before modifying
106- DNS infrastructure.
89+ ================================================================================
90+ END OF LICENSE
91+ ================================================================================
0 commit comments