Skip to content

Commit 8517f5b

Browse files
committed
Add license and prepare to release
1 parent baaefab commit 8517f5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+143
-1
lines changed

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2021-2023 Stdware Collections
189+
Copyright (C) 2023-2024 Stdware Collections
190+
Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao)
190191

191192
Licensed under the Apache License, Version 2.0 (the "License");
192193
you may not use this file except in compliance with the License.

src/core/contexts/abstractwindowcontext.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2023-2024 Stdware Collections
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#include "abstractwindowcontext_p.h"
25

36
#include <QtGui/QPen>

src/core/contexts/abstractwindowcontext_p.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2023-2024 Stdware Collections
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#ifndef ABSTRACTWINDOWCONTEXT_P_H
25
#define ABSTRACTWINDOWCONTEXT_P_H
36

src/core/contexts/cocoawindowcontext.mm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2023-2024 Stdware Collections
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#include "cocoawindowcontext_p.h"
25

36
#include <objc/runtime.h>

src/core/contexts/cocoawindowcontext_p.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2023-2024 Stdware Collections
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#ifndef COCOAWINDOWCONTEXT_P_H
25
#define COCOAWINDOWCONTEXT_P_H
36

src/core/contexts/qtwindowcontext.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2023-2024 Stdware Collections
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#include "qtwindowcontext_p.h"
25

36
#include <QtCore/QDebug>

src/core/contexts/qtwindowcontext_p.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2023-2024 Stdware Collections
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#ifndef QTWINDOWCONTEXT_P_H
25
#define QTWINDOWCONTEXT_P_H
36

src/core/contexts/win32windowcontext.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2023-2024 Stdware Collections
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#include "win32windowcontext_p.h"
25

36
#include <optional>

src/core/contexts/win32windowcontext_p.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2023-2024 Stdware Collections
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#ifndef WIN32WINDOWCONTEXT_P_H
25
#define WIN32WINDOWCONTEXT_P_H
36

src/core/kernel/nativeeventfilter.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2023-2024 Stdware Collections
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#include "nativeeventfilter_p.h"
25

36
#include <QtCore/QAbstractNativeEventFilter>

0 commit comments

Comments
 (0)