|
| 1 | +SPDX-License-Identifier: LicenseRef-Palimpsest-0.8 |
| 2 | + |
| 3 | +PALIMPSEST LICENSE |
| 4 | +Version 0.8 |
| 5 | + |
| 6 | +Copyright (c) 2024 Joshua Jewell |
| 7 | + |
| 8 | +================================================================================ |
| 9 | +PREAMBLE |
| 10 | +================================================================================ |
| 11 | + |
| 12 | +The Palimpsest License draws its name from ancient manuscripts where earlier |
| 13 | +texts were scraped away to make room for new writing, yet traces of the |
| 14 | +original remained visible beneath. Similarly, this license recognizes that |
| 15 | +all creative works build upon those that came before, and encourages |
| 16 | +transparent attribution of this layered provenance. |
| 17 | + |
| 18 | +This is not a replacement for traditional open source licenses (MIT, GPL, etc.) |
| 19 | +but a complementary ethical framework that encourages: |
| 20 | + |
| 21 | +1. Transparent attribution and provenance tracking |
| 22 | +2. Collaborative improvement over time |
| 23 | +3. Ethical use that benefits the commons |
| 24 | +4. Recognition of all contributors in the chain |
| 25 | + |
| 26 | +================================================================================ |
| 27 | +TERMS AND CONDITIONS |
| 28 | +================================================================================ |
| 29 | + |
| 30 | +1. ATTRIBUTION CHAIN |
| 31 | + |
| 32 | + You are encouraged (but not legally required) to: |
| 33 | + |
| 34 | + a) Maintain a clear record of all modifications and their authors |
| 35 | + b) Preserve attribution to original authors and significant contributors |
| 36 | + c) Document the provenance chain in a machine-readable format |
| 37 | + d) Use SPDX headers and .well-known/provenance.json where applicable |
| 38 | + |
| 39 | +2. COLLABORATIVE IMPROVEMENT |
| 40 | + |
| 41 | + The spirit of this license encourages: |
| 42 | + |
| 43 | + a) Sharing improvements back to the community |
| 44 | + b) Constructive collaboration over competitive forking |
| 45 | + c) Mentorship of new contributors |
| 46 | + d) Documentation of lessons learned |
| 47 | + |
| 48 | +3. ETHICAL USE |
| 49 | + |
| 50 | + Users are encouraged to consider: |
| 51 | + |
| 52 | + a) The impact of their use on the broader community |
| 53 | + b) Whether their application aligns with the project's values |
| 54 | + c) How their modifications might benefit others |
| 55 | + d) The sustainability of the open source ecosystem |
| 56 | + |
| 57 | +4. TRANSPARENCY |
| 58 | + |
| 59 | + In the spirit of the palimpsest, where layers remain visible: |
| 60 | + |
| 61 | + a) Modification history should be preserved (e.g., via Git) |
| 62 | + b) Significant changes should be documented in CHANGELOG |
| 63 | + c) Decision-making processes should be transparent |
| 64 | + d) Governance should be documented and accessible |
| 65 | + |
| 66 | +================================================================================ |
| 67 | +LEGAL STATUS |
| 68 | +================================================================================ |
| 69 | + |
| 70 | +This license is PHILOSOPHICALLY ENCOURAGED but NOT LEGALLY BINDING. |
| 71 | + |
| 72 | +The software is provided under a separate legal license (MIT, GPL, or other |
| 73 | +SPDX-identified license). The Palimpsest License describes ethical guidelines |
| 74 | +and community norms that complement but do not replace the legal license. |
| 75 | + |
| 76 | +Failure to follow Palimpsest principles does not constitute a license |
| 77 | +violation, but does represent a departure from the project's values. |
| 78 | + |
| 79 | +================================================================================ |
| 80 | +SOLIDARITY ECONOMICS |
| 81 | +================================================================================ |
| 82 | + |
| 83 | +This project operates under solidarity economics principles: |
| 84 | + |
| 85 | +- Contributions are valued beyond monetary compensation |
| 86 | +- Community benefit takes precedence over individual profit |
| 87 | +- Sustainable funding models are preferred over extractive ones |
| 88 | +- Attribution and recognition are forms of compensation |
| 89 | + |
| 90 | +See FUNDING.yml for ways to support sustainable development. |
| 91 | + |
| 92 | +================================================================================ |
| 93 | +ACKNOWLEDGMENTS |
| 94 | +================================================================================ |
| 95 | + |
| 96 | +The Palimpsest License was inspired by: |
| 97 | + |
| 98 | +- The Free Software Foundation's philosophy of software freedom |
| 99 | +- The Open Source Initiative's collaborative model |
| 100 | +- The Commons movement's emphasis on shared resources |
| 101 | +- The IndieWeb's principles of data ownership |
| 102 | +- The Contributor Covenant's community standards |
| 103 | + |
| 104 | +================================================================================ |
| 105 | +VERSION HISTORY |
| 106 | +================================================================================ |
| 107 | + |
| 108 | +0.8 (2024): Initial release - ethical framework established |
0 commit comments