diff --git a/fontconvert/fontconvert.c b/fontconvert/fontconvert.c index d34f9db..71cbad1 100644 --- a/fontconvert/fontconvert.c +++ b/fontconvert/fontconvert.c @@ -1,5 +1,6 @@ // // TrueType to bb_font converter +// Copyright (c) 2024 BitBank Software, inc. // Written by Larry Bank // August 31, 2024 // The bb_font format is a losslessly compressed bitmap font of a single point size diff --git a/imageconvert/main.c b/imageconvert/main.c index 637ff5e..e7a706d 100644 --- a/imageconvert/main.c +++ b/imageconvert/main.c @@ -1,5 +1,4 @@ // -// // Group5 Image Compressor tool // Written by Larry Bank // Copyright (c) 2024 BitBank Software, Inc.