about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07f3cef..f77852b 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,11 @@ The *arena* allocator already supports "arbitrary" object sizes, but it has a
 fixed maximum capacity that may not be appropriate for all programs; code to
 "grow" the arena when necessary might be a good addition.
 Nothing here is thread-safe either, so you may need to throw in a lock or three.
+
+## License
+
+I very much doubt that you can use the code "as is" for a real system, but feel
+free to take it as a starting point if that seems helpful. Since it's under a
+0-clause BSD license, which essentially makes it public domain, you're welcome
+to do as you please. If the code was helpful to you I'd *appreciate* an email,
+but it's certainly not required.