diff -bu -Nr a/mkfru.cpp b/mkfru.cpp --- a/mkfru.cpp 2022-06-05 12:21:30.000000000 +0300 +++ b/mkfru.cpp 2022-06-10 14:30:28.490122408 +0300 @@ -26,7 +26,7 @@ constexpr uint8_t fillChar = '.'; constexpr uint8_t eof = 0xc1; -const std::string ibs = "IBS Corporation"; +const std::string ibs = "SILA LLC"; // round up to nearest block size (power of 2) constexpr size_t blockRound(size_t len, size_t blk)