advent-of-code

My (attempts at) solutions for Advent of Code.
git clone https://git.jaderune.net/jbauer/advent-of-code
Log | Files | Refs | README | LICENSE

commit ab367472824303bf0aca43ab1e95e35ecb6b00bb
parent 0d3abfbdf3d334740a18e56d6f5ed49ec15e4872
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Wed, 26 Apr 2023 10:47:58 -0400

Use OpenBSD's ISC License

Diffstat:
MLICENSE | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,8 +1,8 @@ ISC License -Copyright 2022 Jake Bauer <jbauer@paritybit.ca> +Copyright (c) 2022 Jake Bauer <jbauer@paritybit.ca> -Permission to use, copy, modify, and/or distribute this software for any purpose +Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.