Specify BSD-2 in copyright string

This commit is contained in:
Imbus 2026-02-04 23:48:54 +01:00
parent 08deed9f60
commit 3e766afea3

View file

@ -30,7 +30,7 @@ const char help[] =
"\0";
// 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)