From 3a1a2dcb8144f5b5549a8bb5082333ad649b708a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= <ondra@ondrovo.com>
Date: Mon, 16 Apr 2018 08:37:54 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 939e253..e6978e9 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 Inlined STM8S SPL (STM8S103) for use with SDCC
 
-This is probably against the license, but who cares.
+This is probably against the license, so use at own risk.
 
 SDCC does not support --gc-sections, so we have to either use #ifdef's 
 and compile switches to remove unused code, or inline it.