Skip to content

Commit 36ab058

Browse files
committed
chore: add license commentary in source files
1 parent d828788 commit 36ab058

13 files changed

+39
-0
lines changed

src/QBrowserApp.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Korshunov Vladislav <vladredsoup@gmail.com>
2+
// SPDX-License-Identifier: (GPL-3.0-only)
3+
14
#include "QBrowserApp.h"
25

36
QBrowserApp::QBrowserApp(QWidget* parent, Qt::WindowFlags flags) : QMainWindow(parent, flags), m_mainWidget(new QWidget) {

src/QBrowserApp.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Korshunov Vladislav <vladredsoup@gmail.com>
2+
// SPDX-License-Identifier: (GPL-3.0-only)
3+
14
#pragma once
25

36
#ifndef BROWSER_H

src/QConnectionCtrl.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Korshunov Vladislav <vladredsoup@gmail.com>
2+
// SPDX-License-Identifier: (GPL-3.0-only)
3+
14
#include "QConnectionCtrl.h"
25

36
QConnectionCtrl::QConnectionCtrl(QWidget* parent) {

src/QConnectionCtrl.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Korshunov Vladislav <vladredsoup@gmail.com>
2+
// SPDX-License-Identifier: (GPL-3.0-only)
3+
14
#pragma once
25

36
#ifndef CONNECTIONCTRL_H

src/QConnectionDialog.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Korshunov Vladislav <vladredsoup@gmail.com>
2+
// SPDX-License-Identifier: (GPL-3.0-only)
3+
14
#include "QConnectionDialog.h"
25

36
QConnectionDialog::QConnectionDialog(QWidget* parent, Qt::WindowFlags f) {

src/QConnectionDialog.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Korshunov Vladislav <vladredsoup@gmail.com>
2+
// SPDX-License-Identifier: (GPL-3.0-only)
3+
14
#pragma once
25

36
#ifndef QSQLCONNECTIONDIALOG_H

src/QDbTableView.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Korshunov Vladislav <vladredsoup@gmail.com>
2+
// SPDX-License-Identifier: (GPL-3.0-only)
3+
14
#include "QDbTableView.h"
25

36
QDbTableView::QDbTableView(QWidget* parent) {

src/QDbTableView.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Korshunov Vladislav <vladredsoup@gmail.com>
2+
// SPDX-License-Identifier: (GPL-3.0-only)
3+
14
#pragma once
25

36
#ifndef DBTABLEVIEW_H

src/QQueryHighlighter.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Korshunov Vladislav <vladredsoup@gmail.com>
2+
// SPDX-License-Identifier: (GPL-3.0-only)
3+
14
#include "QQueryHighlighter.h"
25

36
QQueryHighlighter::QQueryHighlighter(QTextDocument* parent) : QSyntaxHighlighter(parent) {

src/QQueryHighlighter.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2023 Korshunov Vladislav <vladredsoup@gmail.com>
2+
// SPDX-License-Identifier: (GPL-3.0-only)
3+
14
#pragma once
25

36
#ifndef QUERYHIGHTLIGHTER_H

0 commit comments

Comments
 (0)