diff options
| author | 2015-09-26 11:05:32 +0100 | |
|---|---|---|
| committer | 2015-09-26 11:05:32 +0100 | |
| commit | ea542e045bdf9ecbc976c3c44ea23ae60049a409 (patch) | |
| tree | 3d4727c3c14a79c5537549b5105bad98b6a1f06d | |
| parent | Add gb_string.h v0.90 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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. |
