update LICENSE, README and version - hurl - Gopher/HTTP/HTTPS file grabber
 (HTM) git clone git://git.codemadness.org/hurl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 81dc946dd8eddc1e6539babc7941451a8e4c0f2f
 (DIR) parent cee16e064cbaae88f175fc0fa9236af364ff1bba
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  9 Nov 2019 23:07:21 +0100
       
       update LICENSE, README and version
       
       Diffstat:
         M LICENSE                             |       2 +-
         M Makefile                            |       2 +-
         M README                              |       4 ++--
       
       3 files changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/LICENSE b/LICENSE
       @@ -1,6 +1,6 @@
        ISC License
        
       -Copyright (c) 2018 Hiltjo Posthuma <hiltjo@codemadness.org>
       +Copyright (c) 2018-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/Makefile b/Makefile
       @@ -3,7 +3,7 @@
        .POSIX:
        
        NAME = hurl
       -VERSION = 0.01
       +VERSION = 0.1
        
        PREFIX = /usr/local
        BINDIR = ${PREFIX}/bin
 (DIR) diff --git a/README b/README
       @@ -1,5 +1,5 @@
        hurl
       -====
       +----
        
        Relatively simple HTTP, HTTPS and Gopher client/file grabber.
        
       @@ -27,7 +27,7 @@ Dependencies
        Features
        --------
        
       -- Uses OpenBSD pledge(2) and unveil(2). Allow no filesystem access (write to
       +- Uses OpenBSD pledge(2) and unveil(2). Allow no filesystem access (writes to
          stdout).
        - Impose timeout and maximum size limits.
        - Use well-defined exitcodes for reliable scripting (curl sucks at this).