Skip to content

Commit d78e517

Browse files
Allen WinterLeonMatthesKDAB
authored andcommitted
Standardize project to KDAB copyright policy
For individual files: show the file creation year only For entire project: remove year from the statement reference: https://matija.suklje.name/how-and-why-to-properly-write-copyright-statements-in-your-code
1 parent 369f2e2 commit d78e517

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

+60
-51
lines changed

.reuse/dep5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Upstream-Contact: <[email protected]>
44
Source: https://www.github.com/KDAB/KDBindings
55

66
Files: *.json *.html *.md docs/api/Doxyfile.cmake docs/api/mkdocs/mkdocs.yml docs/api/mkdocs/docs/stylesheets/kdab.css
7-
Copyright: 2020-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
7+
Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
88
License: MIT
99

1010
#artwork
1111
Files: docs/api/*.png docs/api/mkdocs/docs/assets/*.svg
12-
Copyright: 2001-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
12+
Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
1313
License: MIT
1414

1515
#3rdparty cmake

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

README.md

Lines changed: 2 additions & 2 deletions

cmake/KDBindingsConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Juan Casafranca <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

docs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Allen Winter <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

docs/api/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Allen Winter <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

docs/api/footer.html

Lines changed: 1 addition & 1 deletion
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; 2020-2021 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>

docs/api/mkdocs/docs/javascripts/config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
This file is part of KDBindings.
3+
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
5+
6+
SPDX-License-Identifier: MIT
7+
8+
Contact KDAB at <[email protected]> for commercial licensing options.
9+
*/
10+
111
window.MathJax = {
212
tex : {
313
inlineMath : [ [ "\\(", "\\)" ] ],

docs/api/mkdocs/mkdocs.yml.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ theme:
1818
text: 'Open Sans'
1919
favicon: assets/assets_logo_tree.svg
2020
logo: assets/transparentWhiteKDAB.svg
21-
copyright: "Copyright &copy; 2020-2023 Klar&auml;lvdalens Datakonsult AB (KDAB)<br>The Qt, C++ and OpenGL Experts<br><a href='https://www.kdab.com'>https://www.kdab.com/</a>"
21+
copyright: "Copyright &copy; Klar&auml;lvdalens Datakonsult AB (KDAB)<br>The Qt, C++ and OpenGL Experts<br><a href='https://www.kdab.com'>https://www.kdab.com/</a>"
2222
extra:
2323
# Disabling the generator notice is currently a
2424
# Insiders only feature.

examples/01-simple-connection/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

examples/01-simple-connection/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

examples/02-signal-member/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

examples/02-signal-member/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

examples/03-member-arguments/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

examples/03-member-arguments/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

examples/04-simple-property/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

examples/04-simple-property/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

examples/05-property-bindings/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

examples/05-property-bindings/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

examples/06-lazy-property-bindings/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

examples/06-lazy-property-bindings/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

examples/07-advanced-connections/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Leon Matthes <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

examples/07-advanced-connections/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Leon Matthes <[email protected]>
66
77
SPDX-License-Identifier: MIT

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

src/kdbindings/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# This file is part of KDBindings.
2-
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
1+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
42
# Author: Sean Harmer <[email protected]>
53
#
64
# SPDX-License-Identifier: MIT
75
#
86
# Contact KDAB at <[email protected]> for commercial licensing options.
97
#
8+
109
set(HEADERS
1110
binding.h
1211
binding_evaluator.h

src/kdbindings/binding.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

src/kdbindings/binding_evaluator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

src/kdbindings/make_node.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

src/kdbindings/node.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

src/kdbindings/node_functions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

src/kdbindings/node_operators.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

src/kdbindings/property.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

src/kdbindings/property_updater.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

src/kdbindings/signal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

src/kdbindings/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Leon Matthes <[email protected]>
66
77
SPDX-License-Identifier: MIT

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

tests/binding/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

tests/binding/tst_binding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

tests/node/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

tests/node/tst_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

tests/property/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

tests/property/tst_property.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

tests/signal/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of KDBindings.
22
#
3-
# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
3+
# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
44
# Author: Sean Harmer <[email protected]>
55
#
66
# SPDX-License-Identifier: MIT

tests/signal/tst_signal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of KDBindings.
33
4-
SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
4+
SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
55
Author: Sean Harmer <[email protected]>
66
77
SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)