Add public domain license to README, remove MIT reference
This commit is contained in:
parent
fd2268e11b
commit
aa43dbea43
1 changed files with 38 additions and 4 deletions
42
README.md
42
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue