From 8517f5b133f1aceff893a1a01417157136fe0715 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周一, 01 1月 2024 13:33:29 +0800
Subject: [PATCH] Add license and prepare to release

---
 src/quick/quickwindowagent.h                |    3 +
 src/widgets/widgetitemdelegate.cpp          |    3 +
 src/core/contexts/cocoawindowcontext.mm     |    3 +
 src/core/contexts/abstractwindowcontext_p.h |    3 +
 src/quick/qwkquickglobal.h                  |    3 +
 src/quick/quickwindowagent_win.cpp          |    3 +
 src/core/contexts/cocoawindowcontext_p.h    |    3 +
 src/quick/qwkquickglobal.cpp                |    3 +
 src/core/qwkglobal.h                        |    3 +
 src/quick/quickitemdelegate.cpp             |    3 +
 src/core/contexts/win32windowcontext.cpp    |    3 +
 src/core/style/styleagent.h                 |    3 +
 src/core/windowitemdelegate.cpp             |    3 +
 src/core/windowitemdelegate_p.h             |    3 +
 src/core/style/styleagent_win.cpp           |    3 +
 src/core/qwindowkit_windows.h               |    3 +
 src/quick/quickitemdelegate_p.h             |    3 +
 src/core/qwindowkit_windows.cpp             |    3 +
 src/core/contexts/qtwindowcontext.cpp       |    3 +
 src/widgets/widgetwindowagent.h             |    3 +
 LICENSE                                     |    3 
 src/core/qwkglobal_p.h                      |    3 +
 src/core/windowagentbase_p.h                |    3 +
 src/core/style/styleagent.cpp               |    3 +
 src/quick/quickwindowagent.cpp              |    3 +
 src/core/qwindowkit_linux.h                 |    3 +
 src/core/style/styleagent_mac.mm            |    3 +
 src/widgets/widgetitemdelegate_p.h          |    3 +
 src/core/contexts/abstractwindowcontext.cpp |    3 +
 src/widgets/widgetwindowagent_win.cpp       |    3 +
 src/widgets/qwkwidgetsglobal.h              |    3 +
 src/core/windowagentbase.h                  |    3 +
 src/core/shared/qwkwindowsextra_p.h         |    3 +
 src/core/shared/systemwindow_p.h            |    3 +
 src/core/style/styleagent_p.h               |    3 +
 src/quick/quickwindowagent_p.h              |    3 +
 src/core/windowagentbase.cpp                |    3 +
 src/widgets/widgetwindowagent_p.h           |    3 +
 src/core/contexts/qtwindowcontext_p.h       |    3 +
 src/widgets/widgetwindowagent_mac.cpp       |    3 +
 src/core/contexts/win32windowcontext_p.h    |    3 +
 src/core/kernel/sharedeventfilter_p.h       |    3 +
 src/widgets/widgetwindowagent.cpp           |    3 +
 src/core/kernel/nativeeventfilter.cpp       |    3 +
 src/core/kernel/nativeeventfilter_p.h       |    3 +
 src/quick/quickwindowagent_mac.cpp          |    3 +
 src/core/kernel/sharedeventfilter.cpp       |    3 +
 src/core/style/styleagent_linux.cpp         |    3 +
 48 files changed, 143 insertions(+), 1 deletions(-)

diff --git a/LICENSE b/LICENSE
index 406593a..8a1f6e7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,8 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright 2021-2023 Stdware Collections
+   Copyright (C) 2023-2024 Stdware Collections
+   Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao)
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/src/core/contexts/abstractwindowcontext.cpp b/src/core/contexts/abstractwindowcontext.cpp
index 32efc02..d0ca27c 100644
--- a/src/core/contexts/abstractwindowcontext.cpp
+++ b/src/core/contexts/abstractwindowcontext.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "abstractwindowcontext_p.h"
 
 #include <QtGui/QPen>
