update README, bump LICENSE year - xmlparser - XML parser
 (HTM) git clone git://git.codemadness.org/xmlparser
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a89216192dbac51fee5945195c1e754b9232d5ae
 (DIR) parent 41dd854ab87458efcc330f9f77470e4ffb727880
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) diff --git a/LICENSE b/LICENSE
       @@ -1,6 +1,6 @@
        ISC License
        
       -Copyright (c) 2011-2018 Hiltjo Posthuma <hiltjo@codemadness.org>
       +Copyright (c) 2011-2019 Hiltjo Posthuma <hiltjo@codemadness.org>
        
        Permission to use, copy, modify, and/or distribute this software for any
        purpose with or without fee is hereby granted, provided that the above
 (DIR) 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 entities
          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