From 20cc0fa21c7bf293c15850e0d6fe2b22ccc399c9 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Fri, 22 Apr 2022 11:26:12 +0900 Subject: [PATCH] tests: Add original author's copyright and reference to shibukawa's fix --- tests/ime.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/ime.c b/tests/ime.c index 7296e236..efa78563 100644 --- a/tests/ime.c +++ b/tests/ime.c @@ -1,5 +1,6 @@ //======================================================================== // IME test +// Copyright (c) Camilla Löwy // Copyright (c) Daijiro Fukuda // // This software is provided 'as-is', without any express or implied @@ -27,6 +28,10 @@ // Left-click clears preedit and toggles IME status. // Right-click updates preedit cursor position to current cursor position. // +// This test code is based on `tests/ime.c` of shibukawa's fix: +// * https://github.com/glfw/glfw/pull/658 +// * https://github.com/shibukawa/glfw-1/commit/d36a164423c933948661f3f17576e5a6388ff251 +// //======================================================================== #define GLAD_GL_IMPLEMENTATION