hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit bbb978b64c0ba3752729f9b7000012611863741e
parent 7fc1fcb3a3bbe664ab7efd70f30518cbfaeb4961
Author: Byron Torres <b@torresjrjr.com>
Date:   Thu,  2 Jun 2022 02:17:24 +0100

haredoc: fix copyright typo

Diffstat:
Mcmd/haredoc/util.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/haredoc/util.ha b/cmd/haredoc/util.ha @@ -1,5 +1,5 @@ // License: GPL-3.0 -// (c) 2022 Bryan Torres <b@torresjrjr.com> +// (c) 2022 Byron Torres <b@torresjrjr.com> // (c) 2022 Sebastian <sebastian@sebsite.pw> use fmt; use hare::ast;