hurl | Simple gopher and http(s) client. |
| download: http://git.y1.nz/archives/hurl.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit ea0fa924213696c5be26a10a20044c23ed83de9e parent d2bfb47ec398e41583709aa27696c12d7b6f71ba Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 1 Mar 2020 12:59:12 +0100 bump version to 0.3 and: - bump LICENSE year. - remove comment in Makefile. Diffstat:
| M | LICENSE | 2 | +- |
| M | Makefile | 4 | +--- |
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2018-2019 Hiltjo Posthuma <hiltjo@codemadness.org> +Copyright (c) 2018-2020 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 @@ -1,9 +1,7 @@ -# hurl - a tiny client for various protocols -# See LICENSE file for copyright and license details. .POSIX: NAME = hurl -VERSION = 0.2 +VERSION = 0.3 PREFIX = /usr/local BINDIR = ${PREFIX}/bin
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.