aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar gingerBill 2015-09-26 11:05:32 +0100
committerGravatar gingerBill 2015-09-26 11:05:32 +0100
commitea542e045bdf9ecbc976c3c44ea23ae60049a409 (patch)
tree3d4727c3c14a79c5537549b5105bad98b6a1f06d
parentAdd gb_string.h v0.90 (diff)
Update README.md
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 824d30e..4a707fe 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,18 @@
# gb
gb single-file public domain libraries for C & C++
+
+## Libraries
+
+library | latest version | category | description
+----------------|----------------|----------|-------------
+**gb_string.h** | 0.90 | strings | A better string library for C & C++
+
+## FAQ
+
+### What's the license?
+
+These libraries are in the public domain. You can do anything you want with them. You have no legal obligation to do anything else, although I would appreciate attribution.
+
+### If I wrap an gb library in a new library, does the new library have to be public domain?
+
+No.