diff options
| -rw-r--r-- | LICENSE | 25 | ||||
| -rwxr-xr-x | sbc | 2 |
2 files changed, 26 insertions, 1 deletions
@@ -0,0 +1,25 @@ +(C) Inqiyad Sabr <sabr@ariamath.xyz> +All rights are liberated. +This is libre software liberated into the public domain. + +"Anyone" is free to copy, modify, publish, use, compile, +sell or distribute this software either in source form or +as compiled binary, for any purpose, commercial or +non-commercial, and by any means. + +"Anyone" is anyone who does not wish no take away the +liberation of this software in their own share. The +liberation can be understood by the following clauses: + +1. "Anyone" who owns a copy of this "software" cannot +close the source for any service they provide using +this software in the open. + +2. You are liberated to statically link this software. + +The software is provided as is, without warranty of any +kind. The author(s) of this LICENSE will not be liable +for any damages or claim relating to the software. + +This license is to be understood as being free for those +who love open liberation and not for who doesn't. @@ -1,6 +1,6 @@ #!/bin/sh # ================================== -# License : The Unlicense +# License : ./LICENSE # Author : sabr@ariamath.xyz # Version : 0.0.1 # ================================== |