Skip to content

Commit f0a7006

Browse files
update copyright year
1 parent a1de84a commit f0a7006

15 files changed

Lines changed: 15 additions & 15 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ state the exclusion of warranty; and each file should have at least
630630
the "copyright" line and a pointer to where the full notice is found.
631631

632632
C++ library for interfacing with Discord IPC socket.
633-
Copyright (C) 2025 Peter Duanmu
633+
Copyright (C) 2026 Peter Duanmu
634634

635635
This program is free software: you can redistribute it and/or modify
636636
it under the terms of the GNU Affero General Public License as published

include/discord_ipc_cpp/discord_ipc_client.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 Peter Duanmu
2+
Copyright 2026 Peter Duanmu
33
44
You should have received a copy of the GNU General Public License along
55
with discord_ipc_cpp. If not, see <https://www.gnu.org/licenses/>.

include/discord_ipc_cpp/ipc_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 Peter Duanmu
2+
Copyright 2026 Peter Duanmu
33
44
You should have received a copy of the GNU General Public License along
55
with discord_ipc_cpp. If not, see <https://www.gnu.org/licenses/>.

include/discord_ipc_cpp/json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 Peter Duanmu
2+
Copyright 2026 Peter Duanmu
33
44
You should have received a copy of the GNU General Public License along
55
with discord_ipc_cpp. If not, see <https://www.gnu.org/licenses/>.

include/discord_ipc_cpp/parser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 Peter Duanmu
2+
Copyright 2026 Peter Duanmu
33
44
You should have received a copy of the GNU General Public License along
55
with discord_ipc_cpp. If not, see <https://www.gnu.org/licenses/>.

include/discord_ipc_cpp/socket_client.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 Peter Duanmu
2+
Copyright 2026 Peter Duanmu
33
44
You should have received a copy of the GNU General Public License along
55
with discord_ipc_cpp. If not, see <https://www.gnu.org/licenses/>.

src/discord_ipc_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 Peter Duanmu
2+
Copyright 2026 Peter Duanmu
33
44
You should have received a copy of the GNU General Public License along
55
with discord_ipc_cpp. If not, see <https://www.gnu.org/licenses/>.

src/include/internal_ipc_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 Peter Duanmu
2+
Copyright 2026 Peter Duanmu
33
44
You should have received a copy of the GNU General Public License along
55
with discord_ipc_cpp. If not, see <https://www.gnu.org/licenses/>.

src/include/utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 Peter Duanmu
2+
Copyright 2026 Peter Duanmu
33
44
You should have received a copy of the GNU General Public License along
55
with discord_ipc_cpp. If not, see <https://www.gnu.org/licenses/>.

src/internal_ipc_types.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2025 Peter Duanmu
2+
Copyright 2026 Peter Duanmu
33
44
You should have received a copy of the GNU General Public License along
55
with discord_ipc_cpp. If not, see <https://www.gnu.org/licenses/>.

0 commit comments

Comments
 (0)