From d08030ea8f04f056aed88a4ad96dc9233d069787 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周一, 01 1月 2024 19:18:10 +0800 Subject: [PATCH] Add license --- examples/shared/widgetframe/windowbar.cpp | 3 +++ examples/shared/widgetframe/windowbar_p.h | 3 +++ examples/qml/main.cpp | 3 +++ examples/mainwindow/main.cpp | 3 +++ examples/shared/widgetframe/windowbutton_p.h | 3 +++ examples/shared/widgetframe/windowbutton.h | 3 +++ examples/shared/widgetframe/windowbar.h | 3 +++ examples/mainwindow/mainwindow.h | 3 +++ examples/shared/widgetframe/windowbutton.cpp | 3 +++ examples/mainwindow/mainwindow.cpp | 3 +++ 10 files changed, 30 insertions(+), 0 deletions(-) diff --git a/examples/mainwindow/main.cpp b/examples/mainwindow/main.cpp index 6a1ce88..11f0b92 100644 --- a/examples/mainwindow/main.cpp +++ b/examples/mainwindow/main.cpp @@ -1,3 +1,6 @@ +// Copyright (C) 2023-2024 Stdware Collections +// SPDX-License-Identifier: Apache-2.0 + #include <QtWidgets/QApplication> #include "mainwindow.h" diff --git a/examples/mainwindow/mainwindow.cpp b/examples/mainwindow/mainwindow.cpp index 313c771..7c50fa8 100644 --- a/examples/mainwindow/mainwindow.cpp +++ b/examples/mainwindow/mainwindow.cpp @@ -1,3 +1,6 @@ +// Copyright (C) 2023-2024 Stdware Collections +// SPDX-License-Identifier: Apache-2.0 + #include "mainwindow.h" #include <QtCore/QDebug> diff --git a/examples/mainwindow/mainwindow.h b/examples/mainwindow/mainwindow.h index e7b601d..01bc6d1 100644 --- a/examples/mainwindow/mainwindow.h +++ b/examples/mainwindow/mainwindow.h @@ -1,3 +1,6 @@ +// Copyright (C) 2023-2024 Stdware Collections +// SPDX-License-Identifier: Apache-2.0 + #ifndef MAINWINDOW_H #define MAINWINDOW_H diff --git a/examples/qml/main.cpp b/examples/qml/main.cpp index 48dba90..66b3a18 100644 --- a/examples/qml/main.cpp +++ b/examples/qml/main.cpp @@ -1,3 +1,6 @@ +// Copyright (C) 2023-2024 Stdware Collections +// SPDX-License-Identifier: Apache-2.0 + #include <QtGui/QGuiApplication> #include <QtQml/QQmlApplicationEngine> diff --git a/examples/shared/widgetframe/windowbar.cpp b/examples/shared/widgetframe/windowbar.cpp index a171600..a71c463 100644 --- a/examples/shared/widgetframe/windowbar.cpp +++ b/examples/shared/widgetframe/windowbar.cpp @@ -1,3 +1,6 @@ +// Copyright (C) 2023-2024 Stdware Collections +// SPDX-License-Identifier: Apache-2.0 + #include "windowbar.h" #include "windowbar_p.h" diff --git a/examples/shared/widgetframe/windowbar.h b/examples/shared/widgetframe/windowbar.h index e8ea69b..6005f36 100644 --- a/examples/shared/widgetframe/windowbar.h +++ b/examples/shared/widgetframe/windowbar.h @@ -1,3 +1,6 @@ +// Copyright (C) 2023-2024 Stdware Collections +// SPDX-License-Identifier: Apache-2.0 + #ifndef WINDOWBAR_H #define WINDOWBAR_H diff --git a/examples/shared/widgetframe/windowbar_p.h b/examples/shared/widgetframe/windowbar_p.h index 3d52f1a..7506422 100644 --- a/examples/shared/widgetframe/windowbar_p.h +++ b/examples/shared/widgetframe/windowbar_p.h @@ -1,3 +1,6 @@ +// Copyright (C) 2023-2024 Stdware Collections +// SPDX-License-Identifier: Apache-2.0 + #ifndef WINDOWBARPRIVATE_H #define WINDOWBARPRIVATE_H diff --git a/examples/shared/widgetframe/windowbutton.cpp b/examples/shared/widgetframe/windowbutton.cpp index 657289c..4f520a5 100644 --- a/examples/shared/widgetframe/windowbutton.cpp +++ b/examples/shared/widgetframe/windowbutton.cpp @@ -1,3 +1,6 @@ +// Copyright (C) 2023-2024 Stdware Collections +// SPDX-License-Identifier: Apache-2.0 + #include "windowbutton.h" #include "windowbutton_p.h" diff --git a/examples/shared/widgetframe/windowbutton.h b/examples/shared/widgetframe/windowbutton.h index 302928c..a3061c9 100644 --- a/examples/shared/widgetframe/windowbutton.h +++ b/examples/shared/widgetframe/windowbutton.h @@ -1,3 +1,6 @@ +// Copyright (C) 2023-2024 Stdware Collections +// SPDX-License-Identifier: Apache-2.0 + #ifndef WINDOWBUTTON_H #define WINDOWBUTTON_H diff --git a/examples/shared/widgetframe/windowbutton_p.h b/examples/shared/widgetframe/windowbutton_p.h index 75c5976..ac53d0a 100644 --- a/examples/shared/widgetframe/windowbutton_p.h +++ b/examples/shared/widgetframe/windowbutton_p.h @@ -1,3 +1,6 @@ +// Copyright (C) 2023-2024 Stdware Collections +// SPDX-License-Identifier: Apache-2.0 + #ifndef WINDOWBUTTONPRIVATE_H #define WINDOWBUTTONPRIVATE_H -- Gitblit v1.9.1