From 600cbaad37d8ef91d3db255d0bca23d054ae1501 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 22 Feb 2026 16:01:01 -0500 Subject: [PATCH] docs: add fork copyright to LICENSE Problem: LICENSE only contained the original author's copyright notice. Solution: add a second copyright line for the fork maintainer. MIT requires retaining the original notice; adding a line for derivative work is standard practice. --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index 4928e96..ccff038 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2022 Steven Arcangeli +Copyright (c) 2025 Barrett Ruth Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal