Skip to content

Commit 4c00de9

Browse files
committed
Merge branch '0.3.x'
2 parents e51e80d + a620879 commit 4c00de9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/datum_gateway.c

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,13 @@ static struct argp argp = {options, parse_opt, args_doc, doc};
117117
// END ARGP Stuff
118118

119119
void datum_print_banner(void) {
120-
printf("\n **************************************************************************\n");
121-
printf(" * DATUM Gateway --- Copyright (c) 2024 Bitcoin Ocean, LLC & Jason Hughes *\n");
122-
printf(" * git commit: %-58s *\n", GIT_COMMIT_HASH);
123-
printf(" **************************************************************************\n\n");
120+
puts("");
121+
puts(" *****************************************************************");
122+
puts(" * DATUM Gateway --- Copyright (c) 2024-2025 Bitcoin Ocean, LLC, *");
123+
puts(" * Jason Hughes, and individual contributors *");
124+
printf(" * git commit: %-49s *\n", GIT_COMMIT_HASH);
125+
puts(" *****************************************************************");
126+
puts("");
124127
fflush(stdout);
125128
}
126129

0 commit comments

Comments
 (0)