Skip to content

Commit e6d87ab

Browse files
Jonathan D.A. Jewellclaude
andcommitted
chore(license): standardize to MIT OR AGPL-3.0-or-later
Dual license: MIT OR AGPL-3.0-or-later (your choice) Includes Palimpsest philosophical overlay (encouraged, not required) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bc70618 commit e6d87ab

1 file changed

Lines changed: 52 additions & 117 deletions

File tree

LICENSE.txt

Lines changed: 52 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
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-
=================================================================================
11-
DUAL LICENSE: MIT + Palimpsest License v0.8
12-
=================================================================================
13-
14-
This project is dual-licensed. You may choose either license for your use:
15-
16-
1. MIT License (below)
17-
2. Palimpsest License v0.8 (below)
18-
19-
You are free to choose whichever license best suits your needs.
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).
2011

21-
=================================================================================
12+
--------------------------------------------------------------------------------
2213
MIT LICENSE
23-
=================================================================================
14+
--------------------------------------------------------------------------------
2415

25-
Copyright (c) 2025 Jonathan Bowman (Hyperpolymath)
16+
Copyright (c) 2024-2025 hyperpolymath
2617

2718
Permission is hereby granted, free of charge, to any person obtaining a copy
2819
of this software and associated documentation files (the "Software"), to deal
@@ -42,115 +33,59 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4233
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4334
SOFTWARE.
4435

45-
=================================================================================
46-
PALIMPSEST LICENSE v0.8
47-
=================================================================================
48-
49-
Palimpsest License v0.8
50-
https://palimpsest-license.org
51-
52-
Copyright (c) 2025 Jonathan Bowman (Hyperpolymath)
53-
54-
Permission is hereby granted, free of charge, to any person obtaining a copy
55-
of this software and associated documentation files (the "Software"), to deal
56-
in the Software without restriction, including without limitation the rights
57-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
58-
copies of the Software, and to permit persons to whom the Software is
59-
furnished to do so, subject to the following conditions:
60-
61-
1. ATTRIBUTION
62-
- The above copyright notice and this permission notice shall be included in
63-
all copies or substantial portions of the Software.
64-
- Attribution to the original author(s) must be maintained in all derivative
65-
works.
66-
67-
2. MODIFICATION & VERSIONING
68-
- Derivative works must clearly indicate modifications made.
69-
- Version history should be maintained where practical.
70-
- The "palimpsest" nature of software evolution is acknowledged and encouraged.
36+
--------------------------------------------------------------------------------
37+
GNU AFFERO GENERAL PUBLIC LICENSE v3.0 OR LATER
38+
--------------------------------------------------------------------------------
7139

72-
3. SHARE-ALIKE (Optional for this Project)
73-
- This particular license does NOT require derivatives to use the same license.
74-
- Derivatives may use any OSI-approved license.
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.
7544

76-
4. NO WARRANTY
77-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
78-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
79-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
80-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
81-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
82-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
83-
SOFTWARE.
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.
8449

85-
5. PHILOSOPHICAL PRINCIPLES
86-
This license embodies the concept of "palimpsest" - software as a living
87-
document that evolves through layers of modification, each preserving traces
88-
of its history. We encourage:
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/>.
8952

90-
- Transparency in modification history
91-
- Respect for previous contributors
92-
- Recognition that code is iterative and collaborative
93-
- Embrace of software's temporal and evolving nature
53+
The full text of the AGPL-3.0 is available at:
54+
https://www.gnu.org/licenses/agpl-3.0.txt
9455

95-
=================================================================================
96-
ADDITIONAL NOTES
97-
=================================================================================
56+
--------------------------------------------------------------------------------
57+
CHOOSING YOUR LICENSE
58+
--------------------------------------------------------------------------------
9859

99-
**Why Dual License?**
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
10064

101-
This project uses dual licensing to maximize freedom and compatibility:
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.
10268

103-
- **MIT License**: Widely recognized, minimal restrictions, corporate-friendly
104-
- **Palimpsest License**: Emphasizes attribution and philosophical alignment
105-
with the iterative, layered nature of software development
106-
107-
**For Contributors:**
108-
109-
By contributing to this project, you agree to license your contributions under
110-
the same dual license terms (MIT + Palimpsest v0.8).
111-
112-
**For Users:**
113-
114-
You may choose either license. If you need to comply with corporate policies
115-
that only recognize OSI-approved licenses, use the MIT License. If you appreciate
116-
the philosophical principles of Palimpsest, you may choose that instead.
117-
118-
**License Selection:**
119-
120-
No action is required. Both licenses grant you permission. Simply comply with
121-
the terms of whichever license you prefer.
122-
123-
**Attribution Example:**
124-
125-
When using this software, proper attribution might look like:
126-
127-
"Built with Mobile AI Orchestrator by Jonathan Bowman (Hyperpolymath)
128-
https://github.com/Hyperpolymath/heterogenous-mobile-computing
129-
Licensed under MIT + Palimpsest v0.8"
130-
131-
=================================================================================
132-
THIRD-PARTY LICENSES
133-
=================================================================================
69+
================================================================================
70+
PALIMPSEST PHILOSOPHICAL OVERLAY (NON-BINDING)
71+
================================================================================
13472

135-
This project uses the following dependencies (Phase 1):
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.
13676

137-
1. **serde** (v1.0)
138-
- License: MIT OR Apache-2.0
139-
- Copyright: Serde developers
140-
- https://github.com/serde-rs/serde
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
14182

142-
2. **serde_json** (v1.0)
143-
- License: MIT OR Apache-2.0
144-
- Copyright: Serde developers
145-
- https://github.com/serde-rs/json
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.
14686

147-
All dependencies are compatible with MIT licensing.
87+
Learn more: https://github.com/hyperpolymath/palimpsest-license
14888

149-
=================================================================================
89+
================================================================================
15090
END OF LICENSE
151-
=================================================================================
152-
153-
For questions about licensing, contact:
154-
Jonathan Bowman <hyperpolymath@protonmail.com>
155-
156-
Last updated: 2025-11-22
91+
================================================================================

0 commit comments

Comments
 (0)