diff --git a/Source/TinyMemBenchNX/source/main.c b/Source/TinyMemBenchNX/source/main.c index 9f509bc9..f7fe42db 100644 --- a/Source/TinyMemBenchNX/source/main.c +++ b/Source/TinyMemBenchNX/source/main.c @@ -907,6 +907,7 @@ int main(int argc, char* argv[]) (based on tinymembench-pthread, a multi-thread fork of simple benchmark for memory throughput and latency)\n\n"); printf("Copyright (c) 2011-2016 Siarhei Siamashka\n"); printf("Copyright (c) 2023 KazushiMe\n"); + printf("Copyright (c) 2023 hanai3Bi\n"); printf("Copyright (c) 2025 Souldbminer\n"); printf("\n"); @@ -1074,4 +1075,4 @@ latency: // Deinitialize and clean up resources used by the console (important!) consoleExit(NULL); return 0; -} \ No newline at end of file +}