update README, bump LICENSE year - xmlparser - XML parser | |
git clone git://git.codemadness.org/xmlparser | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a89216192dbac51fee5945195c1e754b9232d5ae | |
parent 41dd854ab87458efcc330f9f77470e4ffb727880 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 23 Aug 2019 12:13:39 +0200 | |
update README, bump LICENSE year | |
Diffstat: | |
M LICENSE | 2 +- | |
M README | 6 ++++-- | |
2 files changed, 5 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1,6 +1,6 @@ | |
ISC License | |
-Copyright (c) 2011-2018 Hiltjo Posthuma <[email protected]> | |
+Copyright (c) 2011-2019 Hiltjo Posthuma <[email protected]> | |
Permission to use, copy, modify, and/or distribute this software for any | |
purpose with or without fee is hereby granted, provided that the above | |
diff --git a/README b/README | |
@@ -1,5 +1,7 @@ | |
XML parser | |
-========== | |
+---------- | |
+ | |
+A small XML parser. | |
Dependencies | |
@@ -29,7 +31,7 @@ Supports | |
- Helper function (xml_entitytostr) to convert XML 1.0 / HTML 2.0 named entiti… | |
and numeric entities to UTF-8. | |
- Reading XML from a fd, string buffer or implement a custom reader: | |
- see: XMLParser.getnext. | |
+ see: XMLParser.getnext or GETNEXT() macro. | |
Caveats |