From f6ef2f3b56e5f4a05193f7e5f90715ad7327105c Mon Sep 17 00:00:00 2001 From: CNLohr <lohr85@gmail.com> Date: Tue, 28 Feb 2023 04:05:56 -0500 Subject: [PATCH] Update minichlink.c --- minichlink/minichlink.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/minichlink/minichlink.c b/minichlink/minichlink.c index 5c3699f..3f1b0c9 100644 --- a/minichlink/minichlink.c +++ b/minichlink/minichlink.c @@ -1,3 +1,8 @@ +// The "bootloader" blob is (C) WCH. +// The rest of the code, Copyright 2023 Charles Lohr +// Freely licensable under the MIT/x11, NewBSD Licenses, or +// public domain where applicable. + #include <stdio.h> #include <stdlib.h> #include "wch_link_base.h" -- GitLab