hare

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

commit 343fc33965c0b9be8b3ed34e998c630eb683243f
parent 696aefd5b69e84fef0dd837a3aa2aece46c7044f
Author: Ember Sawady <ecs@d2evs.net>
Date:   Mon,  2 Oct 2023 10:11:02 +0000

hare::parse::doc: relicense as mpl

came from cmd/haredoc and was thus initially gpl. i got approval from
everyone who shows up in the git blame for this on irc:

2023-09-14 03:32:30	sebonirc	fine by me
2023-09-14 07:20:39	ddevault	ecs: fine by me
2023-09-14 08:41:29	autumnull	yea idc about licenses
2023-09-29 23:45:42	handlerug	yes
2023-09-30 08:20:06	yyp	ecs: yes, i agree

Signed-off-by: Ember Sawady <ecs@d2evs.net>

Diffstat:
Mhare/parse/doc/doc.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hare/parse/doc/doc.ha b/hare/parse/doc/doc.ha @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-3.0-only +// SPDX-License-Identifier: MPL-2.0 // (c) Hare authors <https://harelang.org> use ascii;