license and readme

This commit is contained in:
Sky Johnson 2025-06-05 20:23:50 -05:00
parent db8416778f
commit 0c87d0d704
2 changed files with 1 additions and 21 deletions

19
LICENSE
View File

@ -1,19 +1,2 @@
## Sharkk Open License
### Version 1.0, March 2025
Copyright (c) Sharkk, Skylear Johnson
Hey there, code surfer! You're free to ride this wave—use, modify, and share this software however you like, as long as you stick to these chill but important rules:
1. **Share Your Changes**: If you tweak, remix, or build on this software, youve gotta share your work with the world under the same license. That means making your modified source code available in a reasonable way—like linking to a public repo. Keep the stoke alive!
2. **Keep This License**: Whenever you pass this software along (whether youve changed it or not), you need to include this license in full. No sneaky restrictions that limit the freedom to ride the digital waves.
3. **Give Credit Where Its Due**: Show some love to the original author(s) by keeping the copyright notice and, if possible, linking back to the original source. Good vibes and respect go a long way.
4. **Make It Your Own**: If you add your own original code or features, youre totally free to monetize those additions. Sell it, license it, or turn it into the next big thing—just keep the original parts open for everyone.
5. **No Guarantees**: This software comes "as is." No promises, no warranties—just pure, unfiltered code. If things go sideways, youre riding that wave at your own risk. The authors arent responsible for any wipeouts.
By using, modifying, or sharing this software, youre agreeing to these terms. Keep it open, keep it flowing, and most of all—have fun!
DO NOT USE THIS SOFTWARE

View File

@ -1,8 +1,5 @@
# Moonshark
```bash
git submodule update --init --recursive
git submodule update --remote --recursive
go build -trimpath -ldflags="-s -w" -o moonshark .
```