From f41c3a672d196db545a2af5f2bdc3233027ff3e4 Mon Sep 17 00:00:00 2001 From: KeviM Date: Thu, 14 May 2026 12:04:11 -0700 Subject: [PATCH] fix(license): add missing copyright holder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MIT License requires a copyright holder. The header read 'Copyright (c) 2026' with no name — technically still a license grant but ambiguous about who the licensor is. Match the kalshi-cpp LICENSE style ('Copyright (c) 2026 Kevin Martinez Lopez') for consistency across sibling SDKs. No effect on existing consumers; the license text and grant are unchanged. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 14fac91..84dd954 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 +Copyright (c) 2026 Kevin Martinez Lopez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal