diff options
author | 2025-01-22 16:48:42 +0100 | |
---|---|---|
committer | 2025-01-22 16:48:42 +0100 | |
commit | 8360523f9fedd19b70abfd5fa6ed239655ea49e0 (patch) | |
tree | 9d585e350190d8f57d7723a80a0deef7e6342ed1 /zuwu.zsh | |
parent | 9e36977b9d4641c9fc67eee9b36bdfa8a3b85bbd (diff) | |
download | zuwu-8360523f9fedd19b70abfd5fa6ed239655ea49e0.tar.gz zuwu-8360523f9fedd19b70abfd5fa6ed239655ea49e0.tar.bz2 zuwu-8360523f9fedd19b70abfd5fa6ed239655ea49e0.tar.lz zuwu-8360523f9fedd19b70abfd5fa6ed239655ea49e0.zip |
feat: proper copyright and license declaration
Diffstat (limited to 'zuwu.zsh')
-rwxr-xr-x | zuwu.zsh | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,9 +1,14 @@ -############################################## -# zuwu: a cute lil zsh microframework thingy # -# ~ memdmp # -############################################## # -# Copyright (c) 2024 memdmp +# The zuwu microframework primary entrypoint. +# +# This file is part of zuwu - a general-purpose zsh initialization and utility framework. +# +# Authors: +# memdmp <https://mem.estrogen.zone/> +# + +# +# Copyright (c) 2025 the above listed authors # # 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. |