geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit a50f344d50d28b2f60634b71ec5a68512a96baaa
parent d153299b5c0c1c6e09758a3435b1867b03d5e61b
Author: Christoph Lohmann <20h@r-36.net>
Date:   Wed, 30 Jul 2025 09:47:54 +0200

Adding proper AUTHORS, preparing 0.99 release.

Diffstat:
AAUTHORS | 23+++++++++++++++++++++++
MLICENSE | 2+-
MMakefile | 2+-
3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -0,0 +1,23 @@ +Christoph Lohmann <20h@r-36.net> +Hiltjo Posthuma <hiltjo@codemadness.org> +Quentin Rameau <quinq@fifth.space> +parazyd <parazyd@dyne.org> +Lucas Gabriel Vuotto <lgv@nanashi.co> +Solene Rapenne <solene@perso.pw> +Anders Damsgaard <anders@adamsgaard.dk> +Christian Kellermann <ckeen@pestilenz.org> +David Woodfall <dave@dawoodfall.net> +Julian Schweinsberg <pazz0@0xfa.de> +KatolaZ <katolaz@freaknet.org> +Leonardo Taccari <iamleot@gmail.com> +Pete Deas <petedeas@fastmail.fm> +Roygbyte <git@noon.mozmail.com> +Slackhead <slackhead@gmail.com> +Spenser Truex <truex@equwal.com> +Troels Henriksen <athas@sigkill.dk> +lambda <lambda@fnord.one> +Marc Chantreux <mc@unistra.fr> +Christopher Williams <abbrev@gmail.com> +Lucas de Sena <lucas@seninha.org> +Nico Sonack <nsonack@herrhotzenplotz.de> + diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ MIT/X Consortium License -© 2006-2023 Christoph Lohmann <20h@r-36.net> +© 2006-2025 Christoph Lohmann <20h@r-36.net> © 2015-2023 Hiltjo Posthuma <hiltjo@codemadness.org> © 2007 Jeff Woodall <jgw@freeshell.org> © 2008 J. A. Neitzel <jan@v6shell.org> diff --git a/Makefile b/Makefile @@ -3,7 +3,7 @@ .POSIX: NAME = geomyidae -VERSION = 0.96 +VERSION = 0.99 PREFIX = /usr/local BINDIR = ${PREFIX}/bin