From 04bf9f64ffafcc285a7523d3e9781321d6b1d802 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Fri, 19 Jan 2024 19:07:31 -0800 Subject: [PATCH] add license and readme info in top comment --- win32_typing_test.c | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/win32_typing_test.c b/win32_typing_test.c index 043a214..af12721 100644 --- a/win32_typing_test.c +++ b/win32_typing_test.c @@ -1,5 +1,26 @@ /* -** A program for testing win32 text input +** Win32 Typing Test Program +** v1.0.0 - Jan 19th 2024 +** by Allen Webster allenw@mr4th.com +** +** public domain example program +** NO WARRANTY IMPLIED; USE AT YOUR OWN RISK +** +** +** Tested on: +** Windows 10 English +** +** This is an example and a tool for gathering information about +** Win32 text input APIs. +** +** You may use it as a starting point for your own Win32 text input + ** implementation. +** +** Or you may contribute to the project by: +** Trying typing in the test program and report any misbehavior you see. +** Supplying references to relevant documentation/examples that perform +** this task in a better way. +** */ #include