Skip to content

Commit 221c303

Browse files
committed
command: Updated the copyright string output for mon ver/mon help
1 parent c8b31cb commit 221c303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/command.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) 2011 Black Sphere Technologies Ltd.
55
* Written by Gareth McMullin <[email protected]>
66
* Copyright (C) 2021 Uwe Bonnes ([email protected])
7-
* Copyright (C) 2023 1BitSquared <[email protected]>
7+
* Copyright (C) 2023-2025 1BitSquared <[email protected]>
88
* Modified by Rachel Mant <[email protected]>
99
*
1010
* This program is free software: you can redistribute it and/or modify
@@ -208,7 +208,7 @@ bool cmd_version(target_s *target, int argc, const char **argv)
208208
#endif
209209
gdb_outf(", Hardware Version %d\n", platform_hwversion());
210210
#endif
211-
gdb_out("Copyright (C) 2010-2024 Black Magic Debug Project\n");
211+
gdb_out("Copyright (C) 2010-2025 Black Magic Debug Project\n");
212212
gdb_out("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\n");
213213

214214
return true;

0 commit comments

Comments
 (0)