aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-08 17:34:06 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-08 17:34:06 +0100
commit702e934bec9ba2105f278cdab97ae272cdac03b3 (patch)
tree6fcb42a75834c35c6529dbd664d5c02520bcfb92
parente65cd9f38f1aa0030839cb7b275f8e0c68f1701c (diff)
downloadzuwu-702e934bec9ba2105f278cdab97ae272cdac03b3.tar.gz
zuwu-702e934bec9ba2105f278cdab97ae272cdac03b3.tar.bz2
zuwu-702e934bec9ba2105f278cdab97ae272cdac03b3.tar.lz
zuwu-702e934bec9ba2105f278cdab97ae272cdac03b3.zip

feat: LICENSE

-rw-r--r--COPYING7
-rwxr-xr-xzuwu.zsh13
2 files changed, 18 insertions, 2 deletions
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..b3f1a9f
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,7 @@
+Copyright (c) 2024 memdmp
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the 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.
diff --git a/zuwu.zsh b/zuwu.zsh
index 98237db..036d624 100755
--- a/zuwu.zsh
+++ b/zuwu.zsh
@@ -1,5 +1,14 @@
-# zuwu: cute lil zsh microframework thingy
-# ~ memdmp
+##############################################
+# zuwu: a cute lil zsh microframework thingy #
+# ~ memdmp #
+##############################################
+#
+# Copyright (c) 2024 memdmp
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the 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.
+#
export _ZUWU_INSTALLED=1;