From b2aab2c5203a82192698c01a38dc1c1a39c76b65 Mon Sep 17 00:00:00 2001 From: kst Date: Fri, 21 Aug 2026 14:19:12 +0900 Subject: [PATCH] Add disclaimer section to README Added a disclaimer section outlining the software's 'as is' provision and user responsibilities. --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 6410e75..07d23d7 100644 --- a/README.md +++ b/README.md @@ -317,3 +317,38 @@ npx vitest run test/all-tools.integration.test.ts ## 라이선스 [MIT License](LICENSE) + +## Disclaimer + +THIS SOFTWARE IS PROVIDED “AS IS,” WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. + +IN NO EVENT SHALL THE AUTHOR, COPYRIGHT HOLDERS, OR CONTRIBUTORS 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 OF THE SOFTWARE. + +This includes, but is not limited to: + +* Data loss or corruption +* System damage or malfunction +* Security breaches or vulnerabilities +* Financial loss +* Direct, indirect, incidental, special, punitive, or consequential damages + +The user assumes full responsibility for all consequences arising from the use of this software, whether such use was intended, authorized, or foreseeable. + +**ALL RISKS ASSOCIATED WITH USE ARE BORNE BY THE USER** + + + + + + + + + + + + + + + + +