From 42452085f7473e0af814abdee2828f52abcbe7ba Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周六, 24 2月 2024 18:40:04 +0800 Subject: [PATCH] Workaround for issue #23 --- src/quick/quickwindowagent.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/quick/quickwindowagent.h b/src/quick/quickwindowagent.h index daab5c5..c319615 100644 --- a/src/quick/quickwindowagent.h +++ b/src/quick/quickwindowagent.h @@ -1,3 +1,7 @@ +// Copyright (C) 2023-2024 Stdware Collections (https://www.github.com/stdware) +// Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao) +// SPDX-License-Identifier: Apache-2.0 + #ifndef QUICKWINDOWAGENT_H #define QUICKWINDOWAGENT_H -- Gitblit v1.9.1