From df30dc0b78a57dd8427350c3c51e6946fa5f4157 Mon Sep 17 00:00:00 2001 From: wullie Date: Wed, 25 Mar 2026 19:30:25 +0000 Subject: [PATCH] Upload files to "/" --- WrathMarkLicense.txt | 27 +++++++++++++++++++++++++++ build | 8 ++++++++ 2 files changed, 35 insertions(+) create mode 100644 WrathMarkLicense.txt create mode 100644 build diff --git a/WrathMarkLicense.txt b/WrathMarkLicense.txt new file mode 100644 index 0000000..4fceccb --- /dev/null +++ b/WrathMarkLicense.txt @@ -0,0 +1,27 @@ +Copyright (C) [DATE], [AUTHOR], [SITE] + +This license grants the right to copy modify and distribute the source at will under the following conditions: + + +I) The source must not be used to train AI(Artificial Intelligence) + +II) If this license is packaged with a compiled binary a copy of source code must be provided along side said binary + +III) In the case of selling original source by the copyright holder the holder does not have to immediately post the source how ever the source must be published with in 3 months + +IV) For digital media e.g. Digital art and video no raw export(source) needs to be provided. + +Dual or multi license: + +In the case of multiple licenses this license will only apply to work made by the holder in separate projects that include other licensed content + + +Warranty for software: + +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 OR COPYRIGHT HOLDERS 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. + + +Warranty for digital media: + +THE MEDIA 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 OR COPYRIGHT HOLDERS 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 MEDIA OR THE USE OR OTHER DEALINGS IN THE MEDIA + diff --git a/build b/build new file mode 100644 index 0000000..0154eea --- /dev/null +++ b/build @@ -0,0 +1,8 @@ +#!/bin/bash + +echo "building wcc" + +# only ghosts in the shell here +as src/*.asm -o obj/wcc.o +ld -s obj/wcc.o -o wcc +echo "done"