hurl

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 81dc946dd8eddc1e6539babc7941451a8e4c0f2f
parent cee16e064cbaae88f175fc0fa9236af364ff1bba
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat,  9 Nov 2019 23:07:21 +0100

update LICENSE, README and version

Diffstat:
MLICENSE | 2+-
MMakefile | 2+-
MREADME | 4++--
3 files changed, 4 insertions(+), 4 deletions(-)

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 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 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).