From aa43dbea43e26f7cfb86ae26e010a9c04efd72c7 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Tue, 23 Dec 2025 11:24:59 -0500 Subject: [PATCH] Add public domain license to README, remove MIT reference --- README.md | 42 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 38 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0598529..40177bc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,44 @@ The UN CLI written in every language it can execute. **42 implementations, one u > "If you replace every line of un.c with a different programming language, but it still executes code on unsandbox... is it still un?" +## License + +PUBLIC DOMAIN - NO LICENSE, NO WARRANTY + +This is free public domain software for the public good of a permacomputer hosted +at permacomputer.com - an always-on computer by the people, for the people. One +which is durable, easy to repair, and distributed like tap water for machine +learning intelligence. + +The permacomputer is community-owned infrastructure optimized around four values: + + TRUTH - Source code must be open source & freely distributed + FREEDOM - Voluntary participation without corporate control + HARMONY - Systems operating with minimal waste that self-renew + LOVE - Individual rights protected while fostering cooperation + +This software contributes to that vision by enabling code execution across 42+ +programming languages through a unified interface, accessible to all. Code is +seeds to sprout on any abandoned technology. + +Learn more: https://www.permacomputer.com + +Anyone is free to copy, modify, publish, use, compile, sell, or distribute this +software, either in source code form or as a compiled binary, for any purpose, +commercial or non-commercial, and by any means. + +NO WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. + +That said, our permacomputer's digital membrane stratum continuously runs unit, +integration, and functional tests on all of it's own software - with our +permacomputer monitoring itself, repairing itself, with minimal human in the +loop guidance. Our agents do their best. + +Copyright 2025 TimeHexOn & foxhop & russell@unturf +https://www.timehexon.com +https://www.foxhop.net +https://www.unturf.com/software + ## Quick Start ```bash @@ -131,10 +169,6 @@ un2 -n semitrusted un.rs test/fib.py # It's turtles all the way down ``` -## License - -MIT License - See individual files for details. - ## Links - [unsandbox.com](https://unsandbox.com) - Remote code execution API