diff --git a/src/core/contexts/abstractwindowcontext_p.h b/src/core/contexts/abstractwindowcontext_p.h
index f375b83..13490f3 100644
--- a/src/core/contexts/abstractwindowcontext_p.h
+++ b/src/core/contexts/abstractwindowcontext_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef ABSTRACTWINDOWCONTEXT_P_H
 #define ABSTRACTWINDOWCONTEXT_P_H
 
diff --git a/src/core/contexts/cocoawindowcontext.mm b/src/core/contexts/cocoawindowcontext.mm
index cc9bfeb..ca49d2f 100644
--- a/src/core/contexts/cocoawindowcontext.mm
+++ b/src/core/contexts/cocoawindowcontext.mm
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "cocoawindowcontext_p.h"
 
 #include <objc/runtime.h>
diff --git a/src/core/contexts/cocoawindowcontext_p.h b/src/core/contexts/cocoawindowcontext_p.h
index ad7e6be..512fb20 100644
--- a/src/core/contexts/cocoawindowcontext_p.h
+++ b/src/core/contexts/cocoawindowcontext_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef COCOAWINDOWCONTEXT_P_H
 #define COCOAWINDOWCONTEXT_P_H
 
diff --git a/src/core/contexts/qtwindowcontext.cpp b/src/core/contexts/qtwindowcontext.cpp
index bd7b3e1..8b25c04 100644
--- a/src/core/contexts/qtwindowcontext.cpp
+++ b/src/core/contexts/qtwindowcontext.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "qtwindowcontext_p.h"
 
 #include <QtCore/QDebug>
diff --git a/src/core/contexts/qtwindowcontext_p.h b/src/core/contexts/qtwindowcontext_p.h
index fa9aece..829fe84 100644
--- a/src/core/contexts/qtwindowcontext_p.h
+++ b/src/core/contexts/qtwindowcontext_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QTWINDOWCONTEXT_P_H
 #define QTWINDOWCONTEXT_P_H
 
diff --git a/src/core/contexts/win32windowcontext.cpp b/src/core/contexts/win32windowcontext.cpp
index 17a42c1..f9be258 100644
--- a/src/core/contexts/win32windowcontext.cpp
+++ b/src/core/contexts/win32windowcontext.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "win32windowcontext_p.h"
 
 #include <optional>
diff --git a/src/core/contexts/win32windowcontext_p.h b/src/core/contexts/win32windowcontext_p.h
index ec3e8e6..09ce67f 100644
--- a/src/core/contexts/win32windowcontext_p.h
+++ b/src/core/contexts/win32windowcontext_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef WIN32WINDOWCONTEXT_P_H
 #define WIN32WINDOWCONTEXT_P_H
 
diff --git a/src/core/kernel/nativeeventfilter.cpp b/src/core/kernel/nativeeventfilter.cpp
index babc55c..ab6a032 100644
--- a/src/core/kernel/nativeeventfilter.cpp
+++ b/src/core/kernel/nativeeventfilter.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "nativeeventfilter_p.h"
 
 #include <QtCore/QAbstractNativeEventFilter>
diff --git a/src/core/kernel/nativeeventfilter_p.h b/src/core/kernel/nativeeventfilter_p.h
index 569ea4a..174ae4e 100644
--- a/src/core/kernel/nativeeventfilter_p.h
+++ b/src/core/kernel/nativeeventfilter_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef NATIVEEVENTFILTER_P_H
 #define NATIVEEVENTFILTER_P_H
 
