From a3f887cf58c4e61fa72e884cbd037b13cb14bb1d Mon Sep 17 00:00:00 2001 From: Laurence Bank Date: Tue, 1 Oct 2024 17:57:51 +0100 Subject: [PATCH] minor tweak --- fontconvert/fontconvert.c | 1 + imageconvert/main.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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.