aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE25
-rwxr-xr-xsbc2
2 files changed, 26 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..a55bc4f
--- /dev/null
+++ b/LICENSE
@@ -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.
diff --git a/sbc b/sbc
index d2c09f1..0597642 100755
--- a/sbc
+++ b/sbc
@@ -1,6 +1,6 @@
#!/bin/sh
# ==================================
-# License : The Unlicense
+# License : ./LICENSE
# Author : sabr@ariamath.xyz
# Version : 0.0.1
# ==================================