Skip to content

Commit cdaf79f

Browse files
committed
Update copyright string.
1 parent ece063d commit cdaf79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
inline const wxString APP_NAME = "Paperback";
66
inline const wxString APP_VERSION = wxString::FromUTF8(PAPERBACK_VERSION_STRING);
7-
inline const wxString APP_COPYRIGHT = "Copyright (C) 2025 Quin Gillespie. All rights reserved.";
7+
inline const wxString APP_COPYRIGHT = "Copyright (C) 2025-2026 Quin Gillespie. All rights reserved.";
88
inline const wxString APP_WEBSITE = "https://github.com/trypsynth/paperback";
99
inline constexpr int POSITION_SAVE_THROTTLE_MS = 1000;
1010
inline constexpr int STATUS_UPDATE_THROTTLE_MS = 100;

0 commit comments

Comments
 (0)