diff options
| author | Fuwn <[email protected]> | 2026-01-20 23:07:34 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-20 23:07:34 -0800 |
| commit | d6a2417c35849183a98328b09a65cdcf7b6d7d3b (patch) | |
| tree | c5bccf7bacb63f91f5b853d7609151bac67a4aaa | |
| parent | build: Add macOS support using Nix (diff) | |
| download | zigr-d6a2417c35849183a98328b09a65cdcf7b6d7d3b.tar.xz zigr-d6a2417c35849183a98328b09a65cdcf7b6d7d3b.zip | |
chore: Relicense project under the ISC license
| -rw-r--r-- | LICENSE | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -1,10 +1,5 @@ -This is free and unencumbered software released into the public domain. +Copyright 2022 Fuwn -Our intent is that anyone is free to copy and use this software, -for any purpose, in any form, and by any means. +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. -The authors dedicate any and all copyright interest in the software -to the public domain, at their own expense for the betterment of mankind. - -The software is provided "as is", without any kind of warranty, including -any implied warranty. If it breaks, you get to keep both pieces.
\ No newline at end of file +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |