Skip to content

Commit 8d73dbe

Browse files
Merge pull request #5 from kevinbackhouse/copyright
Update copyright
2 parents a397516 + 1529f08 commit 8d73dbe

29 files changed

+29
-29
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Kevin Backhouse.
1+
# Copyright 2020-2024 Kevin Backhouse.
22
#
33
# This file is part of DBusParse.
44
#

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Kevin Backhouse.
1+
# Copyright 2020-2024 Kevin Backhouse.
22
#
33
# This file is part of DBusParse.
44
#

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020 Kevin Backhouse.
1+
Copyright 2020-2024 Kevin Backhouse.
22

33
# DBusParse
44

include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Kevin Backhouse.
1+
# Copyright 2020-2024 Kevin Backhouse.
22
#
33
# This file is part of DBusParse.
44
#

include/DBusParse/dbus.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Kevin Backhouse.
1+
// Copyright 2020-2024 Kevin Backhouse.
22
//
33
// This file is part of DBusParse.
44
//

include/DBusParse/dbus_auth.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Kevin Backhouse.
1+
// Copyright 2020-2024 Kevin Backhouse.
22
//
33
// This file is part of DBusParse.
44
//

include/DBusParse/dbus_print.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Kevin Backhouse.
1+
// Copyright 2020-2024 Kevin Backhouse.
22
//
33
// This file is part of DBusParse.
44
//

include/DBusParse/dbus_random.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Kevin Backhouse.
1+
// Copyright 2020-2024 Kevin Backhouse.
22
//
33
// This file is part of DBusParse.
44
//

include/DBusParse/dbus_serialize.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Kevin Backhouse.
1+
// Copyright 2020-2024 Kevin Backhouse.
22
//
33
// This file is part of DBusParse.
44
//

include/DBusParse/dbus_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Kevin Backhouse.
1+
// Copyright 2020-2024 Kevin Backhouse.
22
//
33
// This file is part of DBusParse.
44
//

0 commit comments

Comments
 (0)