|
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 |
2 | 3 |
|
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 |
8 | 6 | ================================================================================ |
9 | 7 |
|
10 | | -VOYAGE ENTERPRISE DECISION SYSTEM (VEDS) |
11 | | -DUAL LICENSE + PALIMPSEST OVERLAY |
| 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). |
12 | 11 |
|
13 | | -================================================================================ |
14 | | -SECTION 1: CORE LICENSE (Choose One) |
15 | | -================================================================================ |
| 12 | +-------------------------------------------------------------------------------- |
| 13 | +MIT LICENSE |
| 14 | +-------------------------------------------------------------------------------- |
16 | 15 |
|
17 | | -This software is available under your choice of: |
| 16 | +Copyright (c) 2024-2025 hyperpolymath |
18 | 17 |
|
19 | | -Option A: MIT License |
20 | | -Option B: GNU Affero General Public License v3.0 (AGPL-3.0) |
| 18 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 19 | +of this software and associated documentation files (the "Software"), to deal |
| 20 | +in the Software without restriction, including without limitation the rights |
| 21 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 22 | +copies of the Software, and to permit persons to whom the Software is |
| 23 | +furnished to do so, subject to the following conditions: |
21 | 24 |
|
22 | | -See LICENSE-MIT and LICENSE-AGPL for full texts. |
| 25 | +The above copyright notice and this permission notice shall be included in all |
| 26 | +copies or substantial portions of the Software. |
23 | 27 |
|
24 | | -Your choice of license applies to your use, modification, and distribution |
25 | | -of this software. Choose the license that best fits your needs: |
| 28 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 29 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 30 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 31 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 32 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 33 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 34 | +SOFTWARE. |
26 | 35 |
|
27 | | -- MIT: Maximum permissiveness, minimal obligations |
28 | | -- AGPL: Copyleft protection, network use triggers source disclosure |
| 36 | +-------------------------------------------------------------------------------- |
| 37 | +GNU AFFERO GENERAL PUBLIC LICENSE v3.0 OR LATER |
| 38 | +-------------------------------------------------------------------------------- |
29 | 39 |
|
30 | | -================================================================================ |
31 | | -SECTION 2: PALIMPSEST PHILOSOPHICAL OVERLAY |
32 | | -================================================================================ |
| 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. |
| 44 | + |
| 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. |
| 49 | + |
| 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/>. |
33 | 52 |
|
34 | | -In addition to your chosen legal license, we encourage (but do not legally |
35 | | -require) adherence to the Palimpsest principles: |
36 | | - |
37 | | -1. COOPERATIVE ECONOMICS |
38 | | - This software was built with cooperative economics in mind. We encourage |
39 | | - users to consider worker welfare, fair wages, and labor conditions when |
40 | | - deploying transport optimization systems. The constraint engine includes |
41 | | - facilities for encoding labor standards (ILO minimums, working hour limits) |
42 | | - as first-class optimization constraints. |
43 | | - |
44 | | -2. ENVIRONMENTAL RESPONSIBILITY |
45 | | - Carbon optimization is a core feature, not an afterthought. We encourage |
46 | | - users to weight environmental impact in their routing decisions and to |
47 | | - publish their carbon savings transparently. |
48 | | - |
49 | | -3. KNOWLEDGE SHARING |
50 | | - In the spirit of palimpsest - text written over earlier text, layers of |
51 | | - knowledge building upon each other - we encourage: |
52 | | - - Publishing papers based on this work |
53 | | - - Contributing improvements back to the community |
54 | | - - Sharing operational learnings with other users |
55 | | - - Building upon this foundation for the common good |
56 | | - |
57 | | -4. TRANSPARENCY |
58 | | - Transport systems affect workers, communities, and environments globally. |
59 | | - We encourage transparent operation, public APIs where feasible, and open |
60 | | - data sharing to advance the field. |
61 | | - |
62 | | -5. SOLIDARITY |
63 | | - This project was developed with solidarity economics principles in mind, |
64 | | - recognizing that transport optimization can either exploit or uplift |
65 | | - workers depending on how constraints are configured. Choose uplift. |
| 53 | +The full text of the AGPL-3.0 is available at: |
| 54 | + https://www.gnu.org/licenses/agpl-3.0.txt |
| 55 | + |
| 56 | +-------------------------------------------------------------------------------- |
| 57 | +CHOOSING YOUR LICENSE |
| 58 | +-------------------------------------------------------------------------------- |
| 59 | + |
| 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. |
66 | 68 |
|
67 | 69 | ================================================================================ |
68 | | -SECTION 3: ATTRIBUTION |
| 70 | +PALIMPSEST PHILOSOPHICAL OVERLAY (NON-BINDING) |
69 | 71 | ================================================================================ |
70 | 72 |
|
71 | | -Original concept and architecture: Jonathan D.A. Jewell |
72 | | -Initial implementation: Claude (Anthropic) + Jonathan D.A. Jewell |
73 | | -Year: 2025 |
| 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. |
74 | 76 |
|
75 | | -When using this software, attribution is appreciated but not legally required |
76 | | -under the MIT option. Under AGPL, attribution requirements apply as specified |
77 | | -in that license. |
| 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 |
78 | 82 |
|
79 | | -================================================================================ |
| 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. |
80 | 86 |
|
81 | | -For the full license texts, see: |
82 | | -- LICENSE-MIT |
83 | | -- LICENSE-AGPL |
84 | | -- PALIMPSEST.md (philosophical principles in detail) |
| 87 | +Learn more: https://github.com/hyperpolymath/palimpsest-license |
| 88 | + |
| 89 | +================================================================================ |
| 90 | +END OF LICENSE |
| 91 | +================================================================================ |
0 commit comments