From d9fab021474f9d3165166dc67d9d32dfa4a56f2f Mon Sep 17 00:00:00 2001 From: yuvia Date: Mon, 8 Sep 2025 06:28:31 +0000 Subject: [PATCH 1/3] add COPYING license ambiguity leads to problems in the real world (that i do not care about) --- COPYING | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..c32dd18 --- /dev/null +++ b/COPYING @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +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. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to \ No newline at end of file From 1eb211b7728c24dd5fde65c1fa1b5ac9644ddd26 Mon Sep 17 00:00:00 2001 From: yuvia Date: Mon, 8 Sep 2025 06:29:01 +0000 Subject: [PATCH 2/3] fixup COPYING format --- COPYING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COPYING b/COPYING index c32dd18..efb9808 100644 --- a/COPYING +++ b/COPYING @@ -21,4 +21,4 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -For more information, please refer to \ No newline at end of file +For more information, please refer to From c325f8b684f70810c2cfc4e2d61534543d3d7dfa Mon Sep 17 00:00:00 2001 From: yuvia Date: Mon, 8 Sep 2025 06:31:02 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6be28f5..2f76777 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,6 @@ a shit 6502 emulator, built with nothing provided. <3 it is made for plan 9, though p9p should let you build it on other platforms (probably) + +# License +scemu is provided to you under the Unlicense.