diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-09 09:58:04 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-09 09:58:04 +0100 |
commit | c25f5195f0d6cf469ceb0325935615b0bb4adffc (patch) | |
tree | 3ec21792739a4d8d33cec92291a4b0e9e1044373 /common/zlib | |
parent | Fix license name (diff) | |
download | licenses-c25f5195f0d6cf469ceb0325935615b0bb4adffc.tar.gz licenses-c25f5195f0d6cf469ceb0325935615b0bb4adffc.tar.bz2 licenses-c25f5195f0d6cf469ceb0325935615b0bb4adffc.tar.xz |
misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'common/zlib')
-rw-r--r-- | common/zlib | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/common/zlib b/common/zlib index b613e4d..18ab1bc 100644 --- a/common/zlib +++ b/common/zlib @@ -1,12 +1,20 @@ The zlib/libpng License Copyright (c) <year> <copyright holders> -This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. +In no event will the authors be held liable for any damages arising from the +use of this software. -Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: -1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. +1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. -2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. |