Specify BSD-2 in copyright string
This commit is contained in:
parent
08deed9f60
commit
3e766afea3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const char help[] =
|
||||||
"\0";
|
"\0";
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
const char copyright[] = "Copyright (C) %s Imbus\n";
|
const char copyright[] = "Copyright (C) %s Imbus, BSD-2-Clause\n";
|
||||||
|
|
||||||
#define BUFSIZE (4 * 1024 * 1024)
|
#define BUFSIZE (4 * 1024 * 1024)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue