From ea542e045bdf9ecbc976c3c44ea23ae60049a409 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 26 Sep 2015 11:05:32 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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.