version: remove newline between copyright statements
This commit is contained in:
parent
bed0b67583
commit
8a8f56dda8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ lif_common_version(void)
|
||||||
printf("%s %s\n", PACKAGE_NAME, PACKAGE_VERSION);
|
printf("%s %s\n", PACKAGE_NAME, PACKAGE_VERSION);
|
||||||
|
|
||||||
printf("\nCopyright (c) 2020 Ariadne Conill <ariadne@dereferenced.org>\n");
|
printf("\nCopyright (c) 2020 Ariadne Conill <ariadne@dereferenced.org>\n");
|
||||||
printf("\nCopyright (c) 2020 Maximilian Wilhelm <max@sdn.clinic>\n\n");
|
printf("Copyright (c) 2020 Maximilian Wilhelm <max@sdn.clinic>\n\n");
|
||||||
|
|
||||||
printf("Permission to use, copy, modify, and/or distribute this software for any\n");
|
printf("Permission to use, copy, modify, and/or distribute this software for any\n");
|
||||||
printf("purpose with or without fee is hereby granted, provided that the above\n");
|
printf("purpose with or without fee is hereby granted, provided that the above\n");
|
||||||
|
|
Loading…
Reference in a new issue