diff --git a/src/core/kernel/sharedeventfilter.cpp b/src/core/kernel/sharedeventfilter.cpp
index 8b4dc46..5e66c65 100644
--- a/src/core/kernel/sharedeventfilter.cpp
+++ b/src/core/kernel/sharedeventfilter.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "sharedeventfilter_p.h"
 
 namespace QWK {
diff --git a/src/core/kernel/sharedeventfilter_p.h b/src/core/kernel/sharedeventfilter_p.h
index 4865756..4445610 100644
--- a/src/core/kernel/sharedeventfilter_p.h
+++ b/src/core/kernel/sharedeventfilter_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef SHAREDEVENTFILTER_P_H
 #define SHAREDEVENTFILTER_P_H
 
diff --git a/src/core/qwindowkit_linux.h b/src/core/qwindowkit_linux.h
index 6c14966..57d3840 100644
--- a/src/core/qwindowkit_linux.h
+++ b/src/core/qwindowkit_linux.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QWINDOWKIT_LINUX_H
 #define QWINDOWKIT_LINUX_H
 
diff --git a/src/core/qwindowkit_windows.cpp b/src/core/qwindowkit_windows.cpp
index b28e4e0..517ab73 100644
--- a/src/core/qwindowkit_windows.cpp
+++ b/src/core/qwindowkit_windows.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "qwindowkit_windows.h"
 
 namespace QWK {
diff --git a/src/core/qwindowkit_windows.h b/src/core/qwindowkit_windows.h
index c84f50d..0a2f8a5 100644
--- a/src/core/qwindowkit_windows.h
+++ b/src/core/qwindowkit_windows.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QWINDOWKIT_WINDOWS_H
 #define QWINDOWKIT_WINDOWS_H
 
diff --git a/src/core/qwkglobal.h b/src/core/qwkglobal.h
index fc71534..c659e0b 100644
--- a/src/core/qwkglobal.h
+++ b/src/core/qwkglobal.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QWKGLOBAL_H
 #define QWKGLOBAL_H
 
diff --git a/src/core/qwkglobal_p.h b/src/core/qwkglobal_p.h
index e311ee8..1691ef7 100644
--- a/src/core/qwkglobal_p.h
+++ b/src/core/qwkglobal_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QWKGLOBAL_P_H
 #define QWKGLOBAL_P_H
 
diff --git a/src/core/shared/qwkwindowsextra_p.h b/src/core/shared/qwkwindowsextra_p.h
index 20d3127..6976b3c 100644
--- a/src/core/shared/qwkwindowsextra_p.h
+++ b/src/core/shared/qwkwindowsextra_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QWKWINDOWSEXTRA_P_H
 #define QWKWINDOWSEXTRA_P_H
 
diff --git a/src/core/shared/systemwindow_p.h b/src/core/shared/systemwindow_p.h
index 51e12c2..3b8cf87 100644
--- a/src/core/shared/systemwindow_p.h
+++ b/src/core/shared/systemwindow_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef SYSTEMWINDOW_P_H
 #define SYSTEMWINDOW_P_H
 
diff --git a/src/core/style/styleagent.cpp b/src/core/style/styleagent.cpp
index 192995b..16ff148 100644
--- a/src/core/style/styleagent.cpp
+++ b/src/core/style/styleagent.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "styleagent.h"
 #include "styleagent_p.h"
 
diff --git a/src/core/style/styleagent.h b/src/core/style/styleagent.h
index d5e27e4..d583288 100644
--- a/src/core/style/styleagent.h
+++ b/src/core/style/styleagent.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef STYLEAGENT_H
 #define STYLEAGENT_H
 
diff --git a/src/core/style/styleagent_linux.cpp b/src/core/style/styleagent_linux.cpp
index 3eb3577..b091016 100644
--- a/src/core/style/styleagent_linux.cpp
+++ b/src/core/style/styleagent_linux.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "styleagent_p.h"
 
 #include <QtCore/QVariant>
diff --git a/src/core/style/styleagent_mac.mm b/src/core/style/styleagent_mac.mm
index 6c89931..176c4ad 100644
--- a/src/core/style/styleagent_mac.mm
+++ b/src/core/style/styleagent_mac.mm
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "styleagent_p.h"
 
 #include <Cocoa/Cocoa.h>
diff --git a/src/core/style/styleagent_p.h b/src/core/style/styleagent_p.h
index 3595a9f..d7f584b 100644
--- a/src/core/style/styleagent_p.h
+++ b/src/core/style/styleagent_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef STYLEAGENTPRIVATE_H
 #define STYLEAGENTPRIVATE_H
 
diff --git a/src/core/style/styleagent_win.cpp b/src/core/style/styleagent_win.cpp
index e118713..f6b92e8 100644
--- a/src/core/style/styleagent_win.cpp
+++ b/src/core/style/styleagent_win.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "styleagent_p.h"
 
 #include <QtCore/QSet>
diff --git a/src/core/windowagentbase.cpp b/src/core/windowagentbase.cpp
index be6c6ca..4c1f26a 100644
--- a/src/core/windowagentbase.cpp
+++ b/src/core/windowagentbase.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "windowagentbase.h"
 #include "windowagentbase_p.h"
 
diff --git a/src/core/windowagentbase.h b/src/core/windowagentbase.h
index 6748ebc..fec450a 100644
--- a/src/core/windowagentbase.h
+++ b/src/core/windowagentbase.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef WINDOWAGENTBASE_H
 #define WINDOWAGENTBASE_H
 
diff --git a/src/core/windowagentbase_p.h b/src/core/windowagentbase_p.h
index 3c978b3..689e9ab 100644
--- a/src/core/windowagentbase_p.h
+++ b/src/core/windowagentbase_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef WINDOWAGENTBASEPRIVATE_H
 #define WINDOWAGENTBASEPRIVATE_H
 
diff --git a/src/core/windowitemdelegate.cpp b/src/core/windowitemdelegate.cpp
index c045a46..23e0d68 100644
--- a/src/core/windowitemdelegate.cpp
+++ b/src/core/windowitemdelegate.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "windowitemdelegate_p.h"
 
 namespace QWK {
diff --git a/src/core/windowitemdelegate_p.h b/src/core/windowitemdelegate_p.h
index 3d4e4a3..344c0aa 100644
--- a/src/core/windowitemdelegate_p.h
+++ b/src/core/windowitemdelegate_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef WINDOWITEMDELEGATE_P_H
 #define WINDOWITEMDELEGATE_P_H
 
diff --git a/src/quick/quickitemdelegate.cpp b/src/quick/quickitemdelegate.cpp
index 63d02eb..64fa0dc 100644
--- a/src/quick/quickitemdelegate.cpp
+++ b/src/quick/quickitemdelegate.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "quickitemdelegate_p.h"
 
 #include <QtQuick/QQuickItem>
diff --git a/src/quick/quickitemdelegate_p.h b/src/quick/quickitemdelegate_p.h
index 71cd1a6..6d79f5c 100644
--- a/src/quick/quickitemdelegate_p.h
+++ b/src/quick/quickitemdelegate_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QUICKITEMDELEGATE_P_H
 #define QUICKITEMDELEGATE_P_H
 
diff --git a/src/quick/quickwindowagent.cpp b/src/quick/quickwindowagent.cpp
index 3cecb21..058272c 100644
--- a/src/quick/quickwindowagent.cpp
+++ b/src/quick/quickwindowagent.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "quickwindowagent.h"
 #include "quickwindowagent_p.h"
 
diff --git a/src/quick/quickwindowagent.h b/src/quick/quickwindowagent.h
index daab5c5..92c0c3e 100644
--- a/src/quick/quickwindowagent.h
+++ b/src/quick/quickwindowagent.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QUICKWINDOWAGENT_H
 #define QUICKWINDOWAGENT_H
 
diff --git a/src/quick/quickwindowagent_mac.cpp b/src/quick/quickwindowagent_mac.cpp
index 87895fb..58c5f8b 100644
--- a/src/quick/quickwindowagent_mac.cpp
+++ b/src/quick/quickwindowagent_mac.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "quickwindowagent_p.h"
 
 namespace QWK {
diff --git a/src/quick/quickwindowagent_p.h b/src/quick/quickwindowagent_p.h
index c9d5680..738d234 100644
--- a/src/quick/quickwindowagent_p.h
+++ b/src/quick/quickwindowagent_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QUICKWINDOWAGENTPRIVATE_H
 #define QUICKWINDOWAGENTPRIVATE_H
 
diff --git a/src/quick/quickwindowagent_win.cpp b/src/quick/quickwindowagent_win.cpp
index 57c5f40..6feb63d 100644
--- a/src/quick/quickwindowagent_win.cpp
+++ b/src/quick/quickwindowagent_win.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "quickwindowagent_p.h"
 
 #include <QtQuick/QQuickPaintedItem>
diff --git a/src/quick/qwkquickglobal.cpp b/src/quick/qwkquickglobal.cpp
index 1748ca8..b3b0d6e 100644
--- a/src/quick/qwkquickglobal.cpp
+++ b/src/quick/qwkquickglobal.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "qwkquickglobal.h"
 
 #include <QtQml/QQmlEngine>
diff --git a/src/quick/qwkquickglobal.h b/src/quick/qwkquickglobal.h
index cfec206..4fd4ffe 100644
--- a/src/quick/qwkquickglobal.h
+++ b/src/quick/qwkquickglobal.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QWKQUICKGLOBAL_H
 #define QWKQUICKGLOBAL_H
 
diff --git a/src/widgets/qwkwidgetsglobal.h b/src/widgets/qwkwidgetsglobal.h
index 2f04dad..ccf4e64 100644
--- a/src/widgets/qwkwidgetsglobal.h
+++ b/src/widgets/qwkwidgetsglobal.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QWKWIDGETSGLOBAL_H
 #define QWKWIDGETSGLOBAL_H
 
diff --git a/src/widgets/widgetitemdelegate.cpp b/src/widgets/widgetitemdelegate.cpp
index 91e02ae..ddbd953 100644
--- a/src/widgets/widgetitemdelegate.cpp
+++ b/src/widgets/widgetitemdelegate.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "widgetitemdelegate_p.h"
 
 #include <QtGui/QMouseEvent>
diff --git a/src/widgets/widgetitemdelegate_p.h b/src/widgets/widgetitemdelegate_p.h
index 460524f..ffb45bf 100644
--- a/src/widgets/widgetitemdelegate_p.h
+++ b/src/widgets/widgetitemdelegate_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef WIDGETITEMDELEGATE_P_H
 #define WIDGETITEMDELEGATE_P_H
 
diff --git a/src/widgets/widgetwindowagent.cpp b/src/widgets/widgetwindowagent.cpp
index d78219f..27ff365 100644
--- a/src/widgets/widgetwindowagent.cpp
+++ b/src/widgets/widgetwindowagent.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "widgetwindowagent.h"
 #include "widgetwindowagent_p.h"
 
diff --git a/src/widgets/widgetwindowagent.h b/src/widgets/widgetwindowagent.h
index e1642ba..64f5adc 100644
--- a/src/widgets/widgetwindowagent.h
+++ b/src/widgets/widgetwindowagent.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef WIDGETWINDOWAGENT_H
 #define WIDGETWINDOWAGENT_H
 
diff --git a/src/widgets/widgetwindowagent_mac.cpp b/src/widgets/widgetwindowagent_mac.cpp
index d3cb1ba..aa9018d 100644
--- a/src/widgets/widgetwindowagent_mac.cpp
+++ b/src/widgets/widgetwindowagent_mac.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "widgetwindowagent_p.h"
 
 #include <QtGui/QtEvents>
diff --git a/src/widgets/widgetwindowagent_p.h b/src/widgets/widgetwindowagent_p.h
index 2f67779..8e19958 100644
--- a/src/widgets/widgetwindowagent_p.h
+++ b/src/widgets/widgetwindowagent_p.h
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef WIDGETWINDOWAGENTPRIVATE_H
 #define WIDGETWINDOWAGENTPRIVATE_H
 
diff --git a/src/widgets/widgetwindowagent_win.cpp b/src/widgets/widgetwindowagent_win.cpp
index 0f4637d..e4fc4e0 100644
--- a/src/widgets/widgetwindowagent_win.cpp
+++ b/src/widgets/widgetwindowagent_win.cpp
@@ -1,3 +1,6 @@
+// Copyright (C) 2023-2024 Stdware Collections
+// SPDX-License-Identifier: Apache-2.0
+
 #include "widgetwindowagent_p.h"
 
 #include <QtCore/QDebug>

--
Gitblit v1.9.1