aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-03-10 15:03:46 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-03-10 15:06:14 +0200
commitd78cf57211f24aeebc5e2f30927e2410bf068983 (patch)
tree9c57516247e73ca0a31fe69ece1f8318ca4512c0
parent8307e1260e771ba065fe16359a756beec26d9e7f (diff)
Add a disclaimer
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index f65aa32..307f63a 100644
--- a/README
+++ b/README
@@ -22,3 +22,12 @@ The headers as of now are:
The headers planned for inclusion are:
• unicode/gbrk.h — grapheme breaking
• unicode/props.h — unicode character properties
+
+DISCLAIMER:
+
+ This library is developed for use by me (the author). You are free to use
+ this code for whatever you’d like, but do be warned that breaking changes
+ may (and will) occur at any moment with no prior warning. Additionally, be
+ warned that I do not care about whether or not you think the API is
+ well-designed or human-friendly. If you have an issue with the code here,
+ fix it — you are a programmer are you not?