Skip to content

Commit 7189d95

Browse files
author
Allen Winter
committed
Standardize project to KDAB copyright policy
For individual files: use year of file creation For entire project: remove year from the statement use the © where feasible reference: https://matija.suklje.name/how-and-why-to-properly-write-copyright-statements-in-your-code
1 parent 10f92d1 commit 7189d95

File tree

216 files changed

+220
-242
lines changed

Some content is hidden

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

216 files changed

+220
-242
lines changed

.reuse/dep5

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ Source: https://www.github.com/KDAB/KDStateMachineEditor
55

66
#misc source code
77
Files: *.ui *.qrc *.scxml docs/api/Doxyfile.cmake src/view/qml/util/qmldir
8-
Copyright: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
8+
Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
99
License: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor
1010

1111
#misc documentation
1212
Files: CHANGES INSTALL.txt README.md conan/README.txt data/scxml/README.txt docs/api/footer.html docs/KDStateMachineEditor-CopyrightAssignmentForm.pdf
13-
Copyright: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
13+
Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
1414
License: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor
1515

1616
#misc config files
1717
Files: .pre-commit-config.yaml .codespellrc .krazy .clang-tidy .gitignore appveyor.yml distro/* .clang-format .cmake-format.py .mdlrc .mdlrc.rb
18-
Copyright: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
18+
Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
1919
License: BSD-3-Clause
2020

2121
#artwork
2222
Files: screenshots/*.png src/view/icons/*.png examples/qscxmldebugger/*.png docs/api/*.png
23-
Copyright: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
23+
Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
2424
License: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor
2525

2626
#3rdparty from KDE

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

README.md

+2-2

cmake/FindGraphviz.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# (containing bin/, include/, etc.)
1616

1717
# SPDX-FileCopyrightText: 2009, Adrien Bustany, <[email protected]>
18-
# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
18+
# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
1919

2020
# Version computation and some cleanups by Allen Winter <[email protected]>
2121
# Bug fixing for WIN32 by Guillaume Jacquenot <[email protected]>

cmake/KDSMEConfig.cmake

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

conan/conanfile.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
###############################################################################
2-
#
31
# This file is part of the KDAB State Machine Editor Library.
42
#
5-
# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
64
# Author: Renato Araujo Oliveira Filho <[email protected]>
75
#
86
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

docs/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2017-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Allen Winter <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

docs/api/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2017-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Allen Winter <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

docs/api/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<hr>
22
<div style="float: left;">
33
<img src="kdab-logo-16x16.png">
4-
<font style="font-weight: bold;">&copy; 2014-2023 Klar&auml;lvdalens Datakonsult AB (KDAB)</font>
4+
<font style="font-weight: bold;">&copy; Klar&auml;lvdalens Datakonsult AB (KDAB)</font>
55
<br>
66
"The Qt, C++ and OpenGL Experts"<br>
77
<a href="https://www.kdab.com/">https://www.kdab.com/</a>

examples/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/config-examples.h.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33

4-
SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66

77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/export/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/export/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/layoutexport/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/layoutexport/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/qscxmldebugger/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2016-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/qscxmldebugger/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2016-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/qsmdebugger/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/qsmdebugger/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/scxmlimport/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/scxmlimport/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/simplestatemachine/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

examples/simplestatemachine/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/app/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/app/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/app/mainwindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/app/mainwindow.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/config-kdsme.h.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33

4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66

77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
21
# This file is part of the KDAB State Machine Editor Library.
32
#
4-
# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
54
# Author: Kevin Funk <[email protected]>
65
#
76
# SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/common/metatypedeclarations.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/debug.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/debug.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/export/abstractexporter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/export/abstractexporter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/export/qmlexporter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/export/qmlexporter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/export/scxmlexporter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/export/scxmlexporter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/export/svgexporter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Volker Krause <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/export/svgexporter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Volker Krause <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

src/core/import/abstractimporter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the KDAB State Machine Editor Library.
33
4-
SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Kevin Funk <[email protected]>
66
77
SPDX-License-Identifier: LGPL-2.1-only OR LicenseRef-KDAB-KDStateMachineEditor

0 commit comments

Comments
 (